[ Jan 9 00:31:26 Enabled. ] [ Jan 9 00:31:26 Rereading configuration. ] [ Jan 9 00:31:28 Rereading configuration. ] [ Jan 9 00:31:31 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Jan 9 00:31:31 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 2026.01.09 00:31:33.899896 [ 1 ] {} Application: Will watch for the process with pid 26263 2026.01.09 00:31:33.900302 [ 1 ] {} Application: Forked a child process to watch 2026.01.09 00:31:34.402832 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 26263 2026.01.09 00:31:34.405457 [ 1 ] {} Application: starting up 2026.01.09 00:31:34.405621 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.09 00:31:34.667208 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.09 00:31:34.701699 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.09 00:31:34.701777 [ 1 ] {} Application: Initializing DateLUT. 2026.01.09 00:31:34.701794 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.09 00:31:34.701850 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.09 00:31:34.702416 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.09 00:31:34.706459 [ 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'. 2026.01.09 00:31:34.707390 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.09 00:31:34.708285 [ 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) 2026.01.09 00:31:34.708335 [ 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) 2026.01.09 00:31:34.708374 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.09 00:31:34.709194 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.09 00:31:34.710184 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.09 00:31:34.716111 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.09 00:31:34.716885 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.09 00:31:34.718264 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.09 00:31:34.718355 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.09 00:31:34.719433 [ 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'. 2026.01.09 00:31:34.719909 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.09 00:31:34.724174 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.09 00:31:34.724854 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.09 00:31:34.729881 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.09 00:31:34.730263 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.09 00:31:34.730777 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.09 00:31:34.731123 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.09 00:31:34.732698 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.09 00:31:34.732731 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.09 00:31:34.732836 [ 110 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:31:34.732950 [ 110 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:31:34.741987 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.09 00:31:34.742018 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000173295 sec 2026.01.09 00:31:34.742075 [ 1 ] {} ReferentialDeps: No tables 2026.01.09 00:31:34.742117 [ 1 ] {} LoadingDeps: No tables 2026.01.09 00:31:34.742969 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.09 00:31:34.743817 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.09 00:31:34.762911 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.09 00:31:34.762968 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.09 00:31:34.763093 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.09 00:31:34.763110 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.09 00:31:34.763150 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.09 00:31:34.763211 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.09 00:31:34.767955 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.09 00:31:34.768016 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.09 00:31:34.768080 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.09 00:31:34.768341 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.09 00:31:34.768396 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.09 00:31:34.768412 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.09 00:31:34.768528 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.09 00:31:34.768545 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.09 00:31:34.768584 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.09 00:31:34.768669 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.09 00:31:34.801754 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.09 00:31:34.803544 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.09 00:31:34.803625 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000104263 sec 2026.01.09 00:31:34.803644 [ 1 ] {} ReferentialDeps: No tables 2026.01.09 00:31:34.803658 [ 1 ] {} LoadingDeps: No tables 2026.01.09 00:31:34.803690 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.09 00:31:34.803954 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.09 00:31:34.804145 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.09 00:31:34.804163 [ 1 ] {} Application: Loaded metadata. 2026.01.09 00:31:34.804177 [ 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). 2026.01.09 00:31:34.804191 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.09 00:31:34.822042 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.09 00:31:34.822330 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.01 MiB 2026.01.09 00:31:34.824168 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.856e-05 sec. 2026.01.09 00:31:34.824733 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.09 00:31:34.826605 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.09 00:31:34.826636 [ 1 ] {} Application: Ready for connections. 2026.01.09 00:31:35.000223 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.80 MiB, peak 116.80 MiB, free memory in arenas 0.00 B, will set to 118.33 MiB (RSS), difference: 1.53 MiB 2026.01.09 00:31:36.053717 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45081 2026.01.09 00:31:36.058458 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.058527 [ 4 ] {} TCP-Session: d54fc74b-511a-44c8-aaa2-9f0883230972 Authenticating user 'default' from [fd00:1122:3344:101::a]:45081 2026.01.09 00:31:36.058654 [ 4 ] {} TCP-Session: d54fc74b-511a-44c8-aaa2-9f0883230972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.058670 [ 4 ] {} TCP-Session: d54fc74b-511a-44c8-aaa2-9f0883230972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.058766 [ 4 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.09 00:31:36.058865 [ 4 ] {} 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 2026.01.09 00:31:36.058888 [ 4 ] {} 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 2026.01.09 00:31:36.059453 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47064 2026.01.09 00:31:36.059590 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52146 2026.01.09 00:31:36.059678 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.059592 [ 6 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60408 2026.01.09 00:31:36.059772 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35122 2026.01.09 00:31:36.059809 [ 5 ] {} TCP-Session: 6c406768-b3d6-4b4b-b2bf-2d6d2dde73b9 Authenticating user 'default' from [fd00:1122:3344:101::a]:47064 2026.01.09 00:31:36.059879 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40771 2026.01.09 00:31:36.059891 [ 5 ] {} TCP-Session: 6c406768-b3d6-4b4b-b2bf-2d6d2dde73b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.059899 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.059997 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.060068 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57326 2026.01.09 00:31:36.060030 [ 6 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.060002 [ 5 ] {} TCP-Session: 6c406768-b3d6-4b4b-b2bf-2d6d2dde73b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.060189 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41470 2026.01.09 00:31:36.060172 [ 6 ] {} TCP-Session: 82eec7d6-af3c-4ed4-b689-874ef6fd6e3d Authenticating user 'default' from [fd00:1122:3344:101::a]:60408 2026.01.09 00:31:36.060155 [ 255 ] {} TCP-Session: 5147767d-5073-4f9a-9242-2b5bb503d0c3 Authenticating user 'default' from [fd00:1122:3344:101::a]:35122 2026.01.09 00:31:36.060145 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.060346 [ 255 ] {} TCP-Session: 5147767d-5073-4f9a-9242-2b5bb503d0c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.060336 [ 6 ] {} TCP-Session: 82eec7d6-af3c-4ed4-b689-874ef6fd6e3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.060277 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.060435 [ 6 ] {} TCP-Session: 82eec7d6-af3c-4ed4-b689-874ef6fd6e3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.060433 [ 256 ] {} TCP-Session: 97eea829-6972-44e6-8480-19014ec10b16 Authenticating user 'default' from [fd00:1122:3344:101::a]:40771 2026.01.09 00:31:36.060449 [ 255 ] {} TCP-Session: 5147767d-5073-4f9a-9242-2b5bb503d0c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.060529 [ 257 ] {} TCP-Session: 45d5b8d4-3ef5-47a2-aaba-99e9b8b2f750 Authenticating user 'default' from [fd00:1122:3344:101::a]:57326 2026.01.09 00:31:36.060412 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.060617 [ 257 ] {} TCP-Session: 45d5b8d4-3ef5-47a2-aaba-99e9b8b2f750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.060651 [ 258 ] {} TCP-Session: 202a0588-8697-40b7-8333-b7de4438035b Authenticating user 'default' from [fd00:1122:3344:101::a]:41470 2026.01.09 00:31:36.060734 [ 257 ] {} TCP-Session: 45d5b8d4-3ef5-47a2-aaba-99e9b8b2f750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.060610 [ 256 ] {} TCP-Session: 97eea829-6972-44e6-8480-19014ec10b16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.060809 [ 258 ] {} TCP-Session: 202a0588-8697-40b7-8333-b7de4438035b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.060923 [ 256 ] {} TCP-Session: 97eea829-6972-44e6-8480-19014ec10b16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.060038 [ 254 ] {} TCP-Session: 4bb3cf45-9773-4323-a325-02bd8aae2872 Authenticating user 'default' from [fd00:1122:3344:101::a]:52146 2026.01.09 00:31:36.060987 [ 258 ] {} TCP-Session: 202a0588-8697-40b7-8333-b7de4438035b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.061049 [ 254 ] {} TCP-Session: 4bb3cf45-9773-4323-a325-02bd8aae2872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.061105 [ 254 ] {} TCP-Session: 4bb3cf45-9773-4323-a325-02bd8aae2872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.465975 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47502 2026.01.09 00:31:36.470096 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.470164 [ 259 ] {} TCP-Session: 01e10b80-508a-4771-8c29-a1ed72d43ce3 Authenticating user 'default' from [fd00:1122:3344:101::b]:47502 2026.01.09 00:31:36.470187 [ 259 ] {} TCP-Session: 01e10b80-508a-4771-8c29-a1ed72d43ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.470270 [ 259 ] {} TCP-Session: 01e10b80-508a-4771-8c29-a1ed72d43ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.470346 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.09 00:31:36.470372 [ 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 2026.01.09 00:31:36.470457 [ 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 2026.01.09 00:31:36.471024 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57127 2026.01.09 00:31:36.471105 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40879 2026.01.09 00:31:36.471215 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.471214 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38996 2026.01.09 00:31:36.471308 [ 260 ] {} TCP-Session: e30cc633-a6a1-4b9f-9992-34b3138f62b0 Authenticating user 'default' from [fd00:1122:3344:101::b]:57127 2026.01.09 00:31:36.471334 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.471358 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50946 2026.01.09 00:31:36.471446 [ 260 ] {} TCP-Session: e30cc633-a6a1-4b9f-9992-34b3138f62b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.471452 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41328 2026.01.09 00:31:36.471432 [ 261 ] {} TCP-Session: 2ef76a31-8a00-4e13-8fc5-6c28ecfd6f09 Authenticating user 'default' from [fd00:1122:3344:101::b]:40879 2026.01.09 00:31:36.471552 [ 261 ] {} TCP-Session: 2ef76a31-8a00-4e13-8fc5-6c28ecfd6f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.471571 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60411 2026.01.09 00:31:36.471569 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.471674 [ 261 ] {} TCP-Session: 2ef76a31-8a00-4e13-8fc5-6c28ecfd6f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.471715 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60055 2026.01.09 00:31:36.471709 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.471759 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.471556 [ 260 ] {} TCP-Session: e30cc633-a6a1-4b9f-9992-34b3138f62b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.471805 [ 263 ] {} TCP-Session: 7b4d907f-989d-464c-a1b3-d8bb6200cfdc Authenticating user 'default' from [fd00:1122:3344:101::b]:50946 2026.01.09 00:31:36.471720 [ 262 ] {} TCP-Session: c4eb63e9-a1d9-4b11-80fc-be319746b8fd Authenticating user 'default' from [fd00:1122:3344:101::b]:38996 2026.01.09 00:31:36.471874 [ 264 ] {} TCP-Session: e52b5d03-619e-433e-9edd-12afdbb6f50f Authenticating user 'default' from [fd00:1122:3344:101::b]:41328 2026.01.09 00:31:36.471923 [ 263 ] {} TCP-Session: 7b4d907f-989d-464c-a1b3-d8bb6200cfdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.472022 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.471922 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.472092 [ 263 ] {} TCP-Session: 7b4d907f-989d-464c-a1b3-d8bb6200cfdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.472089 [ 266 ] {} TCP-Session: 1fb0efc4-e21b-45a5-98ad-37a923aaf696 Authenticating user 'default' from [fd00:1122:3344:101::b]:60055 2026.01.09 00:31:36.472073 [ 264 ] {} TCP-Session: e52b5d03-619e-433e-9edd-12afdbb6f50f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.472272 [ 266 ] {} TCP-Session: 1fb0efc4-e21b-45a5-98ad-37a923aaf696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.472265 [ 265 ] {} TCP-Session: b7c222d2-c1ad-4180-8fd3-9c7fa672f9ba Authenticating user 'default' from [fd00:1122:3344:101::b]:60411 2026.01.09 00:31:36.471913 [ 262 ] {} TCP-Session: c4eb63e9-a1d9-4b11-80fc-be319746b8fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.472398 [ 266 ] {} TCP-Session: 1fb0efc4-e21b-45a5-98ad-37a923aaf696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.472388 [ 265 ] {} TCP-Session: b7c222d2-c1ad-4180-8fd3-9c7fa672f9ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.472374 [ 264 ] {} TCP-Session: e52b5d03-619e-433e-9edd-12afdbb6f50f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.472510 [ 265 ] {} TCP-Session: b7c222d2-c1ad-4180-8fd3-9c7fa672f9ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.472482 [ 262 ] {} TCP-Session: c4eb63e9-a1d9-4b11-80fc-be319746b8fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.605784 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61919 2026.01.09 00:31:36.608208 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.608313 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61919 2026.01.09 00:31:36.608341 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.608357 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.608511 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.09 00:31:36.608566 [ 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 2026.01.09 00:31:36.608660 [ 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 2026.01.09 00:31:36.611387 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33294 2026.01.09 00:31:36.611687 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.611780 [ 268 ] {} TCP-Session: 69cc56cd-a31b-4948-854a-06f255d88b7c Authenticating user 'default' from [fd00:1122:3344:101::d]:33294 2026.01.09 00:31:36.611814 [ 268 ] {} TCP-Session: 69cc56cd-a31b-4948-854a-06f255d88b7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.611874 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63365 2026.01.09 00:31:36.611822 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37290 2026.01.09 00:31:36.611978 [ 268 ] {} TCP-Session: 69cc56cd-a31b-4948-854a-06f255d88b7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.612004 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37594 2026.01.09 00:31:36.612166 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56570 2026.01.09 00:31:36.612316 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33788 2026.01.09 00:31:36.612353 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.612710 [ 270 ] {} TCP-Session: 473616d9-a816-497d-9261-c23f2f33b1b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63365 2026.01.09 00:31:36.612837 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.612868 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.612740 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52180 2026.01.09 00:31:36.612974 [ 272 ] {} TCP-Session: 8d114dec-72ba-4a48-9f66-dcf63c6c6463 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 2026.01.09 00:31:36.612950 [ 273 ] {} TCP-Session: 8dd303ce-b4ca-4656-8936-261241344788 Authenticating user 'default' from [fd00:1122:3344:101::d]:33788 2026.01.09 00:31:36.613202 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55629 2026.01.09 00:31:36.612933 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.612911 [ 270 ] {} TCP-Session: 473616d9-a816-497d-9261-c23f2f33b1b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.613463 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Authenticating user 'default' from [fd00:1122:3344:101::d]:37290 2026.01.09 00:31:36.613514 [ 270 ] {} TCP-Session: 473616d9-a816-497d-9261-c23f2f33b1b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.613660 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.613603 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.613703 [ 273 ] {} TCP-Session: 8dd303ce-b4ca-4656-8936-261241344788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.613897 [ 272 ] {} TCP-Session: 8d114dec-72ba-4a48-9f66-dcf63c6c6463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.613886 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Authenticating user 'default' from [fd00:1122:3344:101::d]:52180 2026.01.09 00:31:36.613851 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.614020 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.614037 [ 272 ] {} TCP-Session: 8d114dec-72ba-4a48-9f66-dcf63c6c6463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.614005 [ 273 ] {} TCP-Session: 8dd303ce-b4ca-4656-8936-261241344788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.613792 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.613052 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.614280 [ 275 ] {} TCP-Session: 29306392-8921-4918-8396-e91636b0e164 Authenticating user 'default' from [fd00:1122:3344:101::d]:55629 2026.01.09 00:31:36.614316 [ 271 ] {} TCP-Session: 6c00b3f5-e21e-4173-b1f8-a4aeb6c10254 Authenticating user 'default' from [fd00:1122:3344:101::d]:37594 2026.01.09 00:31:36.614286 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.614414 [ 275 ] {} TCP-Session: 29306392-8921-4918-8396-e91636b0e164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.614445 [ 271 ] {} TCP-Session: 6c00b3f5-e21e-4173-b1f8-a4aeb6c10254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.614601 [ 275 ] {} TCP-Session: 29306392-8921-4918-8396-e91636b0e164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.614608 [ 271 ] {} TCP-Session: 6c00b3f5-e21e-4173-b1f8-a4aeb6c10254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.617211 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.620959 [ 267 ] {089eaa77-b66b-477d-bb90-93f96caf31b3} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:31:36.706553 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39760 2026.01.09 00:31:36.707895 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.707937 [ 276 ] {} TCP-Session: b70448f1-e85a-4219-8c18-8a160af8c178 Authenticating user 'default' from [fd00:1122:3344:101::c]:39760 2026.01.09 00:31:36.707956 [ 276 ] {} TCP-Session: b70448f1-e85a-4219-8c18-8a160af8c178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.708063 [ 276 ] {} TCP-Session: b70448f1-e85a-4219-8c18-8a160af8c178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.708165 [ 276 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.09 00:31:36.708213 [ 276 ] {} 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 2026.01.09 00:31:36.708328 [ 276 ] {} 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 2026.01.09 00:31:36.708891 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58552 2026.01.09 00:31:36.709620 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45687 2026.01.09 00:31:36.709644 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.709701 [ 277 ] {} TCP-Session: b644da80-4c59-464f-b542-56d7f7f24a57 Authenticating user 'default' from [fd00:1122:3344:101::c]:58552 2026.01.09 00:31:36.709859 [ 277 ] {} TCP-Session: b644da80-4c59-464f-b542-56d7f7f24a57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.709874 [ 277 ] {} TCP-Session: b644da80-4c59-464f-b542-56d7f7f24a57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.710478 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.710519 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65225 2026.01.09 00:31:36.710507 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64002 2026.01.09 00:31:36.710623 [ 278 ] {} TCP-Session: 0af1323e-0c30-4752-bdf7-4fecc8e4de50 Authenticating user 'default' from [fd00:1122:3344:101::c]:45687 2026.01.09 00:31:36.710665 [ 278 ] {} TCP-Session: 0af1323e-0c30-4752-bdf7-4fecc8e4de50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.710759 [ 278 ] {} TCP-Session: 0af1323e-0c30-4752-bdf7-4fecc8e4de50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.711249 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56677 2026.01.09 00:31:36.711357 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50237 2026.01.09 00:31:36.713143 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36308 2026.01.09 00:31:36.713978 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.714006 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.714045 [ 281 ] {} TCP-Session: 4efe9cce-a56e-44ea-a419-fdb527830b15 Authenticating user 'default' from [fd00:1122:3344:101::c]:56677 2026.01.09 00:31:36.714053 [ 282 ] {} TCP-Session: 2ead2b03-7603-4f74-aa09-9b0aa2ecfdfc Authenticating user 'default' from [fd00:1122:3344:101::c]:50237 2026.01.09 00:31:36.714166 [ 281 ] {} TCP-Session: 4efe9cce-a56e-44ea-a419-fdb527830b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.714184 [ 282 ] {} TCP-Session: 2ead2b03-7603-4f74-aa09-9b0aa2ecfdfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.714191 [ 281 ] {} TCP-Session: 4efe9cce-a56e-44ea-a419-fdb527830b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.714286 [ 282 ] {} TCP-Session: 2ead2b03-7603-4f74-aa09-9b0aa2ecfdfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.714620 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.714715 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.714752 [ 280 ] {} TCP-Session: 3f8bb913-5cea-4c7d-8fe2-3f8c99821491 Authenticating user 'default' from [fd00:1122:3344:101::c]:64002 2026.01.09 00:31:36.714759 [ 283 ] {} TCP-Session: a3c7dc4a-85b0-4062-8694-c90390327351 Authenticating user 'default' from [fd00:1122:3344:101::c]:36308 2026.01.09 00:31:36.714784 [ 280 ] {} TCP-Session: 3f8bb913-5cea-4c7d-8fe2-3f8c99821491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.714970 [ 280 ] {} TCP-Session: 3f8bb913-5cea-4c7d-8fe2-3f8c99821491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.714976 [ 283 ] {} TCP-Session: a3c7dc4a-85b0-4062-8694-c90390327351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.715096 [ 283 ] {} TCP-Session: a3c7dc4a-85b0-4062-8694-c90390327351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.715529 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:31:36.715573 [ 279 ] {} TCP-Session: 6a08b48b-b8c7-46eb-beea-ecbf3597dba0 Authenticating user 'default' from [fd00:1122:3344:101::c]:65225 2026.01.09 00:31:36.715689 [ 279 ] {} TCP-Session: 6a08b48b-b8c7-46eb-beea-ecbf3597dba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.715745 [ 279 ] {} TCP-Session: 6a08b48b-b8c7-46eb-beea-ecbf3597dba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:31:36.747898 [ 267 ] {089eaa77-b66b-477d-bb90-93f96caf31b3} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61919) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.09 00:31:36.749126 [ 267 ] {089eaa77-b66b-477d-bb90-93f96caf31b3} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.09 00:31:36.749447 [ 267 ] {089eaa77-b66b-477d-bb90-93f96caf31b3} TCPHandler: Processed in 0.135451366 sec. 2026.01.09 00:31:36.749893 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.750146 [ 269 ] {79b94df6-1de4-4655-88bd-5ea7734e0f69} executeQuery: (from [fd00:1122:3344:101::d]:37290) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:31:36.750687 [ 269 ] {79b94df6-1de4-4655-88bd-5ea7734e0f69} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37290) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.09 00:31:36.751099 [ 269 ] {79b94df6-1de4-4655-88bd-5ea7734e0f69} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.09 00:31:36.751369 [ 269 ] {79b94df6-1de4-4655-88bd-5ea7734e0f69} TCPHandler: Processed in 0.001645677 sec. 2026.01.09 00:31:36.751779 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.752881 [ 274 ] {33b65704-8486-41d3-8a40-ae0d822b300d} executeQuery: (from [fd00:1122:3344:101::d]:52180) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.09 00:31:36.753775 [ 274 ] {33b65704-8486-41d3-8a40-ae0d822b300d} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.09 00:31:36.755440 [ 274 ] {33b65704-8486-41d3-8a40-ae0d822b300d} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.09 00:31:36.755544 [ 274 ] {33b65704-8486-41d3-8a40-ae0d822b300d} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000142044 sec 2026.01.09 00:31:36.755560 [ 274 ] {33b65704-8486-41d3-8a40-ae0d822b300d} ReferentialDeps: No tables 2026.01.09 00:31:36.755571 [ 274 ] {33b65704-8486-41d3-8a40-ae0d822b300d} LoadingDeps: No tables 2026.01.09 00:31:36.755646 [ 274 ] {33b65704-8486-41d3-8a40-ae0d822b300d} DatabaseAtomic (oximeter): Starting up tables. 2026.01.09 00:31:36.756415 [ 274 ] {33b65704-8486-41d3-8a40-ae0d822b300d} TCPHandler: Processed in 0.004800136 sec. 2026.01.09 00:31:36.756587 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.756769 [ 274 ] {256c039c-ffad-430d-9af1-05ac5a5a2d02} executeQuery: (from [fd00:1122:3344:101::d]:52180) /* 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) 2026.01.09 00:31:36.756954 [ 274 ] {256c039c-ffad-430d-9af1-05ac5a5a2d02} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.09 00:31:36.767071 [ 274 ] {256c039c-ffad-430d-9af1-05ac5a5a2d02} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.09 00:31:36.768681 [ 274 ] {256c039c-ffad-430d-9af1-05ac5a5a2d02} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124): Loading data parts 2026.01.09 00:31:36.771374 [ 274 ] {256c039c-ffad-430d-9af1-05ac5a5a2d02} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124): There are no data parts 2026.01.09 00:31:36.775348 [ 274 ] {256c039c-ffad-430d-9af1-05ac5a5a2d02} TCPHandler: Processed in 0.018816665 sec. 2026.01.09 00:31:36.775724 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.775939 [ 274 ] {d17a3266-dd8a-477d-887f-8387f2ac5d63} executeQuery: (from [fd00:1122:3344:101::d]:52180) /* 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) 2026.01.09 00:31:36.776097 [ 274 ] {d17a3266-dd8a-477d-887f-8387f2ac5d63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.09 00:31:36.800923 [ 274 ] {d17a3266-dd8a-477d-887f-8387f2ac5d63} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Loading data parts 2026.01.09 00:31:36.801235 [ 274 ] {d17a3266-dd8a-477d-887f-8387f2ac5d63} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): There are no data parts 2026.01.09 00:31:36.802527 [ 274 ] {d17a3266-dd8a-477d-887f-8387f2ac5d63} TCPHandler: Processed in 0.026882075 sec. 2026.01.09 00:31:36.802776 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.803046 [ 274 ] {e588fd73-b493-4b93-a4bf-f5a8a6fb3782} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.803095 [ 274 ] {e588fd73-b493-4b93-a4bf-f5a8a6fb3782} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.09 00:31:36.805291 [ 274 ] {e588fd73-b493-4b93-a4bf-f5a8a6fb3782} oximeter.measurements_i8 (d2270876-4d8a-4083-9583-b02a496f2cc1): Loading data parts 2026.01.09 00:31:36.805433 [ 274 ] {e588fd73-b493-4b93-a4bf-f5a8a6fb3782} oximeter.measurements_i8 (d2270876-4d8a-4083-9583-b02a496f2cc1): There are no data parts 2026.01.09 00:31:36.807583 [ 274 ] {e588fd73-b493-4b93-a4bf-f5a8a6fb3782} TCPHandler: Processed in 0.004879399 sec. 2026.01.09 00:31:36.807842 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.808004 [ 274 ] {7d006591-2512-404b-a3b0-43bf4a56ea48} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.808145 [ 274 ] {7d006591-2512-404b-a3b0-43bf4a56ea48} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.09 00:31:36.810214 [ 274 ] {7d006591-2512-404b-a3b0-43bf4a56ea48} oximeter.measurements_u8 (c464216a-f3eb-4c2e-9705-5306e0f87d6f): Loading data parts 2026.01.09 00:31:36.810459 [ 274 ] {7d006591-2512-404b-a3b0-43bf4a56ea48} oximeter.measurements_u8 (c464216a-f3eb-4c2e-9705-5306e0f87d6f): There are no data parts 2026.01.09 00:31:36.812270 [ 274 ] {7d006591-2512-404b-a3b0-43bf4a56ea48} TCPHandler: Processed in 0.004478557 sec. 2026.01.09 00:31:36.812446 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.812702 [ 274 ] {6388ba51-fd05-434e-82c8-7ef857c76b75} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.812745 [ 274 ] {6388ba51-fd05-434e-82c8-7ef857c76b75} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.09 00:31:36.815327 [ 274 ] {6388ba51-fd05-434e-82c8-7ef857c76b75} oximeter.measurements_i16 (01c46e53-55de-4ac8-addb-aebceae43d4e): Loading data parts 2026.01.09 00:31:36.815481 [ 274 ] {6388ba51-fd05-434e-82c8-7ef857c76b75} oximeter.measurements_i16 (01c46e53-55de-4ac8-addb-aebceae43d4e): There are no data parts 2026.01.09 00:31:36.816744 [ 274 ] {6388ba51-fd05-434e-82c8-7ef857c76b75} TCPHandler: Processed in 0.004351544 sec. 2026.01.09 00:31:36.817301 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.817472 [ 274 ] {77ed15ba-b602-45e9-9e14-1ada0f535b7e} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.817736 [ 274 ] {77ed15ba-b602-45e9-9e14-1ada0f535b7e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.09 00:31:36.820386 [ 274 ] {77ed15ba-b602-45e9-9e14-1ada0f535b7e} oximeter.measurements_u16 (916d4395-e072-49d2-ba89-7d1c0d069cdd): Loading data parts 2026.01.09 00:31:36.820674 [ 274 ] {77ed15ba-b602-45e9-9e14-1ada0f535b7e} oximeter.measurements_u16 (916d4395-e072-49d2-ba89-7d1c0d069cdd): There are no data parts 2026.01.09 00:31:36.822452 [ 274 ] {77ed15ba-b602-45e9-9e14-1ada0f535b7e} TCPHandler: Processed in 0.005199508 sec. 2026.01.09 00:31:36.822632 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.822871 [ 274 ] {34acf280-b2eb-406d-b411-285ebf7cf7f4} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.823193 [ 274 ] {34acf280-b2eb-406d-b411-285ebf7cf7f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.09 00:31:36.825522 [ 274 ] {34acf280-b2eb-406d-b411-285ebf7cf7f4} oximeter.measurements_i32 (91b1438e-e90b-4338-9a38-318c0a6f206c): Loading data parts 2026.01.09 00:31:36.825658 [ 274 ] {34acf280-b2eb-406d-b411-285ebf7cf7f4} oximeter.measurements_i32 (91b1438e-e90b-4338-9a38-318c0a6f206c): There are no data parts 2026.01.09 00:31:36.827097 [ 274 ] {34acf280-b2eb-406d-b411-285ebf7cf7f4} TCPHandler: Processed in 0.004519348 sec. 2026.01.09 00:31:36.827366 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.827532 [ 274 ] {30d74b0a-e213-45f8-ab07-a2d6340ffcfd} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.827667 [ 274 ] {30d74b0a-e213-45f8-ab07-a2d6340ffcfd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.09 00:31:36.829970 [ 274 ] {30d74b0a-e213-45f8-ab07-a2d6340ffcfd} oximeter.measurements_u32 (6db0d4ed-9a86-4b49-9a53-1dce014dc661): Loading data parts 2026.01.09 00:31:36.830151 [ 274 ] {30d74b0a-e213-45f8-ab07-a2d6340ffcfd} oximeter.measurements_u32 (6db0d4ed-9a86-4b49-9a53-1dce014dc661): There are no data parts 2026.01.09 00:31:36.831891 [ 274 ] {30d74b0a-e213-45f8-ab07-a2d6340ffcfd} TCPHandler: Processed in 0.00457648 sec. 2026.01.09 00:31:36.832058 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.832287 [ 274 ] {260de8ef-ac13-4d77-b668-df8dbeb2346d} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.832384 [ 274 ] {260de8ef-ac13-4d77-b668-df8dbeb2346d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.09 00:31:36.835455 [ 274 ] {260de8ef-ac13-4d77-b668-df8dbeb2346d} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Loading data parts 2026.01.09 00:31:36.835589 [ 274 ] {260de8ef-ac13-4d77-b668-df8dbeb2346d} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): There are no data parts 2026.01.09 00:31:36.837254 [ 274 ] {260de8ef-ac13-4d77-b668-df8dbeb2346d} TCPHandler: Processed in 0.00525295 sec. 2026.01.09 00:31:36.837548 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.837709 [ 274 ] {d957da05-2235-43c1-9a9d-0e37f4f2aad5} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.837843 [ 274 ] {d957da05-2235-43c1-9a9d-0e37f4f2aad5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.09 00:31:36.840862 [ 274 ] {d957da05-2235-43c1-9a9d-0e37f4f2aad5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Loading data parts 2026.01.09 00:31:36.840997 [ 274 ] {d957da05-2235-43c1-9a9d-0e37f4f2aad5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): There are no data parts 2026.01.09 00:31:36.842567 [ 274 ] {d957da05-2235-43c1-9a9d-0e37f4f2aad5} TCPHandler: Processed in 0.005095545 sec. 2026.01.09 00:31:36.842720 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.842880 [ 274 ] {2e51ed7e-75fa-4fb1-bc82-e552315d2d77} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.843022 [ 274 ] {2e51ed7e-75fa-4fb1-bc82-e552315d2d77} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.09 00:31:36.845379 [ 274 ] {2e51ed7e-75fa-4fb1-bc82-e552315d2d77} oximeter.measurements_f32 (e0d43198-f087-4ffb-a298-1293ea21efb3): Loading data parts 2026.01.09 00:31:36.845522 [ 274 ] {2e51ed7e-75fa-4fb1-bc82-e552315d2d77} oximeter.measurements_f32 (e0d43198-f087-4ffb-a298-1293ea21efb3): There are no data parts 2026.01.09 00:31:36.847278 [ 274 ] {2e51ed7e-75fa-4fb1-bc82-e552315d2d77} TCPHandler: Processed in 0.004609811 sec. 2026.01.09 00:31:36.847544 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.847727 [ 274 ] {ce856291-cd00-4668-9637-ae2227117afe} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.847877 [ 274 ] {ce856291-cd00-4668-9637-ae2227117afe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.09 00:31:36.850142 [ 274 ] {ce856291-cd00-4668-9637-ae2227117afe} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Loading data parts 2026.01.09 00:31:36.850465 [ 274 ] {ce856291-cd00-4668-9637-ae2227117afe} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): There are no data parts 2026.01.09 00:31:36.852488 [ 274 ] {ce856291-cd00-4668-9637-ae2227117afe} TCPHandler: Processed in 0.004999772 sec. 2026.01.09 00:31:36.852664 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.852851 [ 274 ] {241189b5-c41a-4a90-9c95-db4f8e95ced8} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.853004 [ 274 ] {241189b5-c41a-4a90-9c95-db4f8e95ced8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.09 00:31:36.855426 [ 274 ] {241189b5-c41a-4a90-9c95-db4f8e95ced8} oximeter.measurements_string (d0c40c12-59b3-4e17-9066-9134f10c1125): Loading data parts 2026.01.09 00:31:36.855645 [ 274 ] {241189b5-c41a-4a90-9c95-db4f8e95ced8} oximeter.measurements_string (d0c40c12-59b3-4e17-9066-9134f10c1125): There are no data parts 2026.01.09 00:31:36.857089 [ 274 ] {241189b5-c41a-4a90-9c95-db4f8e95ced8} TCPHandler: Processed in 0.004488867 sec. 2026.01.09 00:31:36.857338 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.857495 [ 274 ] {b6531204-1d85-42f4-9f20-675521777ebc} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.857626 [ 274 ] {b6531204-1d85-42f4-9f20-675521777ebc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.09 00:31:36.859901 [ 274 ] {b6531204-1d85-42f4-9f20-675521777ebc} oximeter.measurements_bytes (f4aa9ff8-e56d-4eaa-8cfb-29e95d6c669e): Loading data parts 2026.01.09 00:31:36.860109 [ 274 ] {b6531204-1d85-42f4-9f20-675521777ebc} oximeter.measurements_bytes (f4aa9ff8-e56d-4eaa-8cfb-29e95d6c669e): There are no data parts 2026.01.09 00:31:36.861576 [ 274 ] {b6531204-1d85-42f4-9f20-675521777ebc} TCPHandler: Processed in 0.004288212 sec. 2026.01.09 00:31:36.861847 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.862025 [ 274 ] {f6dc0828-c3ec-4ab1-9f7f-6ae5c00753ae} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.862154 [ 274 ] {f6dc0828-c3ec-4ab1-9f7f-6ae5c00753ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.09 00:31:36.864258 [ 274 ] {f6dc0828-c3ec-4ab1-9f7f-6ae5c00753ae} oximeter.measurements_cumulativei64 (63bbe4a7-1920-4253-9d1c-11172794fa1a): Loading data parts 2026.01.09 00:31:36.864559 [ 274 ] {f6dc0828-c3ec-4ab1-9f7f-6ae5c00753ae} oximeter.measurements_cumulativei64 (63bbe4a7-1920-4253-9d1c-11172794fa1a): There are no data parts 2026.01.09 00:31:36.866003 [ 274 ] {f6dc0828-c3ec-4ab1-9f7f-6ae5c00753ae} TCPHandler: Processed in 0.00421969 sec. 2026.01.09 00:31:36.866163 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.866425 [ 274 ] {dfac669b-ef6c-4d5c-8dbf-a5f2e8440067} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.866559 [ 274 ] {dfac669b-ef6c-4d5c-8dbf-a5f2e8440067} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.09 00:31:36.868609 [ 274 ] {dfac669b-ef6c-4d5c-8dbf-a5f2e8440067} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Loading data parts 2026.01.09 00:31:36.868787 [ 274 ] {dfac669b-ef6c-4d5c-8dbf-a5f2e8440067} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): There are no data parts 2026.01.09 00:31:36.870449 [ 274 ] {dfac669b-ef6c-4d5c-8dbf-a5f2e8440067} TCPHandler: Processed in 0.004339423 sec. 2026.01.09 00:31:36.870601 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.870760 [ 274 ] {4e685234-677d-4388-bda0-37f2ef3edcce} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.870905 [ 274 ] {4e685234-677d-4388-bda0-37f2ef3edcce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.09 00:31:36.873677 [ 274 ] {4e685234-677d-4388-bda0-37f2ef3edcce} oximeter.measurements_cumulativef32 (2ddd03f6-2271-4e70-9ed5-454e5913f8d0): Loading data parts 2026.01.09 00:31:36.873898 [ 274 ] {4e685234-677d-4388-bda0-37f2ef3edcce} oximeter.measurements_cumulativef32 (2ddd03f6-2271-4e70-9ed5-454e5913f8d0): There are no data parts 2026.01.09 00:31:36.875527 [ 274 ] {4e685234-677d-4388-bda0-37f2ef3edcce} TCPHandler: Processed in 0.004974921 sec. 2026.01.09 00:31:36.875774 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.875952 [ 274 ] {845ed1c2-d4de-43a9-a6a9-bec9837e90a8} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.876101 [ 274 ] {845ed1c2-d4de-43a9-a6a9-bec9837e90a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.09 00:31:36.878319 [ 274 ] {845ed1c2-d4de-43a9-a6a9-bec9837e90a8} oximeter.measurements_cumulativef64 (68d6ffed-7b6a-4f5f-9cdf-dc941db996e4): Loading data parts 2026.01.09 00:31:36.878570 [ 274 ] {845ed1c2-d4de-43a9-a6a9-bec9837e90a8} oximeter.measurements_cumulativef64 (68d6ffed-7b6a-4f5f-9cdf-dc941db996e4): There are no data parts 2026.01.09 00:31:36.880050 [ 274 ] {845ed1c2-d4de-43a9-a6a9-bec9837e90a8} TCPHandler: Processed in 0.004324193 sec. 2026.01.09 00:31:36.880206 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.880516 [ 274 ] {88d93cea-1a0e-462a-839a-d3284813471e} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.880748 [ 274 ] {88d93cea-1a0e-462a-839a-d3284813471e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.09 00:31:36.883327 [ 274 ] {88d93cea-1a0e-462a-839a-d3284813471e} oximeter.measurements_histogrami8 (78f2ed4e-61d4-48bf-8058-1b4cd99a38f5): Loading data parts 2026.01.09 00:31:36.883527 [ 274 ] {88d93cea-1a0e-462a-839a-d3284813471e} oximeter.measurements_histogrami8 (78f2ed4e-61d4-48bf-8058-1b4cd99a38f5): There are no data parts 2026.01.09 00:31:36.885201 [ 274 ] {88d93cea-1a0e-462a-839a-d3284813471e} TCPHandler: Processed in 0.005047173 sec. 2026.01.09 00:31:36.885464 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.885683 [ 274 ] {dcb56421-98fe-467b-9ce8-9c1f1442d375} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.885849 [ 274 ] {dcb56421-98fe-467b-9ce8-9c1f1442d375} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.09 00:31:36.889039 [ 274 ] {dcb56421-98fe-467b-9ce8-9c1f1442d375} oximeter.measurements_histogramu8 (5f38ecb8-23d7-495f-b5e2-ff7b29eae708): Loading data parts 2026.01.09 00:31:36.889282 [ 274 ] {dcb56421-98fe-467b-9ce8-9c1f1442d375} oximeter.measurements_histogramu8 (5f38ecb8-23d7-495f-b5e2-ff7b29eae708): There are no data parts 2026.01.09 00:31:36.890780 [ 274 ] {dcb56421-98fe-467b-9ce8-9c1f1442d375} TCPHandler: Processed in 0.005367092 sec. 2026.01.09 00:31:36.890935 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.891237 [ 274 ] {8e80d0ef-ca9c-4f93-8417-d8996abd2f58} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.891378 [ 274 ] {8e80d0ef-ca9c-4f93-8417-d8996abd2f58} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.09 00:31:36.893749 [ 274 ] {8e80d0ef-ca9c-4f93-8417-d8996abd2f58} oximeter.measurements_histogrami16 (fde7fe46-7139-44f3-a020-bc2a6e37121c): Loading data parts 2026.01.09 00:31:36.893905 [ 274 ] {8e80d0ef-ca9c-4f93-8417-d8996abd2f58} oximeter.measurements_histogrami16 (fde7fe46-7139-44f3-a020-bc2a6e37121c): There are no data parts 2026.01.09 00:31:36.895676 [ 274 ] {8e80d0ef-ca9c-4f93-8417-d8996abd2f58} TCPHandler: Processed in 0.004789037 sec. 2026.01.09 00:31:36.895950 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.896180 [ 274 ] {812db944-1939-4a66-97f9-5bf9321b6d7a} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.896340 [ 274 ] {812db944-1939-4a66-97f9-5bf9321b6d7a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.09 00:31:36.898694 [ 274 ] {812db944-1939-4a66-97f9-5bf9321b6d7a} oximeter.measurements_histogramu16 (5085e4a9-ea83-4383-82ce-edaa98142fa6): Loading data parts 2026.01.09 00:31:36.898951 [ 274 ] {812db944-1939-4a66-97f9-5bf9321b6d7a} oximeter.measurements_histogramu16 (5085e4a9-ea83-4383-82ce-edaa98142fa6): There are no data parts 2026.01.09 00:31:36.900521 [ 274 ] {812db944-1939-4a66-97f9-5bf9321b6d7a} TCPHandler: Processed in 0.004625072 sec. 2026.01.09 00:31:36.900679 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.900995 [ 274 ] {a4f18f77-c5b3-43c5-87ba-5a1d421332e9} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.901144 [ 274 ] {a4f18f77-c5b3-43c5-87ba-5a1d421332e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.09 00:31:36.903290 [ 274 ] {a4f18f77-c5b3-43c5-87ba-5a1d421332e9} oximeter.measurements_histogrami32 (e9b314ec-8a19-4f71-9342-481603d15330): Loading data parts 2026.01.09 00:31:36.903486 [ 274 ] {a4f18f77-c5b3-43c5-87ba-5a1d421332e9} oximeter.measurements_histogrami32 (e9b314ec-8a19-4f71-9342-481603d15330): There are no data parts 2026.01.09 00:31:36.905152 [ 274 ] {a4f18f77-c5b3-43c5-87ba-5a1d421332e9} TCPHandler: Processed in 0.004523058 sec. 2026.01.09 00:31:36.905412 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.905627 [ 274 ] {7ed5f3d2-19d1-4d18-b7ab-75a8825ab810} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.905768 [ 274 ] {7ed5f3d2-19d1-4d18-b7ab-75a8825ab810} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.09 00:31:36.908083 [ 274 ] {7ed5f3d2-19d1-4d18-b7ab-75a8825ab810} oximeter.measurements_histogramu32 (6a913771-1b13-481f-8201-569e8aaa0006): Loading data parts 2026.01.09 00:31:36.908301 [ 274 ] {7ed5f3d2-19d1-4d18-b7ab-75a8825ab810} oximeter.measurements_histogramu32 (6a913771-1b13-481f-8201-569e8aaa0006): There are no data parts 2026.01.09 00:31:36.909811 [ 274 ] {7ed5f3d2-19d1-4d18-b7ab-75a8825ab810} TCPHandler: Processed in 0.004448437 sec. 2026.01.09 00:31:36.909992 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.910258 [ 274 ] {91f20fce-7524-4ef5-8cd3-0e1ed0f8bba9} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.910412 [ 274 ] {91f20fce-7524-4ef5-8cd3-0e1ed0f8bba9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.09 00:31:36.912851 [ 274 ] {91f20fce-7524-4ef5-8cd3-0e1ed0f8bba9} oximeter.measurements_histogrami64 (033103f1-004c-4cff-9879-1e3ecb62506d): Loading data parts 2026.01.09 00:31:36.913036 [ 274 ] {91f20fce-7524-4ef5-8cd3-0e1ed0f8bba9} oximeter.measurements_histogrami64 (033103f1-004c-4cff-9879-1e3ecb62506d): There are no data parts 2026.01.09 00:31:36.914669 [ 274 ] {91f20fce-7524-4ef5-8cd3-0e1ed0f8bba9} TCPHandler: Processed in 0.004750995 sec. 2026.01.09 00:31:36.914936 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.915188 [ 274 ] {f2c87829-f8d3-45f7-9de6-29a7c5e4ac24} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.915339 [ 274 ] {f2c87829-f8d3-45f7-9de6-29a7c5e4ac24} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.09 00:31:36.917754 [ 274 ] {f2c87829-f8d3-45f7-9de6-29a7c5e4ac24} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Loading data parts 2026.01.09 00:31:36.917970 [ 274 ] {f2c87829-f8d3-45f7-9de6-29a7c5e4ac24} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): There are no data parts 2026.01.09 00:31:36.919629 [ 274 ] {f2c87829-f8d3-45f7-9de6-29a7c5e4ac24} TCPHandler: Processed in 0.004742884 sec. 2026.01.09 00:31:36.919780 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.920049 [ 274 ] {d6e0fcc1-c9bf-4c32-9ed2-cb4b91f843b1} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.920196 [ 274 ] {d6e0fcc1-c9bf-4c32-9ed2-cb4b91f843b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.09 00:31:36.922874 [ 274 ] {d6e0fcc1-c9bf-4c32-9ed2-cb4b91f843b1} oximeter.measurements_histogramf32 (d331a593-54e3-4c43-97f2-0518a82ebbe3): Loading data parts 2026.01.09 00:31:36.923066 [ 274 ] {d6e0fcc1-c9bf-4c32-9ed2-cb4b91f843b1} oximeter.measurements_histogramf32 (d331a593-54e3-4c43-97f2-0518a82ebbe3): There are no data parts 2026.01.09 00:31:36.924897 [ 274 ] {d6e0fcc1-c9bf-4c32-9ed2-cb4b91f843b1} TCPHandler: Processed in 0.005168257 sec. 2026.01.09 00:31:36.925137 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.925352 [ 274 ] {59da4625-ea56-457a-91bf-66b1b08dd768} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.925500 [ 274 ] {59da4625-ea56-457a-91bf-66b1b08dd768} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.09 00:31:36.927691 [ 274 ] {59da4625-ea56-457a-91bf-66b1b08dd768} oximeter.measurements_histogramf64 (3e650e91-2c12-497c-8b63-83eeb74fa02d): Loading data parts 2026.01.09 00:31:36.927920 [ 274 ] {59da4625-ea56-457a-91bf-66b1b08dd768} oximeter.measurements_histogramf64 (3e650e91-2c12-497c-8b63-83eeb74fa02d): There are no data parts 2026.01.09 00:31:36.929414 [ 274 ] {59da4625-ea56-457a-91bf-66b1b08dd768} TCPHandler: Processed in 0.004329553 sec. 2026.01.09 00:31:36.929573 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.929804 [ 274 ] {58c89c25-2d76-4997-b072-affcfe9665e6} executeQuery: (from [fd00:1122:3344:101::d]:52180) /* 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) 2026.01.09 00:31:36.929972 [ 274 ] {58c89c25-2d76-4997-b072-affcfe9665e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.09 00:31:36.932363 [ 274 ] {58c89c25-2d76-4997-b072-affcfe9665e6} oximeter.fields_bool (4036f382-d031-4f5f-9bb8-3a8e5ccca41b): Loading data parts 2026.01.09 00:31:36.932561 [ 274 ] {58c89c25-2d76-4997-b072-affcfe9665e6} oximeter.fields_bool (4036f382-d031-4f5f-9bb8-3a8e5ccca41b): There are no data parts 2026.01.09 00:31:36.934434 [ 274 ] {58c89c25-2d76-4997-b072-affcfe9665e6} TCPHandler: Processed in 0.00491154 sec. 2026.01.09 00:31:36.934586 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.934837 [ 274 ] {98297866-8624-4ad9-9917-f9c4799cc35d} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.934970 [ 274 ] {98297866-8624-4ad9-9917-f9c4799cc35d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.09 00:31:36.936916 [ 274 ] {98297866-8624-4ad9-9917-f9c4799cc35d} oximeter.fields_i8 (c8fb9427-8f13-41c7-bbf9-7b346afb3d79): Loading data parts 2026.01.09 00:31:36.937060 [ 274 ] {98297866-8624-4ad9-9917-f9c4799cc35d} oximeter.fields_i8 (c8fb9427-8f13-41c7-bbf9-7b346afb3d79): There are no data parts 2026.01.09 00:31:36.938516 [ 274 ] {98297866-8624-4ad9-9917-f9c4799cc35d} TCPHandler: Processed in 0.003979823 sec. 2026.01.09 00:31:36.938670 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.938827 [ 274 ] {f5129c41-b393-42a4-af16-d837aef47896} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.938970 [ 274 ] {f5129c41-b393-42a4-af16-d837aef47896} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.09 00:31:36.941057 [ 274 ] {f5129c41-b393-42a4-af16-d837aef47896} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Loading data parts 2026.01.09 00:31:36.941236 [ 274 ] {f5129c41-b393-42a4-af16-d837aef47896} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): There are no data parts 2026.01.09 00:31:36.943070 [ 274 ] {f5129c41-b393-42a4-af16-d837aef47896} TCPHandler: Processed in 0.004449477 sec. 2026.01.09 00:31:36.943224 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.943471 [ 274 ] {67683e52-9813-4d98-b6fd-f568166f83a0} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.943598 [ 274 ] {67683e52-9813-4d98-b6fd-f568166f83a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.09 00:31:36.945656 [ 274 ] {67683e52-9813-4d98-b6fd-f568166f83a0} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Loading data parts 2026.01.09 00:31:36.945834 [ 274 ] {67683e52-9813-4d98-b6fd-f568166f83a0} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): There are no data parts 2026.01.09 00:31:36.947249 [ 274 ] {67683e52-9813-4d98-b6fd-f568166f83a0} TCPHandler: Processed in 0.004072786 sec. 2026.01.09 00:31:36.947404 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.947562 [ 274 ] {52a47eb2-8326-4c98-a352-e33f338ba656} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.947698 [ 274 ] {52a47eb2-8326-4c98-a352-e33f338ba656} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.09 00:31:36.949814 [ 274 ] {52a47eb2-8326-4c98-a352-e33f338ba656} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Loading data parts 2026.01.09 00:31:36.949957 [ 274 ] {52a47eb2-8326-4c98-a352-e33f338ba656} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): There are no data parts 2026.01.09 00:31:36.951875 [ 274 ] {52a47eb2-8326-4c98-a352-e33f338ba656} TCPHandler: Processed in 0.004520398 sec. 2026.01.09 00:31:36.952096 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.952325 [ 274 ] {389fbcac-93ff-40af-be95-2c96da235e63} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.952514 [ 274 ] {389fbcac-93ff-40af-be95-2c96da235e63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.09 00:31:36.954352 [ 274 ] {389fbcac-93ff-40af-be95-2c96da235e63} oximeter.fields_i32 (947678fe-5aa5-451d-a0aa-653fb8ef53f2): Loading data parts 2026.01.09 00:31:36.954488 [ 274 ] {389fbcac-93ff-40af-be95-2c96da235e63} oximeter.fields_i32 (947678fe-5aa5-451d-a0aa-653fb8ef53f2): There are no data parts 2026.01.09 00:31:36.956020 [ 274 ] {389fbcac-93ff-40af-be95-2c96da235e63} TCPHandler: Processed in 0.003973063 sec. 2026.01.09 00:31:36.956184 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.956364 [ 274 ] {7a44ba48-b9a6-4b9a-8c07-d411c7b3e8d5} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.956509 [ 274 ] {7a44ba48-b9a6-4b9a-8c07-d411c7b3e8d5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.09 00:31:36.959424 [ 274 ] {7a44ba48-b9a6-4b9a-8c07-d411c7b3e8d5} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Loading data parts 2026.01.09 00:31:36.959610 [ 274 ] {7a44ba48-b9a6-4b9a-8c07-d411c7b3e8d5} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): There are no data parts 2026.01.09 00:31:36.960949 [ 274 ] {7a44ba48-b9a6-4b9a-8c07-d411c7b3e8d5} TCPHandler: Processed in 0.004816506 sec. 2026.01.09 00:31:36.961193 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.961349 [ 274 ] {970d0601-a12d-4788-adaa-784329c412b7} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.961490 [ 274 ] {970d0601-a12d-4788-adaa-784329c412b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.09 00:31:36.964036 [ 274 ] {970d0601-a12d-4788-adaa-784329c412b7} oximeter.fields_i64 (49c72fa2-b5b4-46ce-9900-4bbc22cc7f97): Loading data parts 2026.01.09 00:31:36.964305 [ 274 ] {970d0601-a12d-4788-adaa-784329c412b7} oximeter.fields_i64 (49c72fa2-b5b4-46ce-9900-4bbc22cc7f97): There are no data parts 2026.01.09 00:31:36.965729 [ 274 ] {970d0601-a12d-4788-adaa-784329c412b7} TCPHandler: Processed in 0.004585651 sec. 2026.01.09 00:31:36.965878 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.966095 [ 274 ] {1106cd62-b8a0-428f-b85d-a78891e3360f} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.966199 [ 274 ] {1106cd62-b8a0-428f-b85d-a78891e3360f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.09 00:31:36.968308 [ 274 ] {1106cd62-b8a0-428f-b85d-a78891e3360f} oximeter.fields_u64 (d98f322b-6411-4fa9-b95d-a5242776e7bd): Loading data parts 2026.01.09 00:31:36.968497 [ 274 ] {1106cd62-b8a0-428f-b85d-a78891e3360f} oximeter.fields_u64 (d98f322b-6411-4fa9-b95d-a5242776e7bd): There are no data parts 2026.01.09 00:31:36.970236 [ 274 ] {1106cd62-b8a0-428f-b85d-a78891e3360f} TCPHandler: Processed in 0.004407295 sec. 2026.01.09 00:31:36.970533 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.970698 [ 274 ] {98f220d3-ebcb-4c96-8b64-a16327049915} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.970834 [ 274 ] {98f220d3-ebcb-4c96-8b64-a16327049915} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.09 00:31:36.973390 [ 274 ] {98f220d3-ebcb-4c96-8b64-a16327049915} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Loading data parts 2026.01.09 00:31:36.973689 [ 274 ] {98f220d3-ebcb-4c96-8b64-a16327049915} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): There are no data parts 2026.01.09 00:31:36.975212 [ 274 ] {98f220d3-ebcb-4c96-8b64-a16327049915} TCPHandler: Processed in 0.004733385 sec. 2026.01.09 00:31:36.975381 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.975696 [ 274 ] {2718f9a5-5f25-4f32-87d0-1af7914c134e} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.975856 [ 274 ] {2718f9a5-5f25-4f32-87d0-1af7914c134e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.09 00:31:36.977908 [ 274 ] {2718f9a5-5f25-4f32-87d0-1af7914c134e} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Loading data parts 2026.01.09 00:31:36.978067 [ 274 ] {2718f9a5-5f25-4f32-87d0-1af7914c134e} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): There are no data parts 2026.01.09 00:31:36.979463 [ 274 ] {2718f9a5-5f25-4f32-87d0-1af7914c134e} TCPHandler: Processed in 0.004138738 sec. 2026.01.09 00:31:36.979693 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.979849 [ 274 ] {7b2d7a79-daed-458c-a1a3-859358ade393} executeQuery: (from [fd00:1122:3344:101::d]:52180) 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) 2026.01.09 00:31:36.979985 [ 274 ] {7b2d7a79-daed-458c-a1a3-859358ade393} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.09 00:31:36.982927 [ 274 ] {7b2d7a79-daed-458c-a1a3-859358ade393} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Loading data parts 2026.01.09 00:31:36.983214 [ 274 ] {7b2d7a79-daed-458c-a1a3-859358ade393} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): There are no data parts 2026.01.09 00:31:36.984777 [ 274 ] {7b2d7a79-daed-458c-a1a3-859358ade393} TCPHandler: Processed in 0.005132896 sec. 2026.01.09 00:31:36.984971 [ 274 ] {} TCP-Session: b10c258d-eea8-4983-bf42-ba70f54a3edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.985394 [ 274 ] {9a926e2f-9f89-4fae-979b-241b67a79a8e} executeQuery: (from [fd00:1122:3344:101::d]:52180) /* 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) 2026.01.09 00:31:36.985571 [ 274 ] {9a926e2f-9f89-4fae-979b-241b67a79a8e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.09 00:31:36.987502 [ 274 ] {9a926e2f-9f89-4fae-979b-241b67a79a8e} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7): Loading data parts 2026.01.09 00:31:36.987758 [ 274 ] {9a926e2f-9f89-4fae-979b-241b67a79a8e} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7): There are no data parts 2026.01.09 00:31:36.989278 [ 274 ] {9a926e2f-9f89-4fae-979b-241b67a79a8e} TCPHandler: Processed in 0.004358444 sec. 2026.01.09 00:31:36.989603 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:36.990067 [ 269 ] {8fe83bac-e55f-4e18-b8eb-c1bac659255e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.09 00:31:36.992337 [ 269 ] {8fe83bac-e55f-4e18-b8eb-c1bac659255e} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.09 00:31:37.001135 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 127.79 MiB, peak 127.79 MiB, free memory in arenas 0.00 B, will set to 137.20 MiB (RSS), difference: 9.40 MiB 2026.01.09 00:31:37.011261 [ 284 ] {8fe83bac-e55f-4e18-b8eb-c1bac659255e} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:37.011306 [ 284 ] {8fe83bac-e55f-4e18-b8eb-c1bac659255e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.09 00:31:37.018063 [ 284 ] {8fe83bac-e55f-4e18-b8eb-c1bac659255e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:37.018730 [ 284 ] {8fe83bac-e55f-4e18-b8eb-c1bac659255e} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:37.019010 [ 269 ] {8fe83bac-e55f-4e18-b8eb-c1bac659255e} executeQuery: Read 1 rows, 16.00 B in 0.029109 sec., 34.353636332405785 rows/sec., 549.66 B/sec. 2026.01.09 00:31:37.019373 [ 269 ] {8fe83bac-e55f-4e18-b8eb-c1bac659255e} TCPHandler: Processed in 0.029948603 sec. 2026.01.09 00:31:38.001134 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 137.26 MiB, peak 137.26 MiB, free memory in arenas 0.00 B, will set to 139.84 MiB (RSS), difference: 2.59 MiB 2026.01.09 00:31:42.269809 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.01.09 00:31:42.269822 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.09 00:31:42.269927 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.09 00:31:42.270069 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.09 00:31:42.277878 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Loading data parts 2026.01.09 00:31:42.278121 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): There are no data parts 2026.01.09 00:31:42.284091 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:42.284140 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.09 00:31:42.284202 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Loading data parts 2026.01.09 00:31:42.284475 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): There are no data parts 2026.01.09 00:31:42.294422 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:42.295023 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:42.295278 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.01.09 00:31:42.319483 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:42.319526 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.09 00:31:42.325726 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:42.326885 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:42.329951 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.09 00:31:43.000156 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.93 MiB, peak 148.93 MiB, free memory in arenas 0.00 B, will set to 153.98 MiB (RSS), difference: 9.05 MiB 2026.01.09 00:31:44.769692 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.01.09 00:31:44.769795 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.09 00:31:44.774342 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Loading data parts 2026.01.09 00:31:44.774532 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): There are no data parts 2026.01.09 00:31:44.780419 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:44.780459 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.09 00:31:44.782129 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:44.782639 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:44.782959 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.01.09 00:31:45.000148 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.18 MiB, peak 158.18 MiB, free memory in arenas 0.00 B, will set to 155.21 MiB (RSS), difference: -2.98 MiB 2026.01.09 00:31:49.733188 [ 84 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:31:49.733322 [ 84 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:31:49.795620 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.01.09 00:31:49.798550 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:49.798589 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:49.799538 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:31:49.799989 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:49.800146 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.01.09 00:31:49.830263 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.09 00:31:49.850747 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:49.850816 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:49.857731 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:31:49.858949 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:49.862645 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.09 00:31:50.000403 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.91 MiB, peak 159.91 MiB, free memory in arenas 0.00 B, will set to 157.82 MiB (RSS), difference: 1.91 MiB 2026.01.09 00:31:55.001122 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.87 MiB, peak 159.91 MiB, free memory in arenas 0.00 B, will set to 157.89 MiB (RSS), difference: 4.02 MiB 2026.01.09 00:31:57.031429 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.031672 [ 267 ] {231088f1-e65c-4296-9606-5d5307230320} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.032048 [ 267 ] {231088f1-e65c-4296-9606-5d5307230320} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.034287 [ 267 ] {231088f1-e65c-4296-9606-5d5307230320} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.043972 [ 267 ] {231088f1-e65c-4296-9606-5d5307230320} TCPHandler: Processed in 0.012662121 sec. 2026.01.09 00:31:57.047071 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.047216 [ 267 ] {17cce615-0c93-405c-ae4a-355265c6d5ab} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.051568 [ 267 ] {17cce615-0c93-405c-ae4a-355265c6d5ab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.051617 [ 267 ] {17cce615-0c93-405c-ae4a-355265c6d5ab} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.052014 [ 267 ] {17cce615-0c93-405c-ae4a-355265c6d5ab} TCPHandler: Processed in 0.005002703 sec. 2026.01.09 00:31:57.052881 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.053006 [ 267 ] {133366f1-c994-4a42-b36d-3a3b483d78e6} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.055327 [ 267 ] {133366f1-c994-4a42-b36d-3a3b483d78e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.055384 [ 267 ] {133366f1-c994-4a42-b36d-3a3b483d78e6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.055749 [ 267 ] {133366f1-c994-4a42-b36d-3a3b483d78e6} TCPHandler: Processed in 0.002917363 sec. 2026.01.09 00:31:57.055982 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.056107 [ 267 ] {eb8566b7-b7ad-45c2-9e48-4cf69fe9f3b0} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.056345 [ 267 ] {eb8566b7-b7ad-45c2-9e48-4cf69fe9f3b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.056388 [ 267 ] {eb8566b7-b7ad-45c2-9e48-4cf69fe9f3b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.056740 [ 267 ] {eb8566b7-b7ad-45c2-9e48-4cf69fe9f3b0} TCPHandler: Processed in 0.000816023 sec. 2026.01.09 00:31:57.056942 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.057059 [ 267 ] {c3a88f33-f6e4-4215-ad6d-0658478d51db} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.057313 [ 267 ] {c3a88f33-f6e4-4215-ad6d-0658478d51db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.057356 [ 267 ] {c3a88f33-f6e4-4215-ad6d-0658478d51db} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.057677 [ 267 ] {c3a88f33-f6e4-4215-ad6d-0658478d51db} TCPHandler: Processed in 0.000783142 sec. 2026.01.09 00:31:57.057883 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.057998 [ 267 ] {10a0b915-e687-4c83-99a7-41f6598f6749} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.058233 [ 267 ] {10a0b915-e687-4c83-99a7-41f6598f6749} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.058274 [ 267 ] {10a0b915-e687-4c83-99a7-41f6598f6749} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.058587 [ 267 ] {10a0b915-e687-4c83-99a7-41f6598f6749} TCPHandler: Processed in 0.000750701 sec. 2026.01.09 00:31:57.058786 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.058901 [ 267 ] {a57efc51-f475-42e7-8c4c-f75d4d39db4b} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.059138 [ 267 ] {a57efc51-f475-42e7-8c4c-f75d4d39db4b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.059180 [ 267 ] {a57efc51-f475-42e7-8c4c-f75d4d39db4b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.059489 [ 267 ] {a57efc51-f475-42e7-8c4c-f75d4d39db4b} TCPHandler: Processed in 0.000753852 sec. 2026.01.09 00:31:57.059694 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.059807 [ 267 ] {dd6ed567-1e3d-4439-8d4b-bdd1f616a29c} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.060041 [ 267 ] {dd6ed567-1e3d-4439-8d4b-bdd1f616a29c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.060083 [ 267 ] {dd6ed567-1e3d-4439-8d4b-bdd1f616a29c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.060415 [ 267 ] {dd6ed567-1e3d-4439-8d4b-bdd1f616a29c} TCPHandler: Processed in 0.000767352 sec. 2026.01.09 00:31:57.060618 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.060732 [ 267 ] {cf017071-ce16-4f2b-a981-f1d8774d68a2} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.060972 [ 267 ] {cf017071-ce16-4f2b-a981-f1d8774d68a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.061014 [ 267 ] {cf017071-ce16-4f2b-a981-f1d8774d68a2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.061347 [ 267 ] {cf017071-ce16-4f2b-a981-f1d8774d68a2} TCPHandler: Processed in 0.000775173 sec. 2026.01.09 00:31:57.061557 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.061691 [ 267 ] {5eb8dcb1-cd2c-4c80-b4e7-e40c2dbcc6a5} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.061949 [ 267 ] {5eb8dcb1-cd2c-4c80-b4e7-e40c2dbcc6a5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.061991 [ 267 ] {5eb8dcb1-cd2c-4c80-b4e7-e40c2dbcc6a5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.062314 [ 267 ] {5eb8dcb1-cd2c-4c80-b4e7-e40c2dbcc6a5} TCPHandler: Processed in 0.000804453 sec. 2026.01.09 00:31:57.062514 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.062631 [ 267 ] {d356b931-8f9e-40f9-ac3d-81d8bf448334} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.062876 [ 267 ] {d356b931-8f9e-40f9-ac3d-81d8bf448334} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.062918 [ 267 ] {d356b931-8f9e-40f9-ac3d-81d8bf448334} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.063225 [ 267 ] {d356b931-8f9e-40f9-ac3d-81d8bf448334} TCPHandler: Processed in 0.000757092 sec. 2026.01.09 00:31:57.063416 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.063535 [ 267 ] {860ded21-6a3e-4245-addd-d4a356c9e95d} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.063786 [ 267 ] {860ded21-6a3e-4245-addd-d4a356c9e95d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.063830 [ 267 ] {860ded21-6a3e-4245-addd-d4a356c9e95d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.064158 [ 267 ] {860ded21-6a3e-4245-addd-d4a356c9e95d} TCPHandler: Processed in 0.000789303 sec. 2026.01.09 00:31:57.064372 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.064489 [ 267 ] {e0754588-8aab-42f6-bb9b-22b0ee97a43d} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.064736 [ 267 ] {e0754588-8aab-42f6-bb9b-22b0ee97a43d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.064778 [ 267 ] {e0754588-8aab-42f6-bb9b-22b0ee97a43d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.065100 [ 267 ] {e0754588-8aab-42f6-bb9b-22b0ee97a43d} TCPHandler: Processed in 0.000775122 sec. 2026.01.09 00:31:57.065304 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.065421 [ 267 ] {fbac89d0-f5cc-48c0-91f6-c9c9aec9cf63} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.065668 [ 267 ] {fbac89d0-f5cc-48c0-91f6-c9c9aec9cf63} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.065709 [ 267 ] {fbac89d0-f5cc-48c0-91f6-c9c9aec9cf63} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.066045 [ 267 ] {fbac89d0-f5cc-48c0-91f6-c9c9aec9cf63} TCPHandler: Processed in 0.000787292 sec. 2026.01.09 00:31:57.066243 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.066359 [ 267 ] {4500a081-4ddf-44da-a06d-e5a09c0577f2} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.066606 [ 267 ] {4500a081-4ddf-44da-a06d-e5a09c0577f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.066649 [ 267 ] {4500a081-4ddf-44da-a06d-e5a09c0577f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.066955 [ 267 ] {4500a081-4ddf-44da-a06d-e5a09c0577f2} TCPHandler: Processed in 0.000759282 sec. 2026.01.09 00:31:57.067160 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.067277 [ 267 ] {00165e6c-dc0e-4fb6-8c84-eb6cf8402a6e} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.067528 [ 267 ] {00165e6c-dc0e-4fb6-8c84-eb6cf8402a6e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.067570 [ 267 ] {00165e6c-dc0e-4fb6-8c84-eb6cf8402a6e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.067885 [ 267 ] {00165e6c-dc0e-4fb6-8c84-eb6cf8402a6e} TCPHandler: Processed in 0.000772502 sec. 2026.01.09 00:31:57.069175 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.069294 [ 267 ] {614675b9-451e-4663-a2c7-535d23180389} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.069562 [ 267 ] {614675b9-451e-4663-a2c7-535d23180389} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.069604 [ 267 ] {614675b9-451e-4663-a2c7-535d23180389} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.069914 [ 267 ] {614675b9-451e-4663-a2c7-535d23180389} TCPHandler: Processed in 0.000784992 sec. 2026.01.09 00:31:57.070112 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.070231 [ 267 ] {2fd6ca82-c8b8-472a-9785-2785c17e5a4c} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.070496 [ 267 ] {2fd6ca82-c8b8-472a-9785-2785c17e5a4c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.070538 [ 267 ] {2fd6ca82-c8b8-472a-9785-2785c17e5a4c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.070883 [ 267 ] {2fd6ca82-c8b8-472a-9785-2785c17e5a4c} TCPHandler: Processed in 0.000817953 sec. 2026.01.09 00:31:57.071090 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.071210 [ 267 ] {18d7f329-df3f-4d5f-82ce-805d70d00920} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.071464 [ 267 ] {18d7f329-df3f-4d5f-82ce-805d70d00920} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.071505 [ 267 ] {18d7f329-df3f-4d5f-82ce-805d70d00920} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.071837 [ 267 ] {18d7f329-df3f-4d5f-82ce-805d70d00920} TCPHandler: Processed in 0.000793742 sec. 2026.01.09 00:31:57.072038 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.072159 [ 267 ] {c48da7e1-8276-4bdd-9794-887c5e0a2ed0} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.072431 [ 267 ] {c48da7e1-8276-4bdd-9794-887c5e0a2ed0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.072472 [ 267 ] {c48da7e1-8276-4bdd-9794-887c5e0a2ed0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.072812 [ 267 ] {c48da7e1-8276-4bdd-9794-887c5e0a2ed0} TCPHandler: Processed in 0.000820603 sec. 2026.01.09 00:31:57.073062 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.073190 [ 267 ] {cf45ad2e-a897-46c6-992e-91166c04f58a} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.073463 [ 267 ] {cf45ad2e-a897-46c6-992e-91166c04f58a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.073505 [ 267 ] {cf45ad2e-a897-46c6-992e-91166c04f58a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.073807 [ 267 ] {cf45ad2e-a897-46c6-992e-91166c04f58a} TCPHandler: Processed in 0.000795423 sec. 2026.01.09 00:31:57.074109 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.074232 [ 267 ] {d1a9397c-b8c3-48c9-8b09-58228878c784} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.074496 [ 267 ] {d1a9397c-b8c3-48c9-8b09-58228878c784} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.074538 [ 267 ] {d1a9397c-b8c3-48c9-8b09-58228878c784} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.074854 [ 267 ] {d1a9397c-b8c3-48c9-8b09-58228878c784} TCPHandler: Processed in 0.000791382 sec. 2026.01.09 00:31:57.075102 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.075226 [ 267 ] {0804ee83-ad66-45f6-a5c3-26eb90addb1e} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.075497 [ 267 ] {0804ee83-ad66-45f6-a5c3-26eb90addb1e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.075540 [ 267 ] {0804ee83-ad66-45f6-a5c3-26eb90addb1e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.075866 [ 267 ] {0804ee83-ad66-45f6-a5c3-26eb90addb1e} TCPHandler: Processed in 0.000810503 sec. 2026.01.09 00:31:57.076119 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.076244 [ 267 ] {ae10efc0-b92c-4190-aea0-6f8c22c7c8cb} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.076534 [ 267 ] {ae10efc0-b92c-4190-aea0-6f8c22c7c8cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.076576 [ 267 ] {ae10efc0-b92c-4190-aea0-6f8c22c7c8cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.076884 [ 267 ] {ae10efc0-b92c-4190-aea0-6f8c22c7c8cb} TCPHandler: Processed in 0.000811863 sec. 2026.01.09 00:31:57.077142 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.077269 [ 267 ] {79437906-b2aa-477d-aeac-6628ddabfe97} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.077536 [ 267 ] {79437906-b2aa-477d-aeac-6628ddabfe97} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.077577 [ 267 ] {79437906-b2aa-477d-aeac-6628ddabfe97} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.077871 [ 267 ] {79437906-b2aa-477d-aeac-6628ddabfe97} TCPHandler: Processed in 0.000775742 sec. 2026.01.09 00:31:57.078152 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.078275 [ 267 ] {956fdc52-eace-44da-9de3-40bbfcf55093} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:31:57.078548 [ 267 ] {956fdc52-eace-44da-9de3-40bbfcf55093} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.078590 [ 267 ] {956fdc52-eace-44da-9de3-40bbfcf55093} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:31:57.078892 [ 267 ] {956fdc52-eace-44da-9de3-40bbfcf55093} TCPHandler: Processed in 0.000785802 sec. 2026.01.09 00:31:57.091770 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.091902 [ 267 ] {22e0bb2f-36b7-43df-86a1-a9b494a6539d} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.09 00:31:57.091951 [ 267 ] {22e0bb2f-36b7-43df-86a1-a9b494a6539d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:31:57.096918 [ 267 ] {22e0bb2f-36b7-43df-86a1-a9b494a6539d} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.096958 [ 267 ] {22e0bb2f-36b7-43df-86a1-a9b494a6539d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.097568 [ 267 ] {22e0bb2f-36b7-43df-86a1-a9b494a6539d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.097946 [ 267 ] {22e0bb2f-36b7-43df-86a1-a9b494a6539d} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.098088 [ 267 ] {22e0bb2f-36b7-43df-86a1-a9b494a6539d} executeQuery: Read 26 rows, 5.74 KiB in 0.006222 sec., 4178.720668595307 rows/sec., 921.79 KiB/sec. 2026.01.09 00:31:57.098127 [ 267 ] {22e0bb2f-36b7-43df-86a1-a9b494a6539d} TCPHandler: Processed in 0.006416772 sec. 2026.01.09 00:31:57.098265 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.098363 [ 267 ] {5cbce911-a0bf-4c64-8392-c3b6c0a8b2bc} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:31:57.098403 [ 267 ] {5cbce911-a0bf-4c64-8392-c3b6c0a8b2bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:31:57.102815 [ 267 ] {5cbce911-a0bf-4c64-8392-c3b6c0a8b2bc} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.102849 [ 267 ] {5cbce911-a0bf-4c64-8392-c3b6c0a8b2bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.105891 [ 267 ] {5cbce911-a0bf-4c64-8392-c3b6c0a8b2bc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.106396 [ 267 ] {5cbce911-a0bf-4c64-8392-c3b6c0a8b2bc} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.106527 [ 267 ] {5cbce911-a0bf-4c64-8392-c3b6c0a8b2bc} executeQuery: Read 24 rows, 2.04 KiB in 0.008186 sec., 2931.8348399706815 rows/sec., 249.09 KiB/sec. 2026.01.09 00:31:57.106562 [ 267 ] {5cbce911-a0bf-4c64-8392-c3b6c0a8b2bc} TCPHandler: Processed in 0.008345797 sec. 2026.01.09 00:31:57.106674 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.106767 [ 267 ] {775a3e9f-b31a-49bf-b3c1-f52aff1a42c2} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:31:57.106807 [ 267 ] {775a3e9f-b31a-49bf-b3c1-f52aff1a42c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:31:57.107201 [ 267 ] {775a3e9f-b31a-49bf-b3c1-f52aff1a42c2} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.107236 [ 267 ] {775a3e9f-b31a-49bf-b3c1-f52aff1a42c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.107667 [ 267 ] {775a3e9f-b31a-49bf-b3c1-f52aff1a42c2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.108126 [ 267 ] {775a3e9f-b31a-49bf-b3c1-f52aff1a42c2} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.108251 [ 267 ] {775a3e9f-b31a-49bf-b3c1-f52aff1a42c2} executeQuery: Read 10 rows, 835.00 B in 0.001503 sec., 6653.35994677312 rows/sec., 542.53 KiB/sec. 2026.01.09 00:31:57.108288 [ 267 ] {775a3e9f-b31a-49bf-b3c1-f52aff1a42c2} TCPHandler: Processed in 0.001662878 sec. 2026.01.09 00:31:57.108391 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.108485 [ 267 ] {30be4364-b1f5-42b7-a26c-20b0496f581b} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:31:57.108523 [ 267 ] {30be4364-b1f5-42b7-a26c-20b0496f581b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:31:57.109024 [ 267 ] {30be4364-b1f5-42b7-a26c-20b0496f581b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.109059 [ 267 ] {30be4364-b1f5-42b7-a26c-20b0496f581b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.109541 [ 267 ] {30be4364-b1f5-42b7-a26c-20b0496f581b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.109951 [ 267 ] {30be4364-b1f5-42b7-a26c-20b0496f581b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.110078 [ 267 ] {30be4364-b1f5-42b7-a26c-20b0496f581b} executeQuery: Read 201 rows, 18.24 KiB in 0.001611 sec., 124767.22532588454 rows/sec., 11.06 MiB/sec. 2026.01.09 00:31:57.110113 [ 267 ] {30be4364-b1f5-42b7-a26c-20b0496f581b} TCPHandler: Processed in 0.001769431 sec. 2026.01.09 00:31:57.110225 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.110319 [ 267 ] {9582cb75-b5bf-4a4f-91f9-c934b96bb72a} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:31:57.110358 [ 267 ] {9582cb75-b5bf-4a4f-91f9-c934b96bb72a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:31:57.110750 [ 267 ] {9582cb75-b5bf-4a4f-91f9-c934b96bb72a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.110786 [ 267 ] {9582cb75-b5bf-4a4f-91f9-c934b96bb72a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.111162 [ 267 ] {9582cb75-b5bf-4a4f-91f9-c934b96bb72a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.111597 [ 267 ] {9582cb75-b5bf-4a4f-91f9-c934b96bb72a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.111718 [ 267 ] {9582cb75-b5bf-4a4f-91f9-c934b96bb72a} executeQuery: Read 32 rows, 2.41 KiB in 0.001418 sec., 22566.99576868829 rows/sec., 1.66 MiB/sec. 2026.01.09 00:31:57.111754 [ 267 ] {9582cb75-b5bf-4a4f-91f9-c934b96bb72a} TCPHandler: Processed in 0.001578215 sec. 2026.01.09 00:31:57.111857 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.111950 [ 267 ] {d28c55b5-850d-43ed-a2d5-bee28c3a8478} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:31:57.111988 [ 267 ] {d28c55b5-850d-43ed-a2d5-bee28c3a8478} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:31:57.112402 [ 267 ] {d28c55b5-850d-43ed-a2d5-bee28c3a8478} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.112437 [ 267 ] {d28c55b5-850d-43ed-a2d5-bee28c3a8478} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.112842 [ 267 ] {d28c55b5-850d-43ed-a2d5-bee28c3a8478} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.113247 [ 267 ] {d28c55b5-850d-43ed-a2d5-bee28c3a8478} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.113369 [ 267 ] {d28c55b5-850d-43ed-a2d5-bee28c3a8478} executeQuery: Read 24 rows, 2.04 KiB in 0.001438 sec., 16689.847009735742 rows/sec., 1.38 MiB/sec. 2026.01.09 00:31:57.113406 [ 267 ] {d28c55b5-850d-43ed-a2d5-bee28c3a8478} TCPHandler: Processed in 0.001596365 sec. 2026.01.09 00:31:57.113509 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.113602 [ 267 ] {c274b086-3430-43fc-a06d-5179ca1c5db0} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:31:57.113641 [ 267 ] {c274b086-3430-43fc-a06d-5179ca1c5db0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:31:57.114022 [ 267 ] {c274b086-3430-43fc-a06d-5179ca1c5db0} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.114057 [ 267 ] {c274b086-3430-43fc-a06d-5179ca1c5db0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.114458 [ 267 ] {c274b086-3430-43fc-a06d-5179ca1c5db0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.114920 [ 267 ] {c274b086-3430-43fc-a06d-5179ca1c5db0} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.115042 [ 267 ] {c274b086-3430-43fc-a06d-5179ca1c5db0} executeQuery: Read 12 rows, 960.00 B in 0.001457 sec., 8236.101578586136 rows/sec., 643.45 KiB/sec. 2026.01.09 00:31:57.115077 [ 267 ] {c274b086-3430-43fc-a06d-5179ca1c5db0} TCPHandler: Processed in 0.001615266 sec. 2026.01.09 00:31:57.115176 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.115269 [ 267 ] {c3b8df61-c592-4e90-89a3-69aa8708d758} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:31:57.115308 [ 267 ] {c3b8df61-c592-4e90-89a3-69aa8708d758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:31:57.115739 [ 267 ] {c3b8df61-c592-4e90-89a3-69aa8708d758} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.115775 [ 267 ] {c3b8df61-c592-4e90-89a3-69aa8708d758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.116173 [ 267 ] {c3b8df61-c592-4e90-89a3-69aa8708d758} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.116608 [ 267 ] {c3b8df61-c592-4e90-89a3-69aa8708d758} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.116730 [ 267 ] {c3b8df61-c592-4e90-89a3-69aa8708d758} executeQuery: Read 120 rows, 9.99 KiB in 0.001479 sec., 81135.90263691683 rows/sec., 6.60 MiB/sec. 2026.01.09 00:31:57.116766 [ 267 ] {c3b8df61-c592-4e90-89a3-69aa8708d758} TCPHandler: Processed in 0.001636776 sec. 2026.01.09 00:31:57.116873 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.116966 [ 267 ] {a29be0ad-c291-4581-b8fa-e4262ccf0aa5} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:31:57.117008 [ 267 ] {a29be0ad-c291-4581-b8fa-e4262ccf0aa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:31:57.117547 [ 267 ] {a29be0ad-c291-4581-b8fa-e4262ccf0aa5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.117580 [ 267 ] {a29be0ad-c291-4581-b8fa-e4262ccf0aa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.120081 [ 267 ] {a29be0ad-c291-4581-b8fa-e4262ccf0aa5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.120543 [ 267 ] {a29be0ad-c291-4581-b8fa-e4262ccf0aa5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.120690 [ 267 ] {a29be0ad-c291-4581-b8fa-e4262ccf0aa5} executeQuery: Read 309 rows, 23.72 KiB in 0.00374 sec., 82620.32085561498 rows/sec., 6.19 MiB/sec. 2026.01.09 00:31:57.120730 [ 267 ] {a29be0ad-c291-4581-b8fa-e4262ccf0aa5} TCPHandler: Processed in 0.003905441 sec. 2026.01.09 00:31:57.120855 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.120968 [ 267 ] {40b29378-ca51-4993-ac8b-a2a1b6e165ec} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:31:57.121029 [ 267 ] {40b29378-ca51-4993-ac8b-a2a1b6e165ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:31:57.121831 [ 267 ] {40b29378-ca51-4993-ac8b-a2a1b6e165ec} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.121865 [ 267 ] {40b29378-ca51-4993-ac8b-a2a1b6e165ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.145581 [ 267 ] {40b29378-ca51-4993-ac8b-a2a1b6e165ec} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.146089 [ 267 ] {40b29378-ca51-4993-ac8b-a2a1b6e165ec} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.146226 [ 267 ] {40b29378-ca51-4993-ac8b-a2a1b6e165ec} executeQuery: Read 10 rows, 18.35 KiB in 0.025282 sec., 395.53832766395067 rows/sec., 725.80 KiB/sec. 2026.01.09 00:31:57.146285 [ 267 ] {40b29378-ca51-4993-ac8b-a2a1b6e165ec} TCPHandler: Processed in 0.025488295 sec. 2026.01.09 00:31:57.146397 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:31:57.146492 [ 267 ] {e511f0b2-9dd5-41bb-8110-e111dc0c3676} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:31:57.146533 [ 267 ] {e511f0b2-9dd5-41bb-8110-e111dc0c3676} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:31:57.146878 [ 267 ] {e511f0b2-9dd5-41bb-8110-e111dc0c3676} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.146913 [ 267 ] {e511f0b2-9dd5-41bb-8110-e111dc0c3676} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.147352 [ 267 ] {e511f0b2-9dd5-41bb-8110-e111dc0c3676} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:31:57.147797 [ 267 ] {e511f0b2-9dd5-41bb-8110-e111dc0c3676} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.147918 [ 267 ] {e511f0b2-9dd5-41bb-8110-e111dc0c3676} executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. 2026.01.09 00:31:57.147953 [ 267 ] {e511f0b2-9dd5-41bb-8110-e111dc0c3676} TCPHandler: Processed in 0.001604576 sec. 2026.01.09 00:31:57.300296 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.01.09 00:31:57.300794 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.300836 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.301529 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:31:57.302065 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.302205 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.01.09 00:31:57.362695 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.01.09 00:31:57.379455 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:31:57.379520 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:31:57.385948 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:31:57.387063 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:31:57.390244 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.01.09 00:31:58.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.16 MiB, peak 164.16 MiB, free memory in arenas 0.00 B, will set to 161.26 MiB (RSS), difference: 1.10 MiB 2026.01.09 00:32:02.037112 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:02.037329 [ 267 ] {725adcfa-9498-4a95-8a40-b105db9425b7} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:02.037408 [ 267 ] {725adcfa-9498-4a95-8a40-b105db9425b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:02.038116 [ 267 ] {725adcfa-9498-4a95-8a40-b105db9425b7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:02.038176 [ 267 ] {725adcfa-9498-4a95-8a40-b105db9425b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:02.038736 [ 267 ] {725adcfa-9498-4a95-8a40-b105db9425b7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:02.039174 [ 267 ] {725adcfa-9498-4a95-8a40-b105db9425b7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:02.039344 [ 267 ] {725adcfa-9498-4a95-8a40-b105db9425b7} executeQuery: Read 56 rows, 4.41 KiB in 0.00207 sec., 27053.14009661836 rows/sec., 2.08 MiB/sec. 2026.01.09 00:32:02.039397 [ 267 ] {725adcfa-9498-4a95-8a40-b105db9425b7} TCPHandler: Processed in 0.002411199 sec. 2026.01.09 00:32:02.039533 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:02.039644 [ 267 ] {bcb0e373-6ec0-42be-8ba7-f2891ec029ea} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:02.039692 [ 267 ] {bcb0e373-6ec0-42be-8ba7-f2891ec029ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:02.040189 [ 267 ] {bcb0e373-6ec0-42be-8ba7-f2891ec029ea} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:02.040239 [ 267 ] {bcb0e373-6ec0-42be-8ba7-f2891ec029ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:02.040732 [ 267 ] {bcb0e373-6ec0-42be-8ba7-f2891ec029ea} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:02.041184 [ 267 ] {bcb0e373-6ec0-42be-8ba7-f2891ec029ea} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:02.041326 [ 267 ] {bcb0e373-6ec0-42be-8ba7-f2891ec029ea} executeQuery: Read 64 rows, 5.12 KiB in 0.00171 sec., 37426.90058479532 rows/sec., 2.92 MiB/sec. 2026.01.09 00:32:02.041369 [ 267 ] {bcb0e373-6ec0-42be-8ba7-f2891ec029ea} TCPHandler: Processed in 0.001890094 sec. 2026.01.09 00:32:02.041488 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:02.041592 [ 267 ] {e8ed3a4a-b7a7-4f09-9bb7-e6a87eed2bd1} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:02.041640 [ 267 ] {e8ed3a4a-b7a7-4f09-9bb7-e6a87eed2bd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:02.042053 [ 267 ] {e8ed3a4a-b7a7-4f09-9bb7-e6a87eed2bd1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:02.042089 [ 267 ] {e8ed3a4a-b7a7-4f09-9bb7-e6a87eed2bd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:02.042555 [ 267 ] {e8ed3a4a-b7a7-4f09-9bb7-e6a87eed2bd1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:02.042994 [ 267 ] {e8ed3a4a-b7a7-4f09-9bb7-e6a87eed2bd1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:02.043125 [ 267 ] {e8ed3a4a-b7a7-4f09-9bb7-e6a87eed2bd1} executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. 2026.01.09 00:32:02.043161 [ 267 ] {e8ed3a4a-b7a7-4f09-9bb7-e6a87eed2bd1} TCPHandler: Processed in 0.001724539 sec. 2026.01.09 00:32:02.043271 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:02.043367 [ 267 ] {0ee2652f-e2cd-4b55-bc61-9ed391a9ea0c} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:02.043408 [ 267 ] {0ee2652f-e2cd-4b55-bc61-9ed391a9ea0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:02.043733 [ 267 ] {0ee2652f-e2cd-4b55-bc61-9ed391a9ea0c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:02.043769 [ 267 ] {0ee2652f-e2cd-4b55-bc61-9ed391a9ea0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:02.044253 [ 267 ] {0ee2652f-e2cd-4b55-bc61-9ed391a9ea0c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:02.044705 [ 267 ] {0ee2652f-e2cd-4b55-bc61-9ed391a9ea0c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:02.044830 [ 267 ] {0ee2652f-e2cd-4b55-bc61-9ed391a9ea0c} executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. 2026.01.09 00:32:02.044866 [ 267 ] {0ee2652f-e2cd-4b55-bc61-9ed391a9ea0c} TCPHandler: Processed in 0.001645357 sec. 2026.01.09 00:32:04.733381 [ 102 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:32:04.733462 [ 102 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:32:04.784182 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 170 2026.01.09 00:32:04.787989 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:04.788043 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:04.789397 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:04.789925 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:04.790229 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2026.01.09 00:32:04.802261 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2026.01.09 00:32:04.802739 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:04.802785 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:04.803453 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:04.803910 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:04.804056 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.01.09 00:32:04.890299 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.01.09 00:32:04.907911 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:04.907967 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:04.914391 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:04.915539 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:04.918635 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.01.09 00:32:05.000209 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.87 MiB, peak 165.87 MiB, free memory in arenas 0.00 B, will set to 162.94 MiB (RSS), difference: 1.07 MiB 2026.01.09 00:32:07.037459 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.037638 [ 267 ] {02c9f896-c7b8-4df4-8ea2-f48bc6a18725} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:07.037705 [ 267 ] {02c9f896-c7b8-4df4-8ea2-f48bc6a18725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:07.038379 [ 267 ] {02c9f896-c7b8-4df4-8ea2-f48bc6a18725} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.038431 [ 267 ] {02c9f896-c7b8-4df4-8ea2-f48bc6a18725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.039001 [ 267 ] {02c9f896-c7b8-4df4-8ea2-f48bc6a18725} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:07.039456 [ 267 ] {02c9f896-c7b8-4df4-8ea2-f48bc6a18725} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.039623 [ 267 ] {02c9f896-c7b8-4df4-8ea2-f48bc6a18725} executeQuery: Read 76 rows, 6.41 KiB in 0.002038 sec., 37291.46221786065 rows/sec., 3.07 MiB/sec. 2026.01.09 00:32:07.039673 [ 267 ] {02c9f896-c7b8-4df4-8ea2-f48bc6a18725} TCPHandler: Processed in 0.002340437 sec. 2026.01.09 00:32:07.039815 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.039918 [ 267 ] {38e4af29-21e6-496a-aee1-e32809c97cc6} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.039965 [ 267 ] {38e4af29-21e6-496a-aee1-e32809c97cc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:07.040388 [ 267 ] {38e4af29-21e6-496a-aee1-e32809c97cc6} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.040426 [ 267 ] {38e4af29-21e6-496a-aee1-e32809c97cc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.040832 [ 267 ] {38e4af29-21e6-496a-aee1-e32809c97cc6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:07.041278 [ 267 ] {38e4af29-21e6-496a-aee1-e32809c97cc6} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.041406 [ 267 ] {38e4af29-21e6-496a-aee1-e32809c97cc6} executeQuery: Read 10 rows, 770.00 B in 0.001513 sec., 6609.385327164574 rows/sec., 496.99 KiB/sec. 2026.01.09 00:32:07.041448 [ 267 ] {38e4af29-21e6-496a-aee1-e32809c97cc6} TCPHandler: Processed in 0.001685818 sec. 2026.01.09 00:32:07.041567 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.041663 [ 267 ] {ed8c1a4f-5f24-4a4d-b489-7adababa53f2} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:07.041704 [ 267 ] {ed8c1a4f-5f24-4a4d-b489-7adababa53f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:07.042195 [ 267 ] {ed8c1a4f-5f24-4a4d-b489-7adababa53f2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.042240 [ 267 ] {ed8c1a4f-5f24-4a4d-b489-7adababa53f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.042836 [ 267 ] {ed8c1a4f-5f24-4a4d-b489-7adababa53f2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:07.043524 [ 267 ] {ed8c1a4f-5f24-4a4d-b489-7adababa53f2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.043675 [ 267 ] {ed8c1a4f-5f24-4a4d-b489-7adababa53f2} executeQuery: Read 74 rows, 5.92 KiB in 0.002031 sec., 36435.253569670116 rows/sec., 2.84 MiB/sec. 2026.01.09 00:32:07.043717 [ 267 ] {ed8c1a4f-5f24-4a4d-b489-7adababa53f2} TCPHandler: Processed in 0.002199543 sec. 2026.01.09 00:32:07.045904 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.046004 [ 267 ] {8856659d-f0f2-4d0a-94a9-b5f772fea500} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.046059 [ 267 ] {8856659d-f0f2-4d0a-94a9-b5f772fea500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:07.046626 [ 267 ] {8856659d-f0f2-4d0a-94a9-b5f772fea500} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.046665 [ 267 ] {8856659d-f0f2-4d0a-94a9-b5f772fea500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.047127 [ 267 ] {8856659d-f0f2-4d0a-94a9-b5f772fea500} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:07.047701 [ 267 ] {8856659d-f0f2-4d0a-94a9-b5f772fea500} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.047883 [ 267 ] {8856659d-f0f2-4d0a-94a9-b5f772fea500} executeQuery: Read 160 rows, 11.41 KiB in 0.001899 sec., 84254.8709847288 rows/sec., 5.87 MiB/sec. 2026.01.09 00:32:07.047929 [ 267 ] {8856659d-f0f2-4d0a-94a9-b5f772fea500} TCPHandler: Processed in 0.00208419 sec. 2026.01.09 00:32:07.048061 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.048160 [ 267 ] {d6cd1dfc-9eb6-4b3b-a355-ff3b528d258b} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.048216 [ 267 ] {d6cd1dfc-9eb6-4b3b-a355-ff3b528d258b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:32:07.049237 [ 267 ] {d6cd1dfc-9eb6-4b3b-a355-ff3b528d258b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.049282 [ 267 ] {d6cd1dfc-9eb6-4b3b-a355-ff3b528d258b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.049994 [ 267 ] {d6cd1dfc-9eb6-4b3b-a355-ff3b528d258b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:07.050443 [ 267 ] {d6cd1dfc-9eb6-4b3b-a355-ff3b528d258b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.050588 [ 267 ] {d6cd1dfc-9eb6-4b3b-a355-ff3b528d258b} executeQuery: Read 10 rows, 18.35 KiB in 0.002448 sec., 4084.9673202614376 rows/sec., 7.32 MiB/sec. 2026.01.09 00:32:07.050645 [ 267 ] {d6cd1dfc-9eb6-4b3b-a355-ff3b528d258b} TCPHandler: Processed in 0.002637625 sec. 2026.01.09 00:32:07.050766 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.050864 [ 267 ] {b38e742a-cb66-4189-aff3-69897504e370} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.050908 [ 267 ] {b38e742a-cb66-4189-aff3-69897504e370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:07.051253 [ 267 ] {b38e742a-cb66-4189-aff3-69897504e370} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.051289 [ 267 ] {b38e742a-cb66-4189-aff3-69897504e370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.051717 [ 267 ] {b38e742a-cb66-4189-aff3-69897504e370} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:07.052192 [ 267 ] {b38e742a-cb66-4189-aff3-69897504e370} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.052325 [ 267 ] {b38e742a-cb66-4189-aff3-69897504e370} executeQuery: Read 60 rows, 4.14 KiB in 0.001482 sec., 40485.82995951417 rows/sec., 2.73 MiB/sec. 2026.01.09 00:32:07.052363 [ 267 ] {b38e742a-cb66-4189-aff3-69897504e370} TCPHandler: Processed in 0.001648677 sec. 2026.01.09 00:32:07.558564 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.558833 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.563311 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.571448 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.09 00:32:07.571761 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.574000 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.576809 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.01.09 00:32:07.584526 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.586973 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.587011 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.589419 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.09 00:32:07.589461 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.615974 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} executeQuery: Read 26 rows, 1.13 KiB in 0.057229 sec., 454.3151199566653 rows/sec., 19.66 KiB/sec. 2026.01.09 00:32:07.616131 [ 267 ] {4837a756-cfcb-4f46-bf7a-2453237520e2} TCPHandler: Processed in 0.057702953 sec. 2026.01.09 00:32:07.616546 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.616737 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.617049 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.617086 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.09 00:32:07.617315 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.617386 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.617532 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.01.09 00:32:07.617570 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.617593 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.617610 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.617650 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.09 00:32:07.617673 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.618294 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} executeQuery: Read 26 rows, 1.13 KiB in 0.001645 sec., 15805.47112462006 rows/sec., 683.89 KiB/sec. 2026.01.09 00:32:07.618390 [ 267 ] {82ae0acc-04ef-4a0c-afa4-f480dac702c1} TCPHandler: Processed in 0.001952656 sec. 2026.01.09 00:32:07.619012 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.619166 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.619396 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.619432 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.09 00:32:07.619626 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.619682 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.619789 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.01.09 00:32:07.619820 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.619839 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.619855 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.619890 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.01.09 00:32:07.619909 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.620482 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} executeQuery: Read 26 rows, 1.13 KiB in 0.001383 sec., 18799.710773680406 rows/sec., 813.45 KiB/sec. 2026.01.09 00:32:07.620555 [ 267 ] {00b923e3-efea-479e-aab2-4297d4090080} TCPHandler: Processed in 0.001598306 sec. 2026.01.09 00:32:07.620799 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.620978 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.621214 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.621249 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2026.01.09 00:32:07.621448 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.621504 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.621633 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.01.09 00:32:07.621676 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.621708 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.621734 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.621779 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.01.09 00:32:07.621800 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.622309 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} executeQuery: Read 26 rows, 1.13 KiB in 0.001411 sec., 18426.64776754075 rows/sec., 797.31 KiB/sec. 2026.01.09 00:32:07.622396 [ 267 ] {4449230b-a233-49ab-b575-dedd353cb07f} TCPHandler: Processed in 0.001659358 sec. 2026.01.09 00:32:07.622673 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.622847 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.623153 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.623203 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.01.09 00:32:07.623504 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.623579 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.623697 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.01.09 00:32:07.623727 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.623748 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.623763 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.623798 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.01.09 00:32:07.623817 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.624294 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} executeQuery: Read 26 rows, 1.13 KiB in 0.001523 sec., 17071.56927117531 rows/sec., 738.67 KiB/sec. 2026.01.09 00:32:07.624357 [ 267 ] {1dfcf25b-9879-4747-91f5-81e395ca2072} TCPHandler: Processed in 0.00175056 sec. 2026.01.09 00:32:07.624592 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.624733 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.624952 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.624988 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.01.09 00:32:07.625179 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.625232 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.625334 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.01.09 00:32:07.625363 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.625383 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.625397 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.625433 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.09 00:32:07.625452 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.625860 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} executeQuery: Read 26 rows, 1.13 KiB in 0.001187 sec., 21903.959561920812 rows/sec., 947.77 KiB/sec. 2026.01.09 00:32:07.625918 [ 267 ] {49a3cc47-9743-4a8d-b35a-51ffe9159ec8} TCPHandler: Processed in 0.001377669 sec. 2026.01.09 00:32:07.626133 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.626268 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.626485 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.626520 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.01.09 00:32:07.626711 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.626764 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.626864 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.01.09 00:32:07.626894 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.626913 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.626927 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.626960 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.09 00:32:07.626979 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.627357 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} executeQuery: Read 26 rows, 1.13 KiB in 0.001147 sec., 22667.829119442024 rows/sec., 980.82 KiB/sec. 2026.01.09 00:32:07.627414 [ 267 ] {3feb07dc-df9d-4003-b1bb-e6a1872066fe} TCPHandler: Processed in 0.001331038 sec. 2026.01.09 00:32:07.627626 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.627761 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.627974 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.628009 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.01.09 00:32:07.628282 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.628364 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.628482 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.01.09 00:32:07.628513 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.628534 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.628549 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.628585 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.01.09 00:32:07.628607 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.629027 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} executeQuery: Read 26 rows, 1.13 KiB in 0.001323 sec., 19652.30536659108 rows/sec., 850.34 KiB/sec. 2026.01.09 00:32:07.629096 [ 267 ] {1b472f53-342d-4f0f-9dd3-4549f7b42d74} TCPHandler: Processed in 0.001519044 sec. 2026.01.09 00:32:07.629337 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.629486 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.629805 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.629841 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.01.09 00:32:07.630165 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.630226 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.630330 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.01.09 00:32:07.630360 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.630379 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.630394 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.630430 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.01.09 00:32:07.630449 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.630883 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} executeQuery: Read 26 rows, 1.13 KiB in 0.001463 sec., 17771.701982228296 rows/sec., 768.97 KiB/sec. 2026.01.09 00:32:07.630943 [ 267 ] {3c528b57-4a3c-41dd-adea-c8ff8f9b829b} TCPHandler: Processed in 0.001657757 sec. 2026.01.09 00:32:07.631163 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.631299 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.631538 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.631583 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.09 00:32:07.631782 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.631836 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.631938 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.01.09 00:32:07.631967 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.631986 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.632001 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.632036 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.09 00:32:07.632055 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.632527 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} executeQuery: Read 26 rows, 1.13 KiB in 0.001285 sec., 20233.463035019457 rows/sec., 875.49 KiB/sec. 2026.01.09 00:32:07.632592 [ 267 ] {cfd2b0a4-9c53-40da-8b15-ba362bc1ace8} TCPHandler: Processed in 0.001479342 sec. 2026.01.09 00:32:07.632849 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.632985 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.09 00:32:07.633212 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.633248 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.09 00:32:07.633444 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.633496 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.633596 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.01.09 00:32:07.633625 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.633644 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.633658 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.633691 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.09 00:32:07.633709 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.634304 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} executeQuery: Read 26 rows, 1.13 KiB in 0.001375 sec., 18909.09090909091 rows/sec., 818.18 KiB/sec. 2026.01.09 00:32:07.634380 [ 267 ] {c7825f9a-aaea-4f3c-9dc5-b1cd9c3e015c} TCPHandler: Processed in 0.001580945 sec. 2026.01.09 00:32:07.645375 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.645542 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} executeQuery: (from [fd00:1122:3344:101::d]:61919) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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) 2026.01.09 00:32:07.645799 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.645836 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 2026.01.09 00:32:07.646080 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.646140 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.646252 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.01.09 00:32:07.646283 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.646303 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.646317 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.646355 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.01.09 00:32:07.646376 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.646853 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} executeQuery: Read 26 rows, 1.13 KiB in 0.001378 sec., 18867.924528301886 rows/sec., 816.40 KiB/sec. 2026.01.09 00:32:07.646917 [ 267 ] {24eda6f0-3fd5-46dd-84f7-8ff9a00501b8} TCPHandler: Processed in 0.001619616 sec. 2026.01.09 00:32:07.647277 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.647419 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', '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) 2026.01.09 00:32:07.647670 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.647708 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} 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', '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 2026.01.09 00:32:07.647907 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.647960 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.648061 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.01.09 00:32:07.648090 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.648109 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.648123 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.648156 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} 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', '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'))" 2026.01.09 00:32:07.648175 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.648597 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} executeQuery: Read 26 rows, 1.13 KiB in 0.001238 sec., 21001.6155088853 rows/sec., 908.72 KiB/sec. 2026.01.09 00:32:07.648658 [ 267 ] {c87552c7-35a9-4132-8d76-7e57f9a29c6e} TCPHandler: Processed in 0.001432721 sec. 2026.01.09 00:32:07.648904 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.649044 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.01.09 00:32:07.649282 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.649319 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} 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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.01.09 00:32:07.649519 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.649571 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.649670 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.01.09 00:32:07.649698 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.649717 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.649731 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.649764 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} 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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:07.649783 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.650235 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} executeQuery: Read 26 rows, 1.13 KiB in 0.00125 sec., 20800 rows/sec., 900.00 KiB/sec. 2026.01.09 00:32:07.650329 [ 267 ] {e480ee9b-d1bf-4188-8e99-c211270ca7bd} TCPHandler: Processed in 0.001475102 sec. 2026.01.09 00:32:07.650639 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.650810 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.01.09 00:32:07.651120 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.651186 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} 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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.01.09 00:32:07.652813 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.652888 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.653017 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.01.09 00:32:07.653055 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.653082 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.653104 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.653151 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} 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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:07.653178 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.653736 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} executeQuery: Read 26 rows, 1.13 KiB in 0.003002 sec., 8660.89273817455 rows/sec., 374.75 KiB/sec. 2026.01.09 00:32:07.653831 [ 267 ] {2e6ae725-1e6d-4d73-a8fa-b815fbdc65ba} TCPHandler: Processed in 0.003252043 sec. 2026.01.09 00:32:07.654153 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.654318 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.01.09 00:32:07.654643 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.654692 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.01.09 00:32:07.655000 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.655067 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.655193 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.01.09 00:32:07.655232 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.655258 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.655278 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.655324 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:07.655349 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.655845 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} executeQuery: Read 26 rows, 1.13 KiB in 0.001601 sec., 16239.850093691442 rows/sec., 702.69 KiB/sec. 2026.01.09 00:32:07.655925 [ 267 ] {ea5fc30e-35dc-4728-856d-07d63d94df77} TCPHandler: Processed in 0.001831902 sec. 2026.01.09 00:32:07.656238 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.656433 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.01.09 00:32:07.656694 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.656731 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.01.09 00:32:07.656953 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.657008 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.657110 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.01.09 00:32:07.657140 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.657160 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.657175 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.657208 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:07.657227 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.657657 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} executeQuery: Read 26 rows, 1.13 KiB in 0.001311 sec., 19832.18916857361 rows/sec., 858.12 KiB/sec. 2026.01.09 00:32:07.657725 [ 267 ] {74866f1d-e743-4cd9-a0e1-030e0c09218c} TCPHandler: Processed in 0.001551485 sec. 2026.01.09 00:32:07.658046 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.658185 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.01.09 00:32:07.658461 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:07.658500 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.01.09 00:32:07.658732 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.658785 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:07.658886 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.01.09 00:32:07.658914 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:07.658933 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:07.658947 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:07.658979 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:07.658997 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.09 00:32:07.659422 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} executeQuery: Read 26 rows, 1.13 KiB in 0.001297 sec., 20046.260601387818 rows/sec., 867.39 KiB/sec. 2026.01.09 00:32:07.659487 [ 267 ] {bb10fb84-d1cb-4e44-b167-2c4e3f4d9283} TCPHandler: Processed in 0.001492133 sec. 2026.01.09 00:32:07.719149 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.719327 [ 267 ] {a614963f-c343-4c17-8578-e5c4be6c6da3} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.09 00:32:07.719399 [ 267 ] {a614963f-c343-4c17-8578-e5c4be6c6da3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:07.720206 [ 267 ] {a614963f-c343-4c17-8578-e5c4be6c6da3} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.720256 [ 267 ] {a614963f-c343-4c17-8578-e5c4be6c6da3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.720851 [ 267 ] {a614963f-c343-4c17-8578-e5c4be6c6da3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:07.721250 [ 267 ] {a614963f-c343-4c17-8578-e5c4be6c6da3} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.721414 [ 267 ] {a614963f-c343-4c17-8578-e5c4be6c6da3} executeQuery: Read 18 rows, 5.71 KiB in 0.002134 sec., 8434.864104967197 rows/sec., 2.61 MiB/sec. 2026.01.09 00:32:07.721474 [ 267 ] {a614963f-c343-4c17-8578-e5c4be6c6da3} TCPHandler: Processed in 0.002446509 sec. 2026.01.09 00:32:07.721637 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.721742 [ 267 ] {fdb342d7-8fd5-4b95-8661-21fcf657ca1e} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.721790 [ 267 ] {fdb342d7-8fd5-4b95-8661-21fcf657ca1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:32:07.722464 [ 267 ] {fdb342d7-8fd5-4b95-8661-21fcf657ca1e} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.722502 [ 267 ] {fdb342d7-8fd5-4b95-8661-21fcf657ca1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.722992 [ 267 ] {fdb342d7-8fd5-4b95-8661-21fcf657ca1e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:07.723463 [ 267 ] {fdb342d7-8fd5-4b95-8661-21fcf657ca1e} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.723601 [ 267 ] {fdb342d7-8fd5-4b95-8661-21fcf657ca1e} executeQuery: Read 410 rows, 26.63 KiB in 0.001883 sec., 217737.6526818906 rows/sec., 13.81 MiB/sec. 2026.01.09 00:32:07.723640 [ 267 ] {fdb342d7-8fd5-4b95-8661-21fcf657ca1e} TCPHandler: Processed in 0.002054009 sec. 2026.01.09 00:32:07.723762 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.723861 [ 267 ] {11848191-5874-4a26-9620-a11fc670bb8d} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:32:07.723905 [ 267 ] {11848191-5874-4a26-9620-a11fc670bb8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:32:07.724317 [ 267 ] {11848191-5874-4a26-9620-a11fc670bb8d} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.724354 [ 267 ] {11848191-5874-4a26-9620-a11fc670bb8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.724885 [ 267 ] {11848191-5874-4a26-9620-a11fc670bb8d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:07.725422 [ 267 ] {11848191-5874-4a26-9620-a11fc670bb8d} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.725560 [ 267 ] {11848191-5874-4a26-9620-a11fc670bb8d} executeQuery: Read 2 rows, 167.00 B in 0.00172 sec., 1162.7906976744187 rows/sec., 94.82 KiB/sec. 2026.01.09 00:32:07.725599 [ 267 ] {11848191-5874-4a26-9620-a11fc670bb8d} TCPHandler: Processed in 0.001887523 sec. 2026.01.09 00:32:07.725716 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.725816 [ 267 ] {17b505f0-d3ac-408b-a51e-d8c7b4e49f3b} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:07.725857 [ 267 ] {17b505f0-d3ac-408b-a51e-d8c7b4e49f3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:07.727537 [ 267 ] {17b505f0-d3ac-408b-a51e-d8c7b4e49f3b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.727574 [ 267 ] {17b505f0-d3ac-408b-a51e-d8c7b4e49f3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.728236 [ 267 ] {17b505f0-d3ac-408b-a51e-d8c7b4e49f3b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:07.728705 [ 267 ] {17b505f0-d3ac-408b-a51e-d8c7b4e49f3b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.728852 [ 267 ] {17b505f0-d3ac-408b-a51e-d8c7b4e49f3b} executeQuery: Read 2253 rows, 186.48 KiB in 0.003057 sec., 736997.0559371933 rows/sec., 59.57 MiB/sec. 2026.01.09 00:32:07.728894 [ 267 ] {17b505f0-d3ac-408b-a51e-d8c7b4e49f3b} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:32:07.728909 [ 267 ] {17b505f0-d3ac-408b-a51e-d8c7b4e49f3b} TCPHandler: Processed in 0.003244663 sec. 2026.01.09 00:32:07.729026 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.729123 [ 267 ] {3b252e32-d8de-4319-9201-eda1a3fb2171} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.729163 [ 267 ] {3b252e32-d8de-4319-9201-eda1a3fb2171} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:07.729666 [ 267 ] {3b252e32-d8de-4319-9201-eda1a3fb2171} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.729705 [ 267 ] {3b252e32-d8de-4319-9201-eda1a3fb2171} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.730199 [ 267 ] {3b252e32-d8de-4319-9201-eda1a3fb2171} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:07.730644 [ 267 ] {3b252e32-d8de-4319-9201-eda1a3fb2171} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.730785 [ 267 ] {3b252e32-d8de-4319-9201-eda1a3fb2171} executeQuery: Read 207 rows, 12.46 KiB in 0.001682 sec., 123067.7764565993 rows/sec., 7.23 MiB/sec. 2026.01.09 00:32:07.730823 [ 267 ] {3b252e32-d8de-4319-9201-eda1a3fb2171} TCPHandler: Processed in 0.001847892 sec. 2026.01.09 00:32:07.730938 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.731040 [ 267 ] {7afd6cb4-a328-4091-a7e0-08c9aa0a3495} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.731093 [ 267 ] {7afd6cb4-a328-4091-a7e0-08c9aa0a3495} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:32:07.731730 [ 267 ] {7afd6cb4-a328-4091-a7e0-08c9aa0a3495} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.731768 [ 267 ] {7afd6cb4-a328-4091-a7e0-08c9aa0a3495} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.732232 [ 267 ] {7afd6cb4-a328-4091-a7e0-08c9aa0a3495} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:07.732656 [ 267 ] {7afd6cb4-a328-4091-a7e0-08c9aa0a3495} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.732787 [ 267 ] {7afd6cb4-a328-4091-a7e0-08c9aa0a3495} executeQuery: Read 440 rows, 29.81 KiB in 0.001771 sec., 248447.2049689441 rows/sec., 16.44 MiB/sec. 2026.01.09 00:32:07.732825 [ 267 ] {7afd6cb4-a328-4091-a7e0-08c9aa0a3495} TCPHandler: Processed in 0.001937215 sec. 2026.01.09 00:32:07.732950 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.733044 [ 267 ] {eb79e2e2-d7dc-4854-98fd-4fd32f065c50} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.733085 [ 267 ] {eb79e2e2-d7dc-4854-98fd-4fd32f065c50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:32:07.733578 [ 267 ] {eb79e2e2-d7dc-4854-98fd-4fd32f065c50} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.733615 [ 267 ] {eb79e2e2-d7dc-4854-98fd-4fd32f065c50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.734015 [ 267 ] {eb79e2e2-d7dc-4854-98fd-4fd32f065c50} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:07.734445 [ 267 ] {eb79e2e2-d7dc-4854-98fd-4fd32f065c50} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.734577 [ 267 ] {eb79e2e2-d7dc-4854-98fd-4fd32f065c50} executeQuery: Read 211 rows, 12.27 KiB in 0.001551 sec., 136041.26370083817 rows/sec., 7.73 MiB/sec. 2026.01.09 00:32:07.734617 [ 267 ] {eb79e2e2-d7dc-4854-98fd-4fd32f065c50} TCPHandler: Processed in 0.001716959 sec. 2026.01.09 00:32:07.734732 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.734829 [ 267 ] {666273ef-a7af-439e-8499-1cfd950a71d9} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:07.734868 [ 267 ] {666273ef-a7af-439e-8499-1cfd950a71d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:07.735679 [ 267 ] {666273ef-a7af-439e-8499-1cfd950a71d9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.735716 [ 267 ] {666273ef-a7af-439e-8499-1cfd950a71d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.736299 [ 267 ] {666273ef-a7af-439e-8499-1cfd950a71d9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:07.736740 [ 267 ] {666273ef-a7af-439e-8499-1cfd950a71d9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.736882 [ 267 ] {666273ef-a7af-439e-8499-1cfd950a71d9} executeQuery: Read 1137 rows, 82.92 KiB in 0.002072 sec., 548745.1737451737 rows/sec., 39.08 MiB/sec. 2026.01.09 00:32:07.736922 [ 267 ] {666273ef-a7af-439e-8499-1cfd950a71d9} TCPHandler: Processed in 0.002239594 sec. 2026.01.09 00:32:07.737035 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.737130 [ 267 ] {5e377e01-1f8c-4eab-8e57-47d18ee9e808} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:32:07.737172 [ 267 ] {5e377e01-1f8c-4eab-8e57-47d18ee9e808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:32:07.737823 [ 267 ] {5e377e01-1f8c-4eab-8e57-47d18ee9e808} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.737860 [ 267 ] {5e377e01-1f8c-4eab-8e57-47d18ee9e808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.738286 [ 267 ] {5e377e01-1f8c-4eab-8e57-47d18ee9e808} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:32:07.738734 [ 267 ] {5e377e01-1f8c-4eab-8e57-47d18ee9e808} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.738876 [ 267 ] {5e377e01-1f8c-4eab-8e57-47d18ee9e808} executeQuery: Read 6 rows, 321.00 B in 0.001764 sec., 3401.360544217687 rows/sec., 177.71 KiB/sec. 2026.01.09 00:32:07.738919 [ 267 ] {5e377e01-1f8c-4eab-8e57-47d18ee9e808} TCPHandler: Processed in 0.001932595 sec. 2026.01.09 00:32:07.739038 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.739133 [ 267 ] {79d1b790-6425-4b72-b073-60124e355118} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.739178 [ 267 ] {79d1b790-6425-4b72-b073-60124e355118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:07.739933 [ 267 ] {79d1b790-6425-4b72-b073-60124e355118} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.739970 [ 267 ] {79d1b790-6425-4b72-b073-60124e355118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.740567 [ 267 ] {79d1b790-6425-4b72-b073-60124e355118} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:07.741004 [ 267 ] {79d1b790-6425-4b72-b073-60124e355118} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.741147 [ 267 ] {79d1b790-6425-4b72-b073-60124e355118} executeQuery: Read 1591 rows, 108.04 KiB in 0.002032 sec., 782972.4409448819 rows/sec., 51.92 MiB/sec. 2026.01.09 00:32:07.741188 [ 267 ] {79d1b790-6425-4b72-b073-60124e355118} TCPHandler: Processed in 0.002200752 sec. 2026.01.09 00:32:07.741304 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.741399 [ 267 ] {9b78357d-42ab-4f55-8c86-21f30dbae643} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.741444 [ 267 ] {9b78357d-42ab-4f55-8c86-21f30dbae643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:32:07.741759 [ 267 ] {9b78357d-42ab-4f55-8c86-21f30dbae643} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.741795 [ 267 ] {9b78357d-42ab-4f55-8c86-21f30dbae643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.742219 [ 267 ] {9b78357d-42ab-4f55-8c86-21f30dbae643} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:32:07.742694 [ 267 ] {9b78357d-42ab-4f55-8c86-21f30dbae643} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.742834 [ 267 ] {9b78357d-42ab-4f55-8c86-21f30dbae643} executeQuery: Read 1 rows, 69.00 B in 0.001452 sec., 688.7052341597796 rows/sec., 46.41 KiB/sec. 2026.01.09 00:32:07.742877 [ 267 ] {9b78357d-42ab-4f55-8c86-21f30dbae643} TCPHandler: Processed in 0.001623216 sec. 2026.01.09 00:32:07.743001 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:07.743095 [ 267 ] {86ac8c62-e43d-4e32-bad6-38d235c98e90} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:07.743136 [ 267 ] {86ac8c62-e43d-4e32-bad6-38d235c98e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:07.743479 [ 267 ] {86ac8c62-e43d-4e32-bad6-38d235c98e90} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:07.743516 [ 267 ] {86ac8c62-e43d-4e32-bad6-38d235c98e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:07.743972 [ 267 ] {86ac8c62-e43d-4e32-bad6-38d235c98e90} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:07.744420 [ 267 ] {86ac8c62-e43d-4e32-bad6-38d235c98e90} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:07.744579 [ 267 ] {86ac8c62-e43d-4e32-bad6-38d235c98e90} executeQuery: Read 56 rows, 3.21 KiB in 0.001502 sec., 37283.62183754993 rows/sec., 2.09 MiB/sec. 2026.01.09 00:32:07.744625 [ 267 ] {86ac8c62-e43d-4e32-bad6-38d235c98e90} TCPHandler: Processed in 0.001672687 sec. 2026.01.09 00:32:08.370073 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51732 2026.01.09 00:32:08.370664 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:08.370700 [ 286 ] {} TCP-Session: e08fa159-4452-4e15-ad3a-f6f46ce660a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:51732 2026.01.09 00:32:08.370721 [ 286 ] {} TCP-Session: e08fa159-4452-4e15-ad3a-f6f46ce660a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.370734 [ 286 ] {} TCP-Session: e08fa159-4452-4e15-ad3a-f6f46ce660a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.370800 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.09 00:32:08.370824 [ 286 ] {} 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 2026.01.09 00:32:08.370840 [ 286 ] {} 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 2026.01.09 00:32:08.371269 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35499 2026.01.09 00:32:08.371409 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:08.371442 [ 287 ] {} TCP-Session: 7b63e5d6-ff02-46c7-a073-1e9d1f389edb Authenticating user 'default' from [fd00:1122:3344:101::e]:35499 2026.01.09 00:32:08.371465 [ 287 ] {} TCP-Session: 7b63e5d6-ff02-46c7-a073-1e9d1f389edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.371478 [ 287 ] {} TCP-Session: 7b63e5d6-ff02-46c7-a073-1e9d1f389edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.371525 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39714 2026.01.09 00:32:08.371539 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44694 2026.01.09 00:32:08.371553 [ 286 ] {} TCP-Session: e08fa159-4452-4e15-ad3a-f6f46ce660a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:08.371623 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50932 2026.01.09 00:32:08.371635 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51289 2026.01.09 00:32:08.371731 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:08.371769 [ 290 ] {} TCP-Session: f07aebf2-8f2d-4825-aa3b-cfbc8beabbe6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39714 2026.01.09 00:32:08.371777 [ 286 ] {a001fda5-70ab-4976-a791-4a5dab2990de} executeQuery: (from [fd00:1122:3344:101::e]:51732) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:32:08.371787 [ 290 ] {} TCP-Session: f07aebf2-8f2d-4825-aa3b-cfbc8beabbe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.371819 [ 290 ] {} TCP-Session: f07aebf2-8f2d-4825-aa3b-cfbc8beabbe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.371833 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51782 2026.01.09 00:32:08.371946 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:08.371993 [ 289 ] {} TCP-Session: 760aa227-753d-4bce-890e-1dbf1fe142b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:44694 2026.01.09 00:32:08.372012 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:08.372015 [ 289 ] {} TCP-Session: 760aa227-753d-4bce-890e-1dbf1fe142b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372053 [ 289 ] {} TCP-Session: 760aa227-753d-4bce-890e-1dbf1fe142b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372055 [ 291 ] {} TCP-Session: 59c65a44-427c-4295-8b50-e4651a5488da Authenticating user 'default' from [fd00:1122:3344:101::e]:50932 2026.01.09 00:32:08.372087 [ 291 ] {} TCP-Session: 59c65a44-427c-4295-8b50-e4651a5488da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372101 [ 291 ] {} TCP-Session: 59c65a44-427c-4295-8b50-e4651a5488da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372101 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33335 2026.01.09 00:32:08.372153 [ 286 ] {a001fda5-70ab-4976-a791-4a5dab2990de} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:32:08.372176 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:08.372214 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:08.372219 [ 292 ] {} TCP-Session: 88ea698d-efdf-4580-9ce6-f6795ca25cc3 Authenticating user 'default' from [fd00:1122:3344:101::e]:51782 2026.01.09 00:32:08.372232 [ 286 ] {a001fda5-70ab-4976-a791-4a5dab2990de} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:08.372247 [ 288 ] {} TCP-Session: c8993983-0c5e-4937-8680-95ff2c99cab4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51289 2026.01.09 00:32:08.372255 [ 292 ] {} TCP-Session: 88ea698d-efdf-4580-9ce6-f6795ca25cc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372278 [ 288 ] {} TCP-Session: c8993983-0c5e-4937-8680-95ff2c99cab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372279 [ 292 ] {} TCP-Session: 88ea698d-efdf-4580-9ce6-f6795ca25cc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372292 [ 288 ] {} TCP-Session: c8993983-0c5e-4937-8680-95ff2c99cab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372296 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:08.372317 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47063 2026.01.09 00:32:08.372336 [ 293 ] {} TCP-Session: 8fb6ab1b-fbfa-4d26-9848-4337983fa953 Authenticating user 'default' from [fd00:1122:3344:101::e]:33335 2026.01.09 00:32:08.372364 [ 293 ] {} TCP-Session: 8fb6ab1b-fbfa-4d26-9848-4337983fa953 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372382 [ 293 ] {} TCP-Session: 8fb6ab1b-fbfa-4d26-9848-4337983fa953 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372467 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:08.372499 [ 294 ] {} TCP-Session: b0c62d44-86e1-463a-84e7-40baa18f0f41 Authenticating user 'default' from [fd00:1122:3344:101::e]:47063 2026.01.09 00:32:08.372516 [ 294 ] {} TCP-Session: b0c62d44-86e1-463a-84e7-40baa18f0f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372528 [ 294 ] {} TCP-Session: b0c62d44-86e1-463a-84e7-40baa18f0f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.372708 [ 286 ] {a001fda5-70ab-4976-a791-4a5dab2990de} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:32:08.388594 [ 296 ] {a001fda5-70ab-4976-a791-4a5dab2990de} AggregatingTransform: Aggregating 2026.01.09 00:32:08.390834 [ 296 ] {a001fda5-70ab-4976-a791-4a5dab2990de} Aggregator: Aggregation method: without_key 2026.01.09 00:32:08.391701 [ 296 ] {a001fda5-70ab-4976-a791-4a5dab2990de} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006806083 sec. (146.927 rows/sec., 5.74 KiB/sec.) 2026.01.09 00:32:08.391814 [ 296 ] {a001fda5-70ab-4976-a791-4a5dab2990de} Aggregator: Merging aggregated data 2026.01.09 00:32:08.391875 [ 296 ] {a001fda5-70ab-4976-a791-4a5dab2990de} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.01.09 00:32:08.395407 [ 286 ] {a001fda5-70ab-4976-a791-4a5dab2990de} executeQuery: Read 1 rows, 40.00 B in 0.02369 sec., 42.211903756859435 rows/sec., 1.65 KiB/sec. 2026.01.09 00:32:08.395581 [ 286 ] {a001fda5-70ab-4976-a791-4a5dab2990de} TCPHandler: Processed in 0.024201089 sec. 2026.01.09 00:32:08.400437 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:08.400498 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:08.400510 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:08.400542 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:08.400577 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:08.400586 [ 287 ] {} TCP-Session: 7b63e5d6-ff02-46c7-a073-1e9d1f389edb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.400604 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:08.400630 [ 292 ] {} TCP-Session: 88ea698d-efdf-4580-9ce6-f6795ca25cc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.400637 [ 291 ] {} TCP-Session: 59c65a44-427c-4295-8b50-e4651a5488da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.400647 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:08.400668 [ 288 ] {} TCP-Session: c8993983-0c5e-4937-8680-95ff2c99cab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.400630 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:08.400713 [ 293 ] {} TCP-Session: 8fb6ab1b-fbfa-4d26-9848-4337983fa953 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.400556 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:08.400764 [ 289 ] {} TCP-Session: 760aa227-753d-4bce-890e-1dbf1fe142b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.400567 [ 294 ] {} TCP-Session: b0c62d44-86e1-463a-84e7-40baa18f0f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.400793 [ 290 ] {} TCP-Session: f07aebf2-8f2d-4825-aa3b-cfbc8beabbe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:08.400563 [ 286 ] {} TCP-Session: e08fa159-4452-4e15-ad3a-f6f46ce660a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:09.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.81 MiB, peak 175.90 MiB, free memory in arenas 0.00 B, will set to 168.17 MiB (RSS), difference: 2.35 MiB 2026.01.09 00:32:10.656791 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52767 2026.01.09 00:32:10.656896 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.656923 [ 286 ] {} TCP-Session: 6448b042-3b2d-4786-aee5-43efc064328d Authenticating user 'default' from [fd00:1122:3344:101::e]:52767 2026.01.09 00:32:10.656944 [ 286 ] {} TCP-Session: 6448b042-3b2d-4786-aee5-43efc064328d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.656958 [ 286 ] {} TCP-Session: 6448b042-3b2d-4786-aee5-43efc064328d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657155 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53333 2026.01.09 00:32:10.657184 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39537 2026.01.09 00:32:10.657198 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46078 2026.01.09 00:32:10.657236 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36016 2026.01.09 00:32:10.657261 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43229 2026.01.09 00:32:10.657278 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.657304 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.657318 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.657345 [ 291 ] {} TCP-Session: b0348e4c-5bc5-4234-bbc2-a6da69e54eae Authenticating user 'default' from [fd00:1122:3344:101::e]:46078 2026.01.09 00:32:10.657350 [ 287 ] {} TCP-Session: a228c53e-4ab0-41b2-8b69-97f144850aa3 Authenticating user 'default' from [fd00:1122:3344:101::e]:53333 2026.01.09 00:32:10.657363 [ 293 ] {} TCP-Session: 38bc565e-4a2c-4b07-9032-1f80079c2616 Authenticating user 'default' from [fd00:1122:3344:101::e]:36016 2026.01.09 00:32:10.657373 [ 291 ] {} TCP-Session: b0348e4c-5bc5-4234-bbc2-a6da69e54eae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657405 [ 293 ] {} TCP-Session: 38bc565e-4a2c-4b07-9032-1f80079c2616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657407 [ 287 ] {} TCP-Session: a228c53e-4ab0-41b2-8b69-97f144850aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657417 [ 291 ] {} TCP-Session: b0348e4c-5bc5-4234-bbc2-a6da69e54eae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657436 [ 293 ] {} TCP-Session: 38bc565e-4a2c-4b07-9032-1f80079c2616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657450 [ 287 ] {} TCP-Session: a228c53e-4ab0-41b2-8b69-97f144850aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657374 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.657329 [ 286 ] {} TCP-Session: 6448b042-3b2d-4786-aee5-43efc064328d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:10.657528 [ 294 ] {} TCP-Session: c8adf107-52b0-49c7-bd8a-42bf2c00f081 Authenticating user 'default' from [fd00:1122:3344:101::e]:43229 2026.01.09 00:32:10.657206 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38034 2026.01.09 00:32:10.657569 [ 294 ] {} TCP-Session: c8adf107-52b0-49c7-bd8a-42bf2c00f081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657196 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56260 2026.01.09 00:32:10.657606 [ 294 ] {} TCP-Session: c8adf107-52b0-49c7-bd8a-42bf2c00f081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657182 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49200 2026.01.09 00:32:10.657277 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.657669 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.657701 [ 286 ] {66169838-e465-4d8c-9b42-aab1bb017a43} executeQuery: (from [fd00:1122:3344:101::e]:52767) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:32:10.657721 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.657737 [ 292 ] {} TCP-Session: a1e2ab0b-97dc-4645-90ce-3a9e52b60580 Authenticating user 'default' from [fd00:1122:3344:101::e]:38034 2026.01.09 00:32:10.657756 [ 288 ] {} TCP-Session: 229f2182-cd71-412a-9581-a03ef2d20139 Authenticating user 'default' from [fd00:1122:3344:101::e]:49200 2026.01.09 00:32:10.657708 [ 290 ] {} TCP-Session: 8cac2e98-5960-4c58-973b-1114af6bd987 Authenticating user 'default' from [fd00:1122:3344:101::e]:39537 2026.01.09 00:32:10.657773 [ 292 ] {} TCP-Session: a1e2ab0b-97dc-4645-90ce-3a9e52b60580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657803 [ 290 ] {} TCP-Session: 8cac2e98-5960-4c58-973b-1114af6bd987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657817 [ 292 ] {} TCP-Session: a1e2ab0b-97dc-4645-90ce-3a9e52b60580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657831 [ 290 ] {} TCP-Session: 8cac2e98-5960-4c58-973b-1114af6bd987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657778 [ 288 ] {} TCP-Session: 229f2182-cd71-412a-9581-a03ef2d20139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657686 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.657891 [ 288 ] {} TCP-Session: 229f2182-cd71-412a-9581-a03ef2d20139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657922 [ 289 ] {} TCP-Session: 54b6cd9c-acbd-403a-8fe2-04b62b0789a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:56260 2026.01.09 00:32:10.657947 [ 289 ] {} TCP-Session: 54b6cd9c-acbd-403a-8fe2-04b62b0789a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657963 [ 289 ] {} TCP-Session: 54b6cd9c-acbd-403a-8fe2-04b62b0789a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.657973 [ 286 ] {66169838-e465-4d8c-9b42-aab1bb017a43} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:32:10.658032 [ 286 ] {66169838-e465-4d8c-9b42-aab1bb017a43} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:10.658336 [ 286 ] {66169838-e465-4d8c-9b42-aab1bb017a43} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:32:10.659280 [ 338 ] {66169838-e465-4d8c-9b42-aab1bb017a43} AggregatingTransform: Aggregating 2026.01.09 00:32:10.659323 [ 338 ] {66169838-e465-4d8c-9b42-aab1bb017a43} Aggregator: Aggregation method: without_key 2026.01.09 00:32:10.659357 [ 338 ] {66169838-e465-4d8c-9b42-aab1bb017a43} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000916666 sec. (1090.910 rows/sec., 42.61 KiB/sec.) 2026.01.09 00:32:10.659377 [ 338 ] {66169838-e465-4d8c-9b42-aab1bb017a43} Aggregator: Merging aggregated data 2026.01.09 00:32:10.661003 [ 286 ] {66169838-e465-4d8c-9b42-aab1bb017a43} executeQuery: Read 1 rows, 40.00 B in 0.003361 sec., 297.53049687592977 rows/sec., 11.62 KiB/sec. 2026.01.09 00:32:10.661181 [ 286 ] {66169838-e465-4d8c-9b42-aab1bb017a43} TCPHandler: Processed in 0.003967933 sec. 2026.01.09 00:32:10.661307 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.661336 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.661342 [ 286 ] {} TCP-Session: 6448b042-3b2d-4786-aee5-43efc064328d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.661351 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.661377 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.661417 [ 289 ] {} TCP-Session: 54b6cd9c-acbd-403a-8fe2-04b62b0789a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.661419 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.661453 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.661467 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.661481 [ 290 ] {} TCP-Session: 8cac2e98-5960-4c58-973b-1114af6bd987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.661491 [ 293 ] {} TCP-Session: 38bc565e-4a2c-4b07-9032-1f80079c2616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.661515 [ 292 ] {} TCP-Session: a1e2ab0b-97dc-4645-90ce-3a9e52b60580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.661444 [ 288 ] {} TCP-Session: 229f2182-cd71-412a-9581-a03ef2d20139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.661434 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.661392 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.661590 [ 291 ] {} TCP-Session: b0348e4c-5bc5-4234-bbc2-a6da69e54eae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.661385 [ 287 ] {} TCP-Session: a228c53e-4ab0-41b2-8b69-97f144850aa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.661621 [ 294 ] {} TCP-Session: c8adf107-52b0-49c7-bd8a-42bf2c00f081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876105 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50753 2026.01.09 00:32:10.876217 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.876245 [ 286 ] {} TCP-Session: d06efe68-88d1-4dca-be2c-950f39e8f505 Authenticating user 'default' from [fd00:1122:3344:101::e]:50753 2026.01.09 00:32:10.876267 [ 286 ] {} TCP-Session: d06efe68-88d1-4dca-be2c-950f39e8f505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876280 [ 286 ] {} TCP-Session: d06efe68-88d1-4dca-be2c-950f39e8f505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876461 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59457 2026.01.09 00:32:10.876478 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40010 2026.01.09 00:32:10.876524 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59034 2026.01.09 00:32:10.876538 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47620 2026.01.09 00:32:10.876548 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44078 2026.01.09 00:32:10.876574 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42854 2026.01.09 00:32:10.876607 [ 286 ] {} TCP-Session: d06efe68-88d1-4dca-be2c-950f39e8f505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:10.876629 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.876641 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.876662 [ 291 ] {} TCP-Session: e83947a5-76e5-4afc-bc77-c4ce525bd10c Authenticating user 'default' from [fd00:1122:3344:101::e]:47620 2026.01.09 00:32:10.876616 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.876684 [ 292 ] {} TCP-Session: 63c6a0cf-3f31-419e-ba9d-130fbc5d5240 Authenticating user 'default' from [fd00:1122:3344:101::e]:44078 2026.01.09 00:32:10.876691 [ 291 ] {} TCP-Session: e83947a5-76e5-4afc-bc77-c4ce525bd10c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876701 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.876728 [ 291 ] {} TCP-Session: e83947a5-76e5-4afc-bc77-c4ce525bd10c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876723 [ 292 ] {} TCP-Session: 63c6a0cf-3f31-419e-ba9d-130fbc5d5240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876754 [ 294 ] {} TCP-Session: a42f9342-6d47-4d70-93f2-8f0d918f090f Authenticating user 'default' from [fd00:1122:3344:101::e]:42854 2026.01.09 00:32:10.876776 [ 292 ] {} TCP-Session: 63c6a0cf-3f31-419e-ba9d-130fbc5d5240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876713 [ 288 ] {} TCP-Session: 4b7b3ff0-84ae-422a-ab06-9658d77acf2a Authenticating user 'default' from [fd00:1122:3344:101::e]:40010 2026.01.09 00:32:10.876794 [ 286 ] {4be56277-fd71-4bb5-8f14-2507803562e8} executeQuery: (from [fd00:1122:3344:101::e]:50753) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:32:10.876817 [ 288 ] {} TCP-Session: 4b7b3ff0-84ae-422a-ab06-9658d77acf2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876801 [ 294 ] {} TCP-Session: a42f9342-6d47-4d70-93f2-8f0d918f090f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876847 [ 288 ] {} TCP-Session: 4b7b3ff0-84ae-422a-ab06-9658d77acf2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876881 [ 294 ] {} TCP-Session: a42f9342-6d47-4d70-93f2-8f0d918f090f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876611 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.876557 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48545 2026.01.09 00:32:10.876941 [ 290 ] {} TCP-Session: 98b790ec-c6b9-470a-b5cb-66d75ac100b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59034 2026.01.09 00:32:10.876525 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60322 2026.01.09 00:32:10.876968 [ 290 ] {} TCP-Session: 98b790ec-c6b9-470a-b5cb-66d75ac100b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876990 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.877004 [ 290 ] {} TCP-Session: 98b790ec-c6b9-470a-b5cb-66d75ac100b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.876580 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.877022 [ 293 ] {} TCP-Session: afabec22-ccea-433c-a4db-0ab408622dfe Authenticating user 'default' from [fd00:1122:3344:101::e]:48545 2026.01.09 00:32:10.877040 [ 287 ] {} TCP-Session: 8016316b-936e-4d67-b544-58a307e00241 Authenticating user 'default' from [fd00:1122:3344:101::e]:59457 2026.01.09 00:32:10.877042 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:10.877045 [ 293 ] {} TCP-Session: afabec22-ccea-433c-a4db-0ab408622dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.877061 [ 287 ] {} TCP-Session: 8016316b-936e-4d67-b544-58a307e00241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.877083 [ 286 ] {4be56277-fd71-4bb5-8f14-2507803562e8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:32:10.877097 [ 287 ] {} TCP-Session: 8016316b-936e-4d67-b544-58a307e00241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.877090 [ 293 ] {} TCP-Session: afabec22-ccea-433c-a4db-0ab408622dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.877082 [ 289 ] {} TCP-Session: 556ee344-6892-4478-a3ba-e2aa0d2fa37c Authenticating user 'default' from [fd00:1122:3344:101::e]:60322 2026.01.09 00:32:10.877150 [ 286 ] {4be56277-fd71-4bb5-8f14-2507803562e8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:10.877174 [ 289 ] {} TCP-Session: 556ee344-6892-4478-a3ba-e2aa0d2fa37c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.877203 [ 289 ] {} TCP-Session: 556ee344-6892-4478-a3ba-e2aa0d2fa37c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.877457 [ 286 ] {4be56277-fd71-4bb5-8f14-2507803562e8} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:32:10.878471 [ 299 ] {4be56277-fd71-4bb5-8f14-2507803562e8} AggregatingTransform: Aggregating 2026.01.09 00:32:10.878527 [ 299 ] {4be56277-fd71-4bb5-8f14-2507803562e8} Aggregator: Aggregation method: without_key 2026.01.09 00:32:10.878569 [ 299 ] {4be56277-fd71-4bb5-8f14-2507803562e8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001002549 sec. (997.457 rows/sec., 38.96 KiB/sec.) 2026.01.09 00:32:10.878590 [ 299 ] {4be56277-fd71-4bb5-8f14-2507803562e8} Aggregator: Merging aggregated data 2026.01.09 00:32:10.879790 [ 286 ] {4be56277-fd71-4bb5-8f14-2507803562e8} executeQuery: Read 1 rows, 40.00 B in 0.00305 sec., 327.86885245901635 rows/sec., 12.81 KiB/sec. 2026.01.09 00:32:10.879941 [ 286 ] {4be56277-fd71-4bb5-8f14-2507803562e8} TCPHandler: Processed in 0.003455809 sec. 2026.01.09 00:32:10.880042 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.880072 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.880073 [ 286 ] {} TCP-Session: d06efe68-88d1-4dca-be2c-950f39e8f505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.880098 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.880116 [ 287 ] {} TCP-Session: 8016316b-936e-4d67-b544-58a307e00241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.880122 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.880150 [ 288 ] {} TCP-Session: 4b7b3ff0-84ae-422a-ab06-9658d77acf2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.880158 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.880191 [ 290 ] {} TCP-Session: 98b790ec-c6b9-470a-b5cb-66d75ac100b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.880195 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.880219 [ 293 ] {} TCP-Session: afabec22-ccea-433c-a4db-0ab408622dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.880205 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.880265 [ 291 ] {} TCP-Session: e83947a5-76e5-4afc-bc77-c4ce525bd10c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.880174 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.880308 [ 294 ] {} TCP-Session: a42f9342-6d47-4d70-93f2-8f0d918f090f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.880138 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:10.880348 [ 292 ] {} TCP-Session: 63c6a0cf-3f31-419e-ba9d-130fbc5d5240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:10.880384 [ 289 ] {} TCP-Session: 556ee344-6892-4478-a3ba-e2aa0d2fa37c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:12.035738 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:12.035922 [ 267 ] {67b35565-e631-4a16-a3da-8db0faa6bf28} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:12.035993 [ 267 ] {67b35565-e631-4a16-a3da-8db0faa6bf28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:12.036680 [ 267 ] {67b35565-e631-4a16-a3da-8db0faa6bf28} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:12.036735 [ 267 ] {67b35565-e631-4a16-a3da-8db0faa6bf28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:12.037257 [ 267 ] {67b35565-e631-4a16-a3da-8db0faa6bf28} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:12.037737 [ 267 ] {67b35565-e631-4a16-a3da-8db0faa6bf28} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:12.037940 [ 267 ] {67b35565-e631-4a16-a3da-8db0faa6bf28} executeQuery: Read 56 rows, 4.41 KiB in 0.002069 sec., 27066.215563073947 rows/sec., 2.08 MiB/sec. 2026.01.09 00:32:12.037993 [ 267 ] {67b35565-e631-4a16-a3da-8db0faa6bf28} TCPHandler: Processed in 0.002386768 sec. 2026.01.09 00:32:12.038126 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:12.038231 [ 267 ] {ba6829ca-cdbc-4df3-826d-ab636f78fa19} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:12.038276 [ 267 ] {ba6829ca-cdbc-4df3-826d-ab636f78fa19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:12.038746 [ 267 ] {ba6829ca-cdbc-4df3-826d-ab636f78fa19} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:12.038784 [ 267 ] {ba6829ca-cdbc-4df3-826d-ab636f78fa19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:12.039252 [ 267 ] {ba6829ca-cdbc-4df3-826d-ab636f78fa19} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:12.039672 [ 267 ] {ba6829ca-cdbc-4df3-826d-ab636f78fa19} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:12.039836 [ 267 ] {ba6829ca-cdbc-4df3-826d-ab636f78fa19} executeQuery: Read 64 rows, 5.12 KiB in 0.001629 sec., 39287.90669122161 rows/sec., 3.07 MiB/sec. 2026.01.09 00:32:12.039877 [ 267 ] {ba6829ca-cdbc-4df3-826d-ab636f78fa19} TCPHandler: Processed in 0.001804751 sec. 2026.01.09 00:32:12.039994 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:12.040092 [ 267 ] {62b85efe-333c-4f68-89de-8cfecf812bb8} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:12.040138 [ 267 ] {62b85efe-333c-4f68-89de-8cfecf812bb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:12.040556 [ 267 ] {62b85efe-333c-4f68-89de-8cfecf812bb8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:12.040594 [ 267 ] {62b85efe-333c-4f68-89de-8cfecf812bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:12.041051 [ 267 ] {62b85efe-333c-4f68-89de-8cfecf812bb8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:12.041489 [ 267 ] {62b85efe-333c-4f68-89de-8cfecf812bb8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:12.041652 [ 267 ] {62b85efe-333c-4f68-89de-8cfecf812bb8} executeQuery: Read 128 rows, 9.13 KiB in 0.00158 sec., 81012.6582278481 rows/sec., 5.64 MiB/sec. 2026.01.09 00:32:12.041693 [ 267 ] {62b85efe-333c-4f68-89de-8cfecf812bb8} TCPHandler: Processed in 0.00175006 sec. 2026.01.09 00:32:12.041804 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:12.041901 [ 267 ] {224b062d-5304-41cd-94b4-c2251dccf965} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:12.041948 [ 267 ] {224b062d-5304-41cd-94b4-c2251dccf965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:12.042344 [ 267 ] {224b062d-5304-41cd-94b4-c2251dccf965} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:12.042384 [ 267 ] {224b062d-5304-41cd-94b4-c2251dccf965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:12.042847 [ 267 ] {224b062d-5304-41cd-94b4-c2251dccf965} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:12.043311 [ 267 ] {224b062d-5304-41cd-94b4-c2251dccf965} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:12.043486 [ 267 ] {224b062d-5304-41cd-94b4-c2251dccf965} executeQuery: Read 48 rows, 3.31 KiB in 0.001603 sec., 29943.85527136619 rows/sec., 2.02 MiB/sec. 2026.01.09 00:32:12.043524 [ 267 ] {224b062d-5304-41cd-94b4-c2251dccf965} TCPHandler: Processed in 0.00177058 sec. 2026.01.09 00:32:12.304116 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 500 entries to flush up to offset 2391 2026.01.09 00:32:12.304674 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:12.304717 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:12.305352 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:12.305796 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:12.305961 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2391 2026.01.09 00:32:12.418692 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.01.09 00:32:12.437472 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:12.437545 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:12.444144 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:12.445369 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:12.449281 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.01.09 00:32:13.000384 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.14 MiB, peak 178.74 MiB, free memory in arenas 0.00 B, will set to 171.02 MiB (RSS), difference: 1.88 MiB 2026.01.09 00:32:14.790487 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 256 2026.01.09 00:32:14.793917 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:14.793977 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:14.795406 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:14.795973 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:14.796332 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 256 2026.01.09 00:32:17.037420 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:17.037719 [ 267 ] {7836ad2a-7ff4-48a5-8acc-926027b11f15} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:17.037799 [ 267 ] {7836ad2a-7ff4-48a5-8acc-926027b11f15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:17.038499 [ 267 ] {7836ad2a-7ff4-48a5-8acc-926027b11f15} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:17.038549 [ 267 ] {7836ad2a-7ff4-48a5-8acc-926027b11f15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:17.039099 [ 267 ] {7836ad2a-7ff4-48a5-8acc-926027b11f15} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:17.039603 [ 267 ] {7836ad2a-7ff4-48a5-8acc-926027b11f15} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:17.039749 [ 74 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:32:17.039766 [ 267 ] {7836ad2a-7ff4-48a5-8acc-926027b11f15} executeQuery: Read 76 rows, 6.41 KiB in 0.002105 sec., 36104.51306413302 rows/sec., 2.98 MiB/sec. 2026.01.09 00:32:17.039835 [ 74 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:17.039843 [ 267 ] {7836ad2a-7ff4-48a5-8acc-926027b11f15} TCPHandler: Processed in 0.002563263 sec. 2026.01.09 00:32:17.039868 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:17.039991 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:17.040103 [ 267 ] {fe517fc1-e15b-4710-9f29-efcd3a7a4490} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:17.040154 [ 267 ] {fe517fc1-e15b-4710-9f29-efcd3a7a4490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:17.040595 [ 267 ] {fe517fc1-e15b-4710-9f29-efcd3a7a4490} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:17.040635 [ 267 ] {fe517fc1-e15b-4710-9f29-efcd3a7a4490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:17.041088 [ 267 ] {fe517fc1-e15b-4710-9f29-efcd3a7a4490} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:17.041579 [ 267 ] {fe517fc1-e15b-4710-9f29-efcd3a7a4490} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:17.041718 [ 267 ] {fe517fc1-e15b-4710-9f29-efcd3a7a4490} executeQuery: Read 10 rows, 770.00 B in 0.00164 sec., 6097.5609756097565 rows/sec., 458.51 KiB/sec. 2026.01.09 00:32:17.041758 [ 267 ] {fe517fc1-e15b-4710-9f29-efcd3a7a4490} TCPHandler: Processed in 0.001820121 sec. 2026.01.09 00:32:17.041889 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:17.041990 [ 267 ] {702aea52-7585-416e-9d60-4081be811a66} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:17.042033 [ 267 ] {702aea52-7585-416e-9d60-4081be811a66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:17.042384 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:32:17.042474 [ 267 ] {702aea52-7585-416e-9d60-4081be811a66} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:17.042516 [ 267 ] {702aea52-7585-416e-9d60-4081be811a66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:17.042975 [ 267 ] {702aea52-7585-416e-9d60-4081be811a66} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:17.043465 [ 267 ] {702aea52-7585-416e-9d60-4081be811a66} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:17.043575 [ 74 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:32:17.043600 [ 267 ] {702aea52-7585-416e-9d60-4081be811a66} executeQuery: Read 74 rows, 5.92 KiB in 0.001631 sec., 45370.93807480073 rows/sec., 3.54 MiB/sec. 2026.01.09 00:32:17.043619 [ 74 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:17.043643 [ 267 ] {702aea52-7585-416e-9d60-4081be811a66} TCPHandler: Processed in 0.001806242 sec. 2026.01.09 00:32:17.043644 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:17.043777 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:17.043791 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:32:17.043881 [ 267 ] {5b129393-db07-466e-bc00-5b0532a28e3a} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:17.043930 [ 267 ] {5b129393-db07-466e-bc00-5b0532a28e3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:17.044372 [ 267 ] {5b129393-db07-466e-bc00-5b0532a28e3a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:17.044409 [ 267 ] {5b129393-db07-466e-bc00-5b0532a28e3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:17.044714 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:17.044719 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:17.044834 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 201 rows starting from the beginning of the part 2026.01.09 00:32:17.044847 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part 2026.01.09 00:32:17.044911 [ 267 ] {5b129393-db07-466e-bc00-5b0532a28e3a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:17.044982 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.01.09 00:32:17.045001 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.01.09 00:32:17.045050 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 76 rows starting from the beginning of the part 2026.01.09 00:32:17.045064 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part 2026.01.09 00:32:17.045118 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:32:17.045125 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:32:17.045174 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.01.09 00:32:17.045191 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2026.01.09 00:32:17.045232 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part 2026.01.09 00:32:17.045245 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 74 rows starting from the beginning of the part 2026.01.09 00:32:17.045444 [ 267 ] {5b129393-db07-466e-bc00-5b0532a28e3a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:17.045563 [ 74 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:32:17.045597 [ 267 ] {5b129393-db07-466e-bc00-5b0532a28e3a} executeQuery: Read 160 rows, 11.41 KiB in 0.001736 sec., 92165.89861751153 rows/sec., 6.42 MiB/sec. 2026.01.09 00:32:17.045600 [ 74 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:17.045643 [ 267 ] {5b129393-db07-466e-bc00-5b0532a28e3a} TCPHandler: Processed in 0.001918815 sec. 2026.01.09 00:32:17.045645 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:17.045772 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:17.045785 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:32:17.045874 [ 267 ] {6a3b9c04-e312-487a-82d6-24b2c72ffe77} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:17.045932 [ 267 ] {6a3b9c04-e312-487a-82d6-24b2c72ffe77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:32:17.045943 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:17.045994 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 309 rows starting from the beginning of the part 2026.01.09 00:32:17.046106 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.01.09 00:32:17.046173 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2026.01.09 00:32:17.046263 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1591 rows starting from the beginning of the part 2026.01.09 00:32:17.046330 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part 2026.01.09 00:32:17.046402 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.01.09 00:32:17.046752 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.003011175 sec., 509103.5891304889 rows/sec., 39.23 MiB/sec. 2026.01.09 00:32:17.046838 [ 267 ] {6a3b9c04-e312-487a-82d6-24b2c72ffe77} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:17.046882 [ 267 ] {6a3b9c04-e312-487a-82d6-24b2c72ffe77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:17.047164 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:32:17.047312 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2718 rows, containing 5 columns (5 merged, 0 gathered) in 0.007287587 sec., 372962.95742335566 rows/sec., 31.76 MiB/sec. 2026.01.09 00:32:17.047653 [ 267 ] {6a3b9c04-e312-487a-82d6-24b2c72ffe77} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:17.047850 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:32:17.047880 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:17.047981 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_6_1} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:32:17.048093 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.01.09 00:32:17.048262 [ 267 ] {6a3b9c04-e312-487a-82d6-24b2c72ffe77} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:17.048430 [ 267 ] {6a3b9c04-e312-487a-82d6-24b2c72ffe77} executeQuery: Read 10 rows, 18.35 KiB in 0.002574 sec., 3885.003885003885 rows/sec., 6.96 MiB/sec. 2026.01.09 00:32:17.048467 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:17.048498 [ 267 ] {6a3b9c04-e312-487a-82d6-24b2c72ffe77} TCPHandler: Processed in 0.002775879 sec. 2026.01.09 00:32:17.048552 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_6_1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:32:17.048621 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:17.048644 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.01.09 00:32:17.048725 [ 267 ] {46436a43-2e62-4a8b-8add-6bcd448f2175} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:17.048776 [ 267 ] {46436a43-2e62-4a8b-8add-6bcd448f2175} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:17.049175 [ 267 ] {46436a43-2e62-4a8b-8add-6bcd448f2175} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:17.049213 [ 267 ] {46436a43-2e62-4a8b-8add-6bcd448f2175} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:17.049516 [ 191 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2508 rows, containing 5 columns (5 merged, 0 gathered) in 0.003785978 sec., 662444.4199094659 rows/sec., 45.17 MiB/sec. 2026.01.09 00:32:17.049753 [ 267 ] {46436a43-2e62-4a8b-8add-6bcd448f2175} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:17.049979 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:32:17.050254 [ 267 ] {46436a43-2e62-4a8b-8add-6bcd448f2175} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:17.050366 [ 74 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:32:17.050403 [ 74 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:17.050404 [ 267 ] {46436a43-2e62-4a8b-8add-6bcd448f2175} executeQuery: Read 60 rows, 4.14 KiB in 0.001699 sec., 35314.89111241907 rows/sec., 2.38 MiB/sec. 2026.01.09 00:32:17.050426 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:17.050457 [ 267 ] {46436a43-2e62-4a8b-8add-6bcd448f2175} TCPHandler: Processed in 0.001885904 sec. 2026.01.09 00:32:17.050526 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:32:17.050542 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:17.050614 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:17.050621 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_6_1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:32:17.050654 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part 2026.01.09 00:32:17.050716 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.01.09 00:32:17.050733 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.01.09 00:32:17.050784 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.01.09 00:32:17.050828 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2026.01.09 00:32:17.050868 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part 2026.01.09 00:32:17.050907 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.01.09 00:32:17.051672 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 344 rows, containing 4 columns (4 merged, 0 gathered) in 0.001193485 sec., 288231.52364713425 rows/sec., 18.89 MiB/sec. 2026.01.09 00:32:17.051914 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:32:17.052382 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:17.052451 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_6_1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:32:17.052522 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.09 00:32:18.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 171.79 MiB, peak 181.41 MiB, free memory in arenas 0.00 B, will set to 172.84 MiB (RSS), difference: 1.05 MiB 2026.01.09 00:32:19.733513 [ 73 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:32:19.733560 [ 73 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:32:19.807021 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2839 2026.01.09 00:32:19.807507 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:19.807557 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:19.808192 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:19.808709 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:19.808833 [ 72 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:32:19.808857 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2839 2026.01.09 00:32:19.808882 [ 72 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:19.808903 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:19.809018 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:32:19.809166 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:19.809206 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.01.09 00:32:19.809270 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.01.09 00:32:19.809313 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.01.09 00:32:19.809354 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2026.01.09 00:32:19.809392 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 500 rows starting from the beginning of the part 2026.01.09 00:32:19.809432 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.01.09 00:32:19.842774 [ 188 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2839 rows, containing 4 columns (4 merged, 0 gathered) in 0.033809383 sec., 83970.7722557374 rows/sec., 1.20 MiB/sec. 2026.01.09 00:32:19.843602 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:32:19.844136 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:19.844219 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_6_1} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:32:19.844324 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2026.01.09 00:32:19.950335 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.01.09 00:32:19.969195 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:19.969267 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:19.975638 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:19.976750 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:19.977078 [ 72 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:32:19.977142 [ 72 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:19.977162 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:19.977286 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:32:19.980847 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.01.09 00:32:19.981934 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:19.983569 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.01.09 00:32:19.988627 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.01.09 00:32:19.993292 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.01.09 00:32:19.997836 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.01.09 00:32:20.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 173.41 MiB, peak 181.41 MiB, free memory in arenas 0.00 B, will set to 177.07 MiB (RSS), difference: 3.66 MiB 2026.01.09 00:32:20.005548 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.01.09 00:32:20.009917 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.01.09 00:32:20.078348 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.101112868 sec., 454.93715003712487 rows/sec., 2.35 MiB/sec. 2026.01.09 00:32:20.081003 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:32:20.083692 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:20.083816 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_6_1} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:32:20.085645 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.01.09 00:32:21.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 177.62 MiB, peak 187.16 MiB, free memory in arenas 0.00 B, will set to 184.18 MiB (RSS), difference: 6.56 MiB 2026.01.09 00:32:22.048358 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:22.048565 [ 267 ] {3d1fce17-6f40-4f99-af31-1a4f345c5094} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:32:22.048642 [ 267 ] {3d1fce17-6f40-4f99-af31-1a4f345c5094} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:32:22.049562 [ 267 ] {3d1fce17-6f40-4f99-af31-1a4f345c5094} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:22.049614 [ 267 ] {3d1fce17-6f40-4f99-af31-1a4f345c5094} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB. 2026.01.09 00:32:22.050164 [ 267 ] {3d1fce17-6f40-4f99-af31-1a4f345c5094} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:22.050671 [ 267 ] {3d1fce17-6f40-4f99-af31-1a4f345c5094} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:22.050842 [ 267 ] {3d1fce17-6f40-4f99-af31-1a4f345c5094} executeQuery: Read 410 rows, 26.63 KiB in 0.002334 sec., 175664.09597257926 rows/sec., 11.14 MiB/sec. 2026.01.09 00:32:22.050892 [ 267 ] {3d1fce17-6f40-4f99-af31-1a4f345c5094} TCPHandler: Processed in 0.002670876 sec. 2026.01.09 00:32:22.051026 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:22.051131 [ 267 ] {2c8d0cee-8117-4d15-b9e6-7a92548c0d38} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:22.051176 [ 267 ] {2c8d0cee-8117-4d15-b9e6-7a92548c0d38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:22.052115 [ 267 ] {2c8d0cee-8117-4d15-b9e6-7a92548c0d38} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:22.052154 [ 267 ] {2c8d0cee-8117-4d15-b9e6-7a92548c0d38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB. 2026.01.09 00:32:22.052676 [ 267 ] {2c8d0cee-8117-4d15-b9e6-7a92548c0d38} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:32:22.053130 [ 267 ] {2c8d0cee-8117-4d15-b9e6-7a92548c0d38} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:22.053273 [ 267 ] {2c8d0cee-8117-4d15-b9e6-7a92548c0d38} executeQuery: Read 1112 rows, 89.84 KiB in 0.002166 sec., 513388.7349953832 rows/sec., 40.51 MiB/sec. 2026.01.09 00:32:22.053311 [ 267 ] {2c8d0cee-8117-4d15-b9e6-7a92548c0d38} TCPHandler: Processed in 0.002340966 sec. 2026.01.09 00:32:22.053442 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:22.053542 [ 267 ] {4b4ddce6-14d7-4355-a2bb-750f5d169b5d} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:22.053584 [ 267 ] {4b4ddce6-14d7-4355-a2bb-750f5d169b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:22.054090 [ 267 ] {4b4ddce6-14d7-4355-a2bb-750f5d169b5d} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:22.054126 [ 267 ] {4b4ddce6-14d7-4355-a2bb-750f5d169b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB. 2026.01.09 00:32:22.054582 [ 267 ] {4b4ddce6-14d7-4355-a2bb-750f5d169b5d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:22.055124 [ 267 ] {4b4ddce6-14d7-4355-a2bb-750f5d169b5d} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:22.055295 [ 267 ] {4b4ddce6-14d7-4355-a2bb-750f5d169b5d} executeQuery: Read 205 rows, 12.32 KiB in 0.001773 sec., 115623.23745064861 rows/sec., 6.78 MiB/sec. 2026.01.09 00:32:22.055335 [ 267 ] {4b4ddce6-14d7-4355-a2bb-750f5d169b5d} TCPHandler: Processed in 0.001946686 sec. 2026.01.09 00:32:22.055460 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:22.055557 [ 267 ] {efd17e1b-6185-474f-a2d5-f2b95b137a9e} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:32:22.055598 [ 267 ] {efd17e1b-6185-474f-a2d5-f2b95b137a9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:32:22.056088 [ 267 ] {efd17e1b-6185-474f-a2d5-f2b95b137a9e} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:22.056126 [ 267 ] {efd17e1b-6185-474f-a2d5-f2b95b137a9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB. 2026.01.09 00:32:22.056573 [ 267 ] {efd17e1b-6185-474f-a2d5-f2b95b137a9e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:22.057077 [ 267 ] {efd17e1b-6185-474f-a2d5-f2b95b137a9e} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:22.057212 [ 267 ] {efd17e1b-6185-474f-a2d5-f2b95b137a9e} executeQuery: Read 212 rows, 14.00 KiB in 0.001674 sec., 126642.77180406213 rows/sec., 8.17 MiB/sec. 2026.01.09 00:32:22.057250 [ 267 ] {efd17e1b-6185-474f-a2d5-f2b95b137a9e} TCPHandler: Processed in 0.001845862 sec. 2026.01.09 00:32:22.057365 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:22.057461 [ 267 ] {1ba75a85-f495-4a5d-8b36-e2c092fd3c85} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:32:22.057501 [ 267 ] {1ba75a85-f495-4a5d-8b36-e2c092fd3c85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:32:22.057999 [ 267 ] {1ba75a85-f495-4a5d-8b36-e2c092fd3c85} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:22.058035 [ 267 ] {1ba75a85-f495-4a5d-8b36-e2c092fd3c85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB. 2026.01.09 00:32:22.058445 [ 267 ] {1ba75a85-f495-4a5d-8b36-e2c092fd3c85} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:22.058873 [ 267 ] {1ba75a85-f495-4a5d-8b36-e2c092fd3c85} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:22.059003 [ 267 ] {1ba75a85-f495-4a5d-8b36-e2c092fd3c85} executeQuery: Read 211 rows, 12.27 KiB in 0.001561 sec., 135169.76297245355 rows/sec., 7.68 MiB/sec. 2026.01.09 00:32:22.059041 [ 267 ] {1ba75a85-f495-4a5d-8b36-e2c092fd3c85} TCPHandler: Processed in 0.001726809 sec. 2026.01.09 00:32:22.059158 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:22.059253 [ 267 ] {36b234d9-b040-41b5-99ea-b9500c3d7741} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:22.059293 [ 267 ] {36b234d9-b040-41b5-99ea-b9500c3d7741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:22.059925 [ 267 ] {36b234d9-b040-41b5-99ea-b9500c3d7741} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:22.059963 [ 267 ] {36b234d9-b040-41b5-99ea-b9500c3d7741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB. 2026.01.09 00:32:22.060404 [ 267 ] {36b234d9-b040-41b5-99ea-b9500c3d7741} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:32:22.060840 [ 267 ] {36b234d9-b040-41b5-99ea-b9500c3d7741} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:22.060974 [ 267 ] {36b234d9-b040-41b5-99ea-b9500c3d7741} executeQuery: Read 679 rows, 48.47 KiB in 0.001738 sec., 390678.9413118527 rows/sec., 27.23 MiB/sec. 2026.01.09 00:32:22.061011 [ 267 ] {36b234d9-b040-41b5-99ea-b9500c3d7741} TCPHandler: Processed in 0.001903784 sec. 2026.01.09 00:32:22.061125 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:22.061220 [ 267 ] {35c8edec-ba9b-4371-8843-bcaefbccb80e} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:32:22.061263 [ 267 ] {35c8edec-ba9b-4371-8843-bcaefbccb80e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:32:22.061607 [ 267 ] {35c8edec-ba9b-4371-8843-bcaefbccb80e} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:22.061644 [ 267 ] {35c8edec-ba9b-4371-8843-bcaefbccb80e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB. 2026.01.09 00:32:22.062060 [ 267 ] {35c8edec-ba9b-4371-8843-bcaefbccb80e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:22.062506 [ 267 ] {35c8edec-ba9b-4371-8843-bcaefbccb80e} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:22.062637 [ 267 ] {35c8edec-ba9b-4371-8843-bcaefbccb80e} executeQuery: Read 6 rows, 321.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 218.45 KiB/sec. 2026.01.09 00:32:22.062676 [ 267 ] {35c8edec-ba9b-4371-8843-bcaefbccb80e} TCPHandler: Processed in 0.001602016 sec. 2026.01.09 00:32:22.062804 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:22.062900 [ 267 ] {2fc84d61-de2c-49be-9ce1-e9bc88c4e698} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:22.062943 [ 267 ] {2fc84d61-de2c-49be-9ce1-e9bc88c4e698} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:22.063393 [ 267 ] {2fc84d61-de2c-49be-9ce1-e9bc88c4e698} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:22.063430 [ 267 ] {2fc84d61-de2c-49be-9ce1-e9bc88c4e698} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB. 2026.01.09 00:32:22.063872 [ 267 ] {2fc84d61-de2c-49be-9ce1-e9bc88c4e698} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:32:22.064316 [ 267 ] {2fc84d61-de2c-49be-9ce1-e9bc88c4e698} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:22.064450 [ 267 ] {2fc84d61-de2c-49be-9ce1-e9bc88c4e698} executeQuery: Read 314 rows, 21.12 KiB in 0.001568 sec., 200255.10204081633 rows/sec., 13.15 MiB/sec. 2026.01.09 00:32:22.064487 [ 267 ] {2fc84d61-de2c-49be-9ce1-e9bc88c4e698} TCPHandler: Processed in 0.001738719 sec. 2026.01.09 00:32:22.064601 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:22.064697 [ 267 ] {284109a9-e6de-4082-a517-d1b4d0461825} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:32:22.064738 [ 267 ] {284109a9-e6de-4082-a517-d1b4d0461825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:32:22.065055 [ 267 ] {284109a9-e6de-4082-a517-d1b4d0461825} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:22.065089 [ 267 ] {284109a9-e6de-4082-a517-d1b4d0461825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB. 2026.01.09 00:32:22.065509 [ 267 ] {284109a9-e6de-4082-a517-d1b4d0461825} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:22.065931 [ 267 ] {284109a9-e6de-4082-a517-d1b4d0461825} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:22.066062 [ 267 ] {284109a9-e6de-4082-a517-d1b4d0461825} executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. 2026.01.09 00:32:22.066098 [ 267 ] {284109a9-e6de-4082-a517-d1b4d0461825} TCPHandler: Processed in 0.001547604 sec. 2026.01.09 00:32:22.066210 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:22.066306 [ 267 ] {893cbcc2-dcc3-4eda-b16d-3601189a909d} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:22.066346 [ 267 ] {893cbcc2-dcc3-4eda-b16d-3601189a909d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:22.066681 [ 267 ] {893cbcc2-dcc3-4eda-b16d-3601189a909d} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:22.066716 [ 267 ] {893cbcc2-dcc3-4eda-b16d-3601189a909d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.71 GiB. 2026.01.09 00:32:22.067147 [ 267 ] {893cbcc2-dcc3-4eda-b16d-3601189a909d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:32:22.067578 [ 267 ] {893cbcc2-dcc3-4eda-b16d-3601189a909d} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:22.067710 [ 267 ] {893cbcc2-dcc3-4eda-b16d-3601189a909d} executeQuery: Read 104 rows, 6.53 KiB in 0.001423 sec., 73085.03162333099 rows/sec., 4.48 MiB/sec. 2026.01.09 00:32:22.067746 [ 267 ] {893cbcc2-dcc3-4eda-b16d-3601189a909d} TCPHandler: Processed in 0.001586995 sec. 2026.01.09 00:32:24.797643 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 288 2026.01.09 00:32:24.799904 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:24.799960 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.09 00:32:24.801246 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:24.801751 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:24.802132 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 288 2026.01.09 00:32:27.032237 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.032507 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.01.09 00:32:27.032893 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:27.032937 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.01.09 00:32:27.033230 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:27.033299 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:27.033442 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.01.09 00:32:27.033548 [ 325 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:27.033576 [ 299 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.09 00:32:27.033685 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:27.033713 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:27.035881 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.09 00:32:27.035909 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.01.09 00:32:27.035968 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:27.036009 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:27.036946 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} executeQuery: Read 44 rows, 1.73 KiB in 0.004557 sec., 9655.47509326311 rows/sec., 379.52 KiB/sec. 2026.01.09 00:32:27.037050 [ 267 ] {e4d0ebec-1567-4865-ab33-e4181a21d25a} TCPHandler: Processed in 0.00494322 sec. 2026.01.09 00:32:27.037372 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.037520 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.01.09 00:32:27.037756 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:27.037796 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.01.09 00:32:27.038032 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:27.038088 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:27.038197 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.01.09 00:32:27.038258 [ 325 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:27.038276 [ 299 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.09 00:32:27.038363 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:27.038389 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:27.038447 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.09 00:32:27.038465 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.01.09 00:32:27.038497 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:27.038536 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:27.039290 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} executeQuery: Read 44 rows, 1.73 KiB in 0.001832 sec., 24017.467248908295 rows/sec., 944.05 KiB/sec. 2026.01.09 00:32:27.039392 [ 267 ] {b2ddbcf3-eb1f-49be-8e89-aec2fe6ff4f2} TCPHandler: Processed in 0.002071109 sec. 2026.01.09 00:32:27.039636 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.039780 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} executeQuery: (from [fd00:1122:3344:101::d]:61919) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.01.09 00:32:27.040007 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:27.040046 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.01.09 00:32:27.040276 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:27.040331 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:27.040436 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.01.09 00:32:27.040511 [ 299 ] {eb081465-4317-472d-830f-0e6311dd5599} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.09 00:32:27.040513 [ 318 ] {eb081465-4317-472d-830f-0e6311dd5599} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:27.040630 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (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 2026.01.09 00:32:27.040656 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:27.040715 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.09 00:32:27.040733 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.01.09 00:32:27.040765 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:27.040800 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:27.041457 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} executeQuery: Read 44 rows, 1.73 KiB in 0.001739 sec., 25301.897642323172 rows/sec., 994.53 KiB/sec. 2026.01.09 00:32:27.041568 [ 267 ] {eb081465-4317-472d-830f-0e6311dd5599} TCPHandler: Processed in 0.001983586 sec. 2026.01.09 00:32:27.049478 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.049593 [ 267 ] {ec3fa7a8-72e3-47d0-813d-3033aaf2e424} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.09 00:32:27.049637 [ 267 ] {ec3fa7a8-72e3-47d0-813d-3033aaf2e424} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:27.050245 [ 267 ] {ec3fa7a8-72e3-47d0-813d-3033aaf2e424} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.050289 [ 267 ] {ec3fa7a8-72e3-47d0-813d-3033aaf2e424} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.050881 [ 267 ] {ec3fa7a8-72e3-47d0-813d-3033aaf2e424} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:27.051297 [ 267 ] {ec3fa7a8-72e3-47d0-813d-3033aaf2e424} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.051452 [ 267 ] {ec3fa7a8-72e3-47d0-813d-3033aaf2e424} executeQuery: Read 3 rows, 280.00 B in 0.001892 sec., 1585.6236786469344 rows/sec., 144.52 KiB/sec. 2026.01.09 00:32:27.051495 [ 267 ] {ec3fa7a8-72e3-47d0-813d-3033aaf2e424} TCPHandler: Processed in 0.002073209 sec. 2026.01.09 00:32:27.051627 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.051746 [ 267 ] {587f6ff2-6c76-4089-b6bf-573da29c9575} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:32:27.051795 [ 267 ] {587f6ff2-6c76-4089-b6bf-573da29c9575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:32:27.052239 [ 267 ] {587f6ff2-6c76-4089-b6bf-573da29c9575} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.052276 [ 267 ] {587f6ff2-6c76-4089-b6bf-573da29c9575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.052737 [ 267 ] {587f6ff2-6c76-4089-b6bf-573da29c9575} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:27.053305 [ 267 ] {587f6ff2-6c76-4089-b6bf-573da29c9575} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.053449 [ 267 ] {587f6ff2-6c76-4089-b6bf-573da29c9575} executeQuery: Read 2 rows, 167.00 B in 0.001729 sec., 1156.737998843262 rows/sec., 94.32 KiB/sec. 2026.01.09 00:32:27.053495 [ 267 ] {587f6ff2-6c76-4089-b6bf-573da29c9575} TCPHandler: Processed in 0.001921925 sec. 2026.01.09 00:32:27.053624 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.053721 [ 267 ] {61da1526-9ca3-45bd-a09d-3c38d709dfaa} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:27.053762 [ 267 ] {61da1526-9ca3-45bd-a09d-3c38d709dfaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:27.054222 [ 267 ] {61da1526-9ca3-45bd-a09d-3c38d709dfaa} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.054260 [ 267 ] {61da1526-9ca3-45bd-a09d-3c38d709dfaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.054710 [ 267 ] {61da1526-9ca3-45bd-a09d-3c38d709dfaa} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:32:27.055173 [ 267 ] {61da1526-9ca3-45bd-a09d-3c38d709dfaa} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.055316 [ 267 ] {61da1526-9ca3-45bd-a09d-3c38d709dfaa} executeQuery: Read 105 rows, 9.12 KiB in 0.001613 sec., 65096.09423434594 rows/sec., 5.52 MiB/sec. 2026.01.09 00:32:27.055371 [ 267 ] {61da1526-9ca3-45bd-a09d-3c38d709dfaa} TCPHandler: Processed in 0.001797571 sec. 2026.01.09 00:32:27.055515 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.055613 [ 267 ] {b4159d1b-6410-492e-a651-0b71fabeb1cb} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:27.055660 [ 267 ] {b4159d1b-6410-492e-a651-0b71fabeb1cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:27.056072 [ 267 ] {b4159d1b-6410-492e-a651-0b71fabeb1cb} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.056109 [ 267 ] {b4159d1b-6410-492e-a651-0b71fabeb1cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.056609 [ 267 ] {b4159d1b-6410-492e-a651-0b71fabeb1cb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:27.057121 [ 267 ] {b4159d1b-6410-492e-a651-0b71fabeb1cb} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.057229 [ 56 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:32:27.057256 [ 267 ] {b4159d1b-6410-492e-a651-0b71fabeb1cb} executeQuery: Read 26 rows, 1.94 KiB in 0.001663 sec., 15634.395670475045 rows/sec., 1.14 MiB/sec. 2026.01.09 00:32:27.057290 [ 56 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.057303 [ 267 ] {b4159d1b-6410-492e-a651-0b71fabeb1cb} TCPHandler: Processed in 0.001841312 sec. 2026.01.09 00:32:27.057319 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.057440 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.057450 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:32:27.057546 [ 267 ] {209b3e6a-065d-44dc-9116-95d0d0b7c8a1} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:27.057581 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:27.057591 [ 267 ] {209b3e6a-065d-44dc-9116-95d0d0b7c8a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:27.057621 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part 2026.01.09 00:32:27.057709 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.01.09 00:32:27.057761 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 207 rows starting from the beginning of the part 2026.01.09 00:32:27.057809 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.01.09 00:32:27.057855 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 205 rows starting from the beginning of the part 2026.01.09 00:32:27.057897 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2026.01.09 00:32:27.058062 [ 267 ] {209b3e6a-065d-44dc-9116-95d0d0b7c8a1} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.058107 [ 267 ] {209b3e6a-065d-44dc-9116-95d0d0b7c8a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.058702 [ 267 ] {209b3e6a-065d-44dc-9116-95d0d0b7c8a1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:32:27.059013 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 5 columns (5 merged, 0 gathered) in 0.001620686 sec., 302341.10740760394 rows/sec., 19.61 MiB/sec. 2026.01.09 00:32:27.059277 [ 267 ] {209b3e6a-065d-44dc-9116-95d0d0b7c8a1} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.059370 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:32:27.059446 [ 267 ] {209b3e6a-065d-44dc-9116-95d0d0b7c8a1} executeQuery: Read 105 rows, 8.41 KiB in 0.001917 sec., 54773.082942097026 rows/sec., 4.28 MiB/sec. 2026.01.09 00:32:27.059500 [ 267 ] {209b3e6a-065d-44dc-9116-95d0d0b7c8a1} TCPHandler: Processed in 0.002127591 sec. 2026.01.09 00:32:27.059632 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.059731 [ 267 ] {45fc2b2d-1d3a-4b1d-8a1c-84048c531220} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:27.059776 [ 267 ] {45fc2b2d-1d3a-4b1d-8a1c-84048c531220} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:27.059983 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.060079 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_6_1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:32:27.060174 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.09 00:32:27.060272 [ 267 ] {45fc2b2d-1d3a-4b1d-8a1c-84048c531220} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.060313 [ 267 ] {45fc2b2d-1d3a-4b1d-8a1c-84048c531220} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.060807 [ 267 ] {45fc2b2d-1d3a-4b1d-8a1c-84048c531220} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:32:27.061293 [ 267 ] {45fc2b2d-1d3a-4b1d-8a1c-84048c531220} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.061432 [ 267 ] {45fc2b2d-1d3a-4b1d-8a1c-84048c531220} executeQuery: Read 161 rows, 11.48 KiB in 0.001721 sec., 93550.2614758861 rows/sec., 6.52 MiB/sec. 2026.01.09 00:32:27.061470 [ 267 ] {45fc2b2d-1d3a-4b1d-8a1c-84048c531220} TCPHandler: Processed in 0.001889374 sec. 2026.01.09 00:32:27.061586 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.061681 [ 267 ] {4a392678-d112-4269-9405-3876e37e1d83} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:27.061738 [ 267 ] {4a392678-d112-4269-9405-3876e37e1d83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:32:27.062561 [ 267 ] {4a392678-d112-4269-9405-3876e37e1d83} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.062597 [ 267 ] {4a392678-d112-4269-9405-3876e37e1d83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.063288 [ 267 ] {4a392678-d112-4269-9405-3876e37e1d83} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:27.063864 [ 267 ] {4a392678-d112-4269-9405-3876e37e1d83} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.064066 [ 267 ] {4a392678-d112-4269-9405-3876e37e1d83} executeQuery: Read 24 rows, 44.04 KiB in 0.002401 sec., 9995.835068721366 rows/sec., 17.91 MiB/sec. 2026.01.09 00:32:27.064151 [ 267 ] {4a392678-d112-4269-9405-3876e37e1d83} TCPHandler: Processed in 0.002615714 sec. 2026.01.09 00:32:27.064268 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.064366 [ 267 ] {592ec1d9-a291-4e84-ba3d-55edb76aafc5} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.09 00:32:27.064408 [ 267 ] {592ec1d9-a291-4e84-ba3d-55edb76aafc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.09 00:32:27.064746 [ 267 ] {592ec1d9-a291-4e84-ba3d-55edb76aafc5} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.064782 [ 267 ] {592ec1d9-a291-4e84-ba3d-55edb76aafc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.065448 [ 267 ] {592ec1d9-a291-4e84-ba3d-55edb76aafc5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.09 00:32:27.065927 [ 267 ] {592ec1d9-a291-4e84-ba3d-55edb76aafc5} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.066063 [ 267 ] {592ec1d9-a291-4e84-ba3d-55edb76aafc5} executeQuery: Read 21 rows, 1.54 KiB in 0.001717 sec., 12230.634828188702 rows/sec., 896.94 KiB/sec. 2026.01.09 00:32:27.066099 [ 267 ] {592ec1d9-a291-4e84-ba3d-55edb76aafc5} TCPHandler: Processed in 0.001883624 sec. 2026.01.09 00:32:27.066223 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:27.066319 [ 267 ] {de2a876a-4d30-4395-9fdf-6365c5a45e77} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:27.066360 [ 267 ] {de2a876a-4d30-4395-9fdf-6365c5a45e77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:27.066706 [ 267 ] {de2a876a-4d30-4395-9fdf-6365c5a45e77} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.066742 [ 267 ] {de2a876a-4d30-4395-9fdf-6365c5a45e77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.067153 [ 267 ] {de2a876a-4d30-4395-9fdf-6365c5a45e77} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:32:27.067609 [ 267 ] {de2a876a-4d30-4395-9fdf-6365c5a45e77} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.067741 [ 267 ] {de2a876a-4d30-4395-9fdf-6365c5a45e77} executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. 2026.01.09 00:32:27.067775 [ 267 ] {de2a876a-4d30-4395-9fdf-6365c5a45e77} TCPHandler: Processed in 0.001602846 sec. 2026.01.09 00:32:27.309912 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3351 2026.01.09 00:32:27.310411 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.310456 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.311124 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:32:27.311609 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.311751 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3351 2026.01.09 00:32:27.481900 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.01.09 00:32:27.500827 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:27.500893 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:27.506835 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:32:27.508020 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:27.511723 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.01.09 00:32:32.047753 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:32.047971 [ 267 ] {aee1da77-f1c3-4960-b5d8-83991975d889} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:32:32.048047 [ 267 ] {aee1da77-f1c3-4960-b5d8-83991975d889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:32:32.048929 [ 267 ] {aee1da77-f1c3-4960-b5d8-83991975d889} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:32.048979 [ 267 ] {aee1da77-f1c3-4960-b5d8-83991975d889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:32.049534 [ 267 ] {aee1da77-f1c3-4960-b5d8-83991975d889} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:32.050101 [ 267 ] {aee1da77-f1c3-4960-b5d8-83991975d889} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:32.050260 [ 267 ] {aee1da77-f1c3-4960-b5d8-83991975d889} executeQuery: Read 410 rows, 26.63 KiB in 0.002342 sec., 175064.04782237404 rows/sec., 11.11 MiB/sec. 2026.01.09 00:32:32.050308 [ 267 ] {aee1da77-f1c3-4960-b5d8-83991975d889} TCPHandler: Processed in 0.002692857 sec. 2026.01.09 00:32:32.050443 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:32.050549 [ 267 ] {09b2f945-dac5-4c85-a5ea-ec869b1a25eb} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:32.050594 [ 267 ] {09b2f945-dac5-4c85-a5ea-ec869b1a25eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:32.051598 [ 267 ] {09b2f945-dac5-4c85-a5ea-ec869b1a25eb} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:32.051640 [ 267 ] {09b2f945-dac5-4c85-a5ea-ec869b1a25eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:32.052174 [ 267 ] {09b2f945-dac5-4c85-a5ea-ec869b1a25eb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:32:32.052740 [ 267 ] {09b2f945-dac5-4c85-a5ea-ec869b1a25eb} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:32.052880 [ 267 ] {09b2f945-dac5-4c85-a5ea-ec869b1a25eb} executeQuery: Read 1112 rows, 89.84 KiB in 0.002354 sec., 472387.42565845366 rows/sec., 37.27 MiB/sec. 2026.01.09 00:32:32.052919 [ 267 ] {09b2f945-dac5-4c85-a5ea-ec869b1a25eb} TCPHandler: Processed in 0.002530381 sec. 2026.01.09 00:32:32.053051 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:32.053152 [ 267 ] {57ef8dac-9bfe-452f-a7f0-245587c58146} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:32.053195 [ 267 ] {57ef8dac-9bfe-452f-a7f0-245587c58146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:32.053682 [ 267 ] {57ef8dac-9bfe-452f-a7f0-245587c58146} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:32.053720 [ 267 ] {57ef8dac-9bfe-452f-a7f0-245587c58146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:32.054164 [ 267 ] {57ef8dac-9bfe-452f-a7f0-245587c58146} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:32:32.054656 [ 267 ] {57ef8dac-9bfe-452f-a7f0-245587c58146} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:32.054791 [ 267 ] {57ef8dac-9bfe-452f-a7f0-245587c58146} executeQuery: Read 205 rows, 12.32 KiB in 0.00166 sec., 123493.97590361445 rows/sec., 7.25 MiB/sec. 2026.01.09 00:32:32.054828 [ 267 ] {57ef8dac-9bfe-452f-a7f0-245587c58146} TCPHandler: Processed in 0.001829972 sec. 2026.01.09 00:32:32.054935 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:32.055030 [ 267 ] {49c622d9-cd35-476e-aab0-d5fc94411417} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:32:32.055071 [ 267 ] {49c622d9-cd35-476e-aab0-d5fc94411417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:32:32.055547 [ 267 ] {49c622d9-cd35-476e-aab0-d5fc94411417} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:32.055585 [ 267 ] {49c622d9-cd35-476e-aab0-d5fc94411417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:32.056044 [ 267 ] {49c622d9-cd35-476e-aab0-d5fc94411417} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:32.056661 [ 267 ] {49c622d9-cd35-476e-aab0-d5fc94411417} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:32.056792 [ 267 ] {49c622d9-cd35-476e-aab0-d5fc94411417} executeQuery: Read 212 rows, 14.00 KiB in 0.00178 sec., 119101.12359550562 rows/sec., 7.68 MiB/sec. 2026.01.09 00:32:32.056831 [ 267 ] {49c622d9-cd35-476e-aab0-d5fc94411417} TCPHandler: Processed in 0.001946905 sec. 2026.01.09 00:32:32.056942 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:32.057037 [ 267 ] {8a47c640-3fa8-4ec3-96a5-7c8f52177813} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:32:32.057076 [ 267 ] {8a47c640-3fa8-4ec3-96a5-7c8f52177813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:32:32.057547 [ 267 ] {8a47c640-3fa8-4ec3-96a5-7c8f52177813} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:32.057583 [ 267 ] {8a47c640-3fa8-4ec3-96a5-7c8f52177813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:32.058038 [ 267 ] {8a47c640-3fa8-4ec3-96a5-7c8f52177813} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:32.058540 [ 267 ] {8a47c640-3fa8-4ec3-96a5-7c8f52177813} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:32.058672 [ 267 ] {8a47c640-3fa8-4ec3-96a5-7c8f52177813} executeQuery: Read 211 rows, 12.27 KiB in 0.001653 sec., 127646.70296430732 rows/sec., 7.25 MiB/sec. 2026.01.09 00:32:32.058711 [ 267 ] {8a47c640-3fa8-4ec3-96a5-7c8f52177813} TCPHandler: Processed in 0.001819141 sec. 2026.01.09 00:32:32.058813 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:32.058909 [ 267 ] {38266a4c-ee4d-4793-8d9e-cc57518600b0} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:32.058948 [ 267 ] {38266a4c-ee4d-4793-8d9e-cc57518600b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:32.059598 [ 267 ] {38266a4c-ee4d-4793-8d9e-cc57518600b0} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:32.059634 [ 267 ] {38266a4c-ee4d-4793-8d9e-cc57518600b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:32.060109 [ 267 ] {38266a4c-ee4d-4793-8d9e-cc57518600b0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:32:32.060636 [ 267 ] {38266a4c-ee4d-4793-8d9e-cc57518600b0} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:32.060772 [ 267 ] {38266a4c-ee4d-4793-8d9e-cc57518600b0} executeQuery: Read 679 rows, 48.47 KiB in 0.001882 sec., 360786.3974495218 rows/sec., 25.15 MiB/sec. 2026.01.09 00:32:32.060810 [ 267 ] {38266a4c-ee4d-4793-8d9e-cc57518600b0} TCPHandler: Processed in 0.002047718 sec. 2026.01.09 00:32:32.060923 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:32.061019 [ 267 ] {8364fd3b-378b-4593-810f-ce03e8734a78} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:32:32.061061 [ 267 ] {8364fd3b-378b-4593-810f-ce03e8734a78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:32:32.061394 [ 267 ] {8364fd3b-378b-4593-810f-ce03e8734a78} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:32.061430 [ 267 ] {8364fd3b-378b-4593-810f-ce03e8734a78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:32.061882 [ 267 ] {8364fd3b-378b-4593-810f-ce03e8734a78} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:32.062354 [ 267 ] {8364fd3b-378b-4593-810f-ce03e8734a78} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:32.062488 [ 267 ] {8364fd3b-378b-4593-810f-ce03e8734a78} executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. 2026.01.09 00:32:32.062524 [ 267 ] {8364fd3b-378b-4593-810f-ce03e8734a78} TCPHandler: Processed in 0.001651007 sec. 2026.01.09 00:32:32.062637 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:32.062734 [ 267 ] {aa0ab249-7d20-4f00-8cec-3468316d1403} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:32.062777 [ 267 ] {aa0ab249-7d20-4f00-8cec-3468316d1403} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:32.063214 [ 267 ] {aa0ab249-7d20-4f00-8cec-3468316d1403} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:32.063250 [ 267 ] {aa0ab249-7d20-4f00-8cec-3468316d1403} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:32.063796 [ 267 ] {aa0ab249-7d20-4f00-8cec-3468316d1403} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:32:32.064285 [ 267 ] {aa0ab249-7d20-4f00-8cec-3468316d1403} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:32.064421 [ 267 ] {aa0ab249-7d20-4f00-8cec-3468316d1403} executeQuery: Read 314 rows, 21.12 KiB in 0.001705 sec., 184164.2228739003 rows/sec., 12.10 MiB/sec. 2026.01.09 00:32:32.064458 [ 267 ] {aa0ab249-7d20-4f00-8cec-3468316d1403} TCPHandler: Processed in 0.001871663 sec. 2026.01.09 00:32:32.064567 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:32.064662 [ 267 ] {45167e0e-a81b-43b7-8a2d-0e811da4ce61} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:32:32.064704 [ 267 ] {45167e0e-a81b-43b7-8a2d-0e811da4ce61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:32:32.065036 [ 267 ] {45167e0e-a81b-43b7-8a2d-0e811da4ce61} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:32.065071 [ 267 ] {45167e0e-a81b-43b7-8a2d-0e811da4ce61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:32.065584 [ 267 ] {45167e0e-a81b-43b7-8a2d-0e811da4ce61} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:32:32.066119 [ 267 ] {45167e0e-a81b-43b7-8a2d-0e811da4ce61} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:32.066251 [ 267 ] {45167e0e-a81b-43b7-8a2d-0e811da4ce61} executeQuery: Read 1 rows, 69.00 B in 0.001607 sec., 622.2775357809584 rows/sec., 41.93 KiB/sec. 2026.01.09 00:32:32.066286 [ 267 ] {45167e0e-a81b-43b7-8a2d-0e811da4ce61} TCPHandler: Processed in 0.00177013 sec. 2026.01.09 00:32:32.066409 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:32.066504 [ 267 ] {59199446-ce27-4399-85a7-1def97b4eef8} executeQuery: (from [fd00:1122:3344:101::d]:61919) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:32.066545 [ 267 ] {59199446-ce27-4399-85a7-1def97b4eef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:32.066882 [ 267 ] {59199446-ce27-4399-85a7-1def97b4eef8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:32.066922 [ 267 ] {59199446-ce27-4399-85a7-1def97b4eef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:32.067378 [ 267 ] {59199446-ce27-4399-85a7-1def97b4eef8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:32:32.067870 [ 267 ] {59199446-ce27-4399-85a7-1def97b4eef8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:32.067999 [ 267 ] {59199446-ce27-4399-85a7-1def97b4eef8} executeQuery: Read 104 rows, 6.53 KiB in 0.001514 sec., 68692.20607661823 rows/sec., 4.21 MiB/sec. 2026.01.09 00:32:32.068034 [ 267 ] {59199446-ce27-4399-85a7-1def97b4eef8} TCPHandler: Processed in 0.001676808 sec. 2026.01.09 00:32:34.733604 [ 45 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:32:34.733677 [ 45 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:32:34.803232 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 332 2026.01.09 00:32:34.805592 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:34.805631 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:34.806891 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:34.807397 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:34.807655 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 332 2026.01.09 00:32:34.812806 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3799 2026.01.09 00:32:34.813289 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:34.813326 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:34.813995 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:32:34.814437 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:34.814568 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3799 2026.01.09 00:32:35.011775 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.01.09 00:32:35.029593 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:35.029645 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.01.09 00:32:35.035039 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:32:35.036117 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:35.039230 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.01.09 00:32:36.611723 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:36.611810 [ 267 ] {} TCP-Session: 46acf8c1-ad70-4178-99a0-e390a72cbad1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:37.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.09 MiB, peak 189.66 MiB, free memory in arenas 0.00 B, will set to 185.16 MiB (RSS), difference: 2.07 MiB 2026.01.09 00:32:37.039161 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:37.039335 [ 269 ] {5869b8eb-a735-45ef-a2ab-0bb4189b04eb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:37.039400 [ 269 ] {5869b8eb-a735-45ef-a2ab-0bb4189b04eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:37.040121 [ 269 ] {5869b8eb-a735-45ef-a2ab-0bb4189b04eb} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:37.040174 [ 269 ] {5869b8eb-a735-45ef-a2ab-0bb4189b04eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:37.040570 [ 269 ] {5869b8eb-a735-45ef-a2ab-0bb4189b04eb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:32:37.040803 [ 269 ] {5869b8eb-a735-45ef-a2ab-0bb4189b04eb} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:37.040961 [ 269 ] {5869b8eb-a735-45ef-a2ab-0bb4189b04eb} executeQuery: Read 128 rows, 11.29 KiB in 0.00167 sec., 76646.70658682635 rows/sec., 6.60 MiB/sec. 2026.01.09 00:32:37.041005 [ 269 ] {5869b8eb-a735-45ef-a2ab-0bb4189b04eb} TCPHandler: Processed in 0.001970996 sec. 2026.01.09 00:32:37.041135 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:37.041238 [ 269 ] {90353166-ff8a-45e6-a35b-5cfa68ebff6a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:37.041283 [ 269 ] {90353166-ff8a-45e6-a35b-5cfa68ebff6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:37.041704 [ 269 ] {90353166-ff8a-45e6-a35b-5cfa68ebff6a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:37.041741 [ 269 ] {90353166-ff8a-45e6-a35b-5cfa68ebff6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:37.042055 [ 269 ] {90353166-ff8a-45e6-a35b-5cfa68ebff6a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:32:37.042261 [ 269 ] {90353166-ff8a-45e6-a35b-5cfa68ebff6a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:37.042393 [ 269 ] {90353166-ff8a-45e6-a35b-5cfa68ebff6a} executeQuery: Read 36 rows, 2.71 KiB in 0.001178 sec., 30560.271646859084 rows/sec., 2.24 MiB/sec. 2026.01.09 00:32:37.042430 [ 269 ] {90353166-ff8a-45e6-a35b-5cfa68ebff6a} TCPHandler: Processed in 0.001347418 sec. 2026.01.09 00:32:37.042535 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:37.042631 [ 269 ] {e5835bd6-abd8-4478-a08f-88870db1d03a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:37.042671 [ 269 ] {e5835bd6-abd8-4478-a08f-88870db1d03a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:37.043109 [ 269 ] {e5835bd6-abd8-4478-a08f-88870db1d03a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:37.043145 [ 269 ] {e5835bd6-abd8-4478-a08f-88870db1d03a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:37.043440 [ 269 ] {e5835bd6-abd8-4478-a08f-88870db1d03a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:32:37.043651 [ 269 ] {e5835bd6-abd8-4478-a08f-88870db1d03a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:37.043777 [ 269 ] {e5835bd6-abd8-4478-a08f-88870db1d03a} executeQuery: Read 105 rows, 8.42 KiB in 0.001165 sec., 90128.75536480687 rows/sec., 7.06 MiB/sec. 2026.01.09 00:32:37.043813 [ 269 ] {e5835bd6-abd8-4478-a08f-88870db1d03a} TCPHandler: Processed in 0.001328937 sec. 2026.01.09 00:32:37.043931 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:37.044027 [ 269 ] {2512b4c9-9b0b-4e18-8d89-a3ac7d794b3d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:37.044069 [ 269 ] {2512b4c9-9b0b-4e18-8d89-a3ac7d794b3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:37.044478 [ 269 ] {2512b4c9-9b0b-4e18-8d89-a3ac7d794b3d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:37.044513 [ 269 ] {2512b4c9-9b0b-4e18-8d89-a3ac7d794b3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:37.044832 [ 269 ] {2512b4c9-9b0b-4e18-8d89-a3ac7d794b3d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:32:37.045032 [ 269 ] {2512b4c9-9b0b-4e18-8d89-a3ac7d794b3d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:37.045156 [ 269 ] {2512b4c9-9b0b-4e18-8d89-a3ac7d794b3d} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.01.09 00:32:37.045193 [ 269 ] {2512b4c9-9b0b-4e18-8d89-a3ac7d794b3d} TCPHandler: Processed in 0.001311497 sec. 2026.01.09 00:32:37.045296 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:37.045391 [ 269 ] {8a1c7e0b-94ef-428e-b278-ba355ef355b1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:37.045445 [ 269 ] {8a1c7e0b-94ef-428e-b278-ba355ef355b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:32:37.046325 [ 269 ] {8a1c7e0b-94ef-428e-b278-ba355ef355b1} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:37.046361 [ 269 ] {8a1c7e0b-94ef-428e-b278-ba355ef355b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:37.046890 [ 269 ] {8a1c7e0b-94ef-428e-b278-ba355ef355b1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:37.047126 [ 269 ] {8a1c7e0b-94ef-428e-b278-ba355ef355b1} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:37.047266 [ 269 ] {8a1c7e0b-94ef-428e-b278-ba355ef355b1} executeQuery: Read 36 rows, 66.06 KiB in 0.001893 sec., 19017.43264659271 rows/sec., 34.08 MiB/sec. 2026.01.09 00:32:37.047322 [ 269 ] {8a1c7e0b-94ef-428e-b278-ba355ef355b1} TCPHandler: Processed in 0.00207628 sec. 2026.01.09 00:32:37.047439 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:37.047536 [ 269 ] {6ad35f5e-d0ef-4504-9701-da66f9e7772b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.09 00:32:37.047577 [ 269 ] {6ad35f5e-d0ef-4504-9701-da66f9e7772b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.09 00:32:37.047894 [ 269 ] {6ad35f5e-d0ef-4504-9701-da66f9e7772b} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:37.047928 [ 269 ] {6ad35f5e-d0ef-4504-9701-da66f9e7772b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:37.048242 [ 269 ] {6ad35f5e-d0ef-4504-9701-da66f9e7772b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.09 00:32:37.048444 [ 269 ] {6ad35f5e-d0ef-4504-9701-da66f9e7772b} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:37.048568 [ 269 ] {6ad35f5e-d0ef-4504-9701-da66f9e7772b} executeQuery: Read 6 rows, 463.00 B in 0.001052 sec., 5703.42205323194 rows/sec., 429.80 KiB/sec. 2026.01.09 00:32:37.048604 [ 269 ] {6ad35f5e-d0ef-4504-9701-da66f9e7772b} TCPHandler: Processed in 0.001215895 sec. 2026.01.09 00:32:37.048710 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:37.048812 [ 269 ] {32fd3455-a7e2-4b0f-b904-d3b58f2b5d19} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:37.048854 [ 269 ] {32fd3455-a7e2-4b0f-b904-d3b58f2b5d19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:37.049192 [ 269 ] {32fd3455-a7e2-4b0f-b904-d3b58f2b5d19} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:37.049228 [ 269 ] {32fd3455-a7e2-4b0f-b904-d3b58f2b5d19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:37.049540 [ 269 ] {32fd3455-a7e2-4b0f-b904-d3b58f2b5d19} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:32:37.049750 [ 269 ] {32fd3455-a7e2-4b0f-b904-d3b58f2b5d19} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:37.049876 [ 269 ] {32fd3455-a7e2-4b0f-b904-d3b58f2b5d19} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.01.09 00:32:37.049911 [ 269 ] {32fd3455-a7e2-4b0f-b904-d3b58f2b5d19} TCPHandler: Processed in 0.001252236 sec. 2026.01.09 00:32:39.570886 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:39.571135 [ 269 ] {629c0d75-5865-4202-8c1b-728b86d7a460} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:32:39.571259 [ 269 ] {629c0d75-5865-4202-8c1b-728b86d7a460} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:32:39.572613 [ 269 ] {629c0d75-5865-4202-8c1b-728b86d7a460} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.572686 [ 269 ] {629c0d75-5865-4202-8c1b-728b86d7a460} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.573333 [ 269 ] {629c0d75-5865-4202-8c1b-728b86d7a460} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:39.573970 [ 269 ] {629c0d75-5865-4202-8c1b-728b86d7a460} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.574229 [ 269 ] {629c0d75-5865-4202-8c1b-728b86d7a460} executeQuery: Read 410 rows, 26.63 KiB in 0.003161 sec., 129705.78930718126 rows/sec., 8.23 MiB/sec. 2026.01.09 00:32:39.574306 [ 269 ] {629c0d75-5865-4202-8c1b-728b86d7a460} TCPHandler: Processed in 0.003634494 sec. 2026.01.09 00:32:39.574520 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:39.574660 [ 269 ] {026cbd14-e15f-45a9-8695-fa3e72a994ef} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:39.574724 [ 269 ] {026cbd14-e15f-45a9-8695-fa3e72a994ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:39.577173 [ 269 ] {026cbd14-e15f-45a9-8695-fa3e72a994ef} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.577225 [ 269 ] {026cbd14-e15f-45a9-8695-fa3e72a994ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.577951 [ 269 ] {026cbd14-e15f-45a9-8695-fa3e72a994ef} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:32:39.578249 [ 269 ] {026cbd14-e15f-45a9-8695-fa3e72a994ef} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.578429 [ 19 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.09 00:32:39.578451 [ 269 ] {026cbd14-e15f-45a9-8695-fa3e72a994ef} executeQuery: Read 2252 rows, 186.40 KiB in 0.003826 sec., 588604.286461056 rows/sec., 47.58 MiB/sec. 2026.01.09 00:32:39.578535 [ 19 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.578566 [ 269 ] {026cbd14-e15f-45a9-8695-fa3e72a994ef} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:32:39.578575 [ 19 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.578599 [ 269 ] {026cbd14-e15f-45a9-8695-fa3e72a994ef} TCPHandler: Processed in 0.004152048 sec. 2026.01.09 00:32:39.578773 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.09 00:32:39.578832 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:39.578967 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:39.578973 [ 269 ] {144d0bc7-d138-4510-b6cc-5c7df72e0f67} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:39.579022 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2398 rows starting from the beginning of the part 2026.01.09 00:32:39.579050 [ 269 ] {144d0bc7-d138-4510-b6cc-5c7df72e0f67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:39.579118 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:32:39.579181 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 105 rows starting from the beginning of the part 2026.01.09 00:32:39.579240 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:32:39.579295 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 128 rows starting from the beginning of the part 2026.01.09 00:32:39.579351 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:32:39.579812 [ 269 ] {144d0bc7-d138-4510-b6cc-5c7df72e0f67} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.579865 [ 269 ] {144d0bc7-d138-4510-b6cc-5c7df72e0f67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.580298 [ 269 ] {144d0bc7-d138-4510-b6cc-5c7df72e0f67} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:32:39.580610 [ 269 ] {144d0bc7-d138-4510-b6cc-5c7df72e0f67} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.580799 [ 269 ] {144d0bc7-d138-4510-b6cc-5c7df72e0f67} executeQuery: Read 205 rows, 12.32 KiB in 0.001863 sec., 110037.57380568974 rows/sec., 6.46 MiB/sec. 2026.01.09 00:32:39.580853 [ 269 ] {144d0bc7-d138-4510-b6cc-5c7df72e0f67} TCPHandler: Processed in 0.002098589 sec. 2026.01.09 00:32:39.581020 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:39.581140 [ 269 ] {ec7fec43-eec3-4408-9f6d-333dfee03278} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:32:39.581193 [ 269 ] {ec7fec43-eec3-4408-9f6d-333dfee03278} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:32:39.581976 [ 269 ] {ec7fec43-eec3-4408-9f6d-333dfee03278} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.582022 [ 269 ] {ec7fec43-eec3-4408-9f6d-333dfee03278} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.582493 [ 269 ] {ec7fec43-eec3-4408-9f6d-333dfee03278} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:39.582796 [ 269 ] {ec7fec43-eec3-4408-9f6d-333dfee03278} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.582983 [ 269 ] {ec7fec43-eec3-4408-9f6d-333dfee03278} executeQuery: Read 440 rows, 29.81 KiB in 0.001874 sec., 234791.88900747066 rows/sec., 15.53 MiB/sec. 2026.01.09 00:32:39.583036 [ 269 ] {ec7fec43-eec3-4408-9f6d-333dfee03278} TCPHandler: Processed in 0.002077139 sec. 2026.01.09 00:32:39.583216 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:39.583337 [ 269 ] {b0f4f835-42c7-4507-b2f0-0e354ffe467b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:32:39.583424 [ 269 ] {b0f4f835-42c7-4507-b2f0-0e354ffe467b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:32:39.584198 [ 269 ] {b0f4f835-42c7-4507-b2f0-0e354ffe467b} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.584247 [ 269 ] {b0f4f835-42c7-4507-b2f0-0e354ffe467b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.584720 [ 269 ] {b0f4f835-42c7-4507-b2f0-0e354ffe467b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:39.585027 [ 269 ] {b0f4f835-42c7-4507-b2f0-0e354ffe467b} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.585206 [ 269 ] {b0f4f835-42c7-4507-b2f0-0e354ffe467b} executeQuery: Read 211 rows, 12.27 KiB in 0.001899 sec., 111111.11111111111 rows/sec., 6.31 MiB/sec. 2026.01.09 00:32:39.585255 [ 269 ] {b0f4f835-42c7-4507-b2f0-0e354ffe467b} TCPHandler: Processed in 0.00210293 sec. 2026.01.09 00:32:39.585428 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:39.585550 [ 269 ] {5b8d689a-f205-41f7-9a15-8433d969c137} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:39.585604 [ 269 ] {5b8d689a-f205-41f7-9a15-8433d969c137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:39.586881 [ 269 ] {5b8d689a-f205-41f7-9a15-8433d969c137} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.586926 [ 269 ] {5b8d689a-f205-41f7-9a15-8433d969c137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.587460 [ 269 ] {5b8d689a-f205-41f7-9a15-8433d969c137} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:32:39.587775 [ 269 ] {5b8d689a-f205-41f7-9a15-8433d969c137} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.587937 [ 19 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.09 00:32:39.587955 [ 269 ] {5b8d689a-f205-41f7-9a15-8433d969c137} executeQuery: Read 1135 rows, 82.76 KiB in 0.002435 sec., 466119.0965092402 rows/sec., 33.19 MiB/sec. 2026.01.09 00:32:39.588030 [ 19 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.588068 [ 269 ] {5b8d689a-f205-41f7-9a15-8433d969c137} TCPHandler: Processed in 0.002700327 sec. 2026.01.09 00:32:39.588070 [ 19 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.588230 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.09 00:32:39.588260 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:39.588373 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:39.588389 [ 269 ] {45d43c86-a3ae-45cf-b5c4-b5f5241409f8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:32:39.588420 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1193 rows starting from the beginning of the part 2026.01.09 00:32:39.588452 [ 269 ] {45d43c86-a3ae-45cf-b5c4-b5f5241409f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:32:39.588583 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 679 rows starting from the beginning of the part 2026.01.09 00:32:39.588685 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 105 rows starting from the beginning of the part 2026.01.09 00:32:39.588775 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 679 rows starting from the beginning of the part 2026.01.09 00:32:39.588854 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 105 rows starting from the beginning of the part 2026.01.09 00:32:39.588940 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:32:39.589002 [ 269 ] {45d43c86-a3ae-45cf-b5c4-b5f5241409f8} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.589051 [ 269 ] {45d43c86-a3ae-45cf-b5c4-b5f5241409f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.590690 [ 269 ] {45d43c86-a3ae-45cf-b5c4-b5f5241409f8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:39.591034 [ 269 ] {45d43c86-a3ae-45cf-b5c4-b5f5241409f8} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.591075 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 7107 rows, containing 5 columns (5 merged, 0 gathered) in 0.012381152 sec., 574017.6681459044 rows/sec., 48.47 MiB/sec. 2026.01.09 00:32:39.591233 [ 269 ] {45d43c86-a3ae-45cf-b5c4-b5f5241409f8} executeQuery: Read 6 rows, 321.00 B in 0.002875 sec., 2086.9565217391305 rows/sec., 109.04 KiB/sec. 2026.01.09 00:32:39.591293 [ 269 ] {45d43c86-a3ae-45cf-b5c4-b5f5241409f8} TCPHandler: Processed in 0.003097879 sec. 2026.01.09 00:32:39.591476 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:39.591605 [ 269 ] {26afc77b-dee4-4197-984e-db1e1afd15c5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:39.591645 [ 197 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.09 00:32:39.591668 [ 269 ] {26afc77b-dee4-4197-984e-db1e1afd15c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:39.591935 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3896 rows, containing 5 columns (5 merged, 0 gathered) in 0.003763107 sec., 1035314.7013890384 rows/sec., 77.73 MiB/sec. 2026.01.09 00:32:39.592097 [ 197 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.592246 [ 197 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_11_2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.09 00:32:39.592325 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.09 00:32:39.592356 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. 2026.01.09 00:32:39.592793 [ 269 ] {26afc77b-dee4-4197-984e-db1e1afd15c5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.592824 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.592847 [ 269 ] {26afc77b-dee4-4197-984e-db1e1afd15c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.592969 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_11_2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.09 00:32:39.593110 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.01.09 00:32:39.593461 [ 269 ] {26afc77b-dee4-4197-984e-db1e1afd15c5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:32:39.593881 [ 269 ] {26afc77b-dee4-4197-984e-db1e1afd15c5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.594049 [ 19 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.09 00:32:39.594084 [ 269 ] {26afc77b-dee4-4197-984e-db1e1afd15c5} executeQuery: Read 934 rows, 63.32 KiB in 0.00251 sec., 372111.55378486053 rows/sec., 24.63 MiB/sec. 2026.01.09 00:32:39.594110 [ 19 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.594145 [ 269 ] {26afc77b-dee4-4197-984e-db1e1afd15c5} TCPHandler: Processed in 0.002737748 sec. 2026.01.09 00:32:39.594148 [ 19 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.594279 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.09 00:32:39.594405 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:39.594451 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2508 rows starting from the beginning of the part 2026.01.09 00:32:39.594529 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:39.594532 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 314 rows starting from the beginning of the part 2026.01.09 00:32:39.594627 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 161 rows starting from the beginning of the part 2026.01.09 00:32:39.594663 [ 269 ] {e6b1b992-f6f9-452c-851a-9214d908eeae} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:32:39.594692 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 314 rows starting from the beginning of the part 2026.01.09 00:32:39.594760 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.01.09 00:32:39.594790 [ 269 ] {e6b1b992-f6f9-452c-851a-9214d908eeae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:32:39.594823 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 934 rows starting from the beginning of the part 2026.01.09 00:32:39.595285 [ 269 ] {e6b1b992-f6f9-452c-851a-9214d908eeae} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.595334 [ 269 ] {e6b1b992-f6f9-452c-851a-9214d908eeae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.595845 [ 269 ] {e6b1b992-f6f9-452c-851a-9214d908eeae} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:39.596180 [ 269 ] {e6b1b992-f6f9-452c-851a-9214d908eeae} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.596379 [ 269 ] {e6b1b992-f6f9-452c-851a-9214d908eeae} executeQuery: Read 1 rows, 69.00 B in 0.001746 sec., 572.737686139748 rows/sec., 38.59 KiB/sec. 2026.01.09 00:32:39.596436 [ 269 ] {e6b1b992-f6f9-452c-851a-9214d908eeae} TCPHandler: Processed in 0.001978016 sec. 2026.01.09 00:32:39.596652 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:39.596834 [ 269 ] {d0e07279-4840-4732-8414-7ba2f1e29b04} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:39.596895 [ 269 ] {d0e07279-4840-4732-8414-7ba2f1e29b04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:39.597567 [ 269 ] {d0e07279-4840-4732-8414-7ba2f1e29b04} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.597618 [ 269 ] {d0e07279-4840-4732-8414-7ba2f1e29b04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.597816 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4391 rows, containing 5 columns (5 merged, 0 gathered) in 0.003579782 sec., 1226611.0059215897 rows/sec., 82.81 MiB/sec. 2026.01.09 00:32:39.598098 [ 269 ] {d0e07279-4840-4732-8414-7ba2f1e29b04} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:32:39.598341 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.09 00:32:39.598440 [ 269 ] {d0e07279-4840-4732-8414-7ba2f1e29b04} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.598613 [ 24 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.09 00:32:39.598628 [ 269 ] {d0e07279-4840-4732-8414-7ba2f1e29b04} executeQuery: Read 80 rows, 4.87 KiB in 0.001823 sec., 43883.708173340645 rows/sec., 2.61 MiB/sec. 2026.01.09 00:32:39.598705 [ 24 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:39.598722 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.598758 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:39.598761 [ 269 ] {d0e07279-4840-4732-8414-7ba2f1e29b04} TCPHandler: Processed in 0.002175372 sec. 2026.01.09 00:32:39.598845 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_11_2} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.09 00:32:39.598865 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.09 00:32:39.598940 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.01.09 00:32:39.598963 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:39.598994 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 344 rows starting from the beginning of the part 2026.01.09 00:32:39.599061 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 104 rows starting from the beginning of the part 2026.01.09 00:32:39.599120 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.01.09 00:32:39.599179 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 104 rows starting from the beginning of the part 2026.01.09 00:32:39.599230 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.01.09 00:32:39.599282 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 80 rows starting from the beginning of the part 2026.01.09 00:32:39.600437 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 4 columns (4 merged, 0 gathered) in 0.001613496 sec., 466068.7104275437 rows/sec., 29.83 MiB/sec. 2026.01.09 00:32:39.600623 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.09 00:32:39.600964 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:39.601060 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_11_2} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.09 00:32:39.601144 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.09 00:32:40.321699 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41917 2026.01.09 00:32:40.321820 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:40.321852 [ 267 ] {} TCP-Session: a240cf3d-730d-4316-881d-422d124de1a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:41917 2026.01.09 00:32:40.321878 [ 267 ] {} TCP-Session: a240cf3d-730d-4316-881d-422d124de1a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.321894 [ 267 ] {} TCP-Session: a240cf3d-730d-4316-881d-422d124de1a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322126 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64009 2026.01.09 00:32:40.322126 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61635 2026.01.09 00:32:40.322194 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64269 2026.01.09 00:32:40.322228 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47090 2026.01.09 00:32:40.322231 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42023 2026.01.09 00:32:40.322256 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:40.322215 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57329 2026.01.09 00:32:40.322300 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:40.322319 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:40.322329 [ 267 ] {} TCP-Session: a240cf3d-730d-4316-881d-422d124de1a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:40.322350 [ 286 ] {} TCP-Session: f9f051d9-610e-4a10-84cc-be19714cf915 Authenticating user 'default' from [fd00:1122:3344:101::e]:61635 2026.01.09 00:32:40.322364 [ 288 ] {} TCP-Session: 6b0ec07d-82e4-45ab-b825-507eb40c27e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:64269 2026.01.09 00:32:40.322401 [ 286 ] {} TCP-Session: f9f051d9-610e-4a10-84cc-be19714cf915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322418 [ 288 ] {} TCP-Session: 6b0ec07d-82e4-45ab-b825-507eb40c27e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322431 [ 286 ] {} TCP-Session: f9f051d9-610e-4a10-84cc-be19714cf915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322445 [ 288 ] {} TCP-Session: 6b0ec07d-82e4-45ab-b825-507eb40c27e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322460 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:40.322205 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35827 2026.01.09 00:32:40.322501 [ 292 ] {} TCP-Session: 187a8e56-7238-48e1-8bda-755ac81b868f Authenticating user 'default' from [fd00:1122:3344:101::e]:47090 2026.01.09 00:32:40.322194 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43185 2026.01.09 00:32:40.322539 [ 267 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} executeQuery: (from [fd00:1122:3344:101::e]:41917) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:32:40.322539 [ 292 ] {} TCP-Session: 187a8e56-7238-48e1-8bda-755ac81b868f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322310 [ 287 ] {} TCP-Session: b38c48f5-513f-469b-9d0a-92abb131cf01 Authenticating user 'default' from [fd00:1122:3344:101::e]:64009 2026.01.09 00:32:40.322604 [ 292 ] {} TCP-Session: 187a8e56-7238-48e1-8bda-755ac81b868f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322642 [ 287 ] {} TCP-Session: b38c48f5-513f-469b-9d0a-92abb131cf01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322646 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:40.322667 [ 287 ] {} TCP-Session: b38c48f5-513f-469b-9d0a-92abb131cf01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322701 [ 291 ] {} TCP-Session: 72cebaf3-ec97-460e-9424-81763dfa944d Authenticating user 'default' from [fd00:1122:3344:101::e]:57329 2026.01.09 00:32:40.322725 [ 291 ] {} TCP-Session: 72cebaf3-ec97-460e-9424-81763dfa944d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322738 [ 291 ] {} TCP-Session: 72cebaf3-ec97-460e-9424-81763dfa944d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322785 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:40.322818 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:40.322829 [ 267 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:32:40.322855 [ 289 ] {} TCP-Session: a8527a9a-b186-4372-9891-793518e1e565 Authenticating user 'default' from [fd00:1122:3344:101::e]:43185 2026.01.09 00:32:40.322858 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:32:40.322875 [ 289 ] {} TCP-Session: a8527a9a-b186-4372-9891-793518e1e565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322895 [ 267 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:40.322904 [ 289 ] {} TCP-Session: a8527a9a-b186-4372-9891-793518e1e565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322895 [ 293 ] {} TCP-Session: 763f6d10-534f-4ff6-804d-93a2adb60edc Authenticating user 'default' from [fd00:1122:3344:101::e]:42023 2026.01.09 00:32:40.322829 [ 290 ] {} TCP-Session: e5030fc4-3a65-4864-adbb-2d922759ee48 Authenticating user 'default' from [fd00:1122:3344:101::e]:35827 2026.01.09 00:32:40.322944 [ 293 ] {} TCP-Session: 763f6d10-534f-4ff6-804d-93a2adb60edc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322954 [ 290 ] {} TCP-Session: e5030fc4-3a65-4864-adbb-2d922759ee48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322962 [ 293 ] {} TCP-Session: 763f6d10-534f-4ff6-804d-93a2adb60edc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.322971 [ 290 ] {} TCP-Session: e5030fc4-3a65-4864-adbb-2d922759ee48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.323200 [ 267 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:32:40.323293 [ 267 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} Aggregator: Compile expression max()(UInt64) 0 2026.01.09 00:32:40.776725 [ 315 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} AggregatingTransform: Aggregating 2026.01.09 00:32:40.776797 [ 315 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} Aggregator: Aggregation method: without_key 2026.01.09 00:32:40.776832 [ 315 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001613156 sec. (619.903 rows/sec., 24.21 KiB/sec.) 2026.01.09 00:32:40.776859 [ 315 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} Aggregator: Merging aggregated data 2026.01.09 00:32:40.777933 [ 267 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} executeQuery: Read 1 rows, 40.00 B in 0.455459 sec., 2.1955873086271214 rows/sec., 87.82 B/sec. 2026.01.09 00:32:40.778109 [ 267 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.01.09 00:32:40.778126 [ 267 ] {5cdd5429-71b8-4e5c-87d0-af470642a17c} TCPHandler: Processed in 0.455915268 sec. 2026.01.09 00:32:40.778276 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:40.778317 [ 267 ] {} TCP-Session: a240cf3d-730d-4316-881d-422d124de1a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.778315 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:40.778355 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:40.778389 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:40.778413 [ 286 ] {} TCP-Session: f9f051d9-610e-4a10-84cc-be19714cf915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.778425 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:40.778445 [ 293 ] {} TCP-Session: 763f6d10-534f-4ff6-804d-93a2adb60edc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.778441 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:40.778474 [ 290 ] {} TCP-Session: e5030fc4-3a65-4864-adbb-2d922759ee48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.778409 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:40.778508 [ 292 ] {} TCP-Session: 187a8e56-7238-48e1-8bda-755ac81b868f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.778369 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:40.778549 [ 287 ] {} TCP-Session: b38c48f5-513f-469b-9d0a-92abb131cf01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.778450 [ 288 ] {} TCP-Session: 6b0ec07d-82e4-45ab-b825-507eb40c27e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.778584 [ 289 ] {} TCP-Session: a8527a9a-b186-4372-9891-793518e1e565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:40.778332 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.09 00:32:40.778659 [ 291 ] {} TCP-Session: 72cebaf3-ec97-460e-9424-81763dfa944d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:32:41.000215 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 187.67 MiB, peak 199.79 MiB, free memory in arenas 0.00 B, will set to 206.77 MiB (RSS), difference: 19.10 MiB 2026.01.09 00:32:42.032419 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:42.032614 [ 269 ] {216d9346-1ddf-417b-b623-50e26a835a60} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:42.032686 [ 269 ] {216d9346-1ddf-417b-b623-50e26a835a60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:42.033353 [ 269 ] {216d9346-1ddf-417b-b623-50e26a835a60} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:42.033396 [ 269 ] {216d9346-1ddf-417b-b623-50e26a835a60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:42.033800 [ 269 ] {216d9346-1ddf-417b-b623-50e26a835a60} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:32:42.034026 [ 269 ] {216d9346-1ddf-417b-b623-50e26a835a60} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:42.034183 [ 269 ] {216d9346-1ddf-417b-b623-50e26a835a60} executeQuery: Read 56 rows, 4.41 KiB in 0.001621 sec., 34546.57618753856 rows/sec., 2.65 MiB/sec. 2026.01.09 00:32:42.034230 [ 269 ] {216d9346-1ddf-417b-b623-50e26a835a60} TCPHandler: Processed in 0.001947386 sec. 2026.01.09 00:32:42.034358 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:42.034461 [ 269 ] {2a4353a5-2dcf-4c82-9b6a-984d9fc953f0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:42.034506 [ 269 ] {2a4353a5-2dcf-4c82-9b6a-984d9fc953f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:42.034940 [ 269 ] {2a4353a5-2dcf-4c82-9b6a-984d9fc953f0} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:42.034975 [ 269 ] {2a4353a5-2dcf-4c82-9b6a-984d9fc953f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:42.035291 [ 269 ] {2a4353a5-2dcf-4c82-9b6a-984d9fc953f0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:32:42.035499 [ 269 ] {2a4353a5-2dcf-4c82-9b6a-984d9fc953f0} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:42.035623 [ 269 ] {2a4353a5-2dcf-4c82-9b6a-984d9fc953f0} executeQuery: Read 64 rows, 5.12 KiB in 0.001187 sec., 53917.43892165123 rows/sec., 4.21 MiB/sec. 2026.01.09 00:32:42.035659 [ 269 ] {2a4353a5-2dcf-4c82-9b6a-984d9fc953f0} TCPHandler: Processed in 0.001354979 sec. 2026.01.09 00:32:42.035772 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:42.035869 [ 269 ] {fe79149a-b330-494f-bb7f-b89dac9852ce} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:42.035912 [ 269 ] {fe79149a-b330-494f-bb7f-b89dac9852ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:42.036270 [ 269 ] {fe79149a-b330-494f-bb7f-b89dac9852ce} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:42.036304 [ 269 ] {fe79149a-b330-494f-bb7f-b89dac9852ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:42.036643 [ 269 ] {fe79149a-b330-494f-bb7f-b89dac9852ce} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:32:42.036867 [ 269 ] {fe79149a-b330-494f-bb7f-b89dac9852ce} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:42.036992 [ 269 ] {fe79149a-b330-494f-bb7f-b89dac9852ce} executeQuery: Read 64 rows, 4.56 KiB in 0.001143 sec., 55993.00087489064 rows/sec., 3.90 MiB/sec. 2026.01.09 00:32:42.037026 [ 269 ] {fe79149a-b330-494f-bb7f-b89dac9852ce} TCPHandler: Processed in 0.001304958 sec. 2026.01.09 00:32:42.037137 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:42.037233 [ 269 ] {44c81281-1314-4b05-8c25-e223300fb7b8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:42.037274 [ 269 ] {44c81281-1314-4b05-8c25-e223300fb7b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:42.037591 [ 269 ] {44c81281-1314-4b05-8c25-e223300fb7b8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:42.037623 [ 269 ] {44c81281-1314-4b05-8c25-e223300fb7b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:42.037927 [ 269 ] {44c81281-1314-4b05-8c25-e223300fb7b8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:32:42.038127 [ 269 ] {44c81281-1314-4b05-8c25-e223300fb7b8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:42.038250 [ 269 ] {44c81281-1314-4b05-8c25-e223300fb7b8} executeQuery: Read 24 rows, 1.66 KiB in 0.001037 sec., 23143.683702989394 rows/sec., 1.56 MiB/sec. 2026.01.09 00:32:42.038285 [ 269 ] {44c81281-1314-4b05-8c25-e223300fb7b8} TCPHandler: Processed in 0.001199064 sec. 2026.01.09 00:32:42.314626 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4311 2026.01.09 00:32:42.315114 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:42.315152 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:42.315629 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:32:42.315855 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:42.315976 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4311 2026.01.09 00:32:42.539275 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.01.09 00:32:42.557141 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:42.557202 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:42.563488 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:32:42.564196 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:42.567340 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.01.09 00:32:43.000238 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 207.60 MiB, peak 211.60 MiB, free memory in arenas 0.00 B, will set to 209.02 MiB (RSS), difference: 1.42 MiB 2026.01.09 00:32:44.808802 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 376 2026.01.09 00:32:44.811272 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:44.811331 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:44.812515 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:44.812786 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:44.812933 [ 35 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:32:44.813002 [ 35 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:44.813024 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:44.813115 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:32:44.813136 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 376 2026.01.09 00:32:44.813606 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:44.813755 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.01.09 00:32:44.814148 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 82 rows starting from the beginning of the part 2026.01.09 00:32:44.814507 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 86 rows starting from the beginning of the part 2026.01.09 00:32:44.814868 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part 2026.01.09 00:32:44.815214 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 44 rows starting from the beginning of the part 2026.01.09 00:32:44.815564 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part 2026.01.09 00:32:44.822091 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 376 rows, containing 72 columns (72 merged, 0 gathered) in 0.009010466 sec., 41729.251295105045 rows/sec., 43.07 MiB/sec. 2026.01.09 00:32:44.823104 [ 195 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:32:44.823756 [ 195 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:44.823842 [ 195 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_6_1} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:32:44.824081 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2026.01.09 00:32:47.038701 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:47.038906 [ 269 ] {459b9c35-ba89-4350-84ff-0636599cc58a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:47.038975 [ 269 ] {459b9c35-ba89-4350-84ff-0636599cc58a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:47.039717 [ 269 ] {459b9c35-ba89-4350-84ff-0636599cc58a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:47.039765 [ 269 ] {459b9c35-ba89-4350-84ff-0636599cc58a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:47.040174 [ 269 ] {459b9c35-ba89-4350-84ff-0636599cc58a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:32:47.040395 [ 269 ] {459b9c35-ba89-4350-84ff-0636599cc58a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:47.040549 [ 269 ] {459b9c35-ba89-4350-84ff-0636599cc58a} executeQuery: Read 128 rows, 11.29 KiB in 0.001693 sec., 75605.43414057886 rows/sec., 6.51 MiB/sec. 2026.01.09 00:32:47.040595 [ 269 ] {459b9c35-ba89-4350-84ff-0636599cc58a} TCPHandler: Processed in 0.002025137 sec. 2026.01.09 00:32:47.040717 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:47.040818 [ 269 ] {74a5de5c-74ea-45a8-af3f-0313163ed777} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:47.040862 [ 269 ] {74a5de5c-74ea-45a8-af3f-0313163ed777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:47.041281 [ 269 ] {74a5de5c-74ea-45a8-af3f-0313163ed777} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:47.041315 [ 269 ] {74a5de5c-74ea-45a8-af3f-0313163ed777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:47.041613 [ 269 ] {74a5de5c-74ea-45a8-af3f-0313163ed777} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:32:47.041817 [ 269 ] {74a5de5c-74ea-45a8-af3f-0313163ed777} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:47.041943 [ 269 ] {74a5de5c-74ea-45a8-af3f-0313163ed777} executeQuery: Read 36 rows, 2.71 KiB in 0.001147 sec., 31386.22493461203 rows/sec., 2.30 MiB/sec. 2026.01.09 00:32:47.041978 [ 269 ] {74a5de5c-74ea-45a8-af3f-0313163ed777} TCPHandler: Processed in 0.001312357 sec. 2026.01.09 00:32:47.042077 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:47.042177 [ 269 ] {68453c4e-6ea4-464d-af14-d0607b6ce692} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:47.042216 [ 269 ] {68453c4e-6ea4-464d-af14-d0607b6ce692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:47.042652 [ 269 ] {68453c4e-6ea4-464d-af14-d0607b6ce692} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:47.042685 [ 269 ] {68453c4e-6ea4-464d-af14-d0607b6ce692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:47.042988 [ 269 ] {68453c4e-6ea4-464d-af14-d0607b6ce692} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:32:47.043190 [ 269 ] {68453c4e-6ea4-464d-af14-d0607b6ce692} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:47.043309 [ 269 ] {68453c4e-6ea4-464d-af14-d0607b6ce692} executeQuery: Read 100 rows, 8.00 KiB in 0.001151 sec., 86880.97306689835 rows/sec., 6.79 MiB/sec. 2026.01.09 00:32:47.043344 [ 269 ] {68453c4e-6ea4-464d-af14-d0607b6ce692} TCPHandler: Processed in 0.001315407 sec. 2026.01.09 00:32:47.043457 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:47.043550 [ 269 ] {2efa4784-1a2c-4643-ac2b-3b1a2c217f74} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:47.043591 [ 269 ] {2efa4784-1a2c-4643-ac2b-3b1a2c217f74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:47.043989 [ 269 ] {2efa4784-1a2c-4643-ac2b-3b1a2c217f74} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:47.044022 [ 269 ] {2efa4784-1a2c-4643-ac2b-3b1a2c217f74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:47.044333 [ 269 ] {2efa4784-1a2c-4643-ac2b-3b1a2c217f74} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:32:47.044532 [ 269 ] {2efa4784-1a2c-4643-ac2b-3b1a2c217f74} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:47.044655 [ 269 ] {2efa4784-1a2c-4643-ac2b-3b1a2c217f74} executeQuery: Read 160 rows, 11.41 KiB in 0.001124 sec., 142348.75444839857 rows/sec., 9.91 MiB/sec. 2026.01.09 00:32:47.044689 [ 269 ] {2efa4784-1a2c-4643-ac2b-3b1a2c217f74} TCPHandler: Processed in 0.001280226 sec. 2026.01.09 00:32:47.044786 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:47.044878 [ 269 ] {0afdc22a-cacd-47e1-bccb-cd29c7329bd5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:47.044931 [ 269 ] {0afdc22a-cacd-47e1-bccb-cd29c7329bd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:32:47.045760 [ 269 ] {0afdc22a-cacd-47e1-bccb-cd29c7329bd5} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:47.045793 [ 269 ] {0afdc22a-cacd-47e1-bccb-cd29c7329bd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:47.046328 [ 269 ] {0afdc22a-cacd-47e1-bccb-cd29c7329bd5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:47.046537 [ 269 ] {0afdc22a-cacd-47e1-bccb-cd29c7329bd5} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:47.046667 [ 269 ] {0afdc22a-cacd-47e1-bccb-cd29c7329bd5} executeQuery: Read 36 rows, 66.06 KiB in 0.001807 sec., 19922.523519645823 rows/sec., 35.70 MiB/sec. 2026.01.09 00:32:47.046713 [ 32 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:32:47.046722 [ 269 ] {0afdc22a-cacd-47e1-bccb-cd29c7329bd5} TCPHandler: Processed in 0.001983706 sec. 2026.01.09 00:32:47.046815 [ 32 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:47.046858 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:47.046893 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:47.046986 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:32:47.046993 [ 269 ] {0dbe7545-fee3-43b1-aa83-de18bad5114f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:47.047051 [ 269 ] {0dbe7545-fee3-43b1-aa83-de18bad5114f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:47.047192 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:47.047245 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.01.09 00:32:47.047368 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.01.09 00:32:47.047387 [ 269 ] {0dbe7545-fee3-43b1-aa83-de18bad5114f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:47.047432 [ 269 ] {0dbe7545-fee3-43b1-aa83-de18bad5114f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:47.047479 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2026.01.09 00:32:47.047578 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.01.09 00:32:47.047674 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.01.09 00:32:47.047767 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2026.01.09 00:32:47.047780 [ 269 ] {0dbe7545-fee3-43b1-aa83-de18bad5114f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:32:47.047999 [ 269 ] {0dbe7545-fee3-43b1-aa83-de18bad5114f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:47.048129 [ 269 ] {0dbe7545-fee3-43b1-aa83-de18bad5114f} executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. 2026.01.09 00:32:47.048163 [ 269 ] {0dbe7545-fee3-43b1-aa83-de18bad5114f} TCPHandler: Processed in 0.001318188 sec. 2026.01.09 00:32:47.049502 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.002562283 sec., 49174.89598143531 rows/sec., 88.12 MiB/sec. 2026.01.09 00:32:47.049947 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:32:47.050351 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:47.050430 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_6_1} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:32:47.050560 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.01.09 00:32:49.733725 [ 42 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:32:49.733802 [ 42 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:32:49.817027 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4759 2026.01.09 00:32:49.817512 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:49.817554 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:49.818067 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:32:49.818311 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:49.818454 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4759 2026.01.09 00:32:50.068396 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.01.09 00:32:50.086581 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:50.086631 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:50.092995 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:32:50.093666 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:50.096737 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.01.09 00:32:50.251167 [ 65 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.09 00:32:50.251283 [ 65 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:50.251307 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:50.251459 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.09 00:32:50.251634 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:50.251681 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.01.09 00:32:50.251769 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 410 rows starting from the beginning of the part 2026.01.09 00:32:50.251831 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 410 rows starting from the beginning of the part 2026.01.09 00:32:50.251896 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 410 rows starting from the beginning of the part 2026.01.09 00:32:50.251960 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 410 rows starting from the beginning of the part 2026.01.09 00:32:50.253090 [ 196 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1664 rows, containing 5 columns (5 merged, 0 gathered) in 0.001700538 sec., 978513.8585553514 rows/sec., 66.08 MiB/sec. 2026.01.09 00:32:50.253290 [ 194 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.09 00:32:50.253564 [ 194 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:50.253634 [ 194 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_5_1} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.09 00:32:50.253712 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.09 00:32:50.273851 [ 65 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.09 00:32:50.273893 [ 65 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:50.273912 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:50.274014 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.09 00:32:50.274121 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:50.274156 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.01.09 00:32:50.274239 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 211 rows starting from the beginning of the part 2026.01.09 00:32:50.274291 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 211 rows starting from the beginning of the part 2026.01.09 00:32:50.274336 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 211 rows starting from the beginning of the part 2026.01.09 00:32:50.274394 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 211 rows starting from the beginning of the part 2026.01.09 00:32:50.275268 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 856 rows, containing 5 columns (5 merged, 0 gathered) in 0.001294957 sec., 661025.810123425 rows/sec., 40.24 MiB/sec. 2026.01.09 00:32:50.275423 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.09 00:32:50.275664 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:50.275728 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_5_1} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.09 00:32:50.275792 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.09 00:32:51.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.60 MiB, peak 214.54 MiB, free memory in arenas 0.00 B, will set to 212.92 MiB (RSS), difference: 2.32 MiB 2026.01.09 00:32:52.047166 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:52.047362 [ 269 ] {3b8e0112-dc95-44f7-ae38-562d6da43aa5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:32:52.047442 [ 269 ] {3b8e0112-dc95-44f7-ae38-562d6da43aa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:32:52.048289 [ 269 ] {3b8e0112-dc95-44f7-ae38-562d6da43aa5} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.048337 [ 269 ] {3b8e0112-dc95-44f7-ae38-562d6da43aa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.048739 [ 269 ] {3b8e0112-dc95-44f7-ae38-562d6da43aa5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:52.048961 [ 269 ] {3b8e0112-dc95-44f7-ae38-562d6da43aa5} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.049115 [ 269 ] {3b8e0112-dc95-44f7-ae38-562d6da43aa5} executeQuery: Read 410 rows, 26.63 KiB in 0.001806 sec., 227021.04097452934 rows/sec., 14.40 MiB/sec. 2026.01.09 00:32:52.049164 [ 269 ] {3b8e0112-dc95-44f7-ae38-562d6da43aa5} TCPHandler: Processed in 0.002136581 sec. 2026.01.09 00:32:52.049293 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:52.049394 [ 269 ] {015a593c-9282-4a7d-9d3a-80e70e37fd12} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:52.049438 [ 269 ] {015a593c-9282-4a7d-9d3a-80e70e37fd12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:52.050313 [ 269 ] {015a593c-9282-4a7d-9d3a-80e70e37fd12} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.050351 [ 269 ] {015a593c-9282-4a7d-9d3a-80e70e37fd12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.050737 [ 269 ] {015a593c-9282-4a7d-9d3a-80e70e37fd12} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:32:52.050947 [ 269 ] {015a593c-9282-4a7d-9d3a-80e70e37fd12} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.051079 [ 269 ] {015a593c-9282-4a7d-9d3a-80e70e37fd12} executeQuery: Read 1112 rows, 89.84 KiB in 0.001707 sec., 651435.266549502 rows/sec., 51.40 MiB/sec. 2026.01.09 00:32:52.051116 [ 269 ] {015a593c-9282-4a7d-9d3a-80e70e37fd12} TCPHandler: Processed in 0.001877913 sec. 2026.01.09 00:32:52.051228 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:52.051325 [ 269 ] {5d1afeba-5fc1-4c31-b4a6-83d252cd3432} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:52.051366 [ 269 ] {5d1afeba-5fc1-4c31-b4a6-83d252cd3432} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:52.051829 [ 269 ] {5d1afeba-5fc1-4c31-b4a6-83d252cd3432} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.051865 [ 269 ] {5d1afeba-5fc1-4c31-b4a6-83d252cd3432} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.052175 [ 269 ] {5d1afeba-5fc1-4c31-b4a6-83d252cd3432} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:32:52.052403 [ 269 ] {5d1afeba-5fc1-4c31-b4a6-83d252cd3432} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.052508 [ 114 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.09 00:32:52.052533 [ 269 ] {5d1afeba-5fc1-4c31-b4a6-83d252cd3432} executeQuery: Read 205 rows, 12.32 KiB in 0.001229 sec., 166802.27827502033 rows/sec., 9.79 MiB/sec. 2026.01.09 00:32:52.052574 [ 114 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.052583 [ 269 ] {5d1afeba-5fc1-4c31-b4a6-83d252cd3432} TCPHandler: Processed in 0.00140576 sec. 2026.01.09 00:32:52.052617 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.052718 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:52.052788 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.09 00:32:52.052819 [ 269 ] {ce5bc097-5521-4795-addc-2374d03830a9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:32:52.052882 [ 269 ] {ce5bc097-5521-4795-addc-2374d03830a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:32:52.052955 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:52.053017 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 255 rows starting from the beginning of the part 2026.01.09 00:32:52.053120 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 205 rows starting from the beginning of the part 2026.01.09 00:32:52.053168 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2026.01.09 00:32:52.053213 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 205 rows starting from the beginning of the part 2026.01.09 00:32:52.053259 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part 2026.01.09 00:32:52.053303 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 205 rows starting from the beginning of the part 2026.01.09 00:32:52.053349 [ 269 ] {ce5bc097-5521-4795-addc-2374d03830a9} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.053390 [ 269 ] {ce5bc097-5521-4795-addc-2374d03830a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.053745 [ 269 ] {ce5bc097-5521-4795-addc-2374d03830a9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:52.053998 [ 269 ] {ce5bc097-5521-4795-addc-2374d03830a9} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.054104 [ 114 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:32:52.054134 [ 269 ] {ce5bc097-5521-4795-addc-2374d03830a9} executeQuery: Read 212 rows, 14.00 KiB in 0.001334 sec., 158920.53973013494 rows/sec., 10.25 MiB/sec. 2026.01.09 00:32:52.054136 [ 114 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.054175 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.054178 [ 269 ] {ce5bc097-5521-4795-addc-2374d03830a9} TCPHandler: Processed in 0.001511313 sec. 2026.01.09 00:32:52.054274 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:32:52.054305 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:52.054374 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:52.054382 [ 202 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 942 rows, containing 5 columns (5 merged, 0 gathered) in 0.001665457 sec., 565610.5201154999 rows/sec., 36.41 MiB/sec. 2026.01.09 00:32:52.054400 [ 269 ] {2ce620df-c599-49ce-a80b-2b9197c8fffb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:32:52.054402 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.01.09 00:32:52.054461 [ 269 ] {2ce620df-c599-49ce-a80b-2b9197c8fffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:32:52.054495 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 440 rows starting from the beginning of the part 2026.01.09 00:32:52.054541 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2026.01.09 00:32:52.054581 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2026.01.09 00:32:52.054601 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.09 00:32:52.054620 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 440 rows starting from the beginning of the part 2026.01.09 00:32:52.054686 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2026.01.09 00:32:52.054932 [ 269 ] {2ce620df-c599-49ce-a80b-2b9197c8fffb} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.054968 [ 269 ] {2ce620df-c599-49ce-a80b-2b9197c8fffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.054974 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.055077 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_11_2} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.09 00:32:52.055154 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.09 00:32:52.055306 [ 269 ] {2ce620df-c599-49ce-a80b-2b9197c8fffb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:52.055516 [ 269 ] {2ce620df-c599-49ce-a80b-2b9197c8fffb} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.055645 [ 269 ] {2ce620df-c599-49ce-a80b-2b9197c8fffb} executeQuery: Read 211 rows, 12.27 KiB in 0.001263 sec., 167062.54948535233 rows/sec., 9.49 MiB/sec. 2026.01.09 00:32:52.055681 [ 269 ] {2ce620df-c599-49ce-a80b-2b9197c8fffb} TCPHandler: Processed in 0.001426631 sec. 2026.01.09 00:32:52.055753 [ 202 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 5 columns (5 merged, 0 gathered) in 0.001519553 sec., 1013455.9307901731 rows/sec., 70.48 MiB/sec. 2026.01.09 00:32:52.055789 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:52.055887 [ 269 ] {b07e50ae-69ca-4407-a72d-dd62d945f074} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:52.055888 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:32:52.055927 [ 269 ] {b07e50ae-69ca-4407-a72d-dd62d945f074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:52.056140 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.056204 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_6_1} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:32:52.056261 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.09 00:32:52.056538 [ 269 ] {b07e50ae-69ca-4407-a72d-dd62d945f074} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.056571 [ 269 ] {b07e50ae-69ca-4407-a72d-dd62d945f074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.056910 [ 269 ] {b07e50ae-69ca-4407-a72d-dd62d945f074} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:32:52.057124 [ 269 ] {b07e50ae-69ca-4407-a72d-dd62d945f074} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.057250 [ 269 ] {b07e50ae-69ca-4407-a72d-dd62d945f074} executeQuery: Read 679 rows, 48.47 KiB in 0.001381 sec., 491672.7009413468 rows/sec., 34.27 MiB/sec. 2026.01.09 00:32:52.057286 [ 269 ] {b07e50ae-69ca-4407-a72d-dd62d945f074} TCPHandler: Processed in 0.001547664 sec. 2026.01.09 00:32:52.057392 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:52.057487 [ 269 ] {c1c7471e-d04d-4bec-a103-58e2249f4588} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:32:52.057528 [ 269 ] {c1c7471e-d04d-4bec-a103-58e2249f4588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:32:52.057848 [ 269 ] {c1c7471e-d04d-4bec-a103-58e2249f4588} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.057883 [ 269 ] {c1c7471e-d04d-4bec-a103-58e2249f4588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.058199 [ 269 ] {c1c7471e-d04d-4bec-a103-58e2249f4588} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:52.058397 [ 269 ] {c1c7471e-d04d-4bec-a103-58e2249f4588} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.058526 [ 269 ] {c1c7471e-d04d-4bec-a103-58e2249f4588} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2026.01.09 00:32:52.058563 [ 269 ] {c1c7471e-d04d-4bec-a103-58e2249f4588} TCPHandler: Processed in 0.001224685 sec. 2026.01.09 00:32:52.058682 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:52.058803 [ 269 ] {39c44f71-1fda-4354-ab12-8e378029eda9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:52.058853 [ 269 ] {39c44f71-1fda-4354-ab12-8e378029eda9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:52.059316 [ 269 ] {39c44f71-1fda-4354-ab12-8e378029eda9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.059352 [ 269 ] {39c44f71-1fda-4354-ab12-8e378029eda9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.059708 [ 269 ] {39c44f71-1fda-4354-ab12-8e378029eda9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:32:52.059927 [ 269 ] {39c44f71-1fda-4354-ab12-8e378029eda9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.060057 [ 269 ] {39c44f71-1fda-4354-ab12-8e378029eda9} executeQuery: Read 314 rows, 21.12 KiB in 0.001279 sec., 245504.30023455826 rows/sec., 16.13 MiB/sec. 2026.01.09 00:32:52.060094 [ 269 ] {39c44f71-1fda-4354-ab12-8e378029eda9} TCPHandler: Processed in 0.001471042 sec. 2026.01.09 00:32:52.060218 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:52.060340 [ 269 ] {2b704da6-0bf3-4610-ae6c-250151e99a13} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:32:52.060398 [ 269 ] {2b704da6-0bf3-4610-ae6c-250151e99a13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:32:52.060767 [ 269 ] {2b704da6-0bf3-4610-ae6c-250151e99a13} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.060811 [ 269 ] {2b704da6-0bf3-4610-ae6c-250151e99a13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.061172 [ 269 ] {2b704da6-0bf3-4610-ae6c-250151e99a13} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:32:52.061380 [ 269 ] {2b704da6-0bf3-4610-ae6c-250151e99a13} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.061476 [ 114 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.09 00:32:52.061509 [ 114 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.061510 [ 269 ] {2b704da6-0bf3-4610-ae6c-250151e99a13} executeQuery: Read 1 rows, 69.00 B in 0.001196 sec., 836.1204013377926 rows/sec., 56.34 KiB/sec. 2026.01.09 00:32:52.061529 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.061561 [ 269 ] {2b704da6-0bf3-4610-ae6c-250151e99a13} TCPHandler: Processed in 0.001407231 sec. 2026.01.09 00:32:52.061609 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.09 00:32:52.061675 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:52.061696 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:52.061727 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.01.09 00:32:52.061776 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.01.09 00:32:52.061778 [ 269 ] {b7db7661-22e0-496f-a5c4-64f8cfcc9142} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:52.061820 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.01.09 00:32:52.061834 [ 269 ] {b7db7661-22e0-496f-a5c4-64f8cfcc9142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:52.061860 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.01.09 00:32:52.061903 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.01.09 00:32:52.062188 [ 269 ] {b7db7661-22e0-496f-a5c4-64f8cfcc9142} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:52.062231 [ 269 ] {b7db7661-22e0-496f-a5c4-64f8cfcc9142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:52.062587 [ 269 ] {b7db7661-22e0-496f-a5c4-64f8cfcc9142} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:32:52.062598 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001010599 sec., 4947.560803048489 rows/sec., 333.38 KiB/sec. 2026.01.09 00:32:52.062750 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.09 00:32:52.062838 [ 269 ] {b7db7661-22e0-496f-a5c4-64f8cfcc9142} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.062987 [ 269 ] {b7db7661-22e0-496f-a5c4-64f8cfcc9142} executeQuery: Read 104 rows, 6.53 KiB in 0.001227 sec., 84759.57620211899 rows/sec., 5.19 MiB/sec. 2026.01.09 00:32:52.063027 [ 269 ] {b7db7661-22e0-496f-a5c4-64f8cfcc9142} TCPHandler: Processed in 0.00140328 sec. 2026.01.09 00:32:52.063026 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:52.063100 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_5_1} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.09 00:32:52.063155 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:32:54.814263 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 408 2026.01.09 00:32:54.816411 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:54.816467 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:54.817581 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:32:54.817852 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:54.818114 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 408 2026.01.09 00:32:57.033035 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.033360 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} executeQuery: (from [fd00:1122:3344:101::d]:37290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.01.09 00:32:57.033719 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.09 00:32:57.033761 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.01.09 00:32:57.034061 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:57.034131 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:32:57.034272 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.01.09 00:32:57.034409 [ 307 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.09 00:32:57.034435 [ 297 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.09 00:32:57.034435 [ 348 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.09 00:32:57.034572 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.01.09 00:32:57.034602 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.09 00:32:57.034694 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.09 00:32:57.034715 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7) (SelectExecutor): Reading approx. 47 rows with 3 streams 2026.01.09 00:32:57.034757 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:57.034798 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:57.034839 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.01.09 00:32:57.035798 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} executeQuery: Read 47 rows, 1.87 KiB in 0.002575 sec., 18252.427184466018 rows/sec., 725.50 KiB/sec. 2026.01.09 00:32:57.035910 [ 269 ] {9ee5b0da-246f-447a-a9dc-a40968ba3a1b} TCPHandler: Processed in 0.003048217 sec. 2026.01.09 00:32:57.042687 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.042820 [ 269 ] {6cea953a-d9bf-4d34-bbbe-f64869bfad77} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.09 00:32:57.042873 [ 269 ] {6cea953a-d9bf-4d34-bbbe-f64869bfad77} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.09 00:32:57.043512 [ 269 ] {6cea953a-d9bf-4d34-bbbe-f64869bfad77} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.043565 [ 269 ] {6cea953a-d9bf-4d34-bbbe-f64869bfad77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.043968 [ 269 ] {6cea953a-d9bf-4d34-bbbe-f64869bfad77} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:57.044169 [ 269 ] {6cea953a-d9bf-4d34-bbbe-f64869bfad77} oximeter.timeseries_schema (d0f8f963-1f12-4696-8876-bccc0a6ba2c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.044317 [ 269 ] {6cea953a-d9bf-4d34-bbbe-f64869bfad77} executeQuery: Read 1 rows, 106.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 67.57 KiB/sec. 2026.01.09 00:32:57.044360 [ 269 ] {6cea953a-d9bf-4d34-bbbe-f64869bfad77} TCPHandler: Processed in 0.00174012 sec. 2026.01.09 00:32:57.044501 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.044600 [ 269 ] {6f096352-4cbd-4a65-a673-9d4214be39d5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:32:57.044642 [ 269 ] {6f096352-4cbd-4a65-a673-9d4214be39d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:32:57.045110 [ 269 ] {6f096352-4cbd-4a65-a673-9d4214be39d5} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.045146 [ 269 ] {6f096352-4cbd-4a65-a673-9d4214be39d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.045445 [ 269 ] {6f096352-4cbd-4a65-a673-9d4214be39d5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:32:57.045668 [ 269 ] {6f096352-4cbd-4a65-a673-9d4214be39d5} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.045799 [ 269 ] {6f096352-4cbd-4a65-a673-9d4214be39d5} executeQuery: Read 14 rows, 1.14 KiB in 0.001218 sec., 11494.252873563219 rows/sec., 937.28 KiB/sec. 2026.01.09 00:32:57.045836 [ 269 ] {6f096352-4cbd-4a65-a673-9d4214be39d5} TCPHandler: Processed in 0.00139371 sec. 2026.01.09 00:32:57.045967 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.046073 [ 269 ] {b114fb76-d522-4241-beb0-258f938cb72b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:32:57.046114 [ 269 ] {b114fb76-d522-4241-beb0-258f938cb72b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:32:57.046640 [ 269 ] {b114fb76-d522-4241-beb0-258f938cb72b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.046674 [ 269 ] {b114fb76-d522-4241-beb0-258f938cb72b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.046982 [ 269 ] {b114fb76-d522-4241-beb0-258f938cb72b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:32:57.047208 [ 269 ] {b114fb76-d522-4241-beb0-258f938cb72b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.047337 [ 269 ] {b114fb76-d522-4241-beb0-258f938cb72b} executeQuery: Read 144 rows, 12.67 KiB in 0.001282 sec., 112324.49297971919 rows/sec., 9.65 MiB/sec. 2026.01.09 00:32:57.047378 [ 269 ] {b114fb76-d522-4241-beb0-258f938cb72b} TCPHandler: Processed in 0.001459611 sec. 2026.01.09 00:32:57.047506 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.047602 [ 269 ] {7b3c8d9d-d2c4-49a9-a32c-a84f54c5a766} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:32:57.047642 [ 269 ] {7b3c8d9d-d2c4-49a9-a32c-a84f54c5a766} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:32:57.048053 [ 269 ] {7b3c8d9d-d2c4-49a9-a32c-a84f54c5a766} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.048086 [ 269 ] {7b3c8d9d-d2c4-49a9-a32c-a84f54c5a766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.048383 [ 269 ] {7b3c8d9d-d2c4-49a9-a32c-a84f54c5a766} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:32:57.048600 [ 269 ] {7b3c8d9d-d2c4-49a9-a32c-a84f54c5a766} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.048725 [ 269 ] {7b3c8d9d-d2c4-49a9-a32c-a84f54c5a766} executeQuery: Read 54 rows, 3.99 KiB in 0.001139 sec., 47410.00877963125 rows/sec., 3.42 MiB/sec. 2026.01.09 00:32:57.048761 [ 269 ] {7b3c8d9d-d2c4-49a9-a32c-a84f54c5a766} TCPHandler: Processed in 0.001315508 sec. 2026.01.09 00:32:57.048870 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.048964 [ 269 ] {22ee2c28-a824-4e21-b6cb-90e2b059d55d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:32:57.049002 [ 269 ] {22ee2c28-a824-4e21-b6cb-90e2b059d55d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:32:57.049382 [ 269 ] {22ee2c28-a824-4e21-b6cb-90e2b059d55d} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.049421 [ 269 ] {22ee2c28-a824-4e21-b6cb-90e2b059d55d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.049712 [ 269 ] {22ee2c28-a824-4e21-b6cb-90e2b059d55d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:32:57.049920 [ 269 ] {22ee2c28-a824-4e21-b6cb-90e2b059d55d} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.050045 [ 269 ] {22ee2c28-a824-4e21-b6cb-90e2b059d55d} executeQuery: Read 1 rows, 68.00 B in 0.001097 sec., 911.5770282588878 rows/sec., 60.53 KiB/sec. 2026.01.09 00:32:57.050082 [ 269 ] {22ee2c28-a824-4e21-b6cb-90e2b059d55d} TCPHandler: Processed in 0.001267797 sec. 2026.01.09 00:32:57.050197 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.050291 [ 269 ] {a67cebff-ed2c-4397-96a6-410c68d8f284} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:32:57.050330 [ 269 ] {a67cebff-ed2c-4397-96a6-410c68d8f284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:32:57.050777 [ 269 ] {a67cebff-ed2c-4397-96a6-410c68d8f284} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.050811 [ 269 ] {a67cebff-ed2c-4397-96a6-410c68d8f284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.051110 [ 269 ] {a67cebff-ed2c-4397-96a6-410c68d8f284} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:32:57.051323 [ 269 ] {a67cebff-ed2c-4397-96a6-410c68d8f284} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.051450 [ 269 ] {a67cebff-ed2c-4397-96a6-410c68d8f284} executeQuery: Read 118 rows, 9.46 KiB in 0.001175 sec., 100425.53191489361 rows/sec., 7.86 MiB/sec. 2026.01.09 00:32:57.051488 [ 269 ] {a67cebff-ed2c-4397-96a6-410c68d8f284} TCPHandler: Processed in 0.001338908 sec. 2026.01.09 00:32:57.051599 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.051701 [ 269 ] {c1eee6f5-7867-418e-b2e6-88d49dd05df1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:57.051773 [ 269 ] {c1eee6f5-7867-418e-b2e6-88d49dd05df1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:32:57.052172 [ 269 ] {c1eee6f5-7867-418e-b2e6-88d49dd05df1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.052207 [ 269 ] {c1eee6f5-7867-418e-b2e6-88d49dd05df1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.052540 [ 269 ] {c1eee6f5-7867-418e-b2e6-88d49dd05df1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:32:57.052756 [ 269 ] {c1eee6f5-7867-418e-b2e6-88d49dd05df1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.052882 [ 269 ] {c1eee6f5-7867-418e-b2e6-88d49dd05df1} executeQuery: Read 167 rows, 11.90 KiB in 0.001199 sec., 139282.73561301085 rows/sec., 9.70 MiB/sec. 2026.01.09 00:32:57.052918 [ 269 ] {c1eee6f5-7867-418e-b2e6-88d49dd05df1} TCPHandler: Processed in 0.001367709 sec. 2026.01.09 00:32:57.053022 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.053151 [ 269 ] {7e1dac2b-f417-48b6-9ac6-bd3d21bee0eb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:32:57.053193 [ 269 ] {7e1dac2b-f417-48b6-9ac6-bd3d21bee0eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:32:57.053495 [ 269 ] {7e1dac2b-f417-48b6-9ac6-bd3d21bee0eb} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.053529 [ 269 ] {7e1dac2b-f417-48b6-9ac6-bd3d21bee0eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.053815 [ 269 ] {7e1dac2b-f417-48b6-9ac6-bd3d21bee0eb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:32:57.054023 [ 269 ] {7e1dac2b-f417-48b6-9ac6-bd3d21bee0eb} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.054148 [ 269 ] {7e1dac2b-f417-48b6-9ac6-bd3d21bee0eb} executeQuery: Read 1 rows, 65.00 B in 0.001013 sec., 987.1668311944719 rows/sec., 62.66 KiB/sec. 2026.01.09 00:32:57.054184 [ 269 ] {7e1dac2b-f417-48b6-9ac6-bd3d21bee0eb} TCPHandler: Processed in 0.001212784 sec. 2026.01.09 00:32:57.054302 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.054403 [ 269 ] {4e030877-197e-48bf-8c67-7a9199a0f533} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:32:57.054455 [ 269 ] {4e030877-197e-48bf-8c67-7a9199a0f533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:32:57.055277 [ 269 ] {4e030877-197e-48bf-8c67-7a9199a0f533} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.055312 [ 269 ] {4e030877-197e-48bf-8c67-7a9199a0f533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.055848 [ 269 ] {4e030877-197e-48bf-8c67-7a9199a0f533} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:32:57.056066 [ 269 ] {4e030877-197e-48bf-8c67-7a9199a0f533} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.056199 [ 269 ] {4e030877-197e-48bf-8c67-7a9199a0f533} executeQuery: Read 40 rows, 73.40 KiB in 0.001812 sec., 22075.05518763797 rows/sec., 39.56 MiB/sec. 2026.01.09 00:32:57.056253 [ 269 ] {4e030877-197e-48bf-8c67-7a9199a0f533} TCPHandler: Processed in 0.002006997 sec. 2026.01.09 00:32:57.056372 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:32:57.056468 [ 269 ] {c83721f8-03f7-4729-9fee-586c107d7ae4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:32:57.056510 [ 269 ] {c83721f8-03f7-4729-9fee-586c107d7ae4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:32:57.056847 [ 269 ] {c83721f8-03f7-4729-9fee-586c107d7ae4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.056881 [ 269 ] {c83721f8-03f7-4729-9fee-586c107d7ae4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.057193 [ 269 ] {c83721f8-03f7-4729-9fee-586c107d7ae4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:32:57.057412 [ 269 ] {c83721f8-03f7-4729-9fee-586c107d7ae4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.057538 [ 269 ] {c83721f8-03f7-4729-9fee-586c107d7ae4} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.01.09 00:32:57.057573 [ 269 ] {c83721f8-03f7-4729-9fee-586c107d7ae4} TCPHandler: Processed in 0.001254486 sec. 2026.01.09 00:32:57.319491 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5271 2026.01.09 00:32:57.319980 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.320020 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.320509 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:32:57.320735 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.320860 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5271 2026.01.09 00:32:57.320885 [ 141 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.09 00:32:57.320946 [ 141 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.320969 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.321117 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.09 00:32:57.321293 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:57.321382 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2839 rows starting from the beginning of the part 2026.01.09 00:32:57.321529 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.01.09 00:32:57.321621 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.01.09 00:32:57.321699 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.01.09 00:32:57.321776 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.01.09 00:32:57.321852 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.01.09 00:32:57.323507 [ 190 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5271 rows, containing 4 columns (4 merged, 0 gathered) in 0.00246282 sec., 2140229.4930201964 rows/sec., 30.62 MiB/sec. 2026.01.09 00:32:57.324252 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.09 00:32:57.324501 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.324577 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_11_2} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.09 00:32:57.324650 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.01.09 00:32:57.597764 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.01.09 00:32:57.615816 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.615870 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.621862 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:32:57.622580 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.622872 [ 148 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.09 00:32:57.622924 [ 148 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:32:57.622942 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:32:57.623051 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.09 00:32:57.626090 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.01.09 00:32:57.627159 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:32:57.628583 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.01.09 00:32:57.633062 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.01.09 00:32:57.637381 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.01.09 00:32:57.641761 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.01.09 00:32:57.646647 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.01.09 00:32:57.651056 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.01.09 00:32:57.708496 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.085490154 sec., 970.8720374980259 rows/sec., 5.02 MiB/sec. 2026.01.09 00:32:57.710502 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.09 00:32:57.712502 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:32:57.712623 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_11_2} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.09 00:32:57.714143 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.01.09 00:32:58.000247 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 215.06 MiB, peak 224.94 MiB, free memory in arenas 0.00 B, will set to 224.33 MiB (RSS), difference: 9.27 MiB 2026.01.09 00:33:02.047789 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:02.047984 [ 269 ] {8e03dbeb-71be-4b04-be75-71113f9a843f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:33:02.048046 [ 269 ] {8e03dbeb-71be-4b04-be75-71113f9a843f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:33:02.048787 [ 269 ] {8e03dbeb-71be-4b04-be75-71113f9a843f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.048833 [ 269 ] {8e03dbeb-71be-4b04-be75-71113f9a843f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.049257 [ 269 ] {8e03dbeb-71be-4b04-be75-71113f9a843f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:33:02.049504 [ 269 ] {8e03dbeb-71be-4b04-be75-71113f9a843f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.049656 [ 269 ] {8e03dbeb-71be-4b04-be75-71113f9a843f} executeQuery: Read 410 rows, 26.63 KiB in 0.001716 sec., 238927.73892773892 rows/sec., 15.16 MiB/sec. 2026.01.09 00:33:02.049697 [ 269 ] {8e03dbeb-71be-4b04-be75-71113f9a843f} TCPHandler: Processed in 0.002036608 sec. 2026.01.09 00:33:02.049817 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:02.049912 [ 269 ] {4e544154-9d0c-4765-9113-bf529ea47d92} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:02.049954 [ 269 ] {4e544154-9d0c-4765-9113-bf529ea47d92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:02.050732 [ 269 ] {4e544154-9d0c-4765-9113-bf529ea47d92} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.050770 [ 269 ] {4e544154-9d0c-4765-9113-bf529ea47d92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.051157 [ 269 ] {4e544154-9d0c-4765-9113-bf529ea47d92} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:33:02.051380 [ 269 ] {4e544154-9d0c-4765-9113-bf529ea47d92} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.051498 [ 147 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.09 00:33:02.051509 [ 269 ] {4e544154-9d0c-4765-9113-bf529ea47d92} executeQuery: Read 1112 rows, 89.84 KiB in 0.001613 sec., 689398.636081835 rows/sec., 54.39 MiB/sec. 2026.01.09 00:33:02.051580 [ 147 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.051592 [ 269 ] {4e544154-9d0c-4765-9113-bf529ea47d92} TCPHandler: Processed in 0.001825552 sec. 2026.01.09 00:33:02.051612 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.051718 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:02.051743 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.09 00:33:02.051817 [ 269 ] {77910848-c72c-4322-9a7b-0a8397e4104a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:02.051862 [ 269 ] {77910848-c72c-4322-9a7b-0a8397e4104a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:02.051896 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:02.051938 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2451 rows starting from the beginning of the part 2026.01.09 00:33:02.052037 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2026.01.09 00:33:02.052092 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 128 rows starting from the beginning of the part 2026.01.09 00:33:02.052140 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:33:02.052184 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 144 rows starting from the beginning of the part 2026.01.09 00:33:02.052234 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:33:02.052331 [ 269 ] {77910848-c72c-4322-9a7b-0a8397e4104a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.052377 [ 269 ] {77910848-c72c-4322-9a7b-0a8397e4104a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.052903 [ 269 ] {77910848-c72c-4322-9a7b-0a8397e4104a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:33:02.053178 [ 269 ] {77910848-c72c-4322-9a7b-0a8397e4104a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.053318 [ 269 ] {77910848-c72c-4322-9a7b-0a8397e4104a} executeQuery: Read 205 rows, 12.32 KiB in 0.001517 sec., 135135.13513513515 rows/sec., 7.93 MiB/sec. 2026.01.09 00:33:02.053360 [ 269 ] {77910848-c72c-4322-9a7b-0a8397e4104a} TCPHandler: Processed in 0.001690978 sec. 2026.01.09 00:33:02.053466 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:02.053561 [ 269 ] {3466b62a-1685-4d7b-9914-a854a2fbf465} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:33:02.053601 [ 269 ] {3466b62a-1685-4d7b-9914-a854a2fbf465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:33:02.054059 [ 269 ] {3466b62a-1685-4d7b-9914-a854a2fbf465} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.054096 [ 269 ] {3466b62a-1685-4d7b-9914-a854a2fbf465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.054450 [ 269 ] {3466b62a-1685-4d7b-9914-a854a2fbf465} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:33:02.054643 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5003 rows, containing 5 columns (5 merged, 0 gathered) in 0.002959805 sec., 1690314.0578517842 rows/sec., 142.82 MiB/sec. 2026.01.09 00:33:02.054674 [ 269 ] {3466b62a-1685-4d7b-9914-a854a2fbf465} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.054811 [ 269 ] {3466b62a-1685-4d7b-9914-a854a2fbf465} executeQuery: Read 212 rows, 14.00 KiB in 0.001267 sec., 167324.38831886346 rows/sec., 10.79 MiB/sec. 2026.01.09 00:33:02.054848 [ 269 ] {3466b62a-1685-4d7b-9914-a854a2fbf465} TCPHandler: Processed in 0.001431421 sec. 2026.01.09 00:33:02.054961 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:02.055056 [ 269 ] {f9d5952e-5062-495a-bb2c-69621cdd9e6e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:33:02.055073 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.09 00:33:02.055098 [ 269 ] {f9d5952e-5062-495a-bb2c-69621cdd9e6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:33:02.055466 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.055552 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_16_3} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.09 00:33:02.055573 [ 269 ] {f9d5952e-5062-495a-bb2c-69621cdd9e6e} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.055613 [ 269 ] {f9d5952e-5062-495a-bb2c-69621cdd9e6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.055650 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.01.09 00:33:02.055956 [ 269 ] {f9d5952e-5062-495a-bb2c-69621cdd9e6e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:33:02.056172 [ 269 ] {f9d5952e-5062-495a-bb2c-69621cdd9e6e} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.056301 [ 269 ] {f9d5952e-5062-495a-bb2c-69621cdd9e6e} executeQuery: Read 211 rows, 12.27 KiB in 0.001261 sec., 167327.51784298176 rows/sec., 9.50 MiB/sec. 2026.01.09 00:33:02.056339 [ 269 ] {f9d5952e-5062-495a-bb2c-69621cdd9e6e} TCPHandler: Processed in 0.00142845 sec. 2026.01.09 00:33:02.056467 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:02.056561 [ 269 ] {4c633751-0cae-428b-b2cf-d9a16bddfb8c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:02.056600 [ 269 ] {4c633751-0cae-428b-b2cf-d9a16bddfb8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:02.057227 [ 269 ] {4c633751-0cae-428b-b2cf-d9a16bddfb8c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.057262 [ 269 ] {4c633751-0cae-428b-b2cf-d9a16bddfb8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.057607 [ 269 ] {4c633751-0cae-428b-b2cf-d9a16bddfb8c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:33:02.057828 [ 269 ] {4c633751-0cae-428b-b2cf-d9a16bddfb8c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.057930 [ 146 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.09 00:33:02.057955 [ 269 ] {4c633751-0cae-428b-b2cf-d9a16bddfb8c} executeQuery: Read 679 rows, 48.47 KiB in 0.001411 sec., 481218.993621545 rows/sec., 33.54 MiB/sec. 2026.01.09 00:33:02.057976 [ 146 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.057998 [ 269 ] {4c633751-0cae-428b-b2cf-d9a16bddfb8c} TCPHandler: Processed in 0.001582155 sec. 2026.01.09 00:33:02.058000 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.058108 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.09 00:33:02.058114 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:02.058212 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:02.058224 [ 269 ] {9f21cdf1-3045-4836-b605-6f802dc41146} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:33:02.058241 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1239 rows starting from the beginning of the part 2026.01.09 00:33:02.058265 [ 269 ] {9f21cdf1-3045-4836-b605-6f802dc41146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:33:02.058300 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2026.01.09 00:33:02.058346 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part 2026.01.09 00:33:02.058393 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 679 rows starting from the beginning of the part 2026.01.09 00:33:02.058431 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 118 rows starting from the beginning of the part 2026.01.09 00:33:02.058470 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 679 rows starting from the beginning of the part 2026.01.09 00:33:02.058591 [ 269 ] {9f21cdf1-3045-4836-b605-6f802dc41146} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.058626 [ 269 ] {9f21cdf1-3045-4836-b605-6f802dc41146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.058940 [ 269 ] {9f21cdf1-3045-4836-b605-6f802dc41146} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:33:02.059152 [ 269 ] {9f21cdf1-3045-4836-b605-6f802dc41146} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.059247 [ 146 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.09 00:33:02.059278 [ 146 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.059280 [ 269 ] {9f21cdf1-3045-4836-b605-6f802dc41146} executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. 2026.01.09 00:33:02.059297 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.059330 [ 269 ] {9f21cdf1-3045-4836-b605-6f802dc41146} TCPHandler: Processed in 0.001265766 sec. 2026.01.09 00:33:02.059385 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.09 00:33:02.059450 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:02.059482 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:02.059517 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.01.09 00:33:02.059550 [ 269 ] {b19e62de-70a5-4ecb-ba15-b0a4d170c2ad} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:02.059579 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.01.09 00:33:02.059597 [ 269 ] {b19e62de-70a5-4ecb-ba15-b0a4d170c2ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:02.059625 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.01.09 00:33:02.059668 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.01.09 00:33:02.059673 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2879 rows, containing 5 columns (5 merged, 0 gathered) in 0.001603046 sec., 1795955.9488623533 rows/sec., 135.39 MiB/sec. 2026.01.09 00:33:02.059707 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.01.09 00:33:02.059761 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.01.09 00:33:02.059978 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.09 00:33:02.060035 [ 269 ] {b19e62de-70a5-4ecb-ba15-b0a4d170c2ad} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.060077 [ 269 ] {b19e62de-70a5-4ecb-ba15-b0a4d170c2ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.060366 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.060467 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_16_3} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.09 00:33:02.060552 [ 269 ] {b19e62de-70a5-4ecb-ba15-b0a4d170c2ad} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:33:02.060579 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.09 00:33:02.060624 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001272626 sec., 28287.96519951659 rows/sec., 1.44 MiB/sec. 2026.01.09 00:33:02.060747 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.09 00:33:02.060809 [ 269 ] {b19e62de-70a5-4ecb-ba15-b0a4d170c2ad} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.060928 [ 146 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.09 00:33:02.060960 [ 146 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.060962 [ 269 ] {b19e62de-70a5-4ecb-ba15-b0a4d170c2ad} executeQuery: Read 314 rows, 21.12 KiB in 0.001429 sec., 219734.0797760672 rows/sec., 14.43 MiB/sec. 2026.01.09 00:33:02.060983 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.061013 [ 269 ] {b19e62de-70a5-4ecb-ba15-b0a4d170c2ad} TCPHandler: Processed in 0.001614976 sec. 2026.01.09 00:33:02.061037 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.061073 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.09 00:33:02.061113 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_6_1} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.09 00:33:02.061123 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:02.061182 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:02.061199 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:33:02.061217 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4391 rows starting from the beginning of the part 2026.01.09 00:33:02.061222 [ 269 ] {452151dc-26d3-43b1-9a9c-f439c5b81e89} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:33:02.061273 [ 269 ] {452151dc-26d3-43b1-9a9c-f439c5b81e89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:33:02.061315 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2026.01.09 00:33:02.061371 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.01.09 00:33:02.061417 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 314 rows starting from the beginning of the part 2026.01.09 00:33:02.061468 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 167 rows starting from the beginning of the part 2026.01.09 00:33:02.061514 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 314 rows starting from the beginning of the part 2026.01.09 00:33:02.061586 [ 269 ] {452151dc-26d3-43b1-9a9c-f439c5b81e89} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.061627 [ 269 ] {452151dc-26d3-43b1-9a9c-f439c5b81e89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.061968 [ 269 ] {452151dc-26d3-43b1-9a9c-f439c5b81e89} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:33:02.062190 [ 269 ] {452151dc-26d3-43b1-9a9c-f439c5b81e89} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.062320 [ 269 ] {452151dc-26d3-43b1-9a9c-f439c5b81e89} executeQuery: Read 1 rows, 69.00 B in 0.001114 sec., 897.6660682226212 rows/sec., 60.49 KiB/sec. 2026.01.09 00:33:02.062360 [ 269 ] {452151dc-26d3-43b1-9a9c-f439c5b81e89} TCPHandler: Processed in 0.001285357 sec. 2026.01.09 00:33:02.062465 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:02.062559 [ 269 ] {f6d3137e-55ca-406b-8fe1-ba174acc0dee} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:02.062602 [ 269 ] {f6d3137e-55ca-406b-8fe1-ba174acc0dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:02.062938 [ 269 ] {f6d3137e-55ca-406b-8fe1-ba174acc0dee} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.062973 [ 269 ] {f6d3137e-55ca-406b-8fe1-ba174acc0dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.063337 [ 269 ] {f6d3137e-55ca-406b-8fe1-ba174acc0dee} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:33:02.063575 [ 269 ] {f6d3137e-55ca-406b-8fe1-ba174acc0dee} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.063673 [ 146 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.09 00:33:02.063702 [ 269 ] {f6d3137e-55ca-406b-8fe1-ba174acc0dee} executeQuery: Read 104 rows, 6.53 KiB in 0.00116 sec., 89655.1724137931 rows/sec., 5.49 MiB/sec. 2026.01.09 00:33:02.063708 [ 146 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:02.063744 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:02.063745 [ 269 ] {f6d3137e-55ca-406b-8fe1-ba174acc0dee} TCPHandler: Processed in 0.001330188 sec. 2026.01.09 00:33:02.063818 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.09 00:33:02.063929 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:02.063958 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 752 rows starting from the beginning of the part 2026.01.09 00:33:02.064016 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.01.09 00:33:02.064081 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.01.09 00:33:02.064139 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 104 rows starting from the beginning of the part 2026.01.09 00:33:02.064199 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.01.09 00:33:02.064233 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5410 rows, containing 5 columns (5 merged, 0 gathered) in 0.003198861 sec., 1691226.971100026 rows/sec., 114.08 MiB/sec. 2026.01.09 00:33:02.064257 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part 2026.01.09 00:33:02.064639 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.09 00:33:02.064910 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.064975 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_16_3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.09 00:33:02.065039 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.09 00:33:02.065136 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 4 columns (4 merged, 0 gathered) in 0.001351828 sec., 816671.9434720986 rows/sec., 52.21 MiB/sec. 2026.01.09 00:33:02.065343 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.09 00:33:02.065604 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:02.065666 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_16_3} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.09 00:33:02.065736 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.09 00:33:04.734058 [ 142 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:33:04.734108 [ 142 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:33:04.818219 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 450 2026.01.09 00:33:04.820670 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:04.820723 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:04.820932 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5719 2026.01.09 00:33:04.821641 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:04.821690 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:04.821921 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:33:04.822198 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:04.822208 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:33:04.822473 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:04.822559 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 450 2026.01.09 00:33:04.822616 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5719 2026.01.09 00:33:05.126146 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.01.09 00:33:05.144523 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:05.144578 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:05.150230 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:33:05.150945 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:05.153979 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.01.09 00:33:07.038616 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:07.038835 [ 269 ] {47fe548e-7b0d-4e28-b650-008efdadc31d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:07.038972 [ 269 ] {47fe548e-7b0d-4e28-b650-008efdadc31d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:07.039745 [ 269 ] {47fe548e-7b0d-4e28-b650-008efdadc31d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:07.039804 [ 269 ] {47fe548e-7b0d-4e28-b650-008efdadc31d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:07.040214 [ 269 ] {47fe548e-7b0d-4e28-b650-008efdadc31d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:33:07.040441 [ 269 ] {47fe548e-7b0d-4e28-b650-008efdadc31d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:07.040603 [ 269 ] {47fe548e-7b0d-4e28-b650-008efdadc31d} executeQuery: Read 136 rows, 12.07 KiB in 0.001801 sec., 75513.60355358134 rows/sec., 6.54 MiB/sec. 2026.01.09 00:33:07.040651 [ 269 ] {47fe548e-7b0d-4e28-b650-008efdadc31d} TCPHandler: Processed in 0.002178062 sec. 2026.01.09 00:33:07.040778 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:07.040878 [ 269 ] {2e1018d7-93f3-4eaa-aa4c-5665545a9fad} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:07.040988 [ 269 ] {2e1018d7-93f3-4eaa-aa4c-5665545a9fad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:07.041445 [ 269 ] {2e1018d7-93f3-4eaa-aa4c-5665545a9fad} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:07.041485 [ 269 ] {2e1018d7-93f3-4eaa-aa4c-5665545a9fad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:07.041802 [ 269 ] {2e1018d7-93f3-4eaa-aa4c-5665545a9fad} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:33:07.042034 [ 269 ] {2e1018d7-93f3-4eaa-aa4c-5665545a9fad} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:07.042161 [ 269 ] {2e1018d7-93f3-4eaa-aa4c-5665545a9fad} executeQuery: Read 40 rows, 3.01 KiB in 0.001257 sec., 31821.797931583133 rows/sec., 2.34 MiB/sec. 2026.01.09 00:33:07.042198 [ 269 ] {2e1018d7-93f3-4eaa-aa4c-5665545a9fad} TCPHandler: Processed in 0.001441821 sec. 2026.01.09 00:33:07.042317 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:07.042409 [ 269 ] {18c37a64-5723-4de4-8d01-ef1fd7318603} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:07.042448 [ 269 ] {18c37a64-5723-4de4-8d01-ef1fd7318603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:07.042866 [ 269 ] {18c37a64-5723-4de4-8d01-ef1fd7318603} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:07.042902 [ 269 ] {18c37a64-5723-4de4-8d01-ef1fd7318603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:07.043262 [ 269 ] {18c37a64-5723-4de4-8d01-ef1fd7318603} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:33:07.043468 [ 269 ] {18c37a64-5723-4de4-8d01-ef1fd7318603} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:07.043589 [ 269 ] {18c37a64-5723-4de4-8d01-ef1fd7318603} executeQuery: Read 104 rows, 8.32 KiB in 0.001209 sec., 86021.50537634408 rows/sec., 6.72 MiB/sec. 2026.01.09 00:33:07.043626 [ 269 ] {18c37a64-5723-4de4-8d01-ef1fd7318603} TCPHandler: Processed in 0.00138694 sec. 2026.01.09 00:33:07.043734 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:07.043823 [ 269 ] {a16ab1b5-4aa9-4c14-968b-c1c60494d879} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:07.043864 [ 269 ] {a16ab1b5-4aa9-4c14-968b-c1c60494d879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:07.044338 [ 269 ] {a16ab1b5-4aa9-4c14-968b-c1c60494d879} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:07.044375 [ 269 ] {a16ab1b5-4aa9-4c14-968b-c1c60494d879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:07.044718 [ 269 ] {a16ab1b5-4aa9-4c14-968b-c1c60494d879} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:33:07.044932 [ 269 ] {a16ab1b5-4aa9-4c14-968b-c1c60494d879} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:07.045060 [ 269 ] {a16ab1b5-4aa9-4c14-968b-c1c60494d879} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.01.09 00:33:07.045095 [ 269 ] {a16ab1b5-4aa9-4c14-968b-c1c60494d879} TCPHandler: Processed in 0.001366969 sec. 2026.01.09 00:33:07.045192 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:07.045281 [ 269 ] {749d74f4-d28b-4d60-a0e4-d7f545776042} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:07.045331 [ 269 ] {749d74f4-d28b-4d60-a0e4-d7f545776042} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:33:07.046158 [ 269 ] {749d74f4-d28b-4d60-a0e4-d7f545776042} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:07.046195 [ 269 ] {749d74f4-d28b-4d60-a0e4-d7f545776042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:07.046733 [ 269 ] {749d74f4-d28b-4d60-a0e4-d7f545776042} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:33:07.046966 [ 269 ] {749d74f4-d28b-4d60-a0e4-d7f545776042} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:07.047102 [ 269 ] {749d74f4-d28b-4d60-a0e4-d7f545776042} executeQuery: Read 40 rows, 73.40 KiB in 0.001824 sec., 21929.824561403508 rows/sec., 39.30 MiB/sec. 2026.01.09 00:33:07.047158 [ 269 ] {749d74f4-d28b-4d60-a0e4-d7f545776042} TCPHandler: Processed in 0.002013067 sec. 2026.01.09 00:33:07.047261 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:07.047351 [ 269 ] {71c40882-9f24-427d-a517-1b3679ecf0f3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:07.047391 [ 269 ] {71c40882-9f24-427d-a517-1b3679ecf0f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:07.047703 [ 269 ] {71c40882-9f24-427d-a517-1b3679ecf0f3} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:07.047737 [ 269 ] {71c40882-9f24-427d-a517-1b3679ecf0f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:07.048098 [ 269 ] {71c40882-9f24-427d-a517-1b3679ecf0f3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:33:07.048293 [ 269 ] {71c40882-9f24-427d-a517-1b3679ecf0f3} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:07.048415 [ 269 ] {71c40882-9f24-427d-a517-1b3679ecf0f3} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.01.09 00:33:07.048449 [ 269 ] {71c40882-9f24-427d-a517-1b3679ecf0f3} TCPHandler: Processed in 0.001248536 sec. 2026.01.09 00:33:09.516746 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.517007 [ 269 ] {121d8955-eaac-4afb-a7b2-1fc893dccc11} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:33:09.517114 [ 269 ] {121d8955-eaac-4afb-a7b2-1fc893dccc11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:33:09.518460 [ 269 ] {121d8955-eaac-4afb-a7b2-1fc893dccc11} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.518538 [ 269 ] {121d8955-eaac-4afb-a7b2-1fc893dccc11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.519168 [ 269 ] {121d8955-eaac-4afb-a7b2-1fc893dccc11} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:33:09.519591 [ 269 ] {121d8955-eaac-4afb-a7b2-1fc893dccc11} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.519847 [ 269 ] {121d8955-eaac-4afb-a7b2-1fc893dccc11} executeQuery: Read 410 rows, 26.63 KiB in 0.00291 sec., 140893.47079037802 rows/sec., 8.94 MiB/sec. 2026.01.09 00:33:09.519929 [ 269 ] {121d8955-eaac-4afb-a7b2-1fc893dccc11} TCPHandler: Processed in 0.003393617 sec. 2026.01.09 00:33:09.520146 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.520284 [ 269 ] {038da11f-ac9c-4f8a-b272-1d8fcc516fb3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:33:09.520344 [ 269 ] {038da11f-ac9c-4f8a-b272-1d8fcc516fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:33:09.521000 [ 269 ] {038da11f-ac9c-4f8a-b272-1d8fcc516fb3} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.521054 [ 269 ] {038da11f-ac9c-4f8a-b272-1d8fcc516fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.521486 [ 269 ] {038da11f-ac9c-4f8a-b272-1d8fcc516fb3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:33:09.521762 [ 269 ] {038da11f-ac9c-4f8a-b272-1d8fcc516fb3} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.521962 [ 269 ] {038da11f-ac9c-4f8a-b272-1d8fcc516fb3} executeQuery: Read 2 rows, 167.00 B in 0.001736 sec., 1152.073732718894 rows/sec., 93.94 KiB/sec. 2026.01.09 00:33:09.522021 [ 269 ] {038da11f-ac9c-4f8a-b272-1d8fcc516fb3} TCPHandler: Processed in 0.001981706 sec. 2026.01.09 00:33:09.522185 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.522304 [ 269 ] {530346c4-8130-41d3-a76e-c770b3ebcb05} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:09.522359 [ 269 ] {530346c4-8130-41d3-a76e-c770b3ebcb05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:09.524453 [ 269 ] {530346c4-8130-41d3-a76e-c770b3ebcb05} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.524504 [ 269 ] {530346c4-8130-41d3-a76e-c770b3ebcb05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.525189 [ 269 ] {530346c4-8130-41d3-a76e-c770b3ebcb05} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:33:09.525474 [ 269 ] {530346c4-8130-41d3-a76e-c770b3ebcb05} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.525682 [ 269 ] {530346c4-8130-41d3-a76e-c770b3ebcb05} executeQuery: Read 2253 rows, 186.48 KiB in 0.003361 sec., 670336.2094614698 rows/sec., 54.18 MiB/sec. 2026.01.09 00:33:09.525743 [ 269 ] {530346c4-8130-41d3-a76e-c770b3ebcb05} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:33:09.525763 [ 269 ] {530346c4-8130-41d3-a76e-c770b3ebcb05} TCPHandler: Processed in 0.003606443 sec. 2026.01.09 00:33:09.525959 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.526107 [ 269 ] {929d929e-d3cb-4d60-8727-c0c60b121c81} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:09.526175 [ 269 ] {929d929e-d3cb-4d60-8727-c0c60b121c81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:09.526952 [ 269 ] {929d929e-d3cb-4d60-8727-c0c60b121c81} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.527002 [ 269 ] {929d929e-d3cb-4d60-8727-c0c60b121c81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.527451 [ 269 ] {929d929e-d3cb-4d60-8727-c0c60b121c81} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:33:09.527730 [ 269 ] {929d929e-d3cb-4d60-8727-c0c60b121c81} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.527931 [ 269 ] {929d929e-d3cb-4d60-8727-c0c60b121c81} executeQuery: Read 207 rows, 12.46 KiB in 0.001865 sec., 110991.95710455764 rows/sec., 6.52 MiB/sec. 2026.01.09 00:33:09.527984 [ 269 ] {929d929e-d3cb-4d60-8727-c0c60b121c81} TCPHandler: Processed in 0.00210718 sec. 2026.01.09 00:33:09.528151 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.528270 [ 269 ] {eb98fa37-c94b-483a-8083-c9ece221ee11} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:33:09.528324 [ 269 ] {eb98fa37-c94b-483a-8083-c9ece221ee11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:33:09.529124 [ 269 ] {eb98fa37-c94b-483a-8083-c9ece221ee11} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.529172 [ 269 ] {eb98fa37-c94b-483a-8083-c9ece221ee11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.529636 [ 269 ] {eb98fa37-c94b-483a-8083-c9ece221ee11} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:33:09.529917 [ 269 ] {eb98fa37-c94b-483a-8083-c9ece221ee11} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.530099 [ 269 ] {eb98fa37-c94b-483a-8083-c9ece221ee11} executeQuery: Read 440 rows, 29.81 KiB in 0.001857 sec., 236941.3031771675 rows/sec., 15.68 MiB/sec. 2026.01.09 00:33:09.530155 [ 269 ] {eb98fa37-c94b-483a-8083-c9ece221ee11} TCPHandler: Processed in 0.002067889 sec. 2026.01.09 00:33:09.530325 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.530442 [ 269 ] {15d3ab62-7663-4a47-9634-034e9e864723} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:33:09.530495 [ 269 ] {15d3ab62-7663-4a47-9634-034e9e864723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:33:09.531211 [ 269 ] {15d3ab62-7663-4a47-9634-034e9e864723} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.531256 [ 269 ] {15d3ab62-7663-4a47-9634-034e9e864723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.531688 [ 269 ] {15d3ab62-7663-4a47-9634-034e9e864723} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:33:09.531970 [ 269 ] {15d3ab62-7663-4a47-9634-034e9e864723} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.532139 [ 269 ] {15d3ab62-7663-4a47-9634-034e9e864723} executeQuery: Read 211 rows, 12.27 KiB in 0.001724 sec., 122389.79118329466 rows/sec., 6.95 MiB/sec. 2026.01.09 00:33:09.532191 [ 269 ] {15d3ab62-7663-4a47-9634-034e9e864723} TCPHandler: Processed in 0.001927125 sec. 2026.01.09 00:33:09.532419 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.532554 [ 269 ] {4643018c-7136-49e8-8e3a-fc9efe24b044} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:09.532605 [ 269 ] {4643018c-7136-49e8-8e3a-fc9efe24b044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:09.533805 [ 269 ] {4643018c-7136-49e8-8e3a-fc9efe24b044} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.533857 [ 269 ] {4643018c-7136-49e8-8e3a-fc9efe24b044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.534413 [ 269 ] {4643018c-7136-49e8-8e3a-fc9efe24b044} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:33:09.534750 [ 269 ] {4643018c-7136-49e8-8e3a-fc9efe24b044} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.535040 [ 269 ] {4643018c-7136-49e8-8e3a-fc9efe24b044} executeQuery: Read 1137 rows, 82.92 KiB in 0.002511 sec., 452807.6463560334 rows/sec., 32.25 MiB/sec. 2026.01.09 00:33:09.535102 [ 269 ] {4643018c-7136-49e8-8e3a-fc9efe24b044} TCPHandler: Processed in 0.002749038 sec. 2026.01.09 00:33:09.535285 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.535419 [ 269 ] {be1a3556-60e1-4069-9446-bd03788ab204} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:33:09.535479 [ 269 ] {be1a3556-60e1-4069-9446-bd03788ab204} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:33:09.536062 [ 269 ] {be1a3556-60e1-4069-9446-bd03788ab204} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.536111 [ 269 ] {be1a3556-60e1-4069-9446-bd03788ab204} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.536562 [ 269 ] {be1a3556-60e1-4069-9446-bd03788ab204} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:33:09.536927 [ 269 ] {be1a3556-60e1-4069-9446-bd03788ab204} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.537149 [ 269 ] {be1a3556-60e1-4069-9446-bd03788ab204} executeQuery: Read 6 rows, 321.00 B in 0.001758 sec., 3412.9692832764504 rows/sec., 178.31 KiB/sec. 2026.01.09 00:33:09.537205 [ 269 ] {be1a3556-60e1-4069-9446-bd03788ab204} TCPHandler: Processed in 0.001985797 sec. 2026.01.09 00:33:09.537539 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.537739 [ 269 ] {9f15239d-21e9-4bff-9a2d-60abbab9a9a3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:09.537805 [ 269 ] {9f15239d-21e9-4bff-9a2d-60abbab9a9a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:09.538839 [ 269 ] {9f15239d-21e9-4bff-9a2d-60abbab9a9a3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.538885 [ 269 ] {9f15239d-21e9-4bff-9a2d-60abbab9a9a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.539454 [ 269 ] {9f15239d-21e9-4bff-9a2d-60abbab9a9a3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:33:09.539786 [ 269 ] {9f15239d-21e9-4bff-9a2d-60abbab9a9a3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.539984 [ 269 ] {9f15239d-21e9-4bff-9a2d-60abbab9a9a3} executeQuery: Read 935 rows, 63.39 KiB in 0.002274 sec., 411169.74494283204 rows/sec., 27.22 MiB/sec. 2026.01.09 00:33:09.540043 [ 269 ] {9f15239d-21e9-4bff-9a2d-60abbab9a9a3} TCPHandler: Processed in 0.002691966 sec. 2026.01.09 00:33:09.540213 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.540339 [ 269 ] {4be4262d-0ac1-4cba-8f4f-381e0abf82cb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:33:09.540399 [ 269 ] {4be4262d-0ac1-4cba-8f4f-381e0abf82cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:33:09.540867 [ 269 ] {4be4262d-0ac1-4cba-8f4f-381e0abf82cb} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.540915 [ 269 ] {4be4262d-0ac1-4cba-8f4f-381e0abf82cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.541364 [ 269 ] {4be4262d-0ac1-4cba-8f4f-381e0abf82cb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:33:09.541708 [ 269 ] {4be4262d-0ac1-4cba-8f4f-381e0abf82cb} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.541898 [ 269 ] {4be4262d-0ac1-4cba-8f4f-381e0abf82cb} executeQuery: Read 1 rows, 69.00 B in 0.001586 sec., 630.517023959647 rows/sec., 42.49 KiB/sec. 2026.01.09 00:33:09.541952 [ 269 ] {4be4262d-0ac1-4cba-8f4f-381e0abf82cb} TCPHandler: Processed in 0.001804642 sec. 2026.01.09 00:33:09.542115 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:09.542240 [ 269 ] {f7bebc20-4088-4b5e-8bf3-e02c3e5a87e6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:09.542298 [ 269 ] {f7bebc20-4088-4b5e-8bf3-e02c3e5a87e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:09.542777 [ 269 ] {f7bebc20-4088-4b5e-8bf3-e02c3e5a87e6} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:09.542826 [ 269 ] {f7bebc20-4088-4b5e-8bf3-e02c3e5a87e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:09.543272 [ 269 ] {f7bebc20-4088-4b5e-8bf3-e02c3e5a87e6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:33:09.543627 [ 269 ] {f7bebc20-4088-4b5e-8bf3-e02c3e5a87e6} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:09.543821 [ 269 ] {f7bebc20-4088-4b5e-8bf3-e02c3e5a87e6} executeQuery: Read 80 rows, 4.87 KiB in 0.001608 sec., 49751.24378109453 rows/sec., 2.96 MiB/sec. 2026.01.09 00:33:09.543874 [ 269 ] {f7bebc20-4088-4b5e-8bf3-e02c3e5a87e6} TCPHandler: Processed in 0.001822412 sec. 2026.01.09 00:33:12.033075 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:12.033261 [ 269 ] {5d21fa97-ec0c-4f39-9bc1-e8d53033de55} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:12.033327 [ 269 ] {5d21fa97-ec0c-4f39-9bc1-e8d53033de55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:12.033959 [ 269 ] {5d21fa97-ec0c-4f39-9bc1-e8d53033de55} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:12.034009 [ 269 ] {5d21fa97-ec0c-4f39-9bc1-e8d53033de55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:12.034407 [ 269 ] {5d21fa97-ec0c-4f39-9bc1-e8d53033de55} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:33:12.034635 [ 269 ] {5d21fa97-ec0c-4f39-9bc1-e8d53033de55} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:12.034800 [ 269 ] {5d21fa97-ec0c-4f39-9bc1-e8d53033de55} executeQuery: Read 56 rows, 4.41 KiB in 0.001583 sec., 35375.86860391661 rows/sec., 2.72 MiB/sec. 2026.01.09 00:33:12.034850 [ 269 ] {5d21fa97-ec0c-4f39-9bc1-e8d53033de55} TCPHandler: Processed in 0.001907014 sec. 2026.01.09 00:33:12.034971 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:12.035074 [ 269 ] {7ea6fc87-f262-4c25-9b3d-26d40317deeb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:12.035117 [ 269 ] {7ea6fc87-f262-4c25-9b3d-26d40317deeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:12.035562 [ 269 ] {7ea6fc87-f262-4c25-9b3d-26d40317deeb} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:12.035599 [ 269 ] {7ea6fc87-f262-4c25-9b3d-26d40317deeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:12.035917 [ 269 ] {7ea6fc87-f262-4c25-9b3d-26d40317deeb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:33:12.036135 [ 269 ] {7ea6fc87-f262-4c25-9b3d-26d40317deeb} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:12.036269 [ 269 ] {7ea6fc87-f262-4c25-9b3d-26d40317deeb} executeQuery: Read 64 rows, 5.12 KiB in 0.001216 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. 2026.01.09 00:33:12.036307 [ 269 ] {7ea6fc87-f262-4c25-9b3d-26d40317deeb} TCPHandler: Processed in 0.001389009 sec. 2026.01.09 00:33:12.036423 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:12.036520 [ 269 ] {75603f94-af0b-4f1f-815d-0d67e2bcec3b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:12.036564 [ 269 ] {75603f94-af0b-4f1f-815d-0d67e2bcec3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:12.036943 [ 269 ] {75603f94-af0b-4f1f-815d-0d67e2bcec3b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:12.036979 [ 269 ] {75603f94-af0b-4f1f-815d-0d67e2bcec3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:12.037340 [ 269 ] {75603f94-af0b-4f1f-815d-0d67e2bcec3b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:33:12.037551 [ 269 ] {75603f94-af0b-4f1f-815d-0d67e2bcec3b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:12.037680 [ 269 ] {75603f94-af0b-4f1f-815d-0d67e2bcec3b} executeQuery: Read 64 rows, 4.56 KiB in 0.001178 sec., 54329.37181663837 rows/sec., 3.78 MiB/sec. 2026.01.09 00:33:12.037721 [ 269 ] {75603f94-af0b-4f1f-815d-0d67e2bcec3b} TCPHandler: Processed in 0.001347638 sec. 2026.01.09 00:33:12.037836 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:12.037931 [ 269 ] {4eb5ecc2-e370-4bd1-861f-cfe5e5f14ef7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:12.037973 [ 269 ] {4eb5ecc2-e370-4bd1-861f-cfe5e5f14ef7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:12.038307 [ 269 ] {4eb5ecc2-e370-4bd1-861f-cfe5e5f14ef7} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:12.038344 [ 269 ] {4eb5ecc2-e370-4bd1-861f-cfe5e5f14ef7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:12.038650 [ 269 ] {4eb5ecc2-e370-4bd1-861f-cfe5e5f14ef7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:33:12.038878 [ 269 ] {4eb5ecc2-e370-4bd1-861f-cfe5e5f14ef7} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:12.039007 [ 269 ] {4eb5ecc2-e370-4bd1-861f-cfe5e5f14ef7} executeQuery: Read 24 rows, 1.66 KiB in 0.001093 sec., 21957.913998170174 rows/sec., 1.48 MiB/sec. 2026.01.09 00:33:12.039047 [ 269 ] {4eb5ecc2-e370-4bd1-861f-cfe5e5f14ef7} TCPHandler: Processed in 0.001260406 sec. 2026.01.09 00:33:12.324051 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6231 2026.01.09 00:33:12.324609 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:12.324658 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:12.325225 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:33:12.325466 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:12.325610 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6231 2026.01.09 00:33:12.655622 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.01.09 00:33:12.672560 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:12.672628 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:12.678475 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:33:12.679226 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:12.682291 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.01.09 00:33:14.824176 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 492 2026.01.09 00:33:14.826625 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:14.826682 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:14.827836 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:33:14.828115 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:14.828460 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 492 2026.01.09 00:33:17.040096 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:17.040289 [ 269 ] {8a455485-63d7-4c41-8b1d-3d6c5faa3d7e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:17.040357 [ 269 ] {8a455485-63d7-4c41-8b1d-3d6c5faa3d7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:17.041071 [ 269 ] {8a455485-63d7-4c41-8b1d-3d6c5faa3d7e} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:17.041122 [ 269 ] {8a455485-63d7-4c41-8b1d-3d6c5faa3d7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:17.041546 [ 269 ] {8a455485-63d7-4c41-8b1d-3d6c5faa3d7e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:33:17.041778 [ 269 ] {8a455485-63d7-4c41-8b1d-3d6c5faa3d7e} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:17.041945 [ 269 ] {8a455485-63d7-4c41-8b1d-3d6c5faa3d7e} executeQuery: Read 136 rows, 12.07 KiB in 0.001699 sec., 80047.08652148323 rows/sec., 6.94 MiB/sec. 2026.01.09 00:33:17.041995 [ 269 ] {8a455485-63d7-4c41-8b1d-3d6c5faa3d7e} TCPHandler: Processed in 0.002032248 sec. 2026.01.09 00:33:17.042124 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:17.042229 [ 269 ] {4d1d9fd3-0b25-4fef-a099-1f51f520e5f1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:17.042274 [ 269 ] {4d1d9fd3-0b25-4fef-a099-1f51f520e5f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:17.042694 [ 269 ] {4d1d9fd3-0b25-4fef-a099-1f51f520e5f1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:17.042732 [ 269 ] {4d1d9fd3-0b25-4fef-a099-1f51f520e5f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:17.043071 [ 269 ] {4d1d9fd3-0b25-4fef-a099-1f51f520e5f1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:33:17.043289 [ 269 ] {4d1d9fd3-0b25-4fef-a099-1f51f520e5f1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:17.043406 [ 82 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.09 00:33:17.043424 [ 269 ] {4d1d9fd3-0b25-4fef-a099-1f51f520e5f1} executeQuery: Read 40 rows, 3.01 KiB in 0.001216 sec., 32894.73684210526 rows/sec., 2.42 MiB/sec. 2026.01.09 00:33:17.043476 [ 82 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:17.043485 [ 269 ] {4d1d9fd3-0b25-4fef-a099-1f51f520e5f1} TCPHandler: Processed in 0.00141463 sec. 2026.01.09 00:33:17.043505 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:17.043615 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:17.043662 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.09 00:33:17.043719 [ 269 ] {ea59e627-7e53-4e20-9fd2-1b6106dba6fd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:17.043767 [ 269 ] {ea59e627-7e53-4e20-9fd2-1b6106dba6fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:17.043813 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:17.043871 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 267 rows starting from the beginning of the part 2026.01.09 00:33:17.043977 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 54 rows starting from the beginning of the part 2026.01.09 00:33:17.044030 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 205 rows starting from the beginning of the part 2026.01.09 00:33:17.044078 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2026.01.09 00:33:17.044127 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 207 rows starting from the beginning of the part 2026.01.09 00:33:17.044180 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part 2026.01.09 00:33:17.044219 [ 269 ] {ea59e627-7e53-4e20-9fd2-1b6106dba6fd} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:17.044264 [ 269 ] {ea59e627-7e53-4e20-9fd2-1b6106dba6fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:17.044631 [ 269 ] {ea59e627-7e53-4e20-9fd2-1b6106dba6fd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:33:17.044873 [ 269 ] {ea59e627-7e53-4e20-9fd2-1b6106dba6fd} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:17.045014 [ 269 ] {ea59e627-7e53-4e20-9fd2-1b6106dba6fd} executeQuery: Read 104 rows, 8.32 KiB in 0.001314 sec., 79147.6407914764 rows/sec., 6.18 MiB/sec. 2026.01.09 00:33:17.045052 [ 269 ] {ea59e627-7e53-4e20-9fd2-1b6106dba6fd} TCPHandler: Processed in 0.001491802 sec. 2026.01.09 00:33:17.045163 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 813 rows, containing 5 columns (5 merged, 0 gathered) in 0.001555594 sec., 522629.94071717944 rows/sec., 34.47 MiB/sec. 2026.01.09 00:33:17.045166 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:17.045280 [ 269 ] {70f1343a-21c4-4e3b-aee7-cc4d10d3acd9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:17.045326 [ 269 ] {70f1343a-21c4-4e3b-aee7-cc4d10d3acd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:17.045374 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.09 00:33:17.045706 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:17.045737 [ 269 ] {70f1343a-21c4-4e3b-aee7-cc4d10d3acd9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:17.045780 [ 269 ] {70f1343a-21c4-4e3b-aee7-cc4d10d3acd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:17.045793 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_16_3} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.09 00:33:17.045898 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:33:17.046138 [ 269 ] {70f1343a-21c4-4e3b-aee7-cc4d10d3acd9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:33:17.046361 [ 269 ] {70f1343a-21c4-4e3b-aee7-cc4d10d3acd9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:17.046493 [ 269 ] {70f1343a-21c4-4e3b-aee7-cc4d10d3acd9} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.01.09 00:33:17.046530 [ 269 ] {70f1343a-21c4-4e3b-aee7-cc4d10d3acd9} TCPHandler: Processed in 0.00141413 sec. 2026.01.09 00:33:17.046634 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:17.046728 [ 269 ] {07f0e766-7b0c-40e6-8aca-18fb1ebfffd8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:17.046784 [ 269 ] {07f0e766-7b0c-40e6-8aca-18fb1ebfffd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:33:17.047619 [ 269 ] {07f0e766-7b0c-40e6-8aca-18fb1ebfffd8} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:17.047656 [ 269 ] {07f0e766-7b0c-40e6-8aca-18fb1ebfffd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:17.048240 [ 269 ] {07f0e766-7b0c-40e6-8aca-18fb1ebfffd8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:33:17.048484 [ 269 ] {07f0e766-7b0c-40e6-8aca-18fb1ebfffd8} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:17.048625 [ 269 ] {07f0e766-7b0c-40e6-8aca-18fb1ebfffd8} executeQuery: Read 40 rows, 73.40 KiB in 0.001913 sec., 20909.566126502876 rows/sec., 37.47 MiB/sec. 2026.01.09 00:33:17.048684 [ 269 ] {07f0e766-7b0c-40e6-8aca-18fb1ebfffd8} TCPHandler: Processed in 0.00209834 sec. 2026.01.09 00:33:17.048797 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:17.048894 [ 269 ] {9b42e86b-f5ce-408f-8a9b-334e9b73b0a0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:17.048938 [ 269 ] {9b42e86b-f5ce-408f-8a9b-334e9b73b0a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:17.049276 [ 269 ] {9b42e86b-f5ce-408f-8a9b-334e9b73b0a0} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:17.049312 [ 269 ] {9b42e86b-f5ce-408f-8a9b-334e9b73b0a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:17.049620 [ 269 ] {9b42e86b-f5ce-408f-8a9b-334e9b73b0a0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:33:17.049833 [ 269 ] {9b42e86b-f5ce-408f-8a9b-334e9b73b0a0} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:17.049967 [ 269 ] {9b42e86b-f5ce-408f-8a9b-334e9b73b0a0} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.01.09 00:33:17.050005 [ 269 ] {9b42e86b-f5ce-408f-8a9b-334e9b73b0a0} TCPHandler: Processed in 0.001259556 sec. 2026.01.09 00:33:19.734346 [ 95 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:33:19.734396 [ 95 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:33:19.825849 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6679 2026.01.09 00:33:19.826392 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:19.826450 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:19.826974 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:33:19.827216 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:19.827356 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6679 2026.01.09 00:33:20.182517 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.01.09 00:33:20.200113 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:20.200182 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:20.206414 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:33:20.207138 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:20.210463 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.01.09 00:33:21.000265 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 228.01 MiB, peak 232.01 MiB, free memory in arenas 0.00 B, will set to 229.23 MiB (RSS), difference: 1.22 MiB 2026.01.09 00:33:21.150975 [ 111 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.09 00:33:21.151040 [ 111 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:21.151062 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:21.151184 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.09 00:33:21.151320 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:21.151354 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.01.09 00:33:21.151421 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.01.09 00:33:21.151466 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.01.09 00:33:21.151506 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part 2026.01.09 00:33:21.151544 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.01.09 00:33:21.152337 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001209685 sec., 24799.844587640582 rows/sec., 2.07 MiB/sec. 2026.01.09 00:33:21.152504 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.09 00:33:21.152797 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:21.152878 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_5_1} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.09 00:33:21.152964 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:33:22.048934 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:22.049173 [ 269 ] {18512020-7539-4962-92ef-79e890794474} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:33:22.049258 [ 269 ] {18512020-7539-4962-92ef-79e890794474} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:33:22.050170 [ 269 ] {18512020-7539-4962-92ef-79e890794474} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.050222 [ 269 ] {18512020-7539-4962-92ef-79e890794474} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.050647 [ 269 ] {18512020-7539-4962-92ef-79e890794474} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:33:22.050882 [ 269 ] {18512020-7539-4962-92ef-79e890794474} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.051048 [ 269 ] {18512020-7539-4962-92ef-79e890794474} executeQuery: Read 410 rows, 26.63 KiB in 0.00194 sec., 211340.206185567 rows/sec., 13.41 MiB/sec. 2026.01.09 00:33:22.051108 [ 269 ] {18512020-7539-4962-92ef-79e890794474} TCPHandler: Processed in 0.002332156 sec. 2026.01.09 00:33:22.051235 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:22.051341 [ 269 ] {c3f7b2be-f990-433f-95f2-9e40e6fb49fa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:22.051387 [ 269 ] {c3f7b2be-f990-433f-95f2-9e40e6fb49fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:22.052233 [ 269 ] {c3f7b2be-f990-433f-95f2-9e40e6fb49fa} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.052273 [ 269 ] {c3f7b2be-f990-433f-95f2-9e40e6fb49fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.052659 [ 269 ] {c3f7b2be-f990-433f-95f2-9e40e6fb49fa} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:33:22.052883 [ 269 ] {c3f7b2be-f990-433f-95f2-9e40e6fb49fa} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.053021 [ 269 ] {c3f7b2be-f990-433f-95f2-9e40e6fb49fa} executeQuery: Read 1112 rows, 89.84 KiB in 0.001703 sec., 652965.3552554316 rows/sec., 51.52 MiB/sec. 2026.01.09 00:33:22.053025 [ 107 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.09 00:33:22.053061 [ 269 ] {c3f7b2be-f990-433f-95f2-9e40e6fb49fa} TCPHandler: Processed in 0.001879524 sec. 2026.01.09 00:33:22.053104 [ 107 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.053133 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.053203 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:22.053241 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.09 00:33:22.053306 [ 269 ] {2b3fc61a-64c1-418d-b484-0dee97fd59f3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:22.053354 [ 269 ] {2b3fc61a-64c1-418d-b484-0dee97fd59f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:22.053362 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:22.053408 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2463 rows starting from the beginning of the part 2026.01.09 00:33:22.053522 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 136 rows starting from the beginning of the part 2026.01.09 00:33:22.053575 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:33:22.053626 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2026.01.09 00:33:22.053668 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 136 rows starting from the beginning of the part 2026.01.09 00:33:22.053721 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:33:22.053872 [ 269 ] {2b3fc61a-64c1-418d-b484-0dee97fd59f3} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.053915 [ 269 ] {2b3fc61a-64c1-418d-b484-0dee97fd59f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.054282 [ 269 ] {2b3fc61a-64c1-418d-b484-0dee97fd59f3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:33:22.054514 [ 269 ] {2b3fc61a-64c1-418d-b484-0dee97fd59f3} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.054649 [ 269 ] {2b3fc61a-64c1-418d-b484-0dee97fd59f3} executeQuery: Read 205 rows, 12.32 KiB in 0.001362 sec., 150513.95007342144 rows/sec., 8.83 MiB/sec. 2026.01.09 00:33:22.054688 [ 269 ] {2b3fc61a-64c1-418d-b484-0dee97fd59f3} TCPHandler: Processed in 0.001537024 sec. 2026.01.09 00:33:22.054805 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:22.054902 [ 269 ] {90bf5ae8-4faf-4e6e-9bcc-bef7c7751457} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:33:22.054944 [ 269 ] {90bf5ae8-4faf-4e6e-9bcc-bef7c7751457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:33:22.055446 [ 269 ] {90bf5ae8-4faf-4e6e-9bcc-bef7c7751457} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.055482 [ 269 ] {90bf5ae8-4faf-4e6e-9bcc-bef7c7751457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.055787 [ 269 ] {90bf5ae8-4faf-4e6e-9bcc-bef7c7751457} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:33:22.056007 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6156 rows, containing 5 columns (5 merged, 0 gathered) in 0.00281352 sec., 2188006.4829821717 rows/sec., 185.79 MiB/sec. 2026.01.09 00:33:22.056012 [ 269 ] {90bf5ae8-4faf-4e6e-9bcc-bef7c7751457} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.056175 [ 269 ] {90bf5ae8-4faf-4e6e-9bcc-bef7c7751457} executeQuery: Read 212 rows, 14.00 KiB in 0.00129 sec., 164341.08527131783 rows/sec., 10.60 MiB/sec. 2026.01.09 00:33:22.056213 [ 269 ] {90bf5ae8-4faf-4e6e-9bcc-bef7c7751457} TCPHandler: Processed in 0.001458181 sec. 2026.01.09 00:33:22.056277 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.09 00:33:22.056382 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:22.056492 [ 269 ] {36bb705a-4009-4c7f-bbe6-e757bb76edce} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:33:22.056535 [ 269 ] {36bb705a-4009-4c7f-bbe6-e757bb76edce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:33:22.056549 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.056620 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_21_4} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.09 00:33:22.056696 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2026.01.09 00:33:22.057024 [ 269 ] {36bb705a-4009-4c7f-bbe6-e757bb76edce} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.057064 [ 269 ] {36bb705a-4009-4c7f-bbe6-e757bb76edce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.057383 [ 269 ] {36bb705a-4009-4c7f-bbe6-e757bb76edce} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:33:22.057611 [ 269 ] {36bb705a-4009-4c7f-bbe6-e757bb76edce} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.057740 [ 269 ] {36bb705a-4009-4c7f-bbe6-e757bb76edce} executeQuery: Read 211 rows, 12.27 KiB in 0.001265 sec., 166798.418972332 rows/sec., 9.47 MiB/sec. 2026.01.09 00:33:22.057778 [ 269 ] {36bb705a-4009-4c7f-bbe6-e757bb76edce} TCPHandler: Processed in 0.001445251 sec. 2026.01.09 00:33:22.057887 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:22.057984 [ 269 ] {6e994ca1-6d2d-45ed-a2c2-f74ba3921c6f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:22.058027 [ 269 ] {6e994ca1-6d2d-45ed-a2c2-f74ba3921c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:22.058658 [ 269 ] {6e994ca1-6d2d-45ed-a2c2-f74ba3921c6f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.058694 [ 269 ] {6e994ca1-6d2d-45ed-a2c2-f74ba3921c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.059038 [ 269 ] {6e994ca1-6d2d-45ed-a2c2-f74ba3921c6f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:33:22.059256 [ 269 ] {6e994ca1-6d2d-45ed-a2c2-f74ba3921c6f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.059362 [ 60 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.09 00:33:22.059388 [ 269 ] {6e994ca1-6d2d-45ed-a2c2-f74ba3921c6f} executeQuery: Read 679 rows, 48.47 KiB in 0.00142 sec., 478169.014084507 rows/sec., 33.33 MiB/sec. 2026.01.09 00:33:22.059427 [ 60 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.059435 [ 269 ] {6e994ca1-6d2d-45ed-a2c2-f74ba3921c6f} TCPHandler: Processed in 0.001597756 sec. 2026.01.09 00:33:22.059456 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.059532 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.09 00:33:22.059557 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:22.059626 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:22.059653 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1249 rows starting from the beginning of the part 2026.01.09 00:33:22.059658 [ 269 ] {24775018-1217-4892-94d8-cc366082fd3c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:33:22.059700 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 104 rows starting from the beginning of the part 2026.01.09 00:33:22.059707 [ 269 ] {24775018-1217-4892-94d8-cc366082fd3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:33:22.059745 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:33:22.059784 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2026.01.09 00:33:22.059817 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part 2026.01.09 00:33:22.059851 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 679 rows starting from the beginning of the part 2026.01.09 00:33:22.060070 [ 269 ] {24775018-1217-4892-94d8-cc366082fd3c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.060110 [ 269 ] {24775018-1217-4892-94d8-cc366082fd3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.060440 [ 269 ] {24775018-1217-4892-94d8-cc366082fd3c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:33:22.060666 [ 269 ] {24775018-1217-4892-94d8-cc366082fd3c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.060805 [ 269 ] {24775018-1217-4892-94d8-cc366082fd3c} executeQuery: Read 6 rows, 321.00 B in 0.001163 sec., 5159.071367153912 rows/sec., 269.54 KiB/sec. 2026.01.09 00:33:22.060842 [ 269 ] {24775018-1217-4892-94d8-cc366082fd3c} TCPHandler: Processed in 0.001335438 sec. 2026.01.09 00:33:22.060957 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:22.061013 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3337 rows, containing 5 columns (5 merged, 0 gathered) in 0.001502343 sec., 2221197.156707889 rows/sec., 168.01 MiB/sec. 2026.01.09 00:33:22.061056 [ 269 ] {fe6f6ee9-8b00-4cde-a9b2-5d496e87e648} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:22.061107 [ 269 ] {fe6f6ee9-8b00-4cde-a9b2-5d496e87e648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:22.061302 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.09 00:33:22.061561 [ 269 ] {fe6f6ee9-8b00-4cde-a9b2-5d496e87e648} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.061603 [ 269 ] {fe6f6ee9-8b00-4cde-a9b2-5d496e87e648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.061649 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.061739 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_21_4} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.09 00:33:22.061839 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.01.09 00:33:22.061953 [ 269 ] {fe6f6ee9-8b00-4cde-a9b2-5d496e87e648} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:33:22.062183 [ 269 ] {fe6f6ee9-8b00-4cde-a9b2-5d496e87e648} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.062289 [ 79 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.09 00:33:22.062314 [ 269 ] {fe6f6ee9-8b00-4cde-a9b2-5d496e87e648} executeQuery: Read 314 rows, 21.12 KiB in 0.001279 sec., 245504.30023455826 rows/sec., 16.13 MiB/sec. 2026.01.09 00:33:22.062329 [ 79 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.062357 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.062360 [ 269 ] {fe6f6ee9-8b00-4cde-a9b2-5d496e87e648} TCPHandler: Processed in 0.001455061 sec. 2026.01.09 00:33:22.062426 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.09 00:33:22.062481 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:22.062548 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:22.062578 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5410 rows starting from the beginning of the part 2026.01.09 00:33:22.062583 [ 269 ] {8a2559dc-79ff-4fcd-bcd0-6953c57c7173} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:33:22.062630 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.01.09 00:33:22.062634 [ 269 ] {8a2559dc-79ff-4fcd-bcd0-6953c57c7173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:33:22.062679 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 935 rows starting from the beginning of the part 2026.01.09 00:33:22.062723 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2026.01.09 00:33:22.062791 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.01.09 00:33:22.062830 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 314 rows starting from the beginning of the part 2026.01.09 00:33:22.062975 [ 269 ] {8a2559dc-79ff-4fcd-bcd0-6953c57c7173} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.063018 [ 269 ] {8a2559dc-79ff-4fcd-bcd0-6953c57c7173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.063333 [ 269 ] {8a2559dc-79ff-4fcd-bcd0-6953c57c7173} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:33:22.063547 [ 269 ] {8a2559dc-79ff-4fcd-bcd0-6953c57c7173} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.063678 [ 269 ] {8a2559dc-79ff-4fcd-bcd0-6953c57c7173} executeQuery: Read 1 rows, 69.00 B in 0.001112 sec., 899.2805755395684 rows/sec., 60.60 KiB/sec. 2026.01.09 00:33:22.063715 [ 269 ] {8a2559dc-79ff-4fcd-bcd0-6953c57c7173} TCPHandler: Processed in 0.001287957 sec. 2026.01.09 00:33:22.063831 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:22.063924 [ 269 ] {6ee9c17f-0569-4cfd-8035-23454bdb2720} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:22.063968 [ 269 ] {6ee9c17f-0569-4cfd-8035-23454bdb2720} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:22.064299 [ 269 ] {6ee9c17f-0569-4cfd-8035-23454bdb2720} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.064335 [ 269 ] {6ee9c17f-0569-4cfd-8035-23454bdb2720} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.064716 [ 269 ] {6ee9c17f-0569-4cfd-8035-23454bdb2720} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:33:22.064939 [ 269 ] {6ee9c17f-0569-4cfd-8035-23454bdb2720} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.065045 [ 79 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.09 00:33:22.065076 [ 79 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:22.065076 [ 269 ] {6ee9c17f-0569-4cfd-8035-23454bdb2720} executeQuery: Read 104 rows, 6.53 KiB in 0.001167 sec., 89117.39502999143 rows/sec., 5.46 MiB/sec. 2026.01.09 00:33:22.065093 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:22.065126 [ 269 ] {6ee9c17f-0569-4cfd-8035-23454bdb2720} TCPHandler: Processed in 0.001344158 sec. 2026.01.09 00:33:22.065194 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.09 00:33:22.065297 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7043 rows, containing 5 columns (5 merged, 0 gathered) in 0.002896632 sec., 2431444.5190138062 rows/sec., 163.71 MiB/sec. 2026.01.09 00:33:22.065315 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:22.065369 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1104 rows starting from the beginning of the part 2026.01.09 00:33:22.065437 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.01.09 00:33:22.065485 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 80 rows starting from the beginning of the part 2026.01.09 00:33:22.065528 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.01.09 00:33:22.065568 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.01.09 00:33:22.065611 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 104 rows starting from the beginning of the part 2026.01.09 00:33:22.065855 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.09 00:33:22.066135 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.066206 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_21_4} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.09 00:33:22.066286 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2026.01.09 00:33:22.066666 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1432 rows, containing 4 columns (4 merged, 0 gathered) in 0.001512414 sec., 946830.6958279943 rows/sec., 60.44 MiB/sec. 2026.01.09 00:33:22.066897 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.09 00:33:22.067139 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:22.067201 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_21_4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.09 00:33:22.067267 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2026.01.09 00:33:24.828802 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 524 2026.01.09 00:33:24.831206 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:24.831264 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:24.832438 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:33:24.832711 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:24.833059 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 524 2026.01.09 00:33:27.041023 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:27.041220 [ 269 ] {f6e0d2f1-dee4-4c5b-9edd-0eb58754172c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:33:27.041288 [ 269 ] {f6e0d2f1-dee4-4c5b-9edd-0eb58754172c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:33:27.041930 [ 269 ] {f6e0d2f1-dee4-4c5b-9edd-0eb58754172c} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:27.041983 [ 269 ] {f6e0d2f1-dee4-4c5b-9edd-0eb58754172c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:27.042384 [ 269 ] {f6e0d2f1-dee4-4c5b-9edd-0eb58754172c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.09 00:33:27.042617 [ 269 ] {f6e0d2f1-dee4-4c5b-9edd-0eb58754172c} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:27.042784 [ 269 ] {f6e0d2f1-dee4-4c5b-9edd-0eb58754172c} executeQuery: Read 2 rows, 167.00 B in 0.001608 sec., 1243.7810945273632 rows/sec., 101.42 KiB/sec. 2026.01.09 00:33:27.042833 [ 269 ] {f6e0d2f1-dee4-4c5b-9edd-0eb58754172c} TCPHandler: Processed in 0.001938275 sec. 2026.01.09 00:33:27.042965 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:27.043072 [ 269 ] {c2dafceb-3c7d-4111-afcb-e09f4cfbae6f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:27.043118 [ 269 ] {c2dafceb-3c7d-4111-afcb-e09f4cfbae6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:27.043639 [ 269 ] {c2dafceb-3c7d-4111-afcb-e09f4cfbae6f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:27.043677 [ 269 ] {c2dafceb-3c7d-4111-afcb-e09f4cfbae6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:27.044051 [ 269 ] {c2dafceb-3c7d-4111-afcb-e09f4cfbae6f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:33:27.044283 [ 269 ] {c2dafceb-3c7d-4111-afcb-e09f4cfbae6f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:27.044425 [ 269 ] {c2dafceb-3c7d-4111-afcb-e09f4cfbae6f} executeQuery: Read 137 rows, 12.14 KiB in 0.001374 sec., 99708.87918486171 rows/sec., 8.63 MiB/sec. 2026.01.09 00:33:27.044464 [ 269 ] {c2dafceb-3c7d-4111-afcb-e09f4cfbae6f} TCPHandler: Processed in 0.001551024 sec. 2026.01.09 00:33:27.044578 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:27.044677 [ 269 ] {30ff7d90-c379-4e3a-8281-3aa3306f8f63} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:27.044718 [ 269 ] {30ff7d90-c379-4e3a-8281-3aa3306f8f63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:27.045153 [ 269 ] {30ff7d90-c379-4e3a-8281-3aa3306f8f63} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:27.045191 [ 269 ] {30ff7d90-c379-4e3a-8281-3aa3306f8f63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:27.045494 [ 269 ] {30ff7d90-c379-4e3a-8281-3aa3306f8f63} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:33:27.045709 [ 269 ] {30ff7d90-c379-4e3a-8281-3aa3306f8f63} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:27.045854 [ 269 ] {30ff7d90-c379-4e3a-8281-3aa3306f8f63} executeQuery: Read 42 rows, 3.15 KiB in 0.001196 sec., 35117.05685618729 rows/sec., 2.57 MiB/sec. 2026.01.09 00:33:27.045893 [ 269 ] {30ff7d90-c379-4e3a-8281-3aa3306f8f63} TCPHandler: Processed in 0.001366029 sec. 2026.01.09 00:33:27.046005 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:27.046104 [ 269 ] {cdc79a94-f121-457f-801d-2fa6aab38e6d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:27.046145 [ 269 ] {cdc79a94-f121-457f-801d-2fa6aab38e6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:27.046594 [ 269 ] {cdc79a94-f121-457f-801d-2fa6aab38e6d} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:27.046630 [ 269 ] {cdc79a94-f121-457f-801d-2fa6aab38e6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:27.046944 [ 269 ] {cdc79a94-f121-457f-801d-2fa6aab38e6d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:33:27.047164 [ 269 ] {cdc79a94-f121-457f-801d-2fa6aab38e6d} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:27.047292 [ 269 ] {cdc79a94-f121-457f-801d-2fa6aab38e6d} executeQuery: Read 106 rows, 8.48 KiB in 0.001206 sec., 87893.864013267 rows/sec., 6.87 MiB/sec. 2026.01.09 00:33:27.047331 [ 269 ] {cdc79a94-f121-457f-801d-2fa6aab38e6d} TCPHandler: Processed in 0.001374949 sec. 2026.01.09 00:33:27.047444 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:27.047540 [ 269 ] {e4c8f4aa-e029-463b-996e-bc2c68fb420a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:27.047584 [ 269 ] {e4c8f4aa-e029-463b-996e-bc2c68fb420a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:27.048002 [ 269 ] {e4c8f4aa-e029-463b-996e-bc2c68fb420a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:27.048044 [ 269 ] {e4c8f4aa-e029-463b-996e-bc2c68fb420a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:27.048381 [ 269 ] {e4c8f4aa-e029-463b-996e-bc2c68fb420a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:33:27.048616 [ 269 ] {e4c8f4aa-e029-463b-996e-bc2c68fb420a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:27.048748 [ 269 ] {e4c8f4aa-e029-463b-996e-bc2c68fb420a} executeQuery: Read 161 rows, 11.48 KiB in 0.001226 sec., 131321.37030995105 rows/sec., 9.15 MiB/sec. 2026.01.09 00:33:27.048785 [ 269 ] {e4c8f4aa-e029-463b-996e-bc2c68fb420a} TCPHandler: Processed in 0.001390789 sec. 2026.01.09 00:33:27.048897 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:27.048993 [ 269 ] {554bc9f2-574c-4421-8f7d-6903d2253ac7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:27.049051 [ 269 ] {554bc9f2-574c-4421-8f7d-6903d2253ac7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:33:27.049897 [ 269 ] {554bc9f2-574c-4421-8f7d-6903d2253ac7} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:27.049933 [ 269 ] {554bc9f2-574c-4421-8f7d-6903d2253ac7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:27.050498 [ 269 ] {554bc9f2-574c-4421-8f7d-6903d2253ac7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:33:27.050721 [ 269 ] {554bc9f2-574c-4421-8f7d-6903d2253ac7} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:27.050861 [ 269 ] {554bc9f2-574c-4421-8f7d-6903d2253ac7} executeQuery: Read 40 rows, 73.40 KiB in 0.001885 sec., 21220.159151193635 rows/sec., 38.03 MiB/sec. 2026.01.09 00:33:27.050917 [ 269 ] {554bc9f2-574c-4421-8f7d-6903d2253ac7} TCPHandler: Processed in 0.002068879 sec. 2026.01.09 00:33:27.051033 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:27.051130 [ 269 ] {f5d50427-9aa6-43c9-9ed3-af1d374ff445} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:27.051172 [ 269 ] {f5d50427-9aa6-43c9-9ed3-af1d374ff445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:27.051520 [ 269 ] {f5d50427-9aa6-43c9-9ed3-af1d374ff445} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:27.051556 [ 269 ] {f5d50427-9aa6-43c9-9ed3-af1d374ff445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:27.051863 [ 269 ] {f5d50427-9aa6-43c9-9ed3-af1d374ff445} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:33:27.052082 [ 269 ] {f5d50427-9aa6-43c9-9ed3-af1d374ff445} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:27.052212 [ 269 ] {f5d50427-9aa6-43c9-9ed3-af1d374ff445} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.01.09 00:33:27.052250 [ 269 ] {f5d50427-9aa6-43c9-9ed3-af1d374ff445} TCPHandler: Processed in 0.001268346 sec. 2026.01.09 00:33:27.327553 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7191 2026.01.09 00:33:27.328121 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:27.328164 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:27.328661 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:33:27.328897 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:27.329036 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7191 2026.01.09 00:33:27.710657 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.01.09 00:33:27.727210 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:27.727279 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.01.09 00:33:27.735418 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:33:27.736184 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:27.739609 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.01.09 00:33:32.049597 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:32.049798 [ 269 ] {d83f138e-4ed8-4bb4-baa0-fb78c147428c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:33:32.049864 [ 269 ] {d83f138e-4ed8-4bb4-baa0-fb78c147428c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:33:32.050741 [ 269 ] {d83f138e-4ed8-4bb4-baa0-fb78c147428c} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.050792 [ 269 ] {d83f138e-4ed8-4bb4-baa0-fb78c147428c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.051227 [ 269 ] {d83f138e-4ed8-4bb4-baa0-fb78c147428c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:33:32.051479 [ 269 ] {d83f138e-4ed8-4bb4-baa0-fb78c147428c} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.051614 [ 70 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.09 00:33:32.051647 [ 269 ] {d83f138e-4ed8-4bb4-baa0-fb78c147428c} executeQuery: Read 410 rows, 26.63 KiB in 0.001893 sec., 216587.42736397253 rows/sec., 13.74 MiB/sec. 2026.01.09 00:33:32.051687 [ 70 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.051705 [ 269 ] {d83f138e-4ed8-4bb4-baa0-fb78c147428c} TCPHandler: Processed in 0.002236874 sec. 2026.01.09 00:33:32.051714 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.051822 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.01.09 00:33:32.051846 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:32.051932 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:32.051952 [ 269 ] {3fcdba57-36e8-4e2f-99b5-fedb7109ea62} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:32.051964 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 434 rows starting from the beginning of the part 2026.01.09 00:33:32.051999 [ 269 ] {3fcdba57-36e8-4e2f-99b5-fedb7109ea62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:32.052031 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 410 rows starting from the beginning of the part 2026.01.09 00:33:32.052083 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 410 rows starting from the beginning of the part 2026.01.09 00:33:32.052129 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 410 rows starting from the beginning of the part 2026.01.09 00:33:32.052172 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part 2026.01.09 00:33:32.052215 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 410 rows starting from the beginning of the part 2026.01.09 00:33:32.052932 [ 269 ] {3fcdba57-36e8-4e2f-99b5-fedb7109ea62} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.052970 [ 269 ] {3fcdba57-36e8-4e2f-99b5-fedb7109ea62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.053296 [ 194 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001515563 sec., 1638994.881770009 rows/sec., 110.53 MiB/sec. 2026.01.09 00:33:32.053353 [ 269 ] {3fcdba57-36e8-4e2f-99b5-fedb7109ea62} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:33:32.053428 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.09 00:33:32.053596 [ 269 ] {3fcdba57-36e8-4e2f-99b5-fedb7109ea62} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.053682 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.053739 [ 269 ] {3fcdba57-36e8-4e2f-99b5-fedb7109ea62} executeQuery: Read 1112 rows, 89.84 KiB in 0.001809 sec., 614704.2564953013 rows/sec., 48.50 MiB/sec. 2026.01.09 00:33:32.053744 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_10_2} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.09 00:33:32.053780 [ 269 ] {3fcdba57-36e8-4e2f-99b5-fedb7109ea62} TCPHandler: Processed in 0.001986757 sec. 2026.01.09 00:33:32.053811 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.09 00:33:32.053899 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:32.053999 [ 269 ] {14bcebf6-8160-484a-871d-30c8ea09e89d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:32.054041 [ 269 ] {14bcebf6-8160-484a-871d-30c8ea09e89d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:32.054534 [ 269 ] {14bcebf6-8160-484a-871d-30c8ea09e89d} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.054570 [ 269 ] {14bcebf6-8160-484a-871d-30c8ea09e89d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.054880 [ 269 ] {14bcebf6-8160-484a-871d-30c8ea09e89d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:33:32.055096 [ 269 ] {14bcebf6-8160-484a-871d-30c8ea09e89d} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.055228 [ 269 ] {14bcebf6-8160-484a-871d-30c8ea09e89d} executeQuery: Read 205 rows, 12.32 KiB in 0.001249 sec., 164131.30504403525 rows/sec., 9.63 MiB/sec. 2026.01.09 00:33:32.055266 [ 269 ] {14bcebf6-8160-484a-871d-30c8ea09e89d} TCPHandler: Processed in 0.00141759 sec. 2026.01.09 00:33:32.055381 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:32.055475 [ 269 ] {e274cb32-d485-4738-87d0-8a5d311cbb05} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:33:32.055518 [ 269 ] {e274cb32-d485-4738-87d0-8a5d311cbb05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:33:32.056001 [ 269 ] {e274cb32-d485-4738-87d0-8a5d311cbb05} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.056037 [ 269 ] {e274cb32-d485-4738-87d0-8a5d311cbb05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.056337 [ 269 ] {e274cb32-d485-4738-87d0-8a5d311cbb05} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:33:32.056556 [ 269 ] {e274cb32-d485-4738-87d0-8a5d311cbb05} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.056679 [ 70 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.09 00:33:32.056688 [ 269 ] {e274cb32-d485-4738-87d0-8a5d311cbb05} executeQuery: Read 212 rows, 14.00 KiB in 0.001228 sec., 172638.4364820847 rows/sec., 11.13 MiB/sec. 2026.01.09 00:33:32.056722 [ 70 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.056742 [ 269 ] {e274cb32-d485-4738-87d0-8a5d311cbb05} TCPHandler: Processed in 0.00141244 sec. 2026.01.09 00:33:32.056747 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.056833 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.09 00:33:32.056860 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:32.056923 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:32.056948 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 464 rows starting from the beginning of the part 2026.01.09 00:33:32.056955 [ 269 ] {41a0f636-4f2d-4483-a26d-fbda81532815} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:33:32.056996 [ 269 ] {41a0f636-4f2d-4483-a26d-fbda81532815} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:33:32.056996 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.01.09 00:33:32.057046 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2026.01.09 00:33:32.057083 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 440 rows starting from the beginning of the part 2026.01.09 00:33:32.057118 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2026.01.09 00:33:32.057153 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part 2026.01.09 00:33:32.057469 [ 269 ] {41a0f636-4f2d-4483-a26d-fbda81532815} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.057505 [ 269 ] {41a0f636-4f2d-4483-a26d-fbda81532815} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.057810 [ 269 ] {41a0f636-4f2d-4483-a26d-fbda81532815} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:33:32.057988 [ 194 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1541 rows, containing 5 columns (5 merged, 0 gathered) in 0.001184614 sec., 1300845.676313128 rows/sec., 90.47 MiB/sec. 2026.01.09 00:33:32.058022 [ 269 ] {41a0f636-4f2d-4483-a26d-fbda81532815} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.058160 [ 70 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.09 00:33:32.058166 [ 269 ] {41a0f636-4f2d-4483-a26d-fbda81532815} executeQuery: Read 211 rows, 12.27 KiB in 0.001226 sec., 172104.40456769982 rows/sec., 9.77 MiB/sec. 2026.01.09 00:33:32.058194 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.09 00:33:32.058201 [ 70 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.058224 [ 269 ] {41a0f636-4f2d-4483-a26d-fbda81532815} TCPHandler: Processed in 0.001413 sec. 2026.01.09 00:33:32.058250 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.058321 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.01.09 00:33:32.058355 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:32.058393 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:32.058420 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 223 rows starting from the beginning of the part 2026.01.09 00:33:32.058453 [ 269 ] {40e244c3-cb82-404e-9750-868116cc2a58} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:32.058466 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 211 rows starting from the beginning of the part 2026.01.09 00:33:32.058495 [ 269 ] {40e244c3-cb82-404e-9750-868116cc2a58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:32.058503 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 211 rows starting from the beginning of the part 2026.01.09 00:33:32.058542 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 211 rows starting from the beginning of the part 2026.01.09 00:33:32.058579 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 211 rows starting from the beginning of the part 2026.01.09 00:33:32.058612 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 211 rows starting from the beginning of the part 2026.01.09 00:33:32.058691 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.058845 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_11_2} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.09 00:33:32.058988 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.09 00:33:32.059218 [ 269 ] {40e244c3-cb82-404e-9750-868116cc2a58} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.059261 [ 269 ] {40e244c3-cb82-404e-9750-868116cc2a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.059406 [ 194 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001110792 sec., 1150530.4323401682 rows/sec., 69.93 MiB/sec. 2026.01.09 00:33:32.059547 [ 200 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.09 00:33:32.059618 [ 269 ] {40e244c3-cb82-404e-9750-868116cc2a58} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:33:32.059840 [ 200 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.059895 [ 269 ] {40e244c3-cb82-404e-9750-868116cc2a58} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.059916 [ 200 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_10_2} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.09 00:33:32.059990 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.09 00:33:32.060037 [ 269 ] {40e244c3-cb82-404e-9750-868116cc2a58} executeQuery: Read 679 rows, 48.47 KiB in 0.0016 sec., 424375 rows/sec., 29.58 MiB/sec. 2026.01.09 00:33:32.060085 [ 269 ] {40e244c3-cb82-404e-9750-868116cc2a58} TCPHandler: Processed in 0.00177794 sec. 2026.01.09 00:33:32.060202 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:32.060298 [ 269 ] {84fe07e1-68b0-482c-9157-d15fe344c96a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:33:32.060339 [ 269 ] {84fe07e1-68b0-482c-9157-d15fe344c96a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:33:32.060673 [ 269 ] {84fe07e1-68b0-482c-9157-d15fe344c96a} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.060709 [ 269 ] {84fe07e1-68b0-482c-9157-d15fe344c96a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.061009 [ 269 ] {84fe07e1-68b0-482c-9157-d15fe344c96a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:33:32.061221 [ 269 ] {84fe07e1-68b0-482c-9157-d15fe344c96a} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.061350 [ 269 ] {84fe07e1-68b0-482c-9157-d15fe344c96a} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2026.01.09 00:33:32.061387 [ 269 ] {84fe07e1-68b0-482c-9157-d15fe344c96a} TCPHandler: Processed in 0.001236955 sec. 2026.01.09 00:33:32.061495 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:32.061590 [ 269 ] {79585991-5ee8-43d0-a04d-86f9ebf9423a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:32.061632 [ 269 ] {79585991-5ee8-43d0-a04d-86f9ebf9423a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:32.062098 [ 269 ] {79585991-5ee8-43d0-a04d-86f9ebf9423a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.062135 [ 269 ] {79585991-5ee8-43d0-a04d-86f9ebf9423a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.062471 [ 269 ] {79585991-5ee8-43d0-a04d-86f9ebf9423a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:33:32.062686 [ 269 ] {79585991-5ee8-43d0-a04d-86f9ebf9423a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.062814 [ 269 ] {79585991-5ee8-43d0-a04d-86f9ebf9423a} executeQuery: Read 314 rows, 21.12 KiB in 0.001241 sec., 253021.75664786465 rows/sec., 16.62 MiB/sec. 2026.01.09 00:33:32.062851 [ 269 ] {79585991-5ee8-43d0-a04d-86f9ebf9423a} TCPHandler: Processed in 0.00140471 sec. 2026.01.09 00:33:32.062959 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:32.063056 [ 269 ] {32bab2ce-9834-4d67-bc30-e1213972a6bf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:33:32.063098 [ 269 ] {32bab2ce-9834-4d67-bc30-e1213972a6bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:33:32.063413 [ 269 ] {32bab2ce-9834-4d67-bc30-e1213972a6bf} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.063450 [ 269 ] {32bab2ce-9834-4d67-bc30-e1213972a6bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.063739 [ 269 ] {32bab2ce-9834-4d67-bc30-e1213972a6bf} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:33:32.063948 [ 269 ] {32bab2ce-9834-4d67-bc30-e1213972a6bf} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.064043 [ 84 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.09 00:33:32.064076 [ 269 ] {32bab2ce-9834-4d67-bc30-e1213972a6bf} executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. 2026.01.09 00:33:32.064089 [ 84 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.064118 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.064118 [ 269 ] {32bab2ce-9834-4d67-bc30-e1213972a6bf} TCPHandler: Processed in 0.001208664 sec. 2026.01.09 00:33:32.064190 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.01.09 00:33:32.064245 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:32.064286 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:32.064318 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2026.01.09 00:33:32.064343 [ 269 ] {188d0197-71ab-46b5-9926-f83b81b991d9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:32.064367 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.01.09 00:33:32.064385 [ 269 ] {188d0197-71ab-46b5-9926-f83b81b991d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:32.064407 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.01.09 00:33:32.064446 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.01.09 00:33:32.064484 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.01.09 00:33:32.064522 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.01.09 00:33:32.064752 [ 269 ] {188d0197-71ab-46b5-9926-f83b81b991d9} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:32.064787 [ 269 ] {188d0197-71ab-46b5-9926-f83b81b991d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:32.065104 [ 269 ] {188d0197-71ab-46b5-9926-f83b81b991d9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:33:32.065285 [ 200 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001120982 sec., 8920.749842548765 rows/sec., 597.62 KiB/sec. 2026.01.09 00:33:32.065315 [ 269 ] {188d0197-71ab-46b5-9926-f83b81b991d9} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.065412 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.09 00:33:32.065453 [ 269 ] {188d0197-71ab-46b5-9926-f83b81b991d9} executeQuery: Read 104 rows, 6.53 KiB in 0.001128 sec., 92198.58156028368 rows/sec., 5.65 MiB/sec. 2026.01.09 00:33:32.065492 [ 269 ] {188d0197-71ab-46b5-9926-f83b81b991d9} TCPHandler: Processed in 0.001299727 sec. 2026.01.09 00:33:32.065642 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:32.065700 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_10_2} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.09 00:33:32.065751 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:33:34.734450 [ 67 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:33:34.734510 [ 67 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:33:34.829126 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7639 2026.01.09 00:33:34.829658 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:34.829707 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:34.830205 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:33:34.830457 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:34.830576 [ 87 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.09 00:33:34.830598 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7639 2026.01.09 00:33:34.830633 [ 87 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:34.830659 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:34.830766 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.09 00:33:34.830899 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:34.830942 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5271 rows starting from the beginning of the part 2026.01.09 00:33:34.831016 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.01.09 00:33:34.831068 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.01.09 00:33:34.831120 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.01.09 00:33:34.831169 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.01.09 00:33:34.831217 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.01.09 00:33:34.832707 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7639 rows, containing 4 columns (4 merged, 0 gathered) in 0.001988467 sec., 3841652.8913982483 rows/sec., 54.96 MiB/sec. 2026.01.09 00:33:34.833244 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 558 2026.01.09 00:33:34.833412 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.09 00:33:34.833677 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:34.833750 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_16_3} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.09 00:33:34.833842 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.01.09 00:33:34.835457 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:34.835505 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:34.836668 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:33:34.836932 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:34.837058 [ 87 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.09 00:33:34.837090 [ 87 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:34.837107 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:34.837171 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 558 2026.01.09 00:33:34.837203 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.09 00:33:34.837755 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:34.837905 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 376 rows starting from the beginning of the part 2026.01.09 00:33:34.838293 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part 2026.01.09 00:33:34.838625 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part 2026.01.09 00:33:34.838924 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part 2026.01.09 00:33:34.839226 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part 2026.01.09 00:33:34.839541 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2026.01.09 00:33:34.845836 [ 187 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 72 columns (72 merged, 0 gathered) in 0.008681337 sec., 64275.81373698544 rows/sec., 59.91 MiB/sec. 2026.01.09 00:33:34.846650 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.09 00:33:34.847151 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:34.847227 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_11_2} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.09 00:33:34.847396 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. 2026.01.09 00:33:35.001150 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000812284 sec. 2026.01.09 00:33:35.239682 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.01.09 00:33:35.258241 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:35.258310 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:35.264360 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:33:35.265126 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:35.265433 [ 87 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.09 00:33:35.265501 [ 87 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:35.265522 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:35.265647 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.09 00:33:35.268541 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.01.09 00:33:35.270023 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:35.271614 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.01.09 00:33:35.276523 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.01.09 00:33:35.281162 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.01.09 00:33:35.285836 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.01.09 00:33:35.290318 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.01.09 00:33:35.294617 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.01.09 00:33:35.347161 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081570862 sec., 1483.3728249678177 rows/sec., 7.67 MiB/sec. 2026.01.09 00:33:35.349879 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.09 00:33:35.351960 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:35.352068 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_16_3} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.09 00:33:35.355015 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.01.09 00:33:36.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 232.34 MiB, peak 242.32 MiB, free memory in arenas 0.00 B, will set to 239.82 MiB (RSS), difference: 7.48 MiB 2026.01.09 00:33:37.040634 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:37.040810 [ 269 ] {57184155-1fba-4aee-a3ff-39d3e78d353e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:37.040875 [ 269 ] {57184155-1fba-4aee-a3ff-39d3e78d353e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:37.041577 [ 269 ] {57184155-1fba-4aee-a3ff-39d3e78d353e} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:37.041619 [ 269 ] {57184155-1fba-4aee-a3ff-39d3e78d353e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:37.042048 [ 269 ] {57184155-1fba-4aee-a3ff-39d3e78d353e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:33:37.042291 [ 269 ] {57184155-1fba-4aee-a3ff-39d3e78d353e} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:37.042455 [ 269 ] {57184155-1fba-4aee-a3ff-39d3e78d353e} executeQuery: Read 138 rows, 12.27 KiB in 0.001689 sec., 81705.15097690941 rows/sec., 7.09 MiB/sec. 2026.01.09 00:33:37.042504 [ 269 ] {57184155-1fba-4aee-a3ff-39d3e78d353e} TCPHandler: Processed in 0.001994667 sec. 2026.01.09 00:33:37.042624 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:37.042728 [ 269 ] {ad358ac2-8a2f-4536-96ab-78c8969ded29} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:37.042772 [ 269 ] {ad358ac2-8a2f-4536-96ab-78c8969ded29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:37.043203 [ 269 ] {ad358ac2-8a2f-4536-96ab-78c8969ded29} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:37.043238 [ 269 ] {ad358ac2-8a2f-4536-96ab-78c8969ded29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:37.043549 [ 269 ] {ad358ac2-8a2f-4536-96ab-78c8969ded29} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:33:37.043772 [ 269 ] {ad358ac2-8a2f-4536-96ab-78c8969ded29} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:37.043908 [ 269 ] {ad358ac2-8a2f-4536-96ab-78c8969ded29} executeQuery: Read 41 rows, 3.08 KiB in 0.001202 sec., 34109.816971713815 rows/sec., 2.50 MiB/sec. 2026.01.09 00:33:37.043946 [ 269 ] {ad358ac2-8a2f-4536-96ab-78c8969ded29} TCPHandler: Processed in 0.001373389 sec. 2026.01.09 00:33:37.044053 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:37.044153 [ 269 ] {1d90dff3-84e4-4c1d-a0cd-a86f0ddb584a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:37.044194 [ 269 ] {1d90dff3-84e4-4c1d-a0cd-a86f0ddb584a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:37.044628 [ 269 ] {1d90dff3-84e4-4c1d-a0cd-a86f0ddb584a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:37.044662 [ 269 ] {1d90dff3-84e4-4c1d-a0cd-a86f0ddb584a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:37.044976 [ 269 ] {1d90dff3-84e4-4c1d-a0cd-a86f0ddb584a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:33:37.045199 [ 269 ] {1d90dff3-84e4-4c1d-a0cd-a86f0ddb584a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:37.045329 [ 269 ] {1d90dff3-84e4-4c1d-a0cd-a86f0ddb584a} executeQuery: Read 105 rows, 8.40 KiB in 0.001193 sec., 88013.41156747694 rows/sec., 6.87 MiB/sec. 2026.01.09 00:33:37.045366 [ 269 ] {1d90dff3-84e4-4c1d-a0cd-a86f0ddb584a} TCPHandler: Processed in 0.001361819 sec. 2026.01.09 00:33:37.045476 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:37.045571 [ 269 ] {8c2712fd-0877-47db-857d-f301a111a4eb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:37.045614 [ 269 ] {8c2712fd-0877-47db-857d-f301a111a4eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:37.046011 [ 269 ] {8c2712fd-0877-47db-857d-f301a111a4eb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:37.046045 [ 269 ] {8c2712fd-0877-47db-857d-f301a111a4eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:37.046374 [ 269 ] {8c2712fd-0877-47db-857d-f301a111a4eb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:33:37.046594 [ 269 ] {8c2712fd-0877-47db-857d-f301a111a4eb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:37.046722 [ 269 ] {8c2712fd-0877-47db-857d-f301a111a4eb} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.01.09 00:33:37.046760 [ 269 ] {8c2712fd-0877-47db-857d-f301a111a4eb} TCPHandler: Processed in 0.001333738 sec. 2026.01.09 00:33:37.046864 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:37.046959 [ 269 ] {a76de545-bef1-4113-be21-672e5c5dbf5c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:37.047013 [ 269 ] {a76de545-bef1-4113-be21-672e5c5dbf5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:33:37.047811 [ 269 ] {a76de545-bef1-4113-be21-672e5c5dbf5c} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:37.047846 [ 269 ] {a76de545-bef1-4113-be21-672e5c5dbf5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:37.048430 [ 269 ] {a76de545-bef1-4113-be21-672e5c5dbf5c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:33:37.048660 [ 269 ] {a76de545-bef1-4113-be21-672e5c5dbf5c} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:37.048756 [ 125 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.09 00:33:37.048797 [ 125 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:37.048797 [ 269 ] {a76de545-bef1-4113-be21-672e5c5dbf5c} executeQuery: Read 41 rows, 75.23 KiB in 0.001854 sec., 22114.347357065802 rows/sec., 39.63 MiB/sec. 2026.01.09 00:33:37.048819 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:37.048869 [ 269 ] {a76de545-bef1-4113-be21-672e5c5dbf5c} TCPHandler: Processed in 0.002054289 sec. 2026.01.09 00:33:37.048952 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.09 00:33:37.048983 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:37.049104 [ 269 ] {60549089-6bb3-4948-b99b-15a8e05e5f05} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:37.049148 [ 269 ] {60549089-6bb3-4948-b99b-15a8e05e5f05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:37.049232 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:37.049301 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part 2026.01.09 00:33:37.049443 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part 2026.01.09 00:33:37.049534 [ 269 ] {60549089-6bb3-4948-b99b-15a8e05e5f05} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:37.049556 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2026.01.09 00:33:37.049585 [ 269 ] {60549089-6bb3-4948-b99b-15a8e05e5f05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:37.049656 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2026.01.09 00:33:37.049758 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2026.01.09 00:33:37.049851 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part 2026.01.09 00:33:37.049922 [ 269 ] {60549089-6bb3-4948-b99b-15a8e05e5f05} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:33:37.050158 [ 269 ] {60549089-6bb3-4948-b99b-15a8e05e5f05} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:37.050297 [ 269 ] {60549089-6bb3-4948-b99b-15a8e05e5f05} executeQuery: Read 60 rows, 4.14 KiB in 0.00121 sec., 49586.776859504134 rows/sec., 3.34 MiB/sec. 2026.01.09 00:33:37.050336 [ 269 ] {60549089-6bb3-4948-b99b-15a8e05e5f05} TCPHandler: Processed in 0.00140487 sec. 2026.01.09 00:33:37.053340 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 327 rows, containing 19 columns (19 merged, 0 gathered) in 0.004451367 sec., 73460.57963767085 rows/sec., 131.64 MiB/sec. 2026.01.09 00:33:37.053877 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.09 00:33:37.054189 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:37.054271 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_11_2} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.09 00:33:37.054379 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. 2026.01.09 00:33:39.537884 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:39.538183 [ 269 ] {fb79ee9f-55e4-4d6b-b693-2100aff5a2bb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:33:39.538287 [ 269 ] {fb79ee9f-55e4-4d6b-b693-2100aff5a2bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:33:39.539748 [ 269 ] {fb79ee9f-55e4-4d6b-b693-2100aff5a2bb} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.539817 [ 269 ] {fb79ee9f-55e4-4d6b-b693-2100aff5a2bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.540505 [ 269 ] {fb79ee9f-55e4-4d6b-b693-2100aff5a2bb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:33:39.540831 [ 269 ] {fb79ee9f-55e4-4d6b-b693-2100aff5a2bb} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.541076 [ 269 ] {fb79ee9f-55e4-4d6b-b693-2100aff5a2bb} executeQuery: Read 410 rows, 26.63 KiB in 0.002961 sec., 138466.73421141505 rows/sec., 8.78 MiB/sec. 2026.01.09 00:33:39.541152 [ 269 ] {fb79ee9f-55e4-4d6b-b693-2100aff5a2bb} TCPHandler: Processed in 0.003479769 sec. 2026.01.09 00:33:39.541349 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:39.541493 [ 269 ] {bed9641b-4684-41e4-8fd8-bc4c84f603e8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:39.541560 [ 269 ] {bed9641b-4684-41e4-8fd8-bc4c84f603e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:39.544903 [ 269 ] {bed9641b-4684-41e4-8fd8-bc4c84f603e8} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.544958 [ 269 ] {bed9641b-4684-41e4-8fd8-bc4c84f603e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.545647 [ 269 ] {bed9641b-4684-41e4-8fd8-bc4c84f603e8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:33:39.545980 [ 269 ] {bed9641b-4684-41e4-8fd8-bc4c84f603e8} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.546192 [ 269 ] {bed9641b-4684-41e4-8fd8-bc4c84f603e8} executeQuery: Read 2252 rows, 186.40 KiB in 0.004733 sec., 475808.1555039087 rows/sec., 38.46 MiB/sec. 2026.01.09 00:33:39.546265 [ 269 ] {bed9641b-4684-41e4-8fd8-bc4c84f603e8} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:33:39.546288 [ 269 ] {bed9641b-4684-41e4-8fd8-bc4c84f603e8} TCPHandler: Processed in 0.005010623 sec. 2026.01.09 00:33:39.546490 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:39.546632 [ 269 ] {eb2791a1-b396-482c-98de-01e18432d6a1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:39.546697 [ 269 ] {eb2791a1-b396-482c-98de-01e18432d6a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:39.547500 [ 269 ] {eb2791a1-b396-482c-98de-01e18432d6a1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.547548 [ 269 ] {eb2791a1-b396-482c-98de-01e18432d6a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.548030 [ 269 ] {eb2791a1-b396-482c-98de-01e18432d6a1} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:33:39.548361 [ 269 ] {eb2791a1-b396-482c-98de-01e18432d6a1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.548520 [ 121 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.09 00:33:39.548555 [ 269 ] {eb2791a1-b396-482c-98de-01e18432d6a1} executeQuery: Read 205 rows, 12.32 KiB in 0.001962 sec., 104485.21916411823 rows/sec., 6.13 MiB/sec. 2026.01.09 00:33:39.548569 [ 121 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.548605 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.548614 [ 269 ] {eb2791a1-b396-482c-98de-01e18432d6a1} TCPHandler: Processed in 0.002208233 sec. 2026.01.09 00:33:39.548788 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:39.548793 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.09 00:33:39.548928 [ 269 ] {4b9126d5-8d42-428f-8103-fc6d0ff7d8c1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:33:39.548996 [ 269 ] {4b9126d5-8d42-428f-8103-fc6d0ff7d8c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:33:39.549017 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:39.549091 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 277 rows starting from the beginning of the part 2026.01.09 00:33:39.549200 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 205 rows starting from the beginning of the part 2026.01.09 00:33:39.549275 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2026.01.09 00:33:39.549345 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 205 rows starting from the beginning of the part 2026.01.09 00:33:39.549413 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part 2026.01.09 00:33:39.549483 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 205 rows starting from the beginning of the part 2026.01.09 00:33:39.549897 [ 269 ] {4b9126d5-8d42-428f-8103-fc6d0ff7d8c1} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.549952 [ 269 ] {4b9126d5-8d42-428f-8103-fc6d0ff7d8c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.550762 [ 269 ] {4b9126d5-8d42-428f-8103-fc6d0ff7d8c1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:33:39.551090 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 975 rows, containing 5 columns (5 merged, 0 gathered) in 0.002381258 sec., 409447.4433261747 rows/sec., 26.52 MiB/sec. 2026.01.09 00:33:39.551102 [ 269 ] {4b9126d5-8d42-428f-8103-fc6d0ff7d8c1} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.551387 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.09 00:33:39.551408 [ 269 ] {4b9126d5-8d42-428f-8103-fc6d0ff7d8c1} executeQuery: Read 440 rows, 29.81 KiB in 0.002514 sec., 175019.88862370723 rows/sec., 11.58 MiB/sec. 2026.01.09 00:33:39.551474 [ 269 ] {4b9126d5-8d42-428f-8103-fc6d0ff7d8c1} TCPHandler: Processed in 0.002754848 sec. 2026.01.09 00:33:39.551662 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:39.551799 [ 269 ] {830eb8f2-2a21-4c72-a043-b21c3077d515} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:33:39.551803 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.551868 [ 269 ] {830eb8f2-2a21-4c72-a043-b21c3077d515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:33:39.551924 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_21_4} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.09 00:33:39.552151 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:33:39.552666 [ 269 ] {830eb8f2-2a21-4c72-a043-b21c3077d515} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.552712 [ 269 ] {830eb8f2-2a21-4c72-a043-b21c3077d515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.553222 [ 269 ] {830eb8f2-2a21-4c72-a043-b21c3077d515} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:33:39.553548 [ 269 ] {830eb8f2-2a21-4c72-a043-b21c3077d515} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.553753 [ 269 ] {830eb8f2-2a21-4c72-a043-b21c3077d515} executeQuery: Read 211 rows, 12.27 KiB in 0.001989 sec., 106083.45902463551 rows/sec., 6.02 MiB/sec. 2026.01.09 00:33:39.553812 [ 269 ] {830eb8f2-2a21-4c72-a043-b21c3077d515} TCPHandler: Processed in 0.002224344 sec. 2026.01.09 00:33:39.553985 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:39.554122 [ 269 ] {224efbda-f0c9-44c5-8e1b-81f32bfea9d4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:39.554185 [ 269 ] {224efbda-f0c9-44c5-8e1b-81f32bfea9d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:39.555524 [ 269 ] {224efbda-f0c9-44c5-8e1b-81f32bfea9d4} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.555569 [ 269 ] {224efbda-f0c9-44c5-8e1b-81f32bfea9d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.556145 [ 269 ] {224efbda-f0c9-44c5-8e1b-81f32bfea9d4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:33:39.556480 [ 269 ] {224efbda-f0c9-44c5-8e1b-81f32bfea9d4} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.556682 [ 269 ] {224efbda-f0c9-44c5-8e1b-81f32bfea9d4} executeQuery: Read 1135 rows, 82.76 KiB in 0.002592 sec., 437885.8024691358 rows/sec., 31.18 MiB/sec. 2026.01.09 00:33:39.556741 [ 269 ] {224efbda-f0c9-44c5-8e1b-81f32bfea9d4} TCPHandler: Processed in 0.00282652 sec. 2026.01.09 00:33:39.556937 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:39.557077 [ 269 ] {795305e8-2f5d-4fd0-9da4-b3c3a1631feb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:33:39.557143 [ 269 ] {795305e8-2f5d-4fd0-9da4-b3c3a1631feb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:33:39.557693 [ 269 ] {795305e8-2f5d-4fd0-9da4-b3c3a1631feb} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.557744 [ 269 ] {795305e8-2f5d-4fd0-9da4-b3c3a1631feb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.558186 [ 269 ] {795305e8-2f5d-4fd0-9da4-b3c3a1631feb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:33:39.558538 [ 269 ] {795305e8-2f5d-4fd0-9da4-b3c3a1631feb} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.558733 [ 269 ] {795305e8-2f5d-4fd0-9da4-b3c3a1631feb} executeQuery: Read 6 rows, 321.00 B in 0.001688 sec., 3554.5023696682465 rows/sec., 185.71 KiB/sec. 2026.01.09 00:33:39.558791 [ 269 ] {795305e8-2f5d-4fd0-9da4-b3c3a1631feb} TCPHandler: Processed in 0.001927494 sec. 2026.01.09 00:33:39.558969 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:39.559110 [ 269 ] {9fe4b35f-0e4e-4c33-8728-462c08a29d37} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:39.559177 [ 269 ] {9fe4b35f-0e4e-4c33-8728-462c08a29d37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:39.560444 [ 269 ] {9fe4b35f-0e4e-4c33-8728-462c08a29d37} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.560494 [ 269 ] {9fe4b35f-0e4e-4c33-8728-462c08a29d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.561126 [ 269 ] {9fe4b35f-0e4e-4c33-8728-462c08a29d37} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:33:39.561484 [ 269 ] {9fe4b35f-0e4e-4c33-8728-462c08a29d37} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.561699 [ 269 ] {9fe4b35f-0e4e-4c33-8728-462c08a29d37} executeQuery: Read 934 rows, 63.32 KiB in 0.002622 sec., 356216.6285278413 rows/sec., 23.58 MiB/sec. 2026.01.09 00:33:39.561760 [ 269 ] {9fe4b35f-0e4e-4c33-8728-462c08a29d37} TCPHandler: Processed in 0.002863132 sec. 2026.01.09 00:33:39.562016 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:39.562167 [ 269 ] {94f6334e-59c3-4e8d-865b-0681fd087541} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:33:39.562239 [ 269 ] {94f6334e-59c3-4e8d-865b-0681fd087541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:33:39.562875 [ 269 ] {94f6334e-59c3-4e8d-865b-0681fd087541} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.562932 [ 269 ] {94f6334e-59c3-4e8d-865b-0681fd087541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.563482 [ 269 ] {94f6334e-59c3-4e8d-865b-0681fd087541} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:33:39.563861 [ 269 ] {94f6334e-59c3-4e8d-865b-0681fd087541} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.564061 [ 269 ] {94f6334e-59c3-4e8d-865b-0681fd087541} executeQuery: Read 1 rows, 69.00 B in 0.001928 sec., 518.6721991701245 rows/sec., 34.95 KiB/sec. 2026.01.09 00:33:39.564117 [ 269 ] {94f6334e-59c3-4e8d-865b-0681fd087541} TCPHandler: Processed in 0.002221633 sec. 2026.01.09 00:33:39.564289 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:39.564415 [ 269 ] {eaabe9e7-1911-42ae-af09-600129f6971f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:39.564476 [ 269 ] {eaabe9e7-1911-42ae-af09-600129f6971f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:39.565028 [ 269 ] {eaabe9e7-1911-42ae-af09-600129f6971f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:39.565076 [ 269 ] {eaabe9e7-1911-42ae-af09-600129f6971f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:39.565546 [ 269 ] {eaabe9e7-1911-42ae-af09-600129f6971f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:33:39.565905 [ 269 ] {eaabe9e7-1911-42ae-af09-600129f6971f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:39.566093 [ 269 ] {eaabe9e7-1911-42ae-af09-600129f6971f} executeQuery: Read 80 rows, 4.87 KiB in 0.001708 sec., 46838.4074941452 rows/sec., 2.78 MiB/sec. 2026.01.09 00:33:39.566143 [ 269 ] {eaabe9e7-1911-42ae-af09-600129f6971f} TCPHandler: Processed in 0.001925295 sec. 2026.01.09 00:33:40.567116 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32831 2026.01.09 00:33:40.567239 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.567269 [ 288 ] {} TCP-Session: 019964da-7131-4a84-a29d-e46c912c9e53 Authenticating user 'default' from [fd00:1122:3344:101::e]:32831 2026.01.09 00:33:40.567295 [ 288 ] {} TCP-Session: 019964da-7131-4a84-a29d-e46c912c9e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.567310 [ 288 ] {} TCP-Session: 019964da-7131-4a84-a29d-e46c912c9e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.567508 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42398 2026.01.09 00:33:40.567547 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46091 2026.01.09 00:33:40.567567 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58961 2026.01.09 00:33:40.567601 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40087 2026.01.09 00:33:40.567614 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64291 2026.01.09 00:33:40.567639 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.567639 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61983 2026.01.09 00:33:40.567704 [ 289 ] {} TCP-Session: c3724e9b-db3d-4cc7-b755-23aa09b56be1 Authenticating user 'default' from [fd00:1122:3344:101::e]:42398 2026.01.09 00:33:40.567565 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58623 2026.01.09 00:33:40.567763 [ 289 ] {} TCP-Session: c3724e9b-db3d-4cc7-b755-23aa09b56be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.567778 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.567795 [ 288 ] {} TCP-Session: 019964da-7131-4a84-a29d-e46c912c9e53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:40.567828 [ 293 ] {} TCP-Session: 4d74df69-a8c1-4216-bf9c-3330e447e75e Authenticating user 'default' from [fd00:1122:3344:101::e]:58961 2026.01.09 00:33:40.567800 [ 289 ] {} TCP-Session: c3724e9b-db3d-4cc7-b755-23aa09b56be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.567865 [ 293 ] {} TCP-Session: 4d74df69-a8c1-4216-bf9c-3330e447e75e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.567561 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49464 2026.01.09 00:33:40.567891 [ 293 ] {} TCP-Session: 4d74df69-a8c1-4216-bf9c-3330e447e75e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568009 [ 288 ] {eebf3242-d00f-4b66-bf64-23e88e41ac76} executeQuery: (from [fd00:1122:3344:101::e]:32831) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:33:40.568059 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.568102 [ 286 ] {} TCP-Session: 5e9e02dd-f012-43d2-959f-7cd0b9e9cb15 Authenticating user 'default' from [fd00:1122:3344:101::e]:61983 2026.01.09 00:33:40.568104 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.568129 [ 286 ] {} TCP-Session: 5e9e02dd-f012-43d2-959f-7cd0b9e9cb15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568142 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.568153 [ 286 ] {} TCP-Session: 5e9e02dd-f012-43d2-959f-7cd0b9e9cb15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568149 [ 292 ] {} TCP-Session: 2967a99b-ee8b-4fc0-930a-8311fb115291 Authenticating user 'default' from [fd00:1122:3344:101::e]:58623 2026.01.09 00:33:40.568173 [ 291 ] {} TCP-Session: 860182e9-21fc-4067-8235-c6ddcdb4e835 Authenticating user 'default' from [fd00:1122:3344:101::e]:49464 2026.01.09 00:33:40.568181 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.568208 [ 291 ] {} TCP-Session: 860182e9-21fc-4067-8235-c6ddcdb4e835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568198 [ 292 ] {} TCP-Session: 2967a99b-ee8b-4fc0-930a-8311fb115291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568238 [ 291 ] {} TCP-Session: 860182e9-21fc-4067-8235-c6ddcdb4e835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568259 [ 292 ] {} TCP-Session: 2967a99b-ee8b-4fc0-930a-8311fb115291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568233 [ 267 ] {} TCP-Session: 900e7799-37d1-4187-8a87-3b6c7e29d432 Authenticating user 'default' from [fd00:1122:3344:101::e]:64291 2026.01.09 00:33:40.568307 [ 267 ] {} TCP-Session: 900e7799-37d1-4187-8a87-3b6c7e29d432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568315 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.568320 [ 267 ] {} TCP-Session: 900e7799-37d1-4187-8a87-3b6c7e29d432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568347 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.568366 [ 290 ] {} TCP-Session: f9403889-ddcf-4ce4-9ea4-dfd6346de15a Authenticating user 'default' from [fd00:1122:3344:101::e]:46091 2026.01.09 00:33:40.568396 [ 294 ] {} TCP-Session: 6c03aab5-96c2-46c8-a828-db74d02aa843 Authenticating user 'default' from [fd00:1122:3344:101::e]:40087 2026.01.09 00:33:40.568408 [ 290 ] {} TCP-Session: f9403889-ddcf-4ce4-9ea4-dfd6346de15a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568421 [ 294 ] {} TCP-Session: 6c03aab5-96c2-46c8-a828-db74d02aa843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568434 [ 290 ] {} TCP-Session: f9403889-ddcf-4ce4-9ea4-dfd6346de15a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568447 [ 294 ] {} TCP-Session: 6c03aab5-96c2-46c8-a828-db74d02aa843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.568411 [ 288 ] {eebf3242-d00f-4b66-bf64-23e88e41ac76} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:33:40.568534 [ 288 ] {eebf3242-d00f-4b66-bf64-23e88e41ac76} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:33:40.568842 [ 288 ] {eebf3242-d00f-4b66-bf64-23e88e41ac76} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:33:40.569949 [ 298 ] {eebf3242-d00f-4b66-bf64-23e88e41ac76} AggregatingTransform: Aggregating 2026.01.09 00:33:40.570003 [ 298 ] {eebf3242-d00f-4b66-bf64-23e88e41ac76} Aggregator: Aggregation method: without_key 2026.01.09 00:33:40.570046 [ 298 ] {eebf3242-d00f-4b66-bf64-23e88e41ac76} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001101682 sec. (907.703 rows/sec., 35.46 KiB/sec.) 2026.01.09 00:33:40.570067 [ 298 ] {eebf3242-d00f-4b66-bf64-23e88e41ac76} Aggregator: Merging aggregated data 2026.01.09 00:33:40.571229 [ 288 ] {eebf3242-d00f-4b66-bf64-23e88e41ac76} executeQuery: Read 1 rows, 40.00 B in 0.003284 sec., 304.50669914738125 rows/sec., 11.89 KiB/sec. 2026.01.09 00:33:40.571390 [ 288 ] {eebf3242-d00f-4b66-bf64-23e88e41ac76} TCPHandler: Processed in 0.003787048 sec. 2026.01.09 00:33:40.571518 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.571541 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.571546 [ 288 ] {} TCP-Session: 019964da-7131-4a84-a29d-e46c912c9e53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.571561 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.571578 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.571609 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.571621 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.571637 [ 286 ] {} TCP-Session: 5e9e02dd-f012-43d2-959f-7cd0b9e9cb15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.571651 [ 291 ] {} TCP-Session: 860182e9-21fc-4067-8235-c6ddcdb4e835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.571655 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.571673 [ 267 ] {} TCP-Session: 900e7799-37d1-4187-8a87-3b6c7e29d432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.571642 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.571714 [ 294 ] {} TCP-Session: 6c03aab5-96c2-46c8-a828-db74d02aa843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.571753 [ 293 ] {} TCP-Session: 4d74df69-a8c1-4216-bf9c-3330e447e75e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.571619 [ 290 ] {} TCP-Session: f9403889-ddcf-4ce4-9ea4-dfd6346de15a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.571592 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.571586 [ 289 ] {} TCP-Session: c3724e9b-db3d-4cc7-b755-23aa09b56be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.571831 [ 292 ] {} TCP-Session: 2967a99b-ee8b-4fc0-930a-8311fb115291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.636725 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46881 2026.01.09 00:33:40.636830 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.636856 [ 288 ] {} TCP-Session: 7b1dfb9b-4e47-4238-a5ab-530b23099fd0 Authenticating user 'default' from [fd00:1122:3344:101::e]:46881 2026.01.09 00:33:40.636879 [ 288 ] {} TCP-Session: 7b1dfb9b-4e47-4238-a5ab-530b23099fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.636891 [ 288 ] {} TCP-Session: 7b1dfb9b-4e47-4238-a5ab-530b23099fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637086 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38468 2026.01.09 00:33:40.637099 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59355 2026.01.09 00:33:40.637133 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47867 2026.01.09 00:33:40.637147 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45277 2026.01.09 00:33:40.637174 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41238 2026.01.09 00:33:40.637162 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.637212 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51815 2026.01.09 00:33:40.637233 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.637246 [ 289 ] {} TCP-Session: de488499-bd17-4690-b2bf-52144f760400 Authenticating user 'default' from [fd00:1122:3344:101::e]:38468 2026.01.09 00:33:40.637289 [ 292 ] {} TCP-Session: e10ea5f7-4cab-4512-b54e-230bda15092f Authenticating user 'default' from [fd00:1122:3344:101::e]:47867 2026.01.09 00:33:40.637291 [ 288 ] {} TCP-Session: 7b1dfb9b-4e47-4238-a5ab-530b23099fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:40.637318 [ 292 ] {} TCP-Session: e10ea5f7-4cab-4512-b54e-230bda15092f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637324 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.637346 [ 292 ] {} TCP-Session: e10ea5f7-4cab-4512-b54e-230bda15092f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637307 [ 289 ] {} TCP-Session: de488499-bd17-4690-b2bf-52144f760400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637370 [ 286 ] {} TCP-Session: 4b065d78-e7db-470a-8816-697646c0ccdf Authenticating user 'default' from [fd00:1122:3344:101::e]:51815 2026.01.09 00:33:40.637393 [ 289 ] {} TCP-Session: de488499-bd17-4690-b2bf-52144f760400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637413 [ 286 ] {} TCP-Session: 4b065d78-e7db-470a-8816-697646c0ccdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637260 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.637438 [ 286 ] {} TCP-Session: 4b065d78-e7db-470a-8816-697646c0ccdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637237 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.637472 [ 267 ] {} TCP-Session: 1c172c3f-b935-4794-8edf-121495342594 Authenticating user 'default' from [fd00:1122:3344:101::e]:41238 2026.01.09 00:33:40.637213 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.637509 [ 288 ] {4000e579-73fd-4703-b2ac-23d83f8c0a0b} executeQuery: (from [fd00:1122:3344:101::e]:46881) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:33:40.637545 [ 290 ] {} TCP-Session: 72564e6a-a46d-4bfc-ac18-92bf741885eb Authenticating user 'default' from [fd00:1122:3344:101::e]:59355 2026.01.09 00:33:40.637509 [ 267 ] {} TCP-Session: 1c172c3f-b935-4794-8edf-121495342594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637578 [ 290 ] {} TCP-Session: 72564e6a-a46d-4bfc-ac18-92bf741885eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637593 [ 267 ] {} TCP-Session: 1c172c3f-b935-4794-8edf-121495342594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637605 [ 290 ] {} TCP-Session: 72564e6a-a46d-4bfc-ac18-92bf741885eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637506 [ 294 ] {} TCP-Session: a8c7dded-74ff-4065-a14c-b056ffd7faa9 Authenticating user 'default' from [fd00:1122:3344:101::e]:45277 2026.01.09 00:33:40.637132 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49788 2026.01.09 00:33:40.637655 [ 294 ] {} TCP-Session: a8c7dded-74ff-4065-a14c-b056ffd7faa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637142 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59151 2026.01.09 00:33:40.637701 [ 294 ] {} TCP-Session: a8c7dded-74ff-4065-a14c-b056ffd7faa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637738 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.637768 [ 291 ] {} TCP-Session: c8a16eab-aff6-40e0-aaf1-1d95f0ba6d9a Authenticating user 'default' from [fd00:1122:3344:101::e]:49788 2026.01.09 00:33:40.637771 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.637785 [ 288 ] {4000e579-73fd-4703-b2ac-23d83f8c0a0b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:33:40.637790 [ 291 ] {} TCP-Session: c8a16eab-aff6-40e0-aaf1-1d95f0ba6d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637809 [ 293 ] {} TCP-Session: 8a194a73-e034-445b-9865-7ee91174252c Authenticating user 'default' from [fd00:1122:3344:101::e]:59151 2026.01.09 00:33:40.637833 [ 291 ] {} TCP-Session: c8a16eab-aff6-40e0-aaf1-1d95f0ba6d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637850 [ 293 ] {} TCP-Session: 8a194a73-e034-445b-9865-7ee91174252c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.637853 [ 288 ] {4000e579-73fd-4703-b2ac-23d83f8c0a0b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:33:40.637885 [ 293 ] {} TCP-Session: 8a194a73-e034-445b-9865-7ee91174252c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.638167 [ 288 ] {4000e579-73fd-4703-b2ac-23d83f8c0a0b} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:33:40.639097 [ 307 ] {4000e579-73fd-4703-b2ac-23d83f8c0a0b} AggregatingTransform: Aggregating 2026.01.09 00:33:40.639130 [ 307 ] {4000e579-73fd-4703-b2ac-23d83f8c0a0b} Aggregator: Aggregation method: without_key 2026.01.09 00:33:40.639158 [ 307 ] {4000e579-73fd-4703-b2ac-23d83f8c0a0b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000882515 sec. (1133.125 rows/sec., 44.26 KiB/sec.) 2026.01.09 00:33:40.639172 [ 307 ] {4000e579-73fd-4703-b2ac-23d83f8c0a0b} Aggregator: Merging aggregated data 2026.01.09 00:33:40.640310 [ 288 ] {4000e579-73fd-4703-b2ac-23d83f8c0a0b} executeQuery: Read 1 rows, 40.00 B in 0.002882 sec., 346.98126301179735 rows/sec., 13.55 KiB/sec. 2026.01.09 00:33:40.640415 [ 288 ] {4000e579-73fd-4703-b2ac-23d83f8c0a0b} TCPHandler: Processed in 0.003261823 sec. 2026.01.09 00:33:40.640503 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.640534 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.640545 [ 289 ] {} TCP-Session: de488499-bd17-4690-b2bf-52144f760400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.640558 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.640577 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.640578 [ 290 ] {} TCP-Session: 72564e6a-a46d-4bfc-ac18-92bf741885eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.640607 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.640632 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.640654 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.640673 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.640697 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.640706 [ 293 ] {} TCP-Session: 8a194a73-e034-445b-9865-7ee91174252c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.640725 [ 286 ] {} TCP-Session: 4b065d78-e7db-470a-8816-697646c0ccdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.640756 [ 288 ] {} TCP-Session: 7b1dfb9b-4e47-4238-a5ab-530b23099fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.640661 [ 292 ] {} TCP-Session: e10ea5f7-4cab-4512-b54e-230bda15092f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.640619 [ 294 ] {} TCP-Session: a8c7dded-74ff-4065-a14c-b056ffd7faa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.640607 [ 267 ] {} TCP-Session: 1c172c3f-b935-4794-8edf-121495342594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.640699 [ 291 ] {} TCP-Session: c8a16eab-aff6-40e0-aaf1-1d95f0ba6d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.678891 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50674 2026.01.09 00:33:40.678989 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.679015 [ 288 ] {} TCP-Session: f49aa442-cff5-42f6-a671-add0115d21af Authenticating user 'default' from [fd00:1122:3344:101::e]:50674 2026.01.09 00:33:40.679035 [ 288 ] {} TCP-Session: f49aa442-cff5-42f6-a671-add0115d21af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679048 [ 288 ] {} TCP-Session: f49aa442-cff5-42f6-a671-add0115d21af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679221 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46616 2026.01.09 00:33:40.679229 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65350 2026.01.09 00:33:40.679264 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34588 2026.01.09 00:33:40.679281 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55281 2026.01.09 00:33:40.679310 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62210 2026.01.09 00:33:40.679344 [ 288 ] {} TCP-Session: f49aa442-cff5-42f6-a671-add0115d21af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:40.679368 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.679383 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.679411 [ 291 ] {} TCP-Session: 56b97398-4a48-43ae-8dcd-51f0b9053a86 Authenticating user 'default' from [fd00:1122:3344:101::e]:34588 2026.01.09 00:33:40.679411 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.679428 [ 292 ] {} TCP-Session: 32ec1bd7-71ed-45e6-b13f-72d435259832 Authenticating user 'default' from [fd00:1122:3344:101::e]:55281 2026.01.09 00:33:40.679456 [ 291 ] {} TCP-Session: 56b97398-4a48-43ae-8dcd-51f0b9053a86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679466 [ 294 ] {} TCP-Session: 9c3957fc-35ee-404b-917b-5b58697741b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:62210 2026.01.09 00:33:40.679492 [ 291 ] {} TCP-Session: 56b97398-4a48-43ae-8dcd-51f0b9053a86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679486 [ 292 ] {} TCP-Session: 32ec1bd7-71ed-45e6-b13f-72d435259832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679510 [ 294 ] {} TCP-Session: 9c3957fc-35ee-404b-917b-5b58697741b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679529 [ 288 ] {e5da3a9e-5170-409b-8a3a-f1ff6ecfd388} executeQuery: (from [fd00:1122:3344:101::e]:50674) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:33:40.679541 [ 292 ] {} TCP-Session: 32ec1bd7-71ed-45e6-b13f-72d435259832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679562 [ 294 ] {} TCP-Session: 9c3957fc-35ee-404b-917b-5b58697741b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679332 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.679325 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.679633 [ 290 ] {} TCP-Session: 4f9cfaa4-6ace-4884-b8f9-6a475906c839 Authenticating user 'default' from [fd00:1122:3344:101::e]:65350 2026.01.09 00:33:40.679286 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51069 2026.01.09 00:33:40.679665 [ 290 ] {} TCP-Session: 4f9cfaa4-6ace-4884-b8f9-6a475906c839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679658 [ 289 ] {} TCP-Session: 04dcfbb6-8ed1-451c-a40b-4c3de1775ab1 Authenticating user 'default' from [fd00:1122:3344:101::e]:46616 2026.01.09 00:33:40.679689 [ 290 ] {} TCP-Session: 4f9cfaa4-6ace-4884-b8f9-6a475906c839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679714 [ 289 ] {} TCP-Session: 04dcfbb6-8ed1-451c-a40b-4c3de1775ab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679722 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.679742 [ 289 ] {} TCP-Session: 04dcfbb6-8ed1-451c-a40b-4c3de1775ab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679761 [ 293 ] {} TCP-Session: 83aa7ab7-ea0e-4cb1-8144-cd774e3a83c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:51069 2026.01.09 00:33:40.679785 [ 293 ] {} TCP-Session: 83aa7ab7-ea0e-4cb1-8144-cd774e3a83c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679797 [ 293 ] {} TCP-Session: 83aa7ab7-ea0e-4cb1-8144-cd774e3a83c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.679804 [ 288 ] {e5da3a9e-5170-409b-8a3a-f1ff6ecfd388} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:33:40.679862 [ 288 ] {e5da3a9e-5170-409b-8a3a-f1ff6ecfd388} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:33:40.680170 [ 288 ] {e5da3a9e-5170-409b-8a3a-f1ff6ecfd388} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:33:40.681166 [ 298 ] {e5da3a9e-5170-409b-8a3a-f1ff6ecfd388} AggregatingTransform: Aggregating 2026.01.09 00:33:40.681208 [ 298 ] {e5da3a9e-5170-409b-8a3a-f1ff6ecfd388} Aggregator: Aggregation method: without_key 2026.01.09 00:33:40.681246 [ 298 ] {e5da3a9e-5170-409b-8a3a-f1ff6ecfd388} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000968188 sec. (1032.857 rows/sec., 40.35 KiB/sec.) 2026.01.09 00:33:40.681267 [ 298 ] {e5da3a9e-5170-409b-8a3a-f1ff6ecfd388} Aggregator: Merging aggregated data 2026.01.09 00:33:40.682596 [ 288 ] {e5da3a9e-5170-409b-8a3a-f1ff6ecfd388} executeQuery: Read 1 rows, 40.00 B in 0.003123 sec., 320.2049311559398 rows/sec., 12.51 KiB/sec. 2026.01.09 00:33:40.682753 [ 288 ] {e5da3a9e-5170-409b-8a3a-f1ff6ecfd388} TCPHandler: Processed in 0.00352127 sec. 2026.01.09 00:33:40.682886 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.682914 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.682915 [ 288 ] {} TCP-Session: f49aa442-cff5-42f6-a671-add0115d21af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.682940 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.683006 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.682981 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.683032 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.683054 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.09 00:33:40.683098 [ 291 ] {} TCP-Session: 56b97398-4a48-43ae-8dcd-51f0b9053a86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.683073 [ 294 ] {} TCP-Session: 9c3957fc-35ee-404b-917b-5b58697741b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.683123 [ 292 ] {} TCP-Session: 32ec1bd7-71ed-45e6-b13f-72d435259832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.683043 [ 290 ] {} TCP-Session: 4f9cfaa4-6ace-4884-b8f9-6a475906c839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.683037 [ 293 ] {} TCP-Session: 83aa7ab7-ea0e-4cb1-8144-cd774e3a83c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.682961 [ 289 ] {} TCP-Session: 04dcfbb6-8ed1-451c-a40b-4c3de1775ab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.685394 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53835 2026.01.09 00:33:40.685440 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33681 2026.01.09 00:33:40.685465 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.685504 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:33:40.685592 [ 286 ] {} TCP-Session: 32afd8e6-6965-44c3-8090-7b7481099ec4 Authenticating user 'default' from [fd00:1122:3344:101::e]:53835 2026.01.09 00:33:40.685608 [ 267 ] {} TCP-Session: e5e4174f-1368-4d25-b8a8-eb86cbfa262b Authenticating user 'default' from [fd00:1122:3344:101::e]:33681 2026.01.09 00:33:40.685619 [ 286 ] {} TCP-Session: 32afd8e6-6965-44c3-8090-7b7481099ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.685635 [ 267 ] {} TCP-Session: e5e4174f-1368-4d25-b8a8-eb86cbfa262b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.685645 [ 286 ] {} TCP-Session: 32afd8e6-6965-44c3-8090-7b7481099ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.685658 [ 267 ] {} TCP-Session: e5e4174f-1368-4d25-b8a8-eb86cbfa262b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.703448 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:53835). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.09 00:33:40.703644 [ 286 ] {} TCP-Session: 32afd8e6-6965-44c3-8090-7b7481099ec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:40.703664 [ 267 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:33681). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.09 00:33:40.703759 [ 267 ] {} TCP-Session: e5e4174f-1368-4d25-b8a8-eb86cbfa262b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:33:42.033759 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:42.033942 [ 269 ] {035a58ef-8f35-4d87-8671-63569a4853c7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:42.034011 [ 269 ] {035a58ef-8f35-4d87-8671-63569a4853c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:42.034664 [ 269 ] {035a58ef-8f35-4d87-8671-63569a4853c7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:42.034716 [ 269 ] {035a58ef-8f35-4d87-8671-63569a4853c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:42.035206 [ 269 ] {035a58ef-8f35-4d87-8671-63569a4853c7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:33:42.035456 [ 269 ] {035a58ef-8f35-4d87-8671-63569a4853c7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:42.035628 [ 269 ] {035a58ef-8f35-4d87-8671-63569a4853c7} executeQuery: Read 56 rows, 4.41 KiB in 0.001734 sec., 32295.271049596307 rows/sec., 2.48 MiB/sec. 2026.01.09 00:33:42.035625 [ 120 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.09 00:33:42.035685 [ 269 ] {035a58ef-8f35-4d87-8671-63569a4853c7} TCPHandler: Processed in 0.002060628 sec. 2026.01.09 00:33:42.035704 [ 120 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:42.035731 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:42.035828 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:42.035830 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.09 00:33:42.035939 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:42.035947 [ 269 ] {5ed26bf2-107b-4c27-9740-ecdedfdb4ce6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:42.035971 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2463 rows starting from the beginning of the part 2026.01.09 00:33:42.035997 [ 269 ] {5ed26bf2-107b-4c27-9740-ecdedfdb4ce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:42.036047 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 137 rows starting from the beginning of the part 2026.01.09 00:33:42.036121 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:33:42.036175 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 138 rows starting from the beginning of the part 2026.01.09 00:33:42.036221 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:33:42.036272 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part 2026.01.09 00:33:42.036600 [ 269 ] {5ed26bf2-107b-4c27-9740-ecdedfdb4ce6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:42.036649 [ 269 ] {5ed26bf2-107b-4c27-9740-ecdedfdb4ce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:42.037129 [ 269 ] {5ed26bf2-107b-4c27-9740-ecdedfdb4ce6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:33:42.037374 [ 269 ] {5ed26bf2-107b-4c27-9740-ecdedfdb4ce6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:42.037509 [ 120 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.09 00:33:42.037542 [ 269 ] {5ed26bf2-107b-4c27-9740-ecdedfdb4ce6} executeQuery: Read 64 rows, 5.12 KiB in 0.001623 sec., 39433.148490449785 rows/sec., 3.08 MiB/sec. 2026.01.09 00:33:42.037565 [ 120 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:42.037592 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:42.037596 [ 269 ] {5ed26bf2-107b-4c27-9740-ecdedfdb4ce6} TCPHandler: Processed in 0.001826492 sec. 2026.01.09 00:33:42.037722 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.09 00:33:42.037752 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:42.037845 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:42.037866 [ 269 ] {cde753e0-b569-4f2f-84c7-4def5d4488ad} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:42.037888 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1249 rows starting from the beginning of the part 2026.01.09 00:33:42.037919 [ 269 ] {cde753e0-b569-4f2f-84c7-4def5d4488ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:42.037966 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 106 rows starting from the beginning of the part 2026.01.09 00:33:42.038026 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 679 rows starting from the beginning of the part 2026.01.09 00:33:42.038068 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 105 rows starting from the beginning of the part 2026.01.09 00:33:42.038111 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:33:42.038153 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part 2026.01.09 00:33:42.038380 [ 269 ] {cde753e0-b569-4f2f-84c7-4def5d4488ad} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:42.038422 [ 269 ] {cde753e0-b569-4f2f-84c7-4def5d4488ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:42.038839 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 6158 rows, containing 5 columns (5 merged, 0 gathered) in 0.003050297 sec., 2018819.806727017 rows/sec., 171.43 MiB/sec. 2026.01.09 00:33:42.038841 [ 269 ] {cde753e0-b569-4f2f-84c7-4def5d4488ad} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:33:42.039173 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.09 00:33:42.039181 [ 269 ] {cde753e0-b569-4f2f-84c7-4def5d4488ad} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:42.039378 [ 269 ] {cde753e0-b569-4f2f-84c7-4def5d4488ad} executeQuery: Read 64 rows, 4.56 KiB in 0.001537 sec., 41639.55757970072 rows/sec., 2.90 MiB/sec. 2026.01.09 00:33:42.039382 [ 120 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.09 00:33:42.039424 [ 269 ] {cde753e0-b569-4f2f-84c7-4def5d4488ad} TCPHandler: Processed in 0.001724099 sec. 2026.01.09 00:33:42.039454 [ 120 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:42.039497 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:42.039568 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:42.039589 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:42.039639 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.09 00:33:42.039677 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_26_5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.09 00:33:42.039700 [ 269 ] {031d2a11-491b-4d25-a992-d234f36d6621} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:42.039719 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 5 columns (5 merged, 0 gathered) in 0.002042598 sec., 1634193.3165507847 rows/sec., 123.61 MiB/sec. 2026.01.09 00:33:42.039763 [ 269 ] {031d2a11-491b-4d25-a992-d234f36d6621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:42.039788 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2026.01.09 00:33:42.039836 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:42.039882 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7043 rows starting from the beginning of the part 2026.01.09 00:33:42.039940 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.09 00:33:42.039950 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part 2026.01.09 00:33:42.040014 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 314 rows starting from the beginning of the part 2026.01.09 00:33:42.040076 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.01.09 00:33:42.040125 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 934 rows starting from the beginning of the part 2026.01.09 00:33:42.040171 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part 2026.01.09 00:33:42.040180 [ 269 ] {031d2a11-491b-4d25-a992-d234f36d6621} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:42.040226 [ 269 ] {031d2a11-491b-4d25-a992-d234f36d6621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:42.040254 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:42.040358 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_26_5} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.09 00:33:42.040457 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.01.09 00:33:42.040608 [ 269 ] {031d2a11-491b-4d25-a992-d234f36d6621} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:33:42.040836 [ 269 ] {031d2a11-491b-4d25-a992-d234f36d6621} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:42.040947 [ 120 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.09 00:33:42.040972 [ 269 ] {031d2a11-491b-4d25-a992-d234f36d6621} executeQuery: Read 24 rows, 1.66 KiB in 0.001297 sec., 18504.240555127217 rows/sec., 1.25 MiB/sec. 2026.01.09 00:33:42.040979 [ 120 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:42.041014 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:42.041016 [ 269 ] {031d2a11-491b-4d25-a992-d234f36d6621} TCPHandler: Processed in 0.001483732 sec. 2026.01.09 00:33:42.041095 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.09 00:33:42.041211 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:42.041239 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1432 rows starting from the beginning of the part 2026.01.09 00:33:42.041289 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.01.09 00:33:42.041332 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part 2026.01.09 00:33:42.041369 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.01.09 00:33:42.041406 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 80 rows starting from the beginning of the part 2026.01.09 00:33:42.041444 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2026.01.09 00:33:42.042441 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1760 rows, containing 4 columns (4 merged, 0 gathered) in 0.00137871 sec., 1276555.620833968 rows/sec., 81.41 MiB/sec. 2026.01.09 00:33:42.042732 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.09 00:33:42.043014 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:42.043083 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_26_5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.09 00:33:42.043153 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.01.09 00:33:42.044047 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8676 rows, containing 5 columns (5 merged, 0 gathered) in 0.004462758 sec., 1944089.2829053246 rows/sec., 130.74 MiB/sec. 2026.01.09 00:33:42.044235 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.09 00:33:42.044516 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:42.044588 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_26_5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.09 00:33:42.044668 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. 2026.01.09 00:33:42.330676 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8151 2026.01.09 00:33:42.331192 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:42.331240 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:42.331779 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:33:42.332082 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:42.332267 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8151 2026.01.09 00:33:42.768599 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.01.09 00:33:42.785034 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:42.785107 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:42.791159 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:33:42.791904 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:42.794852 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.01.09 00:33:43.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 242.77 MiB, peak 250.11 MiB, free memory in arenas 0.00 B, will set to 245.13 MiB (RSS), difference: 2.35 MiB 2026.01.09 00:33:44.837313 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 604 2026.01.09 00:33:44.839872 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:44.839922 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:44.841138 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:33:44.841419 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:44.841774 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 604 2026.01.09 00:33:47.040362 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:47.040549 [ 269 ] {4b702c7d-32f2-4ed8-bb73-5e6429dd3840} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:47.040614 [ 269 ] {4b702c7d-32f2-4ed8-bb73-5e6429dd3840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:47.041333 [ 269 ] {4b702c7d-32f2-4ed8-bb73-5e6429dd3840} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:47.041383 [ 269 ] {4b702c7d-32f2-4ed8-bb73-5e6429dd3840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:47.041825 [ 269 ] {4b702c7d-32f2-4ed8-bb73-5e6429dd3840} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:33:47.042070 [ 269 ] {4b702c7d-32f2-4ed8-bb73-5e6429dd3840} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:47.042237 [ 269 ] {4b702c7d-32f2-4ed8-bb73-5e6429dd3840} executeQuery: Read 138 rows, 12.27 KiB in 0.001733 sec., 79630.69821119447 rows/sec., 6.91 MiB/sec. 2026.01.09 00:33:47.042286 [ 269 ] {4b702c7d-32f2-4ed8-bb73-5e6429dd3840} TCPHandler: Processed in 0.002049828 sec. 2026.01.09 00:33:47.042427 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:47.042529 [ 269 ] {465cd2ff-f5ad-4b4e-925e-52eb91effe01} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:47.042574 [ 269 ] {465cd2ff-f5ad-4b4e-925e-52eb91effe01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:47.043037 [ 269 ] {465cd2ff-f5ad-4b4e-925e-52eb91effe01} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:47.043081 [ 269 ] {465cd2ff-f5ad-4b4e-925e-52eb91effe01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:47.043419 [ 269 ] {465cd2ff-f5ad-4b4e-925e-52eb91effe01} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:33:47.043646 [ 269 ] {465cd2ff-f5ad-4b4e-925e-52eb91effe01} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:47.043788 [ 269 ] {465cd2ff-f5ad-4b4e-925e-52eb91effe01} executeQuery: Read 41 rows, 3.08 KiB in 0.00128 sec., 32031.249999999996 rows/sec., 2.35 MiB/sec. 2026.01.09 00:33:47.043831 [ 269 ] {465cd2ff-f5ad-4b4e-925e-52eb91effe01} TCPHandler: Processed in 0.001455671 sec. 2026.01.09 00:33:47.043949 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:47.044046 [ 269 ] {7455664c-a8ca-4807-8764-4b98b836d2da} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:47.044091 [ 269 ] {7455664c-a8ca-4807-8764-4b98b836d2da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:47.044542 [ 269 ] {7455664c-a8ca-4807-8764-4b98b836d2da} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:47.044580 [ 269 ] {7455664c-a8ca-4807-8764-4b98b836d2da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:47.044905 [ 269 ] {7455664c-a8ca-4807-8764-4b98b836d2da} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:33:47.045129 [ 269 ] {7455664c-a8ca-4807-8764-4b98b836d2da} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:47.045258 [ 269 ] {7455664c-a8ca-4807-8764-4b98b836d2da} executeQuery: Read 105 rows, 8.40 KiB in 0.00123 sec., 85365.85365853658 rows/sec., 6.67 MiB/sec. 2026.01.09 00:33:47.045297 [ 269 ] {7455664c-a8ca-4807-8764-4b98b836d2da} TCPHandler: Processed in 0.001399859 sec. 2026.01.09 00:33:47.045413 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:47.045508 [ 269 ] {caee5622-3387-45e4-b23f-6e0e18599383} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:47.045551 [ 269 ] {caee5622-3387-45e4-b23f-6e0e18599383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:47.045969 [ 269 ] {caee5622-3387-45e4-b23f-6e0e18599383} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:47.046005 [ 269 ] {caee5622-3387-45e4-b23f-6e0e18599383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:47.046353 [ 269 ] {caee5622-3387-45e4-b23f-6e0e18599383} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:33:47.046570 [ 269 ] {caee5622-3387-45e4-b23f-6e0e18599383} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:47.046699 [ 269 ] {caee5622-3387-45e4-b23f-6e0e18599383} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2026.01.09 00:33:47.046738 [ 269 ] {caee5622-3387-45e4-b23f-6e0e18599383} TCPHandler: Processed in 0.001374619 sec. 2026.01.09 00:33:47.046842 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:47.046936 [ 269 ] {67342f6d-393f-4699-bdb4-1286295cbe37} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:47.046991 [ 269 ] {67342f6d-393f-4699-bdb4-1286295cbe37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:33:47.047873 [ 269 ] {67342f6d-393f-4699-bdb4-1286295cbe37} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:47.047909 [ 269 ] {67342f6d-393f-4699-bdb4-1286295cbe37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:47.048469 [ 269 ] {67342f6d-393f-4699-bdb4-1286295cbe37} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:33:47.048697 [ 269 ] {67342f6d-393f-4699-bdb4-1286295cbe37} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:47.048834 [ 269 ] {67342f6d-393f-4699-bdb4-1286295cbe37} executeQuery: Read 41 rows, 75.23 KiB in 0.001915 sec., 21409.921671018277 rows/sec., 38.37 MiB/sec. 2026.01.09 00:33:47.048898 [ 269 ] {67342f6d-393f-4699-bdb4-1286295cbe37} TCPHandler: Processed in 0.00210547 sec. 2026.01.09 00:33:47.049011 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:47.049111 [ 269 ] {0788cc08-e28d-47d6-94ab-87186d2c1ab8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:47.049154 [ 269 ] {0788cc08-e28d-47d6-94ab-87186d2c1ab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:47.049497 [ 269 ] {0788cc08-e28d-47d6-94ab-87186d2c1ab8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:47.049533 [ 269 ] {0788cc08-e28d-47d6-94ab-87186d2c1ab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:47.049839 [ 269 ] {0788cc08-e28d-47d6-94ab-87186d2c1ab8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:33:47.050050 [ 269 ] {0788cc08-e28d-47d6-94ab-87186d2c1ab8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:47.050187 [ 269 ] {0788cc08-e28d-47d6-94ab-87186d2c1ab8} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.01.09 00:33:47.050224 [ 269 ] {0788cc08-e28d-47d6-94ab-87186d2c1ab8} TCPHandler: Processed in 0.001262276 sec. 2026.01.09 00:33:49.734555 [ 108 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:33:49.734611 [ 108 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:33:49.833379 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8599 2026.01.09 00:33:49.833859 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:49.833893 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:49.834355 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:33:49.834572 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:49.834700 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8599 2026.01.09 00:33:50.231567 [ 108 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.01.09 00:33:50.231624 [ 108 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:50.231643 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:50.231773 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.01.09 00:33:50.231932 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:33:50.231967 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.01.09 00:33:50.232048 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.01.09 00:33:50.232132 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.01.09 00:33:50.232196 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.01.09 00:33:50.232258 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.01.09 00:33:50.233391 [ 193 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001671038 sec., 35905.82619904514 rows/sec., 1.83 MiB/sec. 2026.01.09 00:33:50.233534 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.09 00:33:50.233778 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:50.233845 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_10_2} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.01.09 00:33:50.233908 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:33:50.294904 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.01.09 00:33:50.311103 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:50.311160 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:50.317294 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:33:50.318025 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:50.320697 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.01.09 00:33:52.049532 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:52.049726 [ 269 ] {09ba499f-e94b-4c3b-853f-111b6eeaa518} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:33:52.049793 [ 269 ] {09ba499f-e94b-4c3b-853f-111b6eeaa518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:33:52.050564 [ 269 ] {09ba499f-e94b-4c3b-853f-111b6eeaa518} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:52.050617 [ 269 ] {09ba499f-e94b-4c3b-853f-111b6eeaa518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:52.051051 [ 269 ] {09ba499f-e94b-4c3b-853f-111b6eeaa518} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:33:52.051290 [ 269 ] {09ba499f-e94b-4c3b-853f-111b6eeaa518} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:52.051453 [ 269 ] {09ba499f-e94b-4c3b-853f-111b6eeaa518} executeQuery: Read 410 rows, 26.63 KiB in 0.001771 sec., 231507.62281197065 rows/sec., 14.69 MiB/sec. 2026.01.09 00:33:52.051506 [ 269 ] {09ba499f-e94b-4c3b-853f-111b6eeaa518} TCPHandler: Processed in 0.00210614 sec. 2026.01.09 00:33:52.051628 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:52.051731 [ 269 ] {8f32087a-3b51-4760-acbf-87472c99b32c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:52.051777 [ 269 ] {8f32087a-3b51-4760-acbf-87472c99b32c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:52.052609 [ 269 ] {8f32087a-3b51-4760-acbf-87472c99b32c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:52.052648 [ 269 ] {8f32087a-3b51-4760-acbf-87472c99b32c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:52.053049 [ 269 ] {8f32087a-3b51-4760-acbf-87472c99b32c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:33:52.053266 [ 269 ] {8f32087a-3b51-4760-acbf-87472c99b32c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:52.053404 [ 269 ] {8f32087a-3b51-4760-acbf-87472c99b32c} executeQuery: Read 1112 rows, 89.84 KiB in 0.001694 sec., 656434.4746162929 rows/sec., 51.79 MiB/sec. 2026.01.09 00:33:52.053445 [ 269 ] {8f32087a-3b51-4760-acbf-87472c99b32c} TCPHandler: Processed in 0.001869604 sec. 2026.01.09 00:33:52.053558 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:52.053657 [ 269 ] {e7b457be-7084-4f19-95f9-6572c24f5bd0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:52.053699 [ 269 ] {e7b457be-7084-4f19-95f9-6572c24f5bd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:52.054219 [ 269 ] {e7b457be-7084-4f19-95f9-6572c24f5bd0} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:52.054265 [ 269 ] {e7b457be-7084-4f19-95f9-6572c24f5bd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:52.054657 [ 269 ] {e7b457be-7084-4f19-95f9-6572c24f5bd0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:33:52.054913 [ 269 ] {e7b457be-7084-4f19-95f9-6572c24f5bd0} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:52.055069 [ 269 ] {e7b457be-7084-4f19-95f9-6572c24f5bd0} executeQuery: Read 205 rows, 12.32 KiB in 0.001433 sec., 143056.52477320307 rows/sec., 8.39 MiB/sec. 2026.01.09 00:33:52.055108 [ 269 ] {e7b457be-7084-4f19-95f9-6572c24f5bd0} TCPHandler: Processed in 0.001600635 sec. 2026.01.09 00:33:52.055211 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:52.055308 [ 269 ] {a6f2f63a-a5ba-4470-b405-df9d7e9db579} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:33:52.055349 [ 269 ] {a6f2f63a-a5ba-4470-b405-df9d7e9db579} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:33:52.055816 [ 269 ] {a6f2f63a-a5ba-4470-b405-df9d7e9db579} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:52.055852 [ 269 ] {a6f2f63a-a5ba-4470-b405-df9d7e9db579} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:52.056162 [ 269 ] {a6f2f63a-a5ba-4470-b405-df9d7e9db579} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:33:52.056362 [ 269 ] {a6f2f63a-a5ba-4470-b405-df9d7e9db579} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:52.056489 [ 269 ] {a6f2f63a-a5ba-4470-b405-df9d7e9db579} executeQuery: Read 212 rows, 14.00 KiB in 0.0012 sec., 176666.6666666667 rows/sec., 11.39 MiB/sec. 2026.01.09 00:33:52.056526 [ 269 ] {a6f2f63a-a5ba-4470-b405-df9d7e9db579} TCPHandler: Processed in 0.001365318 sec. 2026.01.09 00:33:52.056627 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:52.056722 [ 269 ] {c4b1ccb5-5eb6-41a1-8159-46a541a7c144} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:33:52.056761 [ 269 ] {c4b1ccb5-5eb6-41a1-8159-46a541a7c144} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:33:52.057209 [ 269 ] {c4b1ccb5-5eb6-41a1-8159-46a541a7c144} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:52.057244 [ 269 ] {c4b1ccb5-5eb6-41a1-8159-46a541a7c144} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:52.057567 [ 269 ] {c4b1ccb5-5eb6-41a1-8159-46a541a7c144} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:33:52.057764 [ 269 ] {c4b1ccb5-5eb6-41a1-8159-46a541a7c144} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:52.057893 [ 269 ] {c4b1ccb5-5eb6-41a1-8159-46a541a7c144} executeQuery: Read 211 rows, 12.27 KiB in 0.001189 sec., 177460.0504625736 rows/sec., 10.08 MiB/sec. 2026.01.09 00:33:52.057930 [ 269 ] {c4b1ccb5-5eb6-41a1-8159-46a541a7c144} TCPHandler: Processed in 0.001352488 sec. 2026.01.09 00:33:52.058032 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:52.058127 [ 269 ] {2871b984-c40d-4f56-b0f1-84a8fa735d02} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:52.058165 [ 269 ] {2871b984-c40d-4f56-b0f1-84a8fa735d02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:52.058764 [ 269 ] {2871b984-c40d-4f56-b0f1-84a8fa735d02} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:52.058800 [ 269 ] {2871b984-c40d-4f56-b0f1-84a8fa735d02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:52.059135 [ 269 ] {2871b984-c40d-4f56-b0f1-84a8fa735d02} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:33:52.059339 [ 269 ] {2871b984-c40d-4f56-b0f1-84a8fa735d02} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:52.059465 [ 269 ] {2871b984-c40d-4f56-b0f1-84a8fa735d02} executeQuery: Read 679 rows, 48.47 KiB in 0.001356 sec., 500737.4631268437 rows/sec., 34.91 MiB/sec. 2026.01.09 00:33:52.059502 [ 269 ] {2871b984-c40d-4f56-b0f1-84a8fa735d02} TCPHandler: Processed in 0.001520113 sec. 2026.01.09 00:33:52.059623 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:52.059745 [ 269 ] {d88884e2-b535-4464-8726-7b19a25e3a0d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:33:52.059794 [ 269 ] {d88884e2-b535-4464-8726-7b19a25e3a0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:33:52.060155 [ 269 ] {d88884e2-b535-4464-8726-7b19a25e3a0d} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:52.060190 [ 269 ] {d88884e2-b535-4464-8726-7b19a25e3a0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:52.060510 [ 269 ] {d88884e2-b535-4464-8726-7b19a25e3a0d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:33:52.060714 [ 269 ] {d88884e2-b535-4464-8726-7b19a25e3a0d} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:52.060846 [ 269 ] {d88884e2-b535-4464-8726-7b19a25e3a0d} executeQuery: Read 6 rows, 321.00 B in 0.001126 sec., 5328.596802841918 rows/sec., 278.40 KiB/sec. 2026.01.09 00:33:52.060883 [ 269 ] {d88884e2-b535-4464-8726-7b19a25e3a0d} TCPHandler: Processed in 0.001322347 sec. 2026.01.09 00:33:52.061006 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:52.061131 [ 269 ] {42e383fe-6693-4db4-a236-11d307430e78} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:52.061182 [ 269 ] {42e383fe-6693-4db4-a236-11d307430e78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:52.061686 [ 269 ] {42e383fe-6693-4db4-a236-11d307430e78} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:52.061729 [ 269 ] {42e383fe-6693-4db4-a236-11d307430e78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:52.062141 [ 269 ] {42e383fe-6693-4db4-a236-11d307430e78} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:33:52.062353 [ 269 ] {42e383fe-6693-4db4-a236-11d307430e78} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:52.062486 [ 269 ] {42e383fe-6693-4db4-a236-11d307430e78} executeQuery: Read 314 rows, 21.12 KiB in 0.00138 sec., 227536.23188405798 rows/sec., 14.95 MiB/sec. 2026.01.09 00:33:52.062524 [ 269 ] {42e383fe-6693-4db4-a236-11d307430e78} TCPHandler: Processed in 0.001580495 sec. 2026.01.09 00:33:52.062627 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:52.062724 [ 269 ] {0984db32-b01e-4cf0-81ad-9c547d4d8c47} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:33:52.062765 [ 269 ] {0984db32-b01e-4cf0-81ad-9c547d4d8c47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:33:52.063071 [ 269 ] {0984db32-b01e-4cf0-81ad-9c547d4d8c47} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:52.063106 [ 269 ] {0984db32-b01e-4cf0-81ad-9c547d4d8c47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:52.063412 [ 269 ] {0984db32-b01e-4cf0-81ad-9c547d4d8c47} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:33:52.063614 [ 269 ] {0984db32-b01e-4cf0-81ad-9c547d4d8c47} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:52.063741 [ 269 ] {0984db32-b01e-4cf0-81ad-9c547d4d8c47} executeQuery: Read 1 rows, 69.00 B in 0.001037 sec., 964.3201542912248 rows/sec., 64.98 KiB/sec. 2026.01.09 00:33:52.063777 [ 269 ] {0984db32-b01e-4cf0-81ad-9c547d4d8c47} TCPHandler: Processed in 0.001200654 sec. 2026.01.09 00:33:52.063896 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:52.064019 [ 269 ] {1ad01808-e97d-4be0-8129-84116ca9ca7a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:52.064070 [ 269 ] {1ad01808-e97d-4be0-8129-84116ca9ca7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:52.064461 [ 269 ] {1ad01808-e97d-4be0-8129-84116ca9ca7a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:52.064503 [ 269 ] {1ad01808-e97d-4be0-8129-84116ca9ca7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:52.064909 [ 269 ] {1ad01808-e97d-4be0-8129-84116ca9ca7a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:33:52.065137 [ 269 ] {1ad01808-e97d-4be0-8129-84116ca9ca7a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:52.065262 [ 269 ] {1ad01808-e97d-4be0-8129-84116ca9ca7a} executeQuery: Read 104 rows, 6.53 KiB in 0.001268 sec., 82018.92744479496 rows/sec., 5.03 MiB/sec. 2026.01.09 00:33:52.065298 [ 269 ] {1ad01808-e97d-4be0-8129-84116ca9ca7a} TCPHandler: Processed in 0.001461402 sec. 2026.01.09 00:33:54.842945 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 636 2026.01.09 00:33:54.845205 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:54.845253 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:54.846483 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:33:54.846765 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:54.847123 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 636 2026.01.09 00:33:57.040579 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:57.040857 [ 269 ] {6fb0a29c-b0a3-43d2-9e94-cec166d29891} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:33:57.040951 [ 269 ] {6fb0a29c-b0a3-43d2-9e94-cec166d29891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:33:57.041947 [ 269 ] {6fb0a29c-b0a3-43d2-9e94-cec166d29891} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:57.041984 [ 269 ] {6fb0a29c-b0a3-43d2-9e94-cec166d29891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:57.042424 [ 269 ] {6fb0a29c-b0a3-43d2-9e94-cec166d29891} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.09 00:33:57.042649 [ 269 ] {6fb0a29c-b0a3-43d2-9e94-cec166d29891} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:57.042804 [ 269 ] {6fb0a29c-b0a3-43d2-9e94-cec166d29891} executeQuery: Read 14 rows, 1.14 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 566.83 KiB/sec. 2026.01.09 00:33:57.042861 [ 269 ] {6fb0a29c-b0a3-43d2-9e94-cec166d29891} TCPHandler: Processed in 0.00244448 sec. 2026.01.09 00:33:57.042992 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:57.043094 [ 269 ] {d0694a38-77e0-40ab-8785-a2f6352d7bda} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:33:57.043136 [ 269 ] {d0694a38-77e0-40ab-8785-a2f6352d7bda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:33:57.043691 [ 269 ] {d0694a38-77e0-40ab-8785-a2f6352d7bda} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:57.043725 [ 269 ] {d0694a38-77e0-40ab-8785-a2f6352d7bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:57.044039 [ 269 ] {d0694a38-77e0-40ab-8785-a2f6352d7bda} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:33:57.044230 [ 269 ] {d0694a38-77e0-40ab-8785-a2f6352d7bda} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:57.044348 [ 269 ] {d0694a38-77e0-40ab-8785-a2f6352d7bda} executeQuery: Read 145 rows, 12.78 KiB in 0.001297 sec., 111796.45335389361 rows/sec., 9.62 MiB/sec. 2026.01.09 00:33:57.044392 [ 269 ] {d0694a38-77e0-40ab-8785-a2f6352d7bda} TCPHandler: Processed in 0.001470192 sec. 2026.01.09 00:33:57.044499 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:57.044588 [ 269 ] {31be9679-b1ff-49ae-9b25-d66cd487a74f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:33:57.044626 [ 269 ] {31be9679-b1ff-49ae-9b25-d66cd487a74f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:33:57.045099 [ 269 ] {31be9679-b1ff-49ae-9b25-d66cd487a74f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:57.045132 [ 269 ] {31be9679-b1ff-49ae-9b25-d66cd487a74f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:57.045426 [ 269 ] {31be9679-b1ff-49ae-9b25-d66cd487a74f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:33:57.045623 [ 269 ] {31be9679-b1ff-49ae-9b25-d66cd487a74f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:57.045746 [ 269 ] {31be9679-b1ff-49ae-9b25-d66cd487a74f} executeQuery: Read 55 rows, 4.06 KiB in 0.00114 sec., 48245.61403508772 rows/sec., 3.48 MiB/sec. 2026.01.09 00:33:57.045791 [ 269 ] {31be9679-b1ff-49ae-9b25-d66cd487a74f} TCPHandler: Processed in 0.001309227 sec. 2026.01.09 00:33:57.045905 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:57.045998 [ 269 ] {d035e24b-3963-4c2b-a6e1-701a53b05941} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:33:57.046036 [ 269 ] {d035e24b-3963-4c2b-a6e1-701a53b05941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:33:57.046481 [ 269 ] {d035e24b-3963-4c2b-a6e1-701a53b05941} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:57.046514 [ 269 ] {d035e24b-3963-4c2b-a6e1-701a53b05941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:57.046809 [ 269 ] {d035e24b-3963-4c2b-a6e1-701a53b05941} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:33:57.047016 [ 269 ] {d035e24b-3963-4c2b-a6e1-701a53b05941} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:57.047194 [ 269 ] {d035e24b-3963-4c2b-a6e1-701a53b05941} executeQuery: Read 119 rows, 9.54 KiB in 0.001222 sec., 97381.34206219313 rows/sec., 7.62 MiB/sec. 2026.01.09 00:33:57.047240 [ 269 ] {d035e24b-3963-4c2b-a6e1-701a53b05941} TCPHandler: Processed in 0.00139508 sec. 2026.01.09 00:33:57.047367 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:57.047469 [ 269 ] {b64c7858-748b-4954-af7a-67f3c807c1d5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:57.047510 [ 269 ] {b64c7858-748b-4954-af7a-67f3c807c1d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:33:57.047934 [ 269 ] {b64c7858-748b-4954-af7a-67f3c807c1d5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:57.047969 [ 269 ] {b64c7858-748b-4954-af7a-67f3c807c1d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:57.048404 [ 269 ] {b64c7858-748b-4954-af7a-67f3c807c1d5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:33:57.048627 [ 269 ] {b64c7858-748b-4954-af7a-67f3c807c1d5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:57.048760 [ 269 ] {b64c7858-748b-4954-af7a-67f3c807c1d5} executeQuery: Read 167 rows, 11.90 KiB in 0.00128 sec., 130468.74999999999 rows/sec., 9.08 MiB/sec. 2026.01.09 00:33:57.048798 [ 269 ] {b64c7858-748b-4954-af7a-67f3c807c1d5} TCPHandler: Processed in 0.001459982 sec. 2026.01.09 00:33:57.048922 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:57.049017 [ 269 ] {39e1582d-768e-4c9a-a3e5-7784c45f771b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:33:57.049075 [ 269 ] {39e1582d-768e-4c9a-a3e5-7784c45f771b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:33:57.049977 [ 269 ] {39e1582d-768e-4c9a-a3e5-7784c45f771b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:57.050012 [ 269 ] {39e1582d-768e-4c9a-a3e5-7784c45f771b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:57.050530 [ 269 ] {39e1582d-768e-4c9a-a3e5-7784c45f771b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:33:57.050750 [ 269 ] {39e1582d-768e-4c9a-a3e5-7784c45f771b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:57.050877 [ 269 ] {39e1582d-768e-4c9a-a3e5-7784c45f771b} executeQuery: Read 41 rows, 75.23 KiB in 0.001933 sec., 21210.55354371443 rows/sec., 38.01 MiB/sec. 2026.01.09 00:33:57.050934 [ 269 ] {39e1582d-768e-4c9a-a3e5-7784c45f771b} TCPHandler: Processed in 0.00213038 sec. 2026.01.09 00:33:57.051164 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:33:57.051260 [ 269 ] {d4707bb2-0088-4506-b622-1f10f893cd6b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:33:57.051302 [ 269 ] {d4707bb2-0088-4506-b622-1f10f893cd6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:33:57.051673 [ 269 ] {d4707bb2-0088-4506-b622-1f10f893cd6b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:57.051708 [ 269 ] {d4707bb2-0088-4506-b622-1f10f893cd6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:57.052011 [ 269 ] {d4707bb2-0088-4506-b622-1f10f893cd6b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:33:57.052217 [ 269 ] {d4707bb2-0088-4506-b622-1f10f893cd6b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:57.052342 [ 269 ] {d4707bb2-0088-4506-b622-1f10f893cd6b} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.01.09 00:33:57.052376 [ 269 ] {d4707bb2-0088-4506-b622-1f10f893cd6b} TCPHandler: Processed in 0.001295716 sec. 2026.01.09 00:33:57.334859 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9111 2026.01.09 00:33:57.335341 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:57.335378 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:57.335844 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:33:57.336070 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:57.336276 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9111 2026.01.09 00:33:57.820975 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.01.09 00:33:57.837768 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:33:57.837825 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:33:57.844069 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:33:57.844857 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:33:57.847805 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.01.09 00:34:02.049311 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:02.049514 [ 269 ] {3b936689-d911-4e9e-8237-cd34b0047b11} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:34:02.049592 [ 269 ] {3b936689-d911-4e9e-8237-cd34b0047b11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:34:02.050422 [ 269 ] {3b936689-d911-4e9e-8237-cd34b0047b11} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:02.050476 [ 269 ] {3b936689-d911-4e9e-8237-cd34b0047b11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:02.050903 [ 269 ] {3b936689-d911-4e9e-8237-cd34b0047b11} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:34:02.051138 [ 269 ] {3b936689-d911-4e9e-8237-cd34b0047b11} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:02.051299 [ 269 ] {3b936689-d911-4e9e-8237-cd34b0047b11} executeQuery: Read 410 rows, 26.63 KiB in 0.001831 sec., 223921.3544511196 rows/sec., 14.20 MiB/sec. 2026.01.09 00:34:02.051349 [ 269 ] {3b936689-d911-4e9e-8237-cd34b0047b11} TCPHandler: Processed in 0.002170541 sec. 2026.01.09 00:34:02.051490 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:02.051596 [ 269 ] {6f84c31a-19e5-4178-a169-f0b6e25cf896} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:02.051640 [ 269 ] {6f84c31a-19e5-4178-a169-f0b6e25cf896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:02.052560 [ 269 ] {6f84c31a-19e5-4178-a169-f0b6e25cf896} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:02.052595 [ 269 ] {6f84c31a-19e5-4178-a169-f0b6e25cf896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:02.052983 [ 269 ] {6f84c31a-19e5-4178-a169-f0b6e25cf896} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:34:02.053211 [ 269 ] {6f84c31a-19e5-4178-a169-f0b6e25cf896} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:02.053342 [ 269 ] {6f84c31a-19e5-4178-a169-f0b6e25cf896} executeQuery: Read 1112 rows, 89.84 KiB in 0.001768 sec., 628959.2760180995 rows/sec., 49.62 MiB/sec. 2026.01.09 00:34:02.053382 [ 269 ] {6f84c31a-19e5-4178-a169-f0b6e25cf896} TCPHandler: Processed in 0.001959806 sec. 2026.01.09 00:34:02.053502 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:02.053601 [ 269 ] {958b81e9-bec2-467f-b5a4-3fe9c6f5f79a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:02.053642 [ 269 ] {958b81e9-bec2-467f-b5a4-3fe9c6f5f79a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:02.054123 [ 269 ] {958b81e9-bec2-467f-b5a4-3fe9c6f5f79a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:02.054158 [ 269 ] {958b81e9-bec2-467f-b5a4-3fe9c6f5f79a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:02.054468 [ 269 ] {958b81e9-bec2-467f-b5a4-3fe9c6f5f79a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:34:02.054683 [ 269 ] {958b81e9-bec2-467f-b5a4-3fe9c6f5f79a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:02.054817 [ 269 ] {958b81e9-bec2-467f-b5a4-3fe9c6f5f79a} executeQuery: Read 205 rows, 12.32 KiB in 0.001236 sec., 165857.60517799354 rows/sec., 9.73 MiB/sec. 2026.01.09 00:34:02.054854 [ 269 ] {958b81e9-bec2-467f-b5a4-3fe9c6f5f79a} TCPHandler: Processed in 0.00140405 sec. 2026.01.09 00:34:02.054963 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:02.055059 [ 269 ] {7c38555d-19c5-4551-bca5-c189de3edba5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:34:02.055100 [ 269 ] {7c38555d-19c5-4551-bca5-c189de3edba5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:34:02.055575 [ 269 ] {7c38555d-19c5-4551-bca5-c189de3edba5} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:02.055610 [ 269 ] {7c38555d-19c5-4551-bca5-c189de3edba5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:02.055930 [ 269 ] {7c38555d-19c5-4551-bca5-c189de3edba5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:34:02.056140 [ 269 ] {7c38555d-19c5-4551-bca5-c189de3edba5} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:02.056268 [ 269 ] {7c38555d-19c5-4551-bca5-c189de3edba5} executeQuery: Read 212 rows, 14.00 KiB in 0.001226 sec., 172920.0652528548 rows/sec., 11.15 MiB/sec. 2026.01.09 00:34:02.056306 [ 269 ] {7c38555d-19c5-4551-bca5-c189de3edba5} TCPHandler: Processed in 0.00139254 sec. 2026.01.09 00:34:02.056414 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:02.056512 [ 269 ] {d308f2ea-de40-4b72-81d5-4964303a6dfc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:34:02.056551 [ 269 ] {d308f2ea-de40-4b72-81d5-4964303a6dfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:34:02.057022 [ 269 ] {d308f2ea-de40-4b72-81d5-4964303a6dfc} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:02.057057 [ 269 ] {d308f2ea-de40-4b72-81d5-4964303a6dfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:02.057377 [ 269 ] {d308f2ea-de40-4b72-81d5-4964303a6dfc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:34:02.057605 [ 269 ] {d308f2ea-de40-4b72-81d5-4964303a6dfc} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:02.057733 [ 269 ] {d308f2ea-de40-4b72-81d5-4964303a6dfc} executeQuery: Read 211 rows, 12.27 KiB in 0.001238 sec., 170436.1873990307 rows/sec., 9.68 MiB/sec. 2026.01.09 00:34:02.057771 [ 269 ] {d308f2ea-de40-4b72-81d5-4964303a6dfc} TCPHandler: Processed in 0.00140789 sec. 2026.01.09 00:34:02.057881 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:02.057976 [ 269 ] {74af9fb1-2698-498c-815e-31afbdb2bff0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:02.058015 [ 269 ] {74af9fb1-2698-498c-815e-31afbdb2bff0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:02.058661 [ 269 ] {74af9fb1-2698-498c-815e-31afbdb2bff0} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:02.058697 [ 269 ] {74af9fb1-2698-498c-815e-31afbdb2bff0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:02.059041 [ 269 ] {74af9fb1-2698-498c-815e-31afbdb2bff0} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:34:02.059254 [ 269 ] {74af9fb1-2698-498c-815e-31afbdb2bff0} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:02.059380 [ 269 ] {74af9fb1-2698-498c-815e-31afbdb2bff0} executeQuery: Read 679 rows, 48.47 KiB in 0.001421 sec., 477832.51231527096 rows/sec., 33.31 MiB/sec. 2026.01.09 00:34:02.059420 [ 269 ] {74af9fb1-2698-498c-815e-31afbdb2bff0} TCPHandler: Processed in 0.001587795 sec. 2026.01.09 00:34:02.059534 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:02.059629 [ 269 ] {4b61a973-470c-4996-9da6-e469ddda425a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:34:02.059669 [ 269 ] {4b61a973-470c-4996-9da6-e469ddda425a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:34:02.060004 [ 269 ] {4b61a973-470c-4996-9da6-e469ddda425a} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:02.060038 [ 269 ] {4b61a973-470c-4996-9da6-e469ddda425a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:02.060357 [ 269 ] {4b61a973-470c-4996-9da6-e469ddda425a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:34:02.060578 [ 269 ] {4b61a973-470c-4996-9da6-e469ddda425a} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:02.060705 [ 269 ] {4b61a973-470c-4996-9da6-e469ddda425a} executeQuery: Read 6 rows, 321.00 B in 0.001092 sec., 5494.505494505494 rows/sec., 287.07 KiB/sec. 2026.01.09 00:34:02.060742 [ 269 ] {4b61a973-470c-4996-9da6-e469ddda425a} TCPHandler: Processed in 0.001257426 sec. 2026.01.09 00:34:02.060850 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:02.060945 [ 269 ] {a1ff2fb2-1eec-4ce2-adad-b02d37433e94} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:02.060988 [ 269 ] {a1ff2fb2-1eec-4ce2-adad-b02d37433e94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:02.061427 [ 269 ] {a1ff2fb2-1eec-4ce2-adad-b02d37433e94} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:02.061461 [ 269 ] {a1ff2fb2-1eec-4ce2-adad-b02d37433e94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:02.061801 [ 269 ] {a1ff2fb2-1eec-4ce2-adad-b02d37433e94} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:34:02.062012 [ 269 ] {a1ff2fb2-1eec-4ce2-adad-b02d37433e94} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:02.062144 [ 269 ] {a1ff2fb2-1eec-4ce2-adad-b02d37433e94} executeQuery: Read 314 rows, 21.12 KiB in 0.001215 sec., 258436.21399176956 rows/sec., 16.98 MiB/sec. 2026.01.09 00:34:02.062183 [ 269 ] {a1ff2fb2-1eec-4ce2-adad-b02d37433e94} TCPHandler: Processed in 0.00138203 sec. 2026.01.09 00:34:02.062294 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:02.062388 [ 269 ] {2e3a432f-ec1b-4b4f-97ad-13eac151d13a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:34:02.062433 [ 269 ] {2e3a432f-ec1b-4b4f-97ad-13eac151d13a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:34:02.062748 [ 269 ] {2e3a432f-ec1b-4b4f-97ad-13eac151d13a} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:02.062782 [ 269 ] {2e3a432f-ec1b-4b4f-97ad-13eac151d13a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:02.063087 [ 269 ] {2e3a432f-ec1b-4b4f-97ad-13eac151d13a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:34:02.063297 [ 269 ] {2e3a432f-ec1b-4b4f-97ad-13eac151d13a} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:02.063422 [ 269 ] {2e3a432f-ec1b-4b4f-97ad-13eac151d13a} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2026.01.09 00:34:02.063464 [ 269 ] {2e3a432f-ec1b-4b4f-97ad-13eac151d13a} TCPHandler: Processed in 0.001218465 sec. 2026.01.09 00:34:02.063573 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:02.063668 [ 269 ] {c1b648d4-e2d5-4a2f-8e52-32635bcc68d1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:02.063708 [ 269 ] {c1b648d4-e2d5-4a2f-8e52-32635bcc68d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:02.064036 [ 269 ] {c1b648d4-e2d5-4a2f-8e52-32635bcc68d1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:02.064071 [ 269 ] {c1b648d4-e2d5-4a2f-8e52-32635bcc68d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:02.064380 [ 269 ] {c1b648d4-e2d5-4a2f-8e52-32635bcc68d1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:34:02.064595 [ 269 ] {c1b648d4-e2d5-4a2f-8e52-32635bcc68d1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:02.064721 [ 269 ] {c1b648d4-e2d5-4a2f-8e52-32635bcc68d1} executeQuery: Read 104 rows, 6.53 KiB in 0.00107 sec., 97196.26168224298 rows/sec., 5.96 MiB/sec. 2026.01.09 00:34:02.064758 [ 269 ] {c1b648d4-e2d5-4a2f-8e52-32635bcc68d1} TCPHandler: Processed in 0.001234195 sec. 2026.01.09 00:34:04.734675 [ 85 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:34:04.734730 [ 85 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:34:04.836641 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9559 2026.01.09 00:34:04.837120 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:04.837165 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:04.837653 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:34:04.837890 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:04.838031 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9559 2026.01.09 00:34:04.847696 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 670 2026.01.09 00:34:04.850047 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:04.850101 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:04.851307 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:34:04.851589 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:04.851962 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 670 2026.01.09 00:34:05.348010 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.01.09 00:34:05.365513 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:05.365582 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:05.371889 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:34:05.372574 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:05.375386 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.01.09 00:34:07.040246 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:07.040437 [ 269 ] {322cc0e6-2ac8-4304-b442-3e4453223129} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:07.040505 [ 269 ] {322cc0e6-2ac8-4304-b442-3e4453223129} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:07.041239 [ 269 ] {322cc0e6-2ac8-4304-b442-3e4453223129} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.041283 [ 269 ] {322cc0e6-2ac8-4304-b442-3e4453223129} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.041692 [ 269 ] {322cc0e6-2ac8-4304-b442-3e4453223129} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:34:07.041936 [ 269 ] {322cc0e6-2ac8-4304-b442-3e4453223129} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.042071 [ 81 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.09 00:34:07.042099 [ 269 ] {322cc0e6-2ac8-4304-b442-3e4453223129} executeQuery: Read 138 rows, 12.27 KiB in 0.001706 sec., 80890.97303634232 rows/sec., 7.02 MiB/sec. 2026.01.09 00:34:07.042112 [ 81 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.042137 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.042151 [ 269 ] {322cc0e6-2ac8-4304-b442-3e4453223129} TCPHandler: Processed in 0.002031618 sec. 2026.01.09 00:34:07.042273 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.09 00:34:07.042289 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:07.042436 [ 269 ] {3961165a-4412-43d8-b6b4-9cbf0abfffe7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:07.042445 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:07.042492 [ 269 ] {3961165a-4412-43d8-b6b4-9cbf0abfffe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:07.042498 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2465 rows starting from the beginning of the part 2026.01.09 00:34:07.042588 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 138 rows starting from the beginning of the part 2026.01.09 00:34:07.042643 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:34:07.042692 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 145 rows starting from the beginning of the part 2026.01.09 00:34:07.042739 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:34:07.042783 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 138 rows starting from the beginning of the part 2026.01.09 00:34:07.042948 [ 269 ] {3961165a-4412-43d8-b6b4-9cbf0abfffe7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.042990 [ 269 ] {3961165a-4412-43d8-b6b4-9cbf0abfffe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.043385 [ 269 ] {3961165a-4412-43d8-b6b4-9cbf0abfffe7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:34:07.043640 [ 269 ] {3961165a-4412-43d8-b6b4-9cbf0abfffe7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.043743 [ 81 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.09 00:34:07.043768 [ 81 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.043781 [ 269 ] {3961165a-4412-43d8-b6b4-9cbf0abfffe7} executeQuery: Read 41 rows, 3.08 KiB in 0.001368 sec., 29970.76023391813 rows/sec., 2.20 MiB/sec. 2026.01.09 00:34:07.043784 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.043823 [ 269 ] {3961165a-4412-43d8-b6b4-9cbf0abfffe7} TCPHandler: Processed in 0.001586575 sec. 2026.01.09 00:34:07.043901 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.09 00:34:07.043946 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:07.044050 [ 269 ] {8214e80a-bee3-4b37-ab87-aef9f46e685f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:07.044052 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:07.044094 [ 269 ] {8214e80a-bee3-4b37-ab87-aef9f46e685f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:07.044109 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 278 rows starting from the beginning of the part 2026.01.09 00:34:07.044182 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part 2026.01.09 00:34:07.044251 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 205 rows starting from the beginning of the part 2026.01.09 00:34:07.044300 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 55 rows starting from the beginning of the part 2026.01.09 00:34:07.044342 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 205 rows starting from the beginning of the part 2026.01.09 00:34:07.044388 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part 2026.01.09 00:34:07.044572 [ 269 ] {8214e80a-bee3-4b37-ab87-aef9f46e685f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.044616 [ 269 ] {8214e80a-bee3-4b37-ab87-aef9f46e685f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.044970 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5110 rows, containing 5 columns (5 merged, 0 gathered) in 0.002767069 sec., 1846719.3987573131 rows/sec., 156.53 MiB/sec. 2026.01.09 00:34:07.044992 [ 269 ] {8214e80a-bee3-4b37-ab87-aef9f46e685f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:34:07.045245 [ 269 ] {8214e80a-bee3-4b37-ab87-aef9f46e685f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.045288 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.09 00:34:07.045305 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 825 rows, containing 5 columns (5 merged, 0 gathered) in 0.001457681 sec., 565967.4510403854 rows/sec., 37.41 MiB/sec. 2026.01.09 00:34:07.045349 [ 81 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.09 00:34:07.045379 [ 81 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.045388 [ 269 ] {8214e80a-bee3-4b37-ab87-aef9f46e685f} executeQuery: Read 105 rows, 8.40 KiB in 0.001356 sec., 77433.62831858407 rows/sec., 6.05 MiB/sec. 2026.01.09 00:34:07.045398 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.045429 [ 269 ] {8214e80a-bee3-4b37-ab87-aef9f46e685f} TCPHandler: Processed in 0.001533553 sec. 2026.01.09 00:34:07.045467 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.09 00:34:07.045495 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.09 00:34:07.045559 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:07.045562 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:07.045608 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1250 rows starting from the beginning of the part 2026.01.09 00:34:07.045651 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 105 rows starting from the beginning of the part 2026.01.09 00:34:07.045658 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.045662 [ 269 ] {7aab0e9d-a98a-436c-a684-9d167e919b03} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:07.045690 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 679 rows starting from the beginning of the part 2026.01.09 00:34:07.045728 [ 269 ] {7aab0e9d-a98a-436c-a684-9d167e919b03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:07.045732 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 119 rows starting from the beginning of the part 2026.01.09 00:34:07.045756 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_31_6} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.09 00:34:07.045781 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 679 rows starting from the beginning of the part 2026.01.09 00:34:07.045816 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 105 rows starting from the beginning of the part 2026.01.09 00:34:07.045847 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.09 00:34:07.045895 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.045989 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_26_5} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.09 00:34:07.046074 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.09 00:34:07.046175 [ 269 ] {7aab0e9d-a98a-436c-a684-9d167e919b03} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.046213 [ 269 ] {7aab0e9d-a98a-436c-a684-9d167e919b03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.046586 [ 269 ] {7aab0e9d-a98a-436c-a684-9d167e919b03} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:34:07.046815 [ 269 ] {7aab0e9d-a98a-436c-a684-9d167e919b03} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.046865 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2937 rows, containing 5 columns (5 merged, 0 gathered) in 0.001426861 sec., 2058364.4797916545 rows/sec., 155.44 MiB/sec. 2026.01.09 00:34:07.046912 [ 81 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.09 00:34:07.046934 [ 81 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.046946 [ 269 ] {7aab0e9d-a98a-436c-a684-9d167e919b03} executeQuery: Read 160 rows, 11.41 KiB in 0.001302 sec., 122887.86482334869 rows/sec., 8.56 MiB/sec. 2026.01.09 00:34:07.046949 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.046989 [ 269 ] {7aab0e9d-a98a-436c-a684-9d167e919b03} TCPHandler: Processed in 0.001480223 sec. 2026.01.09 00:34:07.047016 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.09 00:34:07.047032 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.09 00:34:07.047107 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:07.047127 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:07.047162 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8676 rows starting from the beginning of the part 2026.01.09 00:34:07.047213 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.01.09 00:34:07.047213 [ 269 ] {3f7f2d0d-9130-4ad6-9678-9c52acbec132} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:07.047255 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 314 rows starting from the beginning of the part 2026.01.09 00:34:07.047262 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.047285 [ 269 ] {3f7f2d0d-9130-4ad6-9678-9c52acbec132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:34:07.047297 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 167 rows starting from the beginning of the part 2026.01.09 00:34:07.047335 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_31_6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.09 00:34:07.047341 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 314 rows starting from the beginning of the part 2026.01.09 00:34:07.047379 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.01.09 00:34:07.047394 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.09 00:34:07.048172 [ 269 ] {3f7f2d0d-9130-4ad6-9678-9c52acbec132} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.048212 [ 269 ] {3f7f2d0d-9130-4ad6-9678-9c52acbec132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.048899 [ 269 ] {3f7f2d0d-9130-4ad6-9678-9c52acbec132} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:34:07.049146 [ 269 ] {3f7f2d0d-9130-4ad6-9678-9c52acbec132} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.049291 [ 269 ] {3f7f2d0d-9130-4ad6-9678-9c52acbec132} executeQuery: Read 41 rows, 75.23 KiB in 0.002096 sec., 19561.068702290075 rows/sec., 35.05 MiB/sec. 2026.01.09 00:34:07.049354 [ 269 ] {3f7f2d0d-9130-4ad6-9678-9c52acbec132} TCPHandler: Processed in 0.002296845 sec. 2026.01.09 00:34:07.049477 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:07.049572 [ 269 ] {4b57f3f0-6af6-4f3a-bb78-e81936141987} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:07.049614 [ 269 ] {4b57f3f0-6af6-4f3a-bb78-e81936141987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:07.049962 [ 269 ] {4b57f3f0-6af6-4f3a-bb78-e81936141987} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.049998 [ 269 ] {4b57f3f0-6af6-4f3a-bb78-e81936141987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.050342 [ 269 ] {4b57f3f0-6af6-4f3a-bb78-e81936141987} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:34:07.050564 [ 269 ] {4b57f3f0-6af6-4f3a-bb78-e81936141987} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.050676 [ 80 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.09 00:34:07.050696 [ 269 ] {4b57f3f0-6af6-4f3a-bb78-e81936141987} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2026.01.09 00:34:07.050746 [ 80 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:07.050756 [ 269 ] {4b57f3f0-6af6-4f3a-bb78-e81936141987} TCPHandler: Processed in 0.001333178 sec. 2026.01.09 00:34:07.050775 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:07.050853 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.09 00:34:07.050938 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:07.050962 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1760 rows starting from the beginning of the part 2026.01.09 00:34:07.051023 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.01.09 00:34:07.051026 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9791 rows, containing 5 columns (5 merged, 0 gathered) in 0.004023984 sec., 2433160.768034863 rows/sec., 163.68 MiB/sec. 2026.01.09 00:34:07.051064 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part 2026.01.09 00:34:07.051101 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.01.09 00:34:07.051137 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part 2026.01.09 00:34:07.051174 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.01.09 00:34:07.051324 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.09 00:34:07.051655 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.051742 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_31_6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.09 00:34:07.051838 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. 2026.01.09 00:34:07.052117 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 4 columns (4 merged, 0 gathered) in 0.001294976 sec., 1658717.999406939 rows/sec., 105.89 MiB/sec. 2026.01.09 00:34:07.052303 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.09 00:34:07.052557 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:07.052619 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_31_6} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.09 00:34:07.052672 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.01.09 00:34:08.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 248.89 MiB, peak 255.87 MiB, free memory in arenas 0.00 B, will set to 250.36 MiB (RSS), difference: 1.47 MiB 2026.01.09 00:34:09.520949 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.521236 [ 269 ] {a67635cf-e7ea-4693-9145-42c7215c0de3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:34:09.521381 [ 269 ] {a67635cf-e7ea-4693-9145-42c7215c0de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:34:09.522760 [ 269 ] {a67635cf-e7ea-4693-9145-42c7215c0de3} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.522828 [ 269 ] {a67635cf-e7ea-4693-9145-42c7215c0de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.523525 [ 269 ] {a67635cf-e7ea-4693-9145-42c7215c0de3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:34:09.523930 [ 269 ] {a67635cf-e7ea-4693-9145-42c7215c0de3} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.524175 [ 269 ] {a67635cf-e7ea-4693-9145-42c7215c0de3} executeQuery: Read 410 rows, 26.63 KiB in 0.003009 sec., 136257.89298770356 rows/sec., 8.64 MiB/sec. 2026.01.09 00:34:09.524259 [ 269 ] {a67635cf-e7ea-4693-9145-42c7215c0de3} TCPHandler: Processed in 0.00350466 sec. 2026.01.09 00:34:09.524466 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.524603 [ 269 ] {d052418f-a605-43c6-9548-27cb8a6d028d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:34:09.524664 [ 269 ] {d052418f-a605-43c6-9548-27cb8a6d028d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:34:09.525299 [ 269 ] {d052418f-a605-43c6-9548-27cb8a6d028d} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.525353 [ 269 ] {d052418f-a605-43c6-9548-27cb8a6d028d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.525785 [ 269 ] {d052418f-a605-43c6-9548-27cb8a6d028d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.09 00:34:09.526098 [ 269 ] {d052418f-a605-43c6-9548-27cb8a6d028d} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.526294 [ 269 ] {d052418f-a605-43c6-9548-27cb8a6d028d} executeQuery: Read 2 rows, 167.00 B in 0.001729 sec., 1156.737998843262 rows/sec., 94.32 KiB/sec. 2026.01.09 00:34:09.526361 [ 269 ] {d052418f-a605-43c6-9548-27cb8a6d028d} TCPHandler: Processed in 0.001971446 sec. 2026.01.09 00:34:09.526534 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.526673 [ 269 ] {d87e3325-37dd-4b86-b858-3727454771fa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:09.526734 [ 269 ] {d87e3325-37dd-4b86-b858-3727454771fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:09.529364 [ 269 ] {d87e3325-37dd-4b86-b858-3727454771fa} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.529413 [ 269 ] {d87e3325-37dd-4b86-b858-3727454771fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.530102 [ 269 ] {d87e3325-37dd-4b86-b858-3727454771fa} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:34:09.530416 [ 269 ] {d87e3325-37dd-4b86-b858-3727454771fa} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.530612 [ 269 ] {d87e3325-37dd-4b86-b858-3727454771fa} executeQuery: Read 2253 rows, 186.48 KiB in 0.003971 sec., 567363.3845378999 rows/sec., 45.86 MiB/sec. 2026.01.09 00:34:09.530676 [ 269 ] {d87e3325-37dd-4b86-b858-3727454771fa} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:34:09.530696 [ 269 ] {d87e3325-37dd-4b86-b858-3727454771fa} TCPHandler: Processed in 0.00422716 sec. 2026.01.09 00:34:09.530869 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.530996 [ 269 ] {359aa66c-4b67-49f8-9882-f20c59c11d66} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:09.531055 [ 269 ] {359aa66c-4b67-49f8-9882-f20c59c11d66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:09.531839 [ 269 ] {359aa66c-4b67-49f8-9882-f20c59c11d66} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.531881 [ 269 ] {359aa66c-4b67-49f8-9882-f20c59c11d66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.532342 [ 269 ] {359aa66c-4b67-49f8-9882-f20c59c11d66} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:34:09.532660 [ 269 ] {359aa66c-4b67-49f8-9882-f20c59c11d66} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.532857 [ 269 ] {359aa66c-4b67-49f8-9882-f20c59c11d66} executeQuery: Read 207 rows, 12.46 KiB in 0.001892 sec., 109408.03382663848 rows/sec., 6.43 MiB/sec. 2026.01.09 00:34:09.532916 [ 269 ] {359aa66c-4b67-49f8-9882-f20c59c11d66} TCPHandler: Processed in 0.00211579 sec. 2026.01.09 00:34:09.533106 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.533237 [ 269 ] {00535f48-baff-4986-b8f9-da9e0206b363} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:34:09.533297 [ 269 ] {00535f48-baff-4986-b8f9-da9e0206b363} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:34:09.534236 [ 269 ] {00535f48-baff-4986-b8f9-da9e0206b363} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.534279 [ 269 ] {00535f48-baff-4986-b8f9-da9e0206b363} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.534952 [ 269 ] {00535f48-baff-4986-b8f9-da9e0206b363} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:34:09.535279 [ 269 ] {00535f48-baff-4986-b8f9-da9e0206b363} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.535474 [ 269 ] {00535f48-baff-4986-b8f9-da9e0206b363} executeQuery: Read 440 rows, 29.81 KiB in 0.002268 sec., 194003.52733686066 rows/sec., 12.84 MiB/sec. 2026.01.09 00:34:09.535531 [ 269 ] {00535f48-baff-4986-b8f9-da9e0206b363} TCPHandler: Processed in 0.002491161 sec. 2026.01.09 00:34:09.535704 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.535868 [ 269 ] {5c6820ea-897e-496d-a343-0cc209ca4073} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:34:09.535930 [ 269 ] {5c6820ea-897e-496d-a343-0cc209ca4073} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:34:09.536750 [ 269 ] {5c6820ea-897e-496d-a343-0cc209ca4073} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.536802 [ 269 ] {5c6820ea-897e-496d-a343-0cc209ca4073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.537360 [ 269 ] {5c6820ea-897e-496d-a343-0cc209ca4073} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:34:09.537696 [ 269 ] {5c6820ea-897e-496d-a343-0cc209ca4073} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.537881 [ 269 ] {5c6820ea-897e-496d-a343-0cc209ca4073} executeQuery: Read 211 rows, 12.27 KiB in 0.002045 sec., 103178.48410757947 rows/sec., 5.86 MiB/sec. 2026.01.09 00:34:09.537935 [ 269 ] {5c6820ea-897e-496d-a343-0cc209ca4073} TCPHandler: Processed in 0.002297055 sec. 2026.01.09 00:34:09.538096 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.538245 [ 269 ] {cb0a82e3-d93c-4cec-95e6-d611e598acf9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:09.538311 [ 269 ] {cb0a82e3-d93c-4cec-95e6-d611e598acf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:09.539646 [ 269 ] {cb0a82e3-d93c-4cec-95e6-d611e598acf9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.539695 [ 269 ] {cb0a82e3-d93c-4cec-95e6-d611e598acf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.540139 [ 269 ] {cb0a82e3-d93c-4cec-95e6-d611e598acf9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:34:09.540366 [ 269 ] {cb0a82e3-d93c-4cec-95e6-d611e598acf9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.540566 [ 269 ] {cb0a82e3-d93c-4cec-95e6-d611e598acf9} executeQuery: Read 1137 rows, 82.92 KiB in 0.002349 sec., 484035.75989782886 rows/sec., 34.47 MiB/sec. 2026.01.09 00:34:09.540624 [ 269 ] {cb0a82e3-d93c-4cec-95e6-d611e598acf9} TCPHandler: Processed in 0.002589834 sec. 2026.01.09 00:34:09.540784 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.540908 [ 269 ] {b78ff45f-db65-4a00-ac13-bbb68e4ade01} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:34:09.540964 [ 269 ] {b78ff45f-db65-4a00-ac13-bbb68e4ade01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:34:09.541417 [ 269 ] {b78ff45f-db65-4a00-ac13-bbb68e4ade01} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.541461 [ 269 ] {b78ff45f-db65-4a00-ac13-bbb68e4ade01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.541831 [ 269 ] {b78ff45f-db65-4a00-ac13-bbb68e4ade01} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:34:09.542134 [ 269 ] {b78ff45f-db65-4a00-ac13-bbb68e4ade01} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.542299 [ 269 ] {b78ff45f-db65-4a00-ac13-bbb68e4ade01} executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. 2026.01.09 00:34:09.542347 [ 269 ] {b78ff45f-db65-4a00-ac13-bbb68e4ade01} TCPHandler: Processed in 0.001624366 sec. 2026.01.09 00:34:09.542517 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.542641 [ 269 ] {57960ec6-d302-465e-9703-811cbc00b8bb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:09.542712 [ 269 ] {57960ec6-d302-465e-9703-811cbc00b8bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:09.543652 [ 269 ] {57960ec6-d302-465e-9703-811cbc00b8bb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.543697 [ 269 ] {57960ec6-d302-465e-9703-811cbc00b8bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.544181 [ 269 ] {57960ec6-d302-465e-9703-811cbc00b8bb} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:34:09.544446 [ 269 ] {57960ec6-d302-465e-9703-811cbc00b8bb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.544659 [ 269 ] {57960ec6-d302-465e-9703-811cbc00b8bb} executeQuery: Read 935 rows, 63.39 KiB in 0.002021 sec., 462642.2563087581 rows/sec., 30.63 MiB/sec. 2026.01.09 00:34:09.544726 [ 269 ] {57960ec6-d302-465e-9703-811cbc00b8bb} TCPHandler: Processed in 0.002270734 sec. 2026.01.09 00:34:09.544878 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.545007 [ 269 ] {47da914e-d6d1-40c3-b9ae-1affa5327676} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:34:09.545065 [ 269 ] {47da914e-d6d1-40c3-b9ae-1affa5327676} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:34:09.545489 [ 269 ] {47da914e-d6d1-40c3-b9ae-1affa5327676} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.545535 [ 269 ] {47da914e-d6d1-40c3-b9ae-1affa5327676} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.545945 [ 269 ] {47da914e-d6d1-40c3-b9ae-1affa5327676} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:34:09.546238 [ 269 ] {47da914e-d6d1-40c3-b9ae-1affa5327676} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.546416 [ 269 ] {47da914e-d6d1-40c3-b9ae-1affa5327676} executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec. 2026.01.09 00:34:09.546466 [ 269 ] {47da914e-d6d1-40c3-b9ae-1affa5327676} TCPHandler: Processed in 0.001648827 sec. 2026.01.09 00:34:09.546611 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:09.546727 [ 269 ] {fdb18253-9036-4780-a1c5-cf0b2e529305} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:09.546779 [ 269 ] {fdb18253-9036-4780-a1c5-cf0b2e529305} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:09.547266 [ 269 ] {fdb18253-9036-4780-a1c5-cf0b2e529305} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:09.547309 [ 269 ] {fdb18253-9036-4780-a1c5-cf0b2e529305} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:09.547739 [ 269 ] {fdb18253-9036-4780-a1c5-cf0b2e529305} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:34:09.548028 [ 269 ] {fdb18253-9036-4780-a1c5-cf0b2e529305} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:09.548225 [ 269 ] {fdb18253-9036-4780-a1c5-cf0b2e529305} executeQuery: Read 80 rows, 4.87 KiB in 0.001524 sec., 52493.43832020998 rows/sec., 3.12 MiB/sec. 2026.01.09 00:34:09.548276 [ 269 ] {fdb18253-9036-4780-a1c5-cf0b2e529305} TCPHandler: Processed in 0.00172516 sec. 2026.01.09 00:34:12.034686 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:12.034897 [ 269 ] {a0329503-7c9b-4d7b-88fd-e133cc1f1c44} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:12.034964 [ 269 ] {a0329503-7c9b-4d7b-88fd-e133cc1f1c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:12.035644 [ 269 ] {a0329503-7c9b-4d7b-88fd-e133cc1f1c44} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:12.035703 [ 269 ] {a0329503-7c9b-4d7b-88fd-e133cc1f1c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:12.036126 [ 269 ] {a0329503-7c9b-4d7b-88fd-e133cc1f1c44} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:34:12.036377 [ 269 ] {a0329503-7c9b-4d7b-88fd-e133cc1f1c44} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:12.036551 [ 269 ] {a0329503-7c9b-4d7b-88fd-e133cc1f1c44} executeQuery: Read 56 rows, 4.41 KiB in 0.0017 sec., 32941.17647058824 rows/sec., 2.53 MiB/sec. 2026.01.09 00:34:12.036605 [ 269 ] {a0329503-7c9b-4d7b-88fd-e133cc1f1c44} TCPHandler: Processed in 0.002048718 sec. 2026.01.09 00:34:12.036733 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:12.036840 [ 269 ] {da84c7d0-007b-44b4-897e-b2c314227c53} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:12.036885 [ 269 ] {da84c7d0-007b-44b4-897e-b2c314227c53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:12.037339 [ 269 ] {da84c7d0-007b-44b4-897e-b2c314227c53} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:12.037377 [ 269 ] {da84c7d0-007b-44b4-897e-b2c314227c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:12.037712 [ 269 ] {da84c7d0-007b-44b4-897e-b2c314227c53} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:34:12.037939 [ 269 ] {da84c7d0-007b-44b4-897e-b2c314227c53} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:12.038081 [ 269 ] {da84c7d0-007b-44b4-897e-b2c314227c53} executeQuery: Read 64 rows, 5.12 KiB in 0.001264 sec., 50632.91139240507 rows/sec., 3.95 MiB/sec. 2026.01.09 00:34:12.038123 [ 269 ] {da84c7d0-007b-44b4-897e-b2c314227c53} TCPHandler: Processed in 0.001443831 sec. 2026.01.09 00:34:12.038239 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:12.038342 [ 269 ] {05636307-d043-415b-a76f-52edc739c47d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:12.038389 [ 269 ] {05636307-d043-415b-a76f-52edc739c47d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:12.038786 [ 269 ] {05636307-d043-415b-a76f-52edc739c47d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:12.038824 [ 269 ] {05636307-d043-415b-a76f-52edc739c47d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:12.039167 [ 269 ] {05636307-d043-415b-a76f-52edc739c47d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:34:12.039385 [ 269 ] {05636307-d043-415b-a76f-52edc739c47d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:12.039526 [ 269 ] {05636307-d043-415b-a76f-52edc739c47d} executeQuery: Read 64 rows, 4.56 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 3.70 MiB/sec. 2026.01.09 00:34:12.039565 [ 269 ] {05636307-d043-415b-a76f-52edc739c47d} TCPHandler: Processed in 0.001378069 sec. 2026.01.09 00:34:12.039684 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:12.039783 [ 269 ] {0e454127-c5b2-4648-be56-812b05b60810} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:12.039828 [ 269 ] {0e454127-c5b2-4648-be56-812b05b60810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:12.040165 [ 269 ] {0e454127-c5b2-4648-be56-812b05b60810} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:12.040201 [ 269 ] {0e454127-c5b2-4648-be56-812b05b60810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:12.040549 [ 269 ] {0e454127-c5b2-4648-be56-812b05b60810} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:34:12.040779 [ 269 ] {0e454127-c5b2-4648-be56-812b05b60810} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:12.040916 [ 269 ] {0e454127-c5b2-4648-be56-812b05b60810} executeQuery: Read 24 rows, 1.66 KiB in 0.001152 sec., 20833.333333333332 rows/sec., 1.40 MiB/sec. 2026.01.09 00:34:12.040954 [ 269 ] {0e454127-c5b2-4648-be56-812b05b60810} TCPHandler: Processed in 0.001321597 sec. 2026.01.09 00:34:12.339045 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10071 2026.01.09 00:34:12.339541 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:12.339579 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:12.340049 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:34:12.340286 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:12.340420 [ 69 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.09 00:34:12.340425 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10071 2026.01.09 00:34:12.340479 [ 69 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:12.340504 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:12.340682 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.09 00:34:12.340917 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:12.340976 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7639 rows starting from the beginning of the part 2026.01.09 00:34:12.341070 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.01.09 00:34:12.341137 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.01.09 00:34:12.341198 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.01.09 00:34:12.341253 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.01.09 00:34:12.341291 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.01.09 00:34:12.343208 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10071 rows, containing 4 columns (4 merged, 0 gathered) in 0.002611364 sec., 3856605.2070871773 rows/sec., 55.17 MiB/sec. 2026.01.09 00:34:12.343523 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.09 00:34:12.343859 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:12.343943 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_21_4} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.09 00:34:12.344041 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.01.09 00:34:12.876407 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.01.09 00:34:12.893482 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:12.893539 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:12.899505 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:34:12.900186 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:12.900485 [ 69 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.09 00:34:12.900547 [ 69 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:12.900566 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:12.900677 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.09 00:34:12.902976 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.01.09 00:34:12.903521 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:12.904196 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.01.09 00:34:12.907444 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.01.09 00:34:12.910803 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.01.09 00:34:12.914499 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.01.09 00:34:12.918695 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.01.09 00:34:12.922827 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.01.09 00:34:12.969729 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.069095587 sec., 2301.1599858034347 rows/sec., 11.90 MiB/sec. 2026.01.09 00:34:12.972388 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.09 00:34:12.974347 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:12.974453 [ 192 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_21_4} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.09 00:34:12.977292 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.09 00:34:13.001120 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 251.82 MiB, peak 262.36 MiB, free memory in arenas 0.00 B, will set to 255.45 MiB (RSS), difference: 3.62 MiB 2026.01.09 00:34:14.853017 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 712 2026.01.09 00:34:14.855476 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:14.855521 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:14.856755 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:34:14.857014 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:14.857276 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 712 2026.01.09 00:34:17.041396 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:17.041599 [ 269 ] {5aa9a30a-ce84-495e-b600-c25357e39eb9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:17.041667 [ 269 ] {5aa9a30a-ce84-495e-b600-c25357e39eb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:17.042410 [ 269 ] {5aa9a30a-ce84-495e-b600-c25357e39eb9} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:17.042469 [ 269 ] {5aa9a30a-ce84-495e-b600-c25357e39eb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:17.042923 [ 269 ] {5aa9a30a-ce84-495e-b600-c25357e39eb9} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:34:17.043172 [ 269 ] {5aa9a30a-ce84-495e-b600-c25357e39eb9} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:17.043348 [ 269 ] {5aa9a30a-ce84-495e-b600-c25357e39eb9} executeQuery: Read 138 rows, 12.27 KiB in 0.001791 sec., 77051.92629815746 rows/sec., 6.69 MiB/sec. 2026.01.09 00:34:17.043401 [ 269 ] {5aa9a30a-ce84-495e-b600-c25357e39eb9} TCPHandler: Processed in 0.00214013 sec. 2026.01.09 00:34:17.043528 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:17.043632 [ 269 ] {108c7700-658a-4a48-a949-aeaeac1d2e90} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:17.043678 [ 269 ] {108c7700-658a-4a48-a949-aeaeac1d2e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:17.044121 [ 269 ] {108c7700-658a-4a48-a949-aeaeac1d2e90} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:17.044161 [ 269 ] {108c7700-658a-4a48-a949-aeaeac1d2e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:17.044523 [ 269 ] {108c7700-658a-4a48-a949-aeaeac1d2e90} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:34:17.044750 [ 269 ] {108c7700-658a-4a48-a949-aeaeac1d2e90} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:17.044893 [ 269 ] {108c7700-658a-4a48-a949-aeaeac1d2e90} executeQuery: Read 41 rows, 3.08 KiB in 0.001283 sec., 31956.352299298516 rows/sec., 2.35 MiB/sec. 2026.01.09 00:34:17.044933 [ 269 ] {108c7700-658a-4a48-a949-aeaeac1d2e90} TCPHandler: Processed in 0.001459071 sec. 2026.01.09 00:34:17.045051 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:17.045152 [ 269 ] {75619afd-866f-479c-8667-5504f2aed418} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:17.045192 [ 269 ] {75619afd-866f-479c-8667-5504f2aed418} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:17.045642 [ 269 ] {75619afd-866f-479c-8667-5504f2aed418} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:17.045680 [ 269 ] {75619afd-866f-479c-8667-5504f2aed418} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:17.045996 [ 269 ] {75619afd-866f-479c-8667-5504f2aed418} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:34:17.046224 [ 269 ] {75619afd-866f-479c-8667-5504f2aed418} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:17.046356 [ 269 ] {75619afd-866f-479c-8667-5504f2aed418} executeQuery: Read 105 rows, 8.40 KiB in 0.001222 sec., 85924.71358428805 rows/sec., 6.71 MiB/sec. 2026.01.09 00:34:17.046396 [ 269 ] {75619afd-866f-479c-8667-5504f2aed418} TCPHandler: Processed in 0.001395 sec. 2026.01.09 00:34:17.046508 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:17.046603 [ 269 ] {6ab9f29a-bf47-4d2f-bd27-5d2b69ab7236} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:17.046647 [ 269 ] {6ab9f29a-bf47-4d2f-bd27-5d2b69ab7236} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:17.047085 [ 269 ] {6ab9f29a-bf47-4d2f-bd27-5d2b69ab7236} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:17.047122 [ 269 ] {6ab9f29a-bf47-4d2f-bd27-5d2b69ab7236} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:17.047485 [ 269 ] {6ab9f29a-bf47-4d2f-bd27-5d2b69ab7236} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:34:17.047702 [ 269 ] {6ab9f29a-bf47-4d2f-bd27-5d2b69ab7236} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:17.047833 [ 269 ] {6ab9f29a-bf47-4d2f-bd27-5d2b69ab7236} executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. 2026.01.09 00:34:17.047872 [ 269 ] {6ab9f29a-bf47-4d2f-bd27-5d2b69ab7236} TCPHandler: Processed in 0.001413721 sec. 2026.01.09 00:34:17.047987 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:17.048087 [ 269 ] {daa24cd3-0b45-4d96-a08b-6e6144065e9d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:17.048157 [ 269 ] {daa24cd3-0b45-4d96-a08b-6e6144065e9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:34:17.049069 [ 269 ] {daa24cd3-0b45-4d96-a08b-6e6144065e9d} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:17.049105 [ 269 ] {daa24cd3-0b45-4d96-a08b-6e6144065e9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:17.049719 [ 269 ] {daa24cd3-0b45-4d96-a08b-6e6144065e9d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:34:17.049956 [ 269 ] {daa24cd3-0b45-4d96-a08b-6e6144065e9d} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:17.050099 [ 269 ] {daa24cd3-0b45-4d96-a08b-6e6144065e9d} executeQuery: Read 41 rows, 75.23 KiB in 0.002036 sec., 20137.524557956778 rows/sec., 36.09 MiB/sec. 2026.01.09 00:34:17.050167 [ 269 ] {daa24cd3-0b45-4d96-a08b-6e6144065e9d} TCPHandler: Processed in 0.002229304 sec. 2026.01.09 00:34:17.050282 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:17.050385 [ 269 ] {ab372de1-5a5a-4105-919e-677970b809b5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:17.050427 [ 269 ] {ab372de1-5a5a-4105-919e-677970b809b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:17.050769 [ 269 ] {ab372de1-5a5a-4105-919e-677970b809b5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:17.050805 [ 269 ] {ab372de1-5a5a-4105-919e-677970b809b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:17.051123 [ 269 ] {ab372de1-5a5a-4105-919e-677970b809b5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:34:17.051341 [ 269 ] {ab372de1-5a5a-4105-919e-677970b809b5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:17.051471 [ 269 ] {ab372de1-5a5a-4105-919e-677970b809b5} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.01.09 00:34:17.051508 [ 269 ] {ab372de1-5a5a-4105-919e-677970b809b5} TCPHandler: Processed in 0.001275176 sec. 2026.01.09 00:34:19.734790 [ 56 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:34:19.734837 [ 56 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:34:19.841492 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10519 2026.01.09 00:34:19.841958 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:19.841998 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:19.842583 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:34:19.842841 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:19.842994 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10519 2026.01.09 00:34:20.302112 [ 55 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.09 00:34:20.302206 [ 55 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:20.302243 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:20.302420 [ 190 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.09 00:34:20.302615 [ 190 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:20.302669 [ 190 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 223 rows starting from the beginning of the part 2026.01.09 00:34:20.302772 [ 190 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 211 rows starting from the beginning of the part 2026.01.09 00:34:20.302848 [ 190 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 211 rows starting from the beginning of the part 2026.01.09 00:34:20.302918 [ 190 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 211 rows starting from the beginning of the part 2026.01.09 00:34:20.302986 [ 190 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 211 rows starting from the beginning of the part 2026.01.09 00:34:20.304111 [ 192 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.00176914 sec., 603117.8990922143 rows/sec., 36.68 MiB/sec. 2026.01.09 00:34:20.304318 [ 200 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.09 00:34:20.304622 [ 200 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:20.304701 [ 200 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_14_3} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.09 00:34:20.304791 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:34:20.404012 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.01.09 00:34:20.420203 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:20.420250 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:20.425695 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:34:20.426408 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:20.429098 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.01.09 00:34:21.523812 [ 54 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.09 00:34:21.523949 [ 54 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:21.523990 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:21.524131 [ 187 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.09 00:34:21.524299 [ 187 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:21.524338 [ 187 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 434 rows starting from the beginning of the part 2026.01.09 00:34:21.524414 [ 187 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 410 rows starting from the beginning of the part 2026.01.09 00:34:21.524466 [ 187 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 410 rows starting from the beginning of the part 2026.01.09 00:34:21.524516 [ 187 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 410 rows starting from the beginning of the part 2026.01.09 00:34:21.524559 [ 187 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 410 rows starting from the beginning of the part 2026.01.09 00:34:21.525610 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.001535214 sec., 1350951.7239941794 rows/sec., 91.16 MiB/sec. 2026.01.09 00:34:21.525831 [ 192 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.09 00:34:21.526165 [ 192 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:21.526257 [ 192 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_14_3} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.09 00:34:21.526369 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.09 00:34:21.908733 [ 52 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.09 00:34:21.908831 [ 52 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:21.908872 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:21.909028 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.09 00:34:21.909224 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:21.909274 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2026.01.09 00:34:21.909361 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.01.09 00:34:21.909507 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.01.09 00:34:21.909596 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.01.09 00:34:21.909673 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.01.09 00:34:21.910547 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.001588256 sec., 8814.699897245784 rows/sec., 591.50 KiB/sec. 2026.01.09 00:34:21.910692 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.09 00:34:21.910954 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:21.911023 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_14_3} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.09 00:34:21.911103 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:34:22.050115 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:22.050312 [ 269 ] {53458413-e5fd-465d-8ae7-c5874ad18013} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:34:22.050389 [ 269 ] {53458413-e5fd-465d-8ae7-c5874ad18013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:34:22.051267 [ 269 ] {53458413-e5fd-465d-8ae7-c5874ad18013} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.051315 [ 269 ] {53458413-e5fd-465d-8ae7-c5874ad18013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:22.051752 [ 269 ] {53458413-e5fd-465d-8ae7-c5874ad18013} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:34:22.052019 [ 269 ] {53458413-e5fd-465d-8ae7-c5874ad18013} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.052188 [ 269 ] {53458413-e5fd-465d-8ae7-c5874ad18013} executeQuery: Read 410 rows, 26.63 KiB in 0.001926 sec., 212876.42782969886 rows/sec., 13.50 MiB/sec. 2026.01.09 00:34:22.052243 [ 269 ] {53458413-e5fd-465d-8ae7-c5874ad18013} TCPHandler: Processed in 0.002268274 sec. 2026.01.09 00:34:22.052367 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:22.052472 [ 269 ] {54e664ad-c32c-4829-b686-95d71a3029d3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:22.052518 [ 269 ] {54e664ad-c32c-4829-b686-95d71a3029d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:22.053529 [ 269 ] {54e664ad-c32c-4829-b686-95d71a3029d3} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.053569 [ 269 ] {54e664ad-c32c-4829-b686-95d71a3029d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:22.053943 [ 269 ] {54e664ad-c32c-4829-b686-95d71a3029d3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:34:22.054151 [ 269 ] {54e664ad-c32c-4829-b686-95d71a3029d3} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.054284 [ 269 ] {54e664ad-c32c-4829-b686-95d71a3029d3} executeQuery: Read 1112 rows, 89.84 KiB in 0.001836 sec., 605664.4880174292 rows/sec., 47.79 MiB/sec. 2026.01.09 00:34:22.054323 [ 269 ] {54e664ad-c32c-4829-b686-95d71a3029d3} TCPHandler: Processed in 0.002010587 sec. 2026.01.09 00:34:22.054440 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:22.054539 [ 269 ] {b474385a-3d1e-4d9b-ac4a-5568c85792ba} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:22.054582 [ 269 ] {b474385a-3d1e-4d9b-ac4a-5568c85792ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:22.055116 [ 269 ] {b474385a-3d1e-4d9b-ac4a-5568c85792ba} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.055152 [ 269 ] {b474385a-3d1e-4d9b-ac4a-5568c85792ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:22.055474 [ 269 ] {b474385a-3d1e-4d9b-ac4a-5568c85792ba} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:34:22.055679 [ 269 ] {b474385a-3d1e-4d9b-ac4a-5568c85792ba} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.055806 [ 269 ] {b474385a-3d1e-4d9b-ac4a-5568c85792ba} executeQuery: Read 205 rows, 12.32 KiB in 0.001289 sec., 159038.01396431343 rows/sec., 9.33 MiB/sec. 2026.01.09 00:34:22.055844 [ 269 ] {b474385a-3d1e-4d9b-ac4a-5568c85792ba} TCPHandler: Processed in 0.001454022 sec. 2026.01.09 00:34:22.055952 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:22.056054 [ 269 ] {90072cb9-f52a-4591-9157-5d8cd897a707} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:34:22.056094 [ 269 ] {90072cb9-f52a-4591-9157-5d8cd897a707} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:34:22.056621 [ 269 ] {90072cb9-f52a-4591-9157-5d8cd897a707} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.056657 [ 269 ] {90072cb9-f52a-4591-9157-5d8cd897a707} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:22.056958 [ 269 ] {90072cb9-f52a-4591-9157-5d8cd897a707} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:34:22.057160 [ 269 ] {90072cb9-f52a-4591-9157-5d8cd897a707} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.057259 [ 52 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.09 00:34:22.057287 [ 269 ] {90072cb9-f52a-4591-9157-5d8cd897a707} executeQuery: Read 212 rows, 14.00 KiB in 0.001252 sec., 169329.0734824281 rows/sec., 10.92 MiB/sec. 2026.01.09 00:34:22.057299 [ 52 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.057330 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:22.057331 [ 269 ] {90072cb9-f52a-4591-9157-5d8cd897a707} TCPHandler: Processed in 0.001434771 sec. 2026.01.09 00:34:22.057438 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.09 00:34:22.057454 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:22.057559 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:22.057565 [ 269 ] {20caffcc-4866-4e1d-96de-efbe5fb8048f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:34:22.057594 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 465 rows starting from the beginning of the part 2026.01.09 00:34:22.057629 [ 269 ] {20caffcc-4866-4e1d-96de-efbe5fb8048f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:34:22.057655 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 440 rows starting from the beginning of the part 2026.01.09 00:34:22.057703 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part 2026.01.09 00:34:22.057745 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2026.01.09 00:34:22.057783 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 440 rows starting from the beginning of the part 2026.01.09 00:34:22.057821 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part 2026.01.09 00:34:22.058127 [ 269 ] {20caffcc-4866-4e1d-96de-efbe5fb8048f} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.058167 [ 269 ] {20caffcc-4866-4e1d-96de-efbe5fb8048f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:22.058508 [ 269 ] {20caffcc-4866-4e1d-96de-efbe5fb8048f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:34:22.058714 [ 269 ] {20caffcc-4866-4e1d-96de-efbe5fb8048f} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.058822 [ 196 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1981 rows, containing 5 columns (5 merged, 0 gathered) in 0.00142724 sec., 1387993.6100445616 rows/sec., 96.66 MiB/sec. 2026.01.09 00:34:22.058840 [ 269 ] {20caffcc-4866-4e1d-96de-efbe5fb8048f} executeQuery: Read 211 rows, 12.27 KiB in 0.001293 sec., 163186.38824439287 rows/sec., 9.27 MiB/sec. 2026.01.09 00:34:22.058886 [ 269 ] {20caffcc-4866-4e1d-96de-efbe5fb8048f} TCPHandler: Processed in 0.001481462 sec. 2026.01.09 00:34:22.058961 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.09 00:34:22.058994 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:22.059110 [ 269 ] {eb8a8aab-2196-43dc-a955-d5ddc0374464} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:22.059153 [ 269 ] {eb8a8aab-2196-43dc-a955-d5ddc0374464} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:22.059206 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.059269 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_16_3} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.09 00:34:22.059328 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:34:22.059867 [ 269 ] {eb8a8aab-2196-43dc-a955-d5ddc0374464} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.059909 [ 269 ] {eb8a8aab-2196-43dc-a955-d5ddc0374464} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:22.060259 [ 269 ] {eb8a8aab-2196-43dc-a955-d5ddc0374464} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:34:22.060473 [ 269 ] {eb8a8aab-2196-43dc-a955-d5ddc0374464} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.060603 [ 269 ] {eb8a8aab-2196-43dc-a955-d5ddc0374464} executeQuery: Read 679 rows, 48.47 KiB in 0.001512 sec., 449074.07407407404 rows/sec., 31.30 MiB/sec. 2026.01.09 00:34:22.060642 [ 269 ] {eb8a8aab-2196-43dc-a955-d5ddc0374464} TCPHandler: Processed in 0.001701368 sec. 2026.01.09 00:34:22.060744 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:22.060839 [ 269 ] {b06e2b68-6dbc-4135-ad5a-dfc10242a540} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:34:22.060880 [ 269 ] {b06e2b68-6dbc-4135-ad5a-dfc10242a540} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:34:22.061196 [ 269 ] {b06e2b68-6dbc-4135-ad5a-dfc10242a540} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.061231 [ 269 ] {b06e2b68-6dbc-4135-ad5a-dfc10242a540} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:22.061581 [ 269 ] {b06e2b68-6dbc-4135-ad5a-dfc10242a540} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:34:22.061781 [ 269 ] {b06e2b68-6dbc-4135-ad5a-dfc10242a540} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.061907 [ 269 ] {b06e2b68-6dbc-4135-ad5a-dfc10242a540} executeQuery: Read 6 rows, 321.00 B in 0.001087 sec., 5519.779208831646 rows/sec., 288.39 KiB/sec. 2026.01.09 00:34:22.061943 [ 269 ] {b06e2b68-6dbc-4135-ad5a-dfc10242a540} TCPHandler: Processed in 0.001249345 sec. 2026.01.09 00:34:22.062097 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:22.062216 [ 269 ] {e68cf6ce-427b-43a4-8370-da294c0ee2eb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:22.062268 [ 269 ] {e68cf6ce-427b-43a4-8370-da294c0ee2eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:22.062779 [ 269 ] {e68cf6ce-427b-43a4-8370-da294c0ee2eb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.062815 [ 269 ] {e68cf6ce-427b-43a4-8370-da294c0ee2eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:22.063149 [ 269 ] {e68cf6ce-427b-43a4-8370-da294c0ee2eb} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:34:22.063366 [ 269 ] {e68cf6ce-427b-43a4-8370-da294c0ee2eb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.063513 [ 269 ] {e68cf6ce-427b-43a4-8370-da294c0ee2eb} executeQuery: Read 314 rows, 21.12 KiB in 0.001321 sec., 237698.7130961393 rows/sec., 15.61 MiB/sec. 2026.01.09 00:34:22.063549 [ 269 ] {e68cf6ce-427b-43a4-8370-da294c0ee2eb} TCPHandler: Processed in 0.001522583 sec. 2026.01.09 00:34:22.063658 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:22.063752 [ 269 ] {7a772978-98bb-4671-9aba-877428021c87} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:34:22.063794 [ 269 ] {7a772978-98bb-4671-9aba-877428021c87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:34:22.064099 [ 269 ] {7a772978-98bb-4671-9aba-877428021c87} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.064134 [ 269 ] {7a772978-98bb-4671-9aba-877428021c87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:22.064409 [ 269 ] {7a772978-98bb-4671-9aba-877428021c87} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:34:22.064605 [ 269 ] {7a772978-98bb-4671-9aba-877428021c87} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.064728 [ 269 ] {7a772978-98bb-4671-9aba-877428021c87} executeQuery: Read 1 rows, 69.00 B in 0.000994 sec., 1006.0362173038228 rows/sec., 67.79 KiB/sec. 2026.01.09 00:34:22.064763 [ 269 ] {7a772978-98bb-4671-9aba-877428021c87} TCPHandler: Processed in 0.001153233 sec. 2026.01.09 00:34:22.064889 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:22.064989 [ 269 ] {0c395d9c-bd2d-43e3-8272-d1ca6c6b97f4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:22.065030 [ 269 ] {0c395d9c-bd2d-43e3-8272-d1ca6c6b97f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:22.065380 [ 269 ] {0c395d9c-bd2d-43e3-8272-d1ca6c6b97f4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:22.065414 [ 269 ] {0c395d9c-bd2d-43e3-8272-d1ca6c6b97f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:22.065733 [ 269 ] {0c395d9c-bd2d-43e3-8272-d1ca6c6b97f4} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:34:22.065935 [ 269 ] {0c395d9c-bd2d-43e3-8272-d1ca6c6b97f4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:22.066059 [ 269 ] {0c395d9c-bd2d-43e3-8272-d1ca6c6b97f4} executeQuery: Read 104 rows, 6.53 KiB in 0.001089 sec., 95500.45913682278 rows/sec., 5.85 MiB/sec. 2026.01.09 00:34:22.066094 [ 269 ] {0c395d9c-bd2d-43e3-8272-d1ca6c6b97f4} TCPHandler: Processed in 0.001263867 sec. 2026.01.09 00:34:24.857491 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 744 2026.01.09 00:34:24.859675 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:24.859721 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:24.860864 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:34:24.861135 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:24.861298 [ 49 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.09 00:34:24.861340 [ 49 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:24.861363 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.01.09 00:34:24.861384 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 744 2026.01.09 00:34:24.861544 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.09 00:34:24.862202 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:24.862368 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 558 rows starting from the beginning of the part 2026.01.09 00:34:24.862778 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part 2026.01.09 00:34:24.863131 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2026.01.09 00:34:24.863449 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part 2026.01.09 00:34:24.863760 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part 2026.01.09 00:34:24.864091 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part 2026.01.09 00:34:24.869826 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 744 rows, containing 72 columns (72 merged, 0 gathered) in 0.008361288 sec., 88981.50619856654 rows/sec., 78.03 MiB/sec. 2026.01.09 00:34:24.871115 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.09 00:34:24.871723 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:24.871804 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_16_3} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.09 00:34:24.872140 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2026.01.09 00:34:27.047870 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:27.048088 [ 269 ] {e94f2e67-250b-48bb-8df8-67388b311d2a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:34:27.048160 [ 269 ] {e94f2e67-250b-48bb-8df8-67388b311d2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:34:27.048828 [ 269 ] {e94f2e67-250b-48bb-8df8-67388b311d2a} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.048874 [ 269 ] {e94f2e67-250b-48bb-8df8-67388b311d2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.049308 [ 269 ] {e94f2e67-250b-48bb-8df8-67388b311d2a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:34:27.049531 [ 269 ] {e94f2e67-250b-48bb-8df8-67388b311d2a} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.049682 [ 269 ] {e94f2e67-250b-48bb-8df8-67388b311d2a} executeQuery: Read 24 rows, 2.04 KiB in 0.001646 sec., 14580.801944106926 rows/sec., 1.21 MiB/sec. 2026.01.09 00:34:27.049725 [ 269 ] {e94f2e67-250b-48bb-8df8-67388b311d2a} TCPHandler: Processed in 0.001995037 sec. 2026.01.09 00:34:27.049848 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:27.049945 [ 269 ] {e28f0c1b-1303-483c-9212-a0b1d72d4fc7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:34:27.049987 [ 269 ] {e28f0c1b-1303-483c-9212-a0b1d72d4fc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:34:27.050369 [ 269 ] {e28f0c1b-1303-483c-9212-a0b1d72d4fc7} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.050404 [ 269 ] {e28f0c1b-1303-483c-9212-a0b1d72d4fc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.050715 [ 269 ] {e28f0c1b-1303-483c-9212-a0b1d72d4fc7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.09 00:34:27.050924 [ 269 ] {e28f0c1b-1303-483c-9212-a0b1d72d4fc7} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.051051 [ 269 ] {e28f0c1b-1303-483c-9212-a0b1d72d4fc7} executeQuery: Read 2 rows, 167.00 B in 0.001126 sec., 1776.1989342806394 rows/sec., 144.84 KiB/sec. 2026.01.09 00:34:27.051089 [ 269 ] {e28f0c1b-1303-483c-9212-a0b1d72d4fc7} TCPHandler: Processed in 0.001293037 sec. 2026.01.09 00:34:27.051211 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:27.051310 [ 269 ] {33a463e6-21b1-4d2b-b299-49d72272baef} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:27.051349 [ 269 ] {33a463e6-21b1-4d2b-b299-49d72272baef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:27.051894 [ 269 ] {33a463e6-21b1-4d2b-b299-49d72272baef} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.051930 [ 269 ] {33a463e6-21b1-4d2b-b299-49d72272baef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.052265 [ 269 ] {33a463e6-21b1-4d2b-b299-49d72272baef} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:34:27.052483 [ 269 ] {33a463e6-21b1-4d2b-b299-49d72272baef} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.052612 [ 269 ] {33a463e6-21b1-4d2b-b299-49d72272baef} executeQuery: Read 259 rows, 23.80 KiB in 0.001321 sec., 196063.5881907646 rows/sec., 17.60 MiB/sec. 2026.01.09 00:34:27.052613 [ 46 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.09 00:34:27.052652 [ 269 ] {33a463e6-21b1-4d2b-b299-49d72272baef} TCPHandler: Processed in 0.001497022 sec. 2026.01.09 00:34:27.052690 [ 46 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.052715 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.052775 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:27.052837 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.09 00:34:27.052875 [ 269 ] {daefa371-46b6-485f-b68b-5dac7e8f4a3f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:27.052936 [ 269 ] {daefa371-46b6-485f-b68b-5dac7e8f4a3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:27.052991 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:27.053032 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2465 rows starting from the beginning of the part 2026.01.09 00:34:27.053102 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:34:27.053175 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2026.01.09 00:34:27.053225 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 138 rows starting from the beginning of the part 2026.01.09 00:34:27.053266 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:34:27.053308 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 259 rows starting from the beginning of the part 2026.01.09 00:34:27.053353 [ 269 ] {daefa371-46b6-485f-b68b-5dac7e8f4a3f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.053395 [ 269 ] {daefa371-46b6-485f-b68b-5dac7e8f4a3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.053761 [ 269 ] {daefa371-46b6-485f-b68b-5dac7e8f4a3f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:34:27.053981 [ 269 ] {daefa371-46b6-485f-b68b-5dac7e8f4a3f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.054113 [ 269 ] {daefa371-46b6-485f-b68b-5dac7e8f4a3f} executeQuery: Read 55 rows, 4.18 KiB in 0.001256 sec., 43789.80891719746 rows/sec., 3.25 MiB/sec. 2026.01.09 00:34:27.054152 [ 269 ] {daefa371-46b6-485f-b68b-5dac7e8f4a3f} TCPHandler: Processed in 0.001432851 sec. 2026.01.09 00:34:27.054264 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:27.054359 [ 269 ] {778abfc6-2159-4291-9af8-32559732401c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:34:27.054399 [ 269 ] {778abfc6-2159-4291-9af8-32559732401c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:34:27.054794 [ 269 ] {778abfc6-2159-4291-9af8-32559732401c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.054829 [ 269 ] {778abfc6-2159-4291-9af8-32559732401c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.055128 [ 269 ] {778abfc6-2159-4291-9af8-32559732401c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:34:27.055337 [ 269 ] {778abfc6-2159-4291-9af8-32559732401c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.055473 [ 269 ] {778abfc6-2159-4291-9af8-32559732401c} executeQuery: Read 24 rows, 2.04 KiB in 0.001132 sec., 21201.413427561838 rows/sec., 1.76 MiB/sec. 2026.01.09 00:34:27.055512 [ 269 ] {778abfc6-2159-4291-9af8-32559732401c} TCPHandler: Processed in 0.001298357 sec. 2026.01.09 00:34:27.055630 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:27.055629 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 6283 rows, containing 5 columns (5 merged, 0 gathered) in 0.002854141 sec., 2201362.8618908455 rows/sec., 187.46 MiB/sec. 2026.01.09 00:34:27.055738 [ 269 ] {7e37f5ed-fb4c-4af4-b02e-4d007e1e5a66} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:34:27.055779 [ 269 ] {7e37f5ed-fb4c-4af4-b02e-4d007e1e5a66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:34:27.055961 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.09 00:34:27.056170 [ 269 ] {7e37f5ed-fb4c-4af4-b02e-4d007e1e5a66} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.056211 [ 269 ] {7e37f5ed-fb4c-4af4-b02e-4d007e1e5a66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.056220 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.056302 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_36_7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.09 00:34:27.056383 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2026.01.09 00:34:27.056548 [ 269 ] {7e37f5ed-fb4c-4af4-b02e-4d007e1e5a66} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:34:27.056759 [ 269 ] {7e37f5ed-fb4c-4af4-b02e-4d007e1e5a66} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.056889 [ 269 ] {7e37f5ed-fb4c-4af4-b02e-4d007e1e5a66} executeQuery: Read 12 rows, 960.00 B in 0.001169 sec., 10265.18391787853 rows/sec., 801.97 KiB/sec. 2026.01.09 00:34:27.056927 [ 269 ] {7e37f5ed-fb4c-4af4-b02e-4d007e1e5a66} TCPHandler: Processed in 0.001347748 sec. 2026.01.09 00:34:27.057037 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:27.057131 [ 269 ] {a4b1f4a3-e7ae-4e47-9591-a5a17c922472} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:27.057170 [ 269 ] {a4b1f4a3-e7ae-4e47-9591-a5a17c922472} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:27.057652 [ 269 ] {a4b1f4a3-e7ae-4e47-9591-a5a17c922472} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.057688 [ 269 ] {a4b1f4a3-e7ae-4e47-9591-a5a17c922472} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.058017 [ 269 ] {a4b1f4a3-e7ae-4e47-9591-a5a17c922472} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:34:27.058221 [ 269 ] {a4b1f4a3-e7ae-4e47-9591-a5a17c922472} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.058335 [ 45 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.09 00:34:27.058350 [ 269 ] {a4b1f4a3-e7ae-4e47-9591-a5a17c922472} executeQuery: Read 143 rows, 11.82 KiB in 0.001237 sec., 115602.26354082457 rows/sec., 9.33 MiB/sec. 2026.01.09 00:34:27.058374 [ 45 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.058399 [ 269 ] {a4b1f4a3-e7ae-4e47-9591-a5a17c922472} TCPHandler: Processed in 0.0014065 sec. 2026.01.09 00:34:27.058404 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.058501 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.09 00:34:27.058525 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:27.058647 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:27.058648 [ 269 ] {b8b81553-1006-4e64-9b12-08efc2798020} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:27.058686 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1250 rows starting from the beginning of the part 2026.01.09 00:34:27.058709 [ 269 ] {b8b81553-1006-4e64-9b12-08efc2798020} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:27.058752 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:34:27.058798 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2026.01.09 00:34:27.058838 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 105 rows starting from the beginning of the part 2026.01.09 00:34:27.058877 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 679 rows starting from the beginning of the part 2026.01.09 00:34:27.058916 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 143 rows starting from the beginning of the part 2026.01.09 00:34:27.059168 [ 269 ] {b8b81553-1006-4e64-9b12-08efc2798020} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.059216 [ 269 ] {b8b81553-1006-4e64-9b12-08efc2798020} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.059595 [ 269 ] {b8b81553-1006-4e64-9b12-08efc2798020} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:34:27.059822 [ 269 ] {b8b81553-1006-4e64-9b12-08efc2798020} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.059926 [ 45 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.09 00:34:27.059950 [ 45 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.059953 [ 269 ] {b8b81553-1006-4e64-9b12-08efc2798020} executeQuery: Read 341 rows, 26.42 KiB in 0.001325 sec., 257358.49056603774 rows/sec., 19.47 MiB/sec. 2026.01.09 00:34:27.059966 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.059993 [ 269 ] {b8b81553-1006-4e64-9b12-08efc2798020} TCPHandler: Processed in 0.001531433 sec. 2026.01.09 00:34:27.060056 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.09 00:34:27.060118 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:27.060157 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:27.060188 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9791 rows starting from the beginning of the part 2026.01.09 00:34:27.060219 [ 269 ] {7bc29fc9-22aa-4ce3-87bf-7c2cb20a2727} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:27.060237 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 935 rows starting from the beginning of the part 2026.01.09 00:34:27.060266 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3378 rows, containing 5 columns (5 merged, 0 gathered) in 0.001808071 sec., 1868289.4642964795 rows/sec., 141.67 MiB/sec. 2026.01.09 00:34:27.060279 [ 269 ] {7bc29fc9-22aa-4ce3-87bf-7c2cb20a2727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:34:27.060283 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2026.01.09 00:34:27.060344 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.01.09 00:34:27.060382 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 314 rows starting from the beginning of the part 2026.01.09 00:34:27.060417 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 341 rows starting from the beginning of the part 2026.01.09 00:34:27.060483 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.09 00:34:27.060760 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.060835 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_36_7} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.09 00:34:27.060914 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.09 00:34:27.061202 [ 269 ] {7bc29fc9-22aa-4ce3-87bf-7c2cb20a2727} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.061242 [ 269 ] {7bc29fc9-22aa-4ce3-87bf-7c2cb20a2727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.061882 [ 269 ] {7bc29fc9-22aa-4ce3-87bf-7c2cb20a2727} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:34:27.062116 [ 269 ] {7bc29fc9-22aa-4ce3-87bf-7c2cb20a2727} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.062216 [ 45 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.09 00:34:27.062241 [ 45 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.062255 [ 269 ] {7bc29fc9-22aa-4ce3-87bf-7c2cb20a2727} executeQuery: Read 41 rows, 75.23 KiB in 0.002055 sec., 19951.338199513382 rows/sec., 35.75 MiB/sec. 2026.01.09 00:34:27.062257 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.062324 [ 269 ] {7bc29fc9-22aa-4ce3-87bf-7c2cb20a2727} TCPHandler: Processed in 0.002256855 sec. 2026.01.09 00:34:27.062337 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.09 00:34:27.062444 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:27.062535 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:27.062545 [ 269 ] {853e19c3-cd79-43ef-b670-bc3710740565} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:27.062588 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 327 rows starting from the beginning of the part 2026.01.09 00:34:27.062595 [ 269 ] {853e19c3-cd79-43ef-b670-bc3710740565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:27.062701 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part 2026.01.09 00:34:27.062810 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part 2026.01.09 00:34:27.062904 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part 2026.01.09 00:34:27.062975 [ 269 ] {853e19c3-cd79-43ef-b670-bc3710740565} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.062994 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part 2026.01.09 00:34:27.063016 [ 269 ] {853e19c3-cd79-43ef-b670-bc3710740565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.063088 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part 2026.01.09 00:34:27.063454 [ 269 ] {853e19c3-cd79-43ef-b670-bc3710740565} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:34:27.063688 [ 269 ] {853e19c3-cd79-43ef-b670-bc3710740565} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.063792 [ 45 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.09 00:34:27.063818 [ 45 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.063825 [ 269 ] {853e19c3-cd79-43ef-b670-bc3710740565} executeQuery: Read 60 rows, 4.14 KiB in 0.001299 sec., 46189.37644341801 rows/sec., 3.11 MiB/sec. 2026.01.09 00:34:27.063837 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.063862 [ 269 ] {853e19c3-cd79-43ef-b670-bc3710740565} TCPHandler: Processed in 0.001469721 sec. 2026.01.09 00:34:27.063921 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.09 00:34:27.064020 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:27.064049 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2148 rows starting from the beginning of the part 2026.01.09 00:34:27.064107 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 80 rows starting from the beginning of the part 2026.01.09 00:34:27.064156 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2026.01.09 00:34:27.064198 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.01.09 00:34:27.064242 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 104 rows starting from the beginning of the part 2026.01.09 00:34:27.064286 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.01.09 00:34:27.064309 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 11605 rows, containing 5 columns (5 merged, 0 gathered) in 0.004301062 sec., 2698170.8238569917 rows/sec., 181.95 MiB/sec. 2026.01.09 00:34:27.064767 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.09 00:34:27.065116 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.065206 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_36_7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.09 00:34:27.065303 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.01.09 00:34:27.065498 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2476 rows, containing 4 columns (4 merged, 0 gathered) in 0.001613506 sec., 1534546.5092785524 rows/sec., 97.90 MiB/sec. 2026.01.09 00:34:27.065851 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.09 00:34:27.066124 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.066195 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_36_7} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.09 00:34:27.066269 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.01.09 00:34:27.067262 [ 198 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 532 rows, containing 19 columns (19 merged, 0 gathered) in 0.004955731 sec., 107350.45949830611 rows/sec., 192.37 MiB/sec. 2026.01.09 00:34:27.068038 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.09 00:34:27.068387 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.068460 [ 196 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_16_3} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.09 00:34:27.068546 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.51 MiB. 2026.01.09 00:34:27.343096 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11031 2026.01.09 00:34:27.343609 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.343651 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.344077 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:34:27.344298 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.344414 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11031 2026.01.09 00:34:27.929153 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.01.09 00:34:27.945139 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:27.945197 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:27.951126 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:34:27.951820 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:27.954544 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.01.09 00:34:28.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 257.99 MiB, peak 267.86 MiB, free memory in arenas 0.00 B, will set to 260.48 MiB (RSS), difference: 2.50 MiB 2026.01.09 00:34:32.038108 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:32.038337 [ 269 ] {f65d8a0e-e798-4156-a710-36e09f33ae2d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:32.038410 [ 269 ] {f65d8a0e-e798-4156-a710-36e09f33ae2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:32.039206 [ 269 ] {f65d8a0e-e798-4156-a710-36e09f33ae2d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:32.039256 [ 269 ] {f65d8a0e-e798-4156-a710-36e09f33ae2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:32.039654 [ 269 ] {f65d8a0e-e798-4156-a710-36e09f33ae2d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:34:32.039873 [ 269 ] {f65d8a0e-e798-4156-a710-36e09f33ae2d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:32.040028 [ 269 ] {f65d8a0e-e798-4156-a710-36e09f33ae2d} executeQuery: Read 56 rows, 4.41 KiB in 0.001739 sec., 32202.415181138582 rows/sec., 2.47 MiB/sec. 2026.01.09 00:34:32.040070 [ 269 ] {f65d8a0e-e798-4156-a710-36e09f33ae2d} TCPHandler: Processed in 0.002101269 sec. 2026.01.09 00:34:32.040236 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:32.040331 [ 269 ] {ca3ed45a-f599-4432-9b38-556b51f7e2cc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:32.040370 [ 269 ] {ca3ed45a-f599-4432-9b38-556b51f7e2cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:32.040880 [ 269 ] {ca3ed45a-f599-4432-9b38-556b51f7e2cc} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:32.040917 [ 269 ] {ca3ed45a-f599-4432-9b38-556b51f7e2cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:32.041223 [ 269 ] {ca3ed45a-f599-4432-9b38-556b51f7e2cc} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:34:32.041431 [ 269 ] {ca3ed45a-f599-4432-9b38-556b51f7e2cc} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:32.041556 [ 269 ] {ca3ed45a-f599-4432-9b38-556b51f7e2cc} executeQuery: Read 64 rows, 5.12 KiB in 0.001244 sec., 51446.94533762058 rows/sec., 4.02 MiB/sec. 2026.01.09 00:34:32.041593 [ 269 ] {ca3ed45a-f599-4432-9b38-556b51f7e2cc} TCPHandler: Processed in 0.001416771 sec. 2026.01.09 00:34:32.041715 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:32.041810 [ 269 ] {46652d23-1bf6-41cf-a2b5-249e49a75183} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:32.041853 [ 269 ] {46652d23-1bf6-41cf-a2b5-249e49a75183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:32.042328 [ 269 ] {46652d23-1bf6-41cf-a2b5-249e49a75183} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:32.042364 [ 269 ] {46652d23-1bf6-41cf-a2b5-249e49a75183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:32.042696 [ 269 ] {46652d23-1bf6-41cf-a2b5-249e49a75183} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:34:32.042911 [ 269 ] {46652d23-1bf6-41cf-a2b5-249e49a75183} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:32.043039 [ 269 ] {46652d23-1bf6-41cf-a2b5-249e49a75183} executeQuery: Read 160 rows, 11.41 KiB in 0.001248 sec., 128205.1282051282 rows/sec., 8.93 MiB/sec. 2026.01.09 00:34:32.043076 [ 269 ] {46652d23-1bf6-41cf-a2b5-249e49a75183} TCPHandler: Processed in 0.00140916 sec. 2026.01.09 00:34:32.043190 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:32.043284 [ 269 ] {38e23fd6-e64e-4dd5-9cae-76f6e50a2438} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:32.043325 [ 269 ] {38e23fd6-e64e-4dd5-9cae-76f6e50a2438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:32.043712 [ 269 ] {38e23fd6-e64e-4dd5-9cae-76f6e50a2438} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:32.043749 [ 269 ] {38e23fd6-e64e-4dd5-9cae-76f6e50a2438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:32.044059 [ 269 ] {38e23fd6-e64e-4dd5-9cae-76f6e50a2438} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:34:32.044262 [ 269 ] {38e23fd6-e64e-4dd5-9cae-76f6e50a2438} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:32.044389 [ 269 ] {38e23fd6-e64e-4dd5-9cae-76f6e50a2438} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.01.09 00:34:32.044425 [ 269 ] {38e23fd6-e64e-4dd5-9cae-76f6e50a2438} TCPHandler: Processed in 0.001284086 sec. 2026.01.09 00:34:34.721101 [ 19 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.09 00:34:34.721162 [ 19 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:34.721182 [ 19 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:34.721290 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.09 00:34:34.721435 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:34.721475 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part 2026.01.09 00:34:34.721548 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.01.09 00:34:34.721598 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.01.09 00:34:34.721645 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.01.09 00:34:34.721688 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.01.09 00:34:34.722474 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 4 columns (4 merged, 0 gathered) in 0.001228234 sec., 68390.87665705396 rows/sec., 3.49 MiB/sec. 2026.01.09 00:34:34.722699 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.09 00:34:34.723071 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:34.723158 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_14_3} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.09 00:34:34.723250 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:34:34.734862 [ 19 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:34:34.734890 [ 19 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:34:34.845366 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11479 2026.01.09 00:34:34.845849 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:34.845893 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:34.846371 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:34:34.846613 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:34.846752 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11479 2026.01.09 00:34:34.862419 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 772 2026.01.09 00:34:34.864565 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:34.864612 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:34.865778 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:34:34.866038 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:34.866376 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 772 2026.01.09 00:34:35.455450 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.01.09 00:34:35.473988 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:35.474214 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:35.481540 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:34:35.482342 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:35.486146 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.01.09 00:34:37.040275 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:37.040454 [ 269 ] {189bbb91-5bc5-453d-b86e-b7fa4ec54365} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:37.040521 [ 269 ] {189bbb91-5bc5-453d-b86e-b7fa4ec54365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:37.041251 [ 269 ] {189bbb91-5bc5-453d-b86e-b7fa4ec54365} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:37.041300 [ 269 ] {189bbb91-5bc5-453d-b86e-b7fa4ec54365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:37.041749 [ 269 ] {189bbb91-5bc5-453d-b86e-b7fa4ec54365} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:34:37.041997 [ 269 ] {189bbb91-5bc5-453d-b86e-b7fa4ec54365} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:37.042165 [ 269 ] {189bbb91-5bc5-453d-b86e-b7fa4ec54365} executeQuery: Read 138 rows, 12.27 KiB in 0.001754 sec., 78677.30900798176 rows/sec., 6.83 MiB/sec. 2026.01.09 00:34:37.042222 [ 269 ] {189bbb91-5bc5-453d-b86e-b7fa4ec54365} TCPHandler: Processed in 0.002083929 sec. 2026.01.09 00:34:37.042436 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:37.042540 [ 269 ] {83d123ea-b0a5-4527-b624-d85f1acb7c72} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:37.042584 [ 269 ] {83d123ea-b0a5-4527-b624-d85f1acb7c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:37.043017 [ 269 ] {83d123ea-b0a5-4527-b624-d85f1acb7c72} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:37.043052 [ 269 ] {83d123ea-b0a5-4527-b624-d85f1acb7c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:37.043368 [ 269 ] {83d123ea-b0a5-4527-b624-d85f1acb7c72} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:34:37.043587 [ 269 ] {83d123ea-b0a5-4527-b624-d85f1acb7c72} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:37.043695 [ 37 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.09 00:34:37.043721 [ 269 ] {83d123ea-b0a5-4527-b624-d85f1acb7c72} executeQuery: Read 41 rows, 3.08 KiB in 0.001202 sec., 34109.816971713815 rows/sec., 2.50 MiB/sec. 2026.01.09 00:34:37.043731 [ 37 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:37.043754 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:37.043762 [ 269 ] {83d123ea-b0a5-4527-b624-d85f1acb7c72} TCPHandler: Processed in 0.00137963 sec. 2026.01.09 00:34:37.043875 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:37.043879 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.09 00:34:37.043973 [ 269 ] {65c1a344-5aff-4cb8-a5d6-7f9e88316eaa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:37.044018 [ 269 ] {65c1a344-5aff-4cb8-a5d6-7f9e88316eaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:37.044037 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:37.044075 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 278 rows starting from the beginning of the part 2026.01.09 00:34:37.044143 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 207 rows starting from the beginning of the part 2026.01.09 00:34:37.044190 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part 2026.01.09 00:34:37.044237 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 205 rows starting from the beginning of the part 2026.01.09 00:34:37.044276 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 55 rows starting from the beginning of the part 2026.01.09 00:34:37.044318 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part 2026.01.09 00:34:37.044466 [ 269 ] {65c1a344-5aff-4cb8-a5d6-7f9e88316eaa} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:37.044508 [ 269 ] {65c1a344-5aff-4cb8-a5d6-7f9e88316eaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:37.044855 [ 269 ] {65c1a344-5aff-4cb8-a5d6-7f9e88316eaa} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:34:37.045125 [ 269 ] {65c1a344-5aff-4cb8-a5d6-7f9e88316eaa} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:37.045259 [ 269 ] {65c1a344-5aff-4cb8-a5d6-7f9e88316eaa} executeQuery: Read 105 rows, 8.40 KiB in 0.001312 sec., 80030.48780487805 rows/sec., 6.25 MiB/sec. 2026.01.09 00:34:37.045268 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 827 rows, containing 5 columns (5 merged, 0 gathered) in 0.001458392 sec., 567062.9021552504 rows/sec., 37.57 MiB/sec. 2026.01.09 00:34:37.045297 [ 269 ] {65c1a344-5aff-4cb8-a5d6-7f9e88316eaa} TCPHandler: Processed in 0.001482622 sec. 2026.01.09 00:34:37.045423 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:37.045471 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.09 00:34:37.045513 [ 269 ] {c0551df8-34be-44d9-8824-17358de38dd9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:37.045559 [ 269 ] {c0551df8-34be-44d9-8824-17358de38dd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:37.045776 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:37.045862 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_31_6} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.09 00:34:37.045957 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:34:37.045996 [ 269 ] {c0551df8-34be-44d9-8824-17358de38dd9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:37.046035 [ 269 ] {c0551df8-34be-44d9-8824-17358de38dd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:37.046440 [ 269 ] {c0551df8-34be-44d9-8824-17358de38dd9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:34:37.046653 [ 269 ] {c0551df8-34be-44d9-8824-17358de38dd9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:37.046787 [ 269 ] {c0551df8-34be-44d9-8824-17358de38dd9} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2026.01.09 00:34:37.046825 [ 269 ] {c0551df8-34be-44d9-8824-17358de38dd9} TCPHandler: Processed in 0.001433031 sec. 2026.01.09 00:34:37.046940 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:37.047036 [ 269 ] {3daee818-501e-45f5-bdff-72126cde9f8f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:37.047090 [ 269 ] {3daee818-501e-45f5-bdff-72126cde9f8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:34:37.047960 [ 269 ] {3daee818-501e-45f5-bdff-72126cde9f8f} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:37.047996 [ 269 ] {3daee818-501e-45f5-bdff-72126cde9f8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:37.048682 [ 269 ] {3daee818-501e-45f5-bdff-72126cde9f8f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:34:37.048915 [ 269 ] {3daee818-501e-45f5-bdff-72126cde9f8f} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:37.049122 [ 269 ] {3daee818-501e-45f5-bdff-72126cde9f8f} executeQuery: Read 41 rows, 75.23 KiB in 0.002105 sec., 19477.434679334918 rows/sec., 34.90 MiB/sec. 2026.01.09 00:34:37.049194 [ 269 ] {3daee818-501e-45f5-bdff-72126cde9f8f} TCPHandler: Processed in 0.002301695 sec. 2026.01.09 00:34:37.049307 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:37.049405 [ 269 ] {1463420c-db12-4a81-a5b3-8c121f39f797} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:37.049447 [ 269 ] {1463420c-db12-4a81-a5b3-8c121f39f797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:37.049791 [ 269 ] {1463420c-db12-4a81-a5b3-8c121f39f797} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:37.049826 [ 269 ] {1463420c-db12-4a81-a5b3-8c121f39f797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:37.050148 [ 269 ] {1463420c-db12-4a81-a5b3-8c121f39f797} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:34:37.050362 [ 269 ] {1463420c-db12-4a81-a5b3-8c121f39f797} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:37.050496 [ 269 ] {1463420c-db12-4a81-a5b3-8c121f39f797} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.01.09 00:34:37.050531 [ 269 ] {1463420c-db12-4a81-a5b3-8c121f39f797} TCPHandler: Processed in 0.001275416 sec. 2026.01.09 00:34:39.599284 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:39.599598 [ 269 ] {ff71d6da-0818-4046-aa62-a36961ce306f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:34:39.599707 [ 269 ] {ff71d6da-0818-4046-aa62-a36961ce306f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:34:39.601012 [ 269 ] {ff71d6da-0818-4046-aa62-a36961ce306f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:39.601088 [ 269 ] {ff71d6da-0818-4046-aa62-a36961ce306f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:39.601699 [ 269 ] {ff71d6da-0818-4046-aa62-a36961ce306f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:34:39.602049 [ 269 ] {ff71d6da-0818-4046-aa62-a36961ce306f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:39.602307 [ 269 ] {ff71d6da-0818-4046-aa62-a36961ce306f} executeQuery: Read 410 rows, 26.63 KiB in 0.002779 sec., 147535.08456279238 rows/sec., 9.36 MiB/sec. 2026.01.09 00:34:39.602390 [ 269 ] {ff71d6da-0818-4046-aa62-a36961ce306f} TCPHandler: Processed in 0.003318854 sec. 2026.01.09 00:34:39.602581 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:39.602716 [ 269 ] {1a9bb455-0901-4f46-9c80-e335f75c356a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:39.602778 [ 269 ] {1a9bb455-0901-4f46-9c80-e335f75c356a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:39.605591 [ 269 ] {1a9bb455-0901-4f46-9c80-e335f75c356a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:39.605645 [ 269 ] {1a9bb455-0901-4f46-9c80-e335f75c356a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:39.606326 [ 269 ] {1a9bb455-0901-4f46-9c80-e335f75c356a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:34:39.606664 [ 269 ] {1a9bb455-0901-4f46-9c80-e335f75c356a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:39.606874 [ 269 ] {1a9bb455-0901-4f46-9c80-e335f75c356a} executeQuery: Read 2252 rows, 186.40 KiB in 0.004194 sec., 536957.5584167859 rows/sec., 43.40 MiB/sec. 2026.01.09 00:34:39.606940 [ 269 ] {1a9bb455-0901-4f46-9c80-e335f75c356a} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:34:39.606963 [ 269 ] {1a9bb455-0901-4f46-9c80-e335f75c356a} TCPHandler: Processed in 0.004450606 sec. 2026.01.09 00:34:39.607144 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:39.607276 [ 269 ] {09ca2f87-3d64-4d16-ad8c-6ddb2ad00b2f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:39.607337 [ 269 ] {09ca2f87-3d64-4d16-ad8c-6ddb2ad00b2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:39.608093 [ 269 ] {09ca2f87-3d64-4d16-ad8c-6ddb2ad00b2f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:39.608141 [ 269 ] {09ca2f87-3d64-4d16-ad8c-6ddb2ad00b2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:39.608567 [ 269 ] {09ca2f87-3d64-4d16-ad8c-6ddb2ad00b2f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:34:39.608853 [ 269 ] {09ca2f87-3d64-4d16-ad8c-6ddb2ad00b2f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:39.609041 [ 269 ] {09ca2f87-3d64-4d16-ad8c-6ddb2ad00b2f} executeQuery: Read 205 rows, 12.32 KiB in 0.001803 sec., 113699.38990571271 rows/sec., 6.67 MiB/sec. 2026.01.09 00:34:39.609097 [ 269 ] {09ca2f87-3d64-4d16-ad8c-6ddb2ad00b2f} TCPHandler: Processed in 0.002021347 sec. 2026.01.09 00:34:39.609261 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:39.609385 [ 269 ] {534e6fd4-9452-4382-8bf6-064de8870e6d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:34:39.609438 [ 269 ] {534e6fd4-9452-4382-8bf6-064de8870e6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:34:39.610326 [ 269 ] {534e6fd4-9452-4382-8bf6-064de8870e6d} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:39.610375 [ 269 ] {534e6fd4-9452-4382-8bf6-064de8870e6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:39.610855 [ 269 ] {534e6fd4-9452-4382-8bf6-064de8870e6d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:34:39.611164 [ 269 ] {534e6fd4-9452-4382-8bf6-064de8870e6d} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:39.611360 [ 269 ] {534e6fd4-9452-4382-8bf6-064de8870e6d} executeQuery: Read 440 rows, 29.81 KiB in 0.002005 sec., 219451.37157107235 rows/sec., 14.52 MiB/sec. 2026.01.09 00:34:39.611415 [ 269 ] {534e6fd4-9452-4382-8bf6-064de8870e6d} TCPHandler: Processed in 0.002215713 sec. 2026.01.09 00:34:39.611585 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:39.611717 [ 269 ] {bb2511e4-c885-4aec-8296-b1529579d187} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:34:39.611777 [ 269 ] {bb2511e4-c885-4aec-8296-b1529579d187} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:34:39.612511 [ 269 ] {bb2511e4-c885-4aec-8296-b1529579d187} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:39.612558 [ 269 ] {bb2511e4-c885-4aec-8296-b1529579d187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:39.613029 [ 269 ] {bb2511e4-c885-4aec-8296-b1529579d187} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:34:39.613366 [ 269 ] {bb2511e4-c885-4aec-8296-b1529579d187} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:39.613566 [ 269 ] {bb2511e4-c885-4aec-8296-b1529579d187} executeQuery: Read 211 rows, 12.27 KiB in 0.001881 sec., 112174.37533227006 rows/sec., 6.37 MiB/sec. 2026.01.09 00:34:39.613621 [ 269 ] {bb2511e4-c885-4aec-8296-b1529579d187} TCPHandler: Processed in 0.00210234 sec. 2026.01.09 00:34:39.613894 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:39.614034 [ 269 ] {74586659-4024-4680-9dbb-ba7d4e9ebf80} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:39.614095 [ 269 ] {74586659-4024-4680-9dbb-ba7d4e9ebf80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:39.615483 [ 269 ] {74586659-4024-4680-9dbb-ba7d4e9ebf80} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:39.615536 [ 269 ] {74586659-4024-4680-9dbb-ba7d4e9ebf80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:39.616099 [ 269 ] {74586659-4024-4680-9dbb-ba7d4e9ebf80} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:34:39.616410 [ 269 ] {74586659-4024-4680-9dbb-ba7d4e9ebf80} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:39.616595 [ 269 ] {74586659-4024-4680-9dbb-ba7d4e9ebf80} executeQuery: Read 1135 rows, 82.76 KiB in 0.002594 sec., 437548.18812644563 rows/sec., 31.16 MiB/sec. 2026.01.09 00:34:39.616650 [ 269 ] {74586659-4024-4680-9dbb-ba7d4e9ebf80} TCPHandler: Processed in 0.00282588 sec. 2026.01.09 00:34:39.616825 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:39.616956 [ 269 ] {1f6e48bc-c739-4de8-bf3b-10c8ebffaa0c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:34:39.617016 [ 269 ] {1f6e48bc-c739-4de8-bf3b-10c8ebffaa0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:34:39.617635 [ 269 ] {1f6e48bc-c739-4de8-bf3b-10c8ebffaa0c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:39.617687 [ 269 ] {1f6e48bc-c739-4de8-bf3b-10c8ebffaa0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:39.618142 [ 269 ] {1f6e48bc-c739-4de8-bf3b-10c8ebffaa0c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:34:39.618471 [ 269 ] {1f6e48bc-c739-4de8-bf3b-10c8ebffaa0c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:39.618715 [ 269 ] {1f6e48bc-c739-4de8-bf3b-10c8ebffaa0c} executeQuery: Read 6 rows, 321.00 B in 0.001787 sec., 3357.582540570789 rows/sec., 175.42 KiB/sec. 2026.01.09 00:34:39.618774 [ 269 ] {1f6e48bc-c739-4de8-bf3b-10c8ebffaa0c} TCPHandler: Processed in 0.002016438 sec. 2026.01.09 00:34:39.618941 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:39.619071 [ 269 ] {8c27d4f7-819c-4f59-a041-7685bb4e0d16} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:39.619132 [ 269 ] {8c27d4f7-819c-4f59-a041-7685bb4e0d16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:39.620120 [ 269 ] {8c27d4f7-819c-4f59-a041-7685bb4e0d16} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:39.620171 [ 269 ] {8c27d4f7-819c-4f59-a041-7685bb4e0d16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:39.620761 [ 269 ] {8c27d4f7-819c-4f59-a041-7685bb4e0d16} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:34:39.621084 [ 269 ] {8c27d4f7-819c-4f59-a041-7685bb4e0d16} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:39.621271 [ 269 ] {8c27d4f7-819c-4f59-a041-7685bb4e0d16} executeQuery: Read 928 rows, 62.91 KiB in 0.002231 sec., 415956.96996862395 rows/sec., 27.54 MiB/sec. 2026.01.09 00:34:39.621329 [ 269 ] {8c27d4f7-819c-4f59-a041-7685bb4e0d16} TCPHandler: Processed in 0.00245191 sec. 2026.01.09 00:34:39.621496 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:39.621623 [ 269 ] {40425be5-137b-46b7-bb9e-43fc4c8b187d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:34:39.621681 [ 269 ] {40425be5-137b-46b7-bb9e-43fc4c8b187d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:34:39.622120 [ 269 ] {40425be5-137b-46b7-bb9e-43fc4c8b187d} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:39.622169 [ 269 ] {40425be5-137b-46b7-bb9e-43fc4c8b187d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:39.622660 [ 269 ] {40425be5-137b-46b7-bb9e-43fc4c8b187d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:34:39.622974 [ 269 ] {40425be5-137b-46b7-bb9e-43fc4c8b187d} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:39.623166 [ 269 ] {40425be5-137b-46b7-bb9e-43fc4c8b187d} executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. 2026.01.09 00:34:39.623218 [ 269 ] {40425be5-137b-46b7-bb9e-43fc4c8b187d} TCPHandler: Processed in 0.00178585 sec. 2026.01.09 00:34:39.623382 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:39.623508 [ 269 ] {315859ff-1e1b-47b5-a08a-ef72fcebb0f3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:39.623564 [ 269 ] {315859ff-1e1b-47b5-a08a-ef72fcebb0f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:39.624017 [ 269 ] {315859ff-1e1b-47b5-a08a-ef72fcebb0f3} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:39.624058 [ 269 ] {315859ff-1e1b-47b5-a08a-ef72fcebb0f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:39.624455 [ 269 ] {315859ff-1e1b-47b5-a08a-ef72fcebb0f3} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:34:39.624727 [ 269 ] {315859ff-1e1b-47b5-a08a-ef72fcebb0f3} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:39.624904 [ 269 ] {315859ff-1e1b-47b5-a08a-ef72fcebb0f3} executeQuery: Read 80 rows, 4.87 KiB in 0.001426 sec., 56100.98176718093 rows/sec., 3.33 MiB/sec. 2026.01.09 00:34:39.624951 [ 269 ] {315859ff-1e1b-47b5-a08a-ef72fcebb0f3} TCPHandler: Processed in 0.001635146 sec. 2026.01.09 00:34:40.268081 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62844 2026.01.09 00:34:40.268194 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.268221 [ 286 ] {} TCP-Session: 22e17cd2-8996-47cc-9f2c-f9c6d8b1ebc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62844 2026.01.09 00:34:40.268243 [ 286 ] {} TCP-Session: 22e17cd2-8996-47cc-9f2c-f9c6d8b1ebc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268256 [ 286 ] {} TCP-Session: 22e17cd2-8996-47cc-9f2c-f9c6d8b1ebc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268473 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58162 2026.01.09 00:34:40.268496 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45656 2026.01.09 00:34:40.268526 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38027 2026.01.09 00:34:40.268565 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43818 2026.01.09 00:34:40.268578 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47243 2026.01.09 00:34:40.268583 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.268534 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43718 2026.01.09 00:34:40.268672 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.268665 [ 286 ] {} TCP-Session: 22e17cd2-8996-47cc-9f2c-f9c6d8b1ebc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:40.268712 [ 292 ] {} TCP-Session: 6770b0cd-d105-438a-97c0-dfbe8218d9c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:38027 2026.01.09 00:34:40.268735 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.268759 [ 292 ] {} TCP-Session: 6770b0cd-d105-438a-97c0-dfbe8218d9c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268760 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.268781 [ 294 ] {} TCP-Session: 5c71ed2c-a1d0-4155-81dd-34cd9b9fb1c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43818 2026.01.09 00:34:40.268783 [ 292 ] {} TCP-Session: 6770b0cd-d105-438a-97c0-dfbe8218d9c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268805 [ 267 ] {} TCP-Session: 72ec9928-8118-4d50-a6a1-48e12410707b Authenticating user 'default' from [fd00:1122:3344:101::e]:47243 2026.01.09 00:34:40.268816 [ 294 ] {} TCP-Session: 5c71ed2c-a1d0-4155-81dd-34cd9b9fb1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268830 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.268853 [ 294 ] {} TCP-Session: 5c71ed2c-a1d0-4155-81dd-34cd9b9fb1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268837 [ 267 ] {} TCP-Session: 72ec9928-8118-4d50-a6a1-48e12410707b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268879 [ 293 ] {} TCP-Session: b4a27cbe-a38f-44fa-8319-a3e9e7660384 Authenticating user 'default' from [fd00:1122:3344:101::e]:43718 2026.01.09 00:34:40.268893 [ 286 ] {ee2bce24-19f0-4ff1-a505-1e4d30a4e63a} executeQuery: (from [fd00:1122:3344:101::e]:62844) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:34:40.268897 [ 267 ] {} TCP-Session: 72ec9928-8118-4d50-a6a1-48e12410707b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268921 [ 293 ] {} TCP-Session: b4a27cbe-a38f-44fa-8319-a3e9e7660384 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268662 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.268955 [ 293 ] {} TCP-Session: b4a27cbe-a38f-44fa-8319-a3e9e7660384 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268516 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39696 2026.01.09 00:34:40.268995 [ 289 ] {} TCP-Session: 279d9a34-acf4-4c40-ae3e-4e419523ba99 Authenticating user 'default' from [fd00:1122:3344:101::e]:45656 2026.01.09 00:34:40.268498 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49407 2026.01.09 00:34:40.269045 [ 289 ] {} TCP-Session: 279d9a34-acf4-4c40-ae3e-4e419523ba99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.269090 [ 289 ] {} TCP-Session: 279d9a34-acf4-4c40-ae3e-4e419523ba99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.268662 [ 288 ] {} TCP-Session: 439187f4-a02e-4c9f-9bc3-e39f27359d2e Authenticating user 'default' from [fd00:1122:3344:101::e]:58162 2026.01.09 00:34:40.269153 [ 288 ] {} TCP-Session: 439187f4-a02e-4c9f-9bc3-e39f27359d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.269174 [ 288 ] {} TCP-Session: 439187f4-a02e-4c9f-9bc3-e39f27359d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.269180 [ 286 ] {ee2bce24-19f0-4ff1-a505-1e4d30a4e63a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:34:40.269213 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.269245 [ 291 ] {} TCP-Session: 65759fe8-7ec9-4b08-915d-3e5ae9254014 Authenticating user 'default' from [fd00:1122:3344:101::e]:39696 2026.01.09 00:34:40.269247 [ 286 ] {ee2bce24-19f0-4ff1-a505-1e4d30a4e63a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:34:40.269265 [ 291 ] {} TCP-Session: 65759fe8-7ec9-4b08-915d-3e5ae9254014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.269279 [ 291 ] {} TCP-Session: 65759fe8-7ec9-4b08-915d-3e5ae9254014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.269298 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.269337 [ 290 ] {} TCP-Session: e97b0986-983b-4d46-9ae9-c79f502606da Authenticating user 'default' from [fd00:1122:3344:101::e]:49407 2026.01.09 00:34:40.269358 [ 290 ] {} TCP-Session: e97b0986-983b-4d46-9ae9-c79f502606da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.269374 [ 290 ] {} TCP-Session: e97b0986-983b-4d46-9ae9-c79f502606da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.269588 [ 286 ] {ee2bce24-19f0-4ff1-a505-1e4d30a4e63a} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:34:40.270676 [ 344 ] {ee2bce24-19f0-4ff1-a505-1e4d30a4e63a} AggregatingTransform: Aggregating 2026.01.09 00:34:40.270728 [ 344 ] {ee2bce24-19f0-4ff1-a505-1e4d30a4e63a} Aggregator: Aggregation method: without_key 2026.01.09 00:34:40.270764 [ 344 ] {ee2bce24-19f0-4ff1-a505-1e4d30a4e63a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00106122 sec. (942.312 rows/sec., 36.81 KiB/sec.) 2026.01.09 00:34:40.270779 [ 344 ] {ee2bce24-19f0-4ff1-a505-1e4d30a4e63a} Aggregator: Merging aggregated data 2026.01.09 00:34:40.271878 [ 286 ] {ee2bce24-19f0-4ff1-a505-1e4d30a4e63a} executeQuery: Read 1 rows, 40.00 B in 0.003048 sec., 328.0839895013123 rows/sec., 12.82 KiB/sec. 2026.01.09 00:34:40.272052 [ 286 ] {ee2bce24-19f0-4ff1-a505-1e4d30a4e63a} TCPHandler: Processed in 0.0035153 sec. 2026.01.09 00:34:40.272203 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.272232 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.272239 [ 286 ] {} TCP-Session: 22e17cd2-8996-47cc-9f2c-f9c6d8b1ebc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.272261 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.272279 [ 288 ] {} TCP-Session: 439187f4-a02e-4c9f-9bc3-e39f27359d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.272293 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.272321 [ 290 ] {} TCP-Session: e97b0986-983b-4d46-9ae9-c79f502606da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.272316 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.272349 [ 292 ] {} TCP-Session: 6770b0cd-d105-438a-97c0-dfbe8218d9c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.272359 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.272387 [ 289 ] {} TCP-Session: 279d9a34-acf4-4c40-ae3e-4e419523ba99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.272404 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.272423 [ 267 ] {} TCP-Session: 72ec9928-8118-4d50-a6a1-48e12410707b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.272380 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.272447 [ 293 ] {} TCP-Session: b4a27cbe-a38f-44fa-8319-a3e9e7660384 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.272336 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.272488 [ 291 ] {} TCP-Session: 65759fe8-7ec9-4b08-915d-3e5ae9254014 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.272531 [ 294 ] {} TCP-Session: 5c71ed2c-a1d0-4155-81dd-34cd9b9fb1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.440701 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46304 2026.01.09 00:34:40.440804 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.440832 [ 286 ] {} TCP-Session: 93f9b59a-2e8a-451d-8230-3066d808343e Authenticating user 'default' from [fd00:1122:3344:101::e]:46304 2026.01.09 00:34:40.440853 [ 286 ] {} TCP-Session: 93f9b59a-2e8a-451d-8230-3066d808343e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.440866 [ 286 ] {} TCP-Session: 93f9b59a-2e8a-451d-8230-3066d808343e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441073 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38871 2026.01.09 00:34:40.441101 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58409 2026.01.09 00:34:40.441115 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37441 2026.01.09 00:34:40.441137 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57230 2026.01.09 00:34:40.441131 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63344 2026.01.09 00:34:40.441196 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.441224 [ 286 ] {} TCP-Session: 93f9b59a-2e8a-451d-8230-3066d808343e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:40.441234 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.441265 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.441265 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.441287 [ 293 ] {} TCP-Session: 9fb932bb-4163-432b-a2dd-3dda87a48327 Authenticating user 'default' from [fd00:1122:3344:101::e]:37441 2026.01.09 00:34:40.441302 [ 267 ] {} TCP-Session: 711d30ae-f264-4d06-a549-10a260ca7d30 Authenticating user 'default' from [fd00:1122:3344:101::e]:57230 2026.01.09 00:34:40.441311 [ 294 ] {} TCP-Session: 9d98a721-85e6-4553-80ef-9579131cfdbe Authenticating user 'default' from [fd00:1122:3344:101::e]:63344 2026.01.09 00:34:40.441328 [ 293 ] {} TCP-Session: 9fb932bb-4163-432b-a2dd-3dda87a48327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441338 [ 267 ] {} TCP-Session: 711d30ae-f264-4d06-a549-10a260ca7d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441345 [ 294 ] {} TCP-Session: 9d98a721-85e6-4553-80ef-9579131cfdbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441358 [ 293 ] {} TCP-Session: 9fb932bb-4163-432b-a2dd-3dda87a48327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441372 [ 294 ] {} TCP-Session: 9d98a721-85e6-4553-80ef-9579131cfdbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441365 [ 267 ] {} TCP-Session: 711d30ae-f264-4d06-a549-10a260ca7d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441408 [ 286 ] {0aaeb738-040d-46a5-9486-18da392bbbed} executeQuery: (from [fd00:1122:3344:101::e]:46304) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:34:40.441196 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.441088 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59442 2026.01.09 00:34:40.441476 [ 292 ] {} TCP-Session: cc16ef43-fedb-4585-aedd-c061f5c2453b Authenticating user 'default' from [fd00:1122:3344:101::e]:58409 2026.01.09 00:34:40.441088 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39955 2026.01.09 00:34:40.441519 [ 292 ] {} TCP-Session: cc16ef43-fedb-4585-aedd-c061f5c2453b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441543 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.441557 [ 292 ] {} TCP-Session: cc16ef43-fedb-4585-aedd-c061f5c2453b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441092 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46337 2026.01.09 00:34:40.441577 [ 290 ] {} TCP-Session: 99684a2f-477b-4ec4-b177-2c36638390b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:59442 2026.01.09 00:34:40.441595 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.441625 [ 290 ] {} TCP-Session: 99684a2f-477b-4ec4-b177-2c36638390b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441251 [ 288 ] {} TCP-Session: e250a2fc-b798-4de3-b33c-8d7f4b06bd7b Authenticating user 'default' from [fd00:1122:3344:101::e]:38871 2026.01.09 00:34:40.441656 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.441678 [ 288 ] {} TCP-Session: e250a2fc-b798-4de3-b33c-8d7f4b06bd7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441685 [ 286 ] {0aaeb738-040d-46a5-9486-18da392bbbed} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:34:40.441696 [ 291 ] {} TCP-Session: 49d3e8ec-3ff7-468d-b606-66c9cb4b079b Authenticating user 'default' from [fd00:1122:3344:101::e]:46337 2026.01.09 00:34:40.441701 [ 288 ] {} TCP-Session: e250a2fc-b798-4de3-b33c-8d7f4b06bd7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441733 [ 291 ] {} TCP-Session: 49d3e8ec-3ff7-468d-b606-66c9cb4b079b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441751 [ 286 ] {0aaeb738-040d-46a5-9486-18da392bbbed} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:34:40.441765 [ 291 ] {} TCP-Session: 49d3e8ec-3ff7-468d-b606-66c9cb4b079b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441651 [ 290 ] {} TCP-Session: 99684a2f-477b-4ec4-b177-2c36638390b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441645 [ 289 ] {} TCP-Session: 53c5e395-85f6-4089-8fd4-e6a68bba9264 Authenticating user 'default' from [fd00:1122:3344:101::e]:39955 2026.01.09 00:34:40.441824 [ 289 ] {} TCP-Session: 53c5e395-85f6-4089-8fd4-e6a68bba9264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.441837 [ 289 ] {} TCP-Session: 53c5e395-85f6-4089-8fd4-e6a68bba9264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.442049 [ 286 ] {0aaeb738-040d-46a5-9486-18da392bbbed} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:34:40.443010 [ 340 ] {0aaeb738-040d-46a5-9486-18da392bbbed} AggregatingTransform: Aggregating 2026.01.09 00:34:40.443058 [ 340 ] {0aaeb738-040d-46a5-9486-18da392bbbed} Aggregator: Aggregation method: without_key 2026.01.09 00:34:40.443096 [ 340 ] {0aaeb738-040d-46a5-9486-18da392bbbed} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000944887 sec. (1058.328 rows/sec., 41.34 KiB/sec.) 2026.01.09 00:34:40.443113 [ 340 ] {0aaeb738-040d-46a5-9486-18da392bbbed} Aggregator: Merging aggregated data 2026.01.09 00:34:40.444542 [ 286 ] {0aaeb738-040d-46a5-9486-18da392bbbed} executeQuery: Read 1 rows, 40.00 B in 0.003191 sec., 313.38138514572233 rows/sec., 12.24 KiB/sec. 2026.01.09 00:34:40.444698 [ 286 ] {0aaeb738-040d-46a5-9486-18da392bbbed} TCPHandler: Processed in 0.003628433 sec. 2026.01.09 00:34:40.444834 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.444863 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.444864 [ 286 ] {} TCP-Session: 93f9b59a-2e8a-451d-8230-3066d808343e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.444880 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.444902 [ 291 ] {} TCP-Session: 49d3e8ec-3ff7-468d-b606-66c9cb4b079b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.444899 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.444931 [ 288 ] {} TCP-Session: e250a2fc-b798-4de3-b33c-8d7f4b06bd7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.444943 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.444957 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.444976 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.444997 [ 293 ] {} TCP-Session: 9fb932bb-4163-432b-a2dd-3dda87a48327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.445008 [ 290 ] {} TCP-Session: 99684a2f-477b-4ec4-b177-2c36638390b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.445033 [ 267 ] {} TCP-Session: 711d30ae-f264-4d06-a549-10a260ca7d30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.444965 [ 294 ] {} TCP-Session: 9d98a721-85e6-4553-80ef-9579131cfdbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.444952 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.444916 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.445105 [ 289 ] {} TCP-Session: 53c5e395-85f6-4089-8fd4-e6a68bba9264 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.445133 [ 292 ] {} TCP-Session: cc16ef43-fedb-4585-aedd-c061f5c2453b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.524582 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34301 2026.01.09 00:34:40.524699 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.524725 [ 286 ] {} TCP-Session: cfd2a1c7-0a92-4be2-a068-558ae3d5fb66 Authenticating user 'default' from [fd00:1122:3344:101::e]:34301 2026.01.09 00:34:40.524746 [ 286 ] {} TCP-Session: cfd2a1c7-0a92-4be2-a068-558ae3d5fb66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.524758 [ 286 ] {} TCP-Session: cfd2a1c7-0a92-4be2-a068-558ae3d5fb66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.524930 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55568 2026.01.09 00:34:40.524944 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61212 2026.01.09 00:34:40.524987 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37667 2026.01.09 00:34:40.525008 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57528 2026.01.09 00:34:40.525048 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.525063 [ 286 ] {} TCP-Session: cfd2a1c7-0a92-4be2-a068-558ae3d5fb66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:40.525083 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.525089 [ 288 ] {} TCP-Session: 33104ad7-e21e-45b2-a00e-8616231ac746 Authenticating user 'default' from [fd00:1122:3344:101::e]:55568 2026.01.09 00:34:40.525086 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.525122 [ 290 ] {} TCP-Session: b6e7fb16-9918-4f57-8cb9-eddda04def07 Authenticating user 'default' from [fd00:1122:3344:101::e]:61212 2026.01.09 00:34:40.525134 [ 288 ] {} TCP-Session: 33104ad7-e21e-45b2-a00e-8616231ac746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525149 [ 292 ] {} TCP-Session: 8f8f84a3-6460-4627-b8cc-9f4a621f2976 Authenticating user 'default' from [fd00:1122:3344:101::e]:37667 2026.01.09 00:34:40.525167 [ 290 ] {} TCP-Session: b6e7fb16-9918-4f57-8cb9-eddda04def07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525169 [ 288 ] {} TCP-Session: 33104ad7-e21e-45b2-a00e-8616231ac746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525182 [ 292 ] {} TCP-Session: 8f8f84a3-6460-4627-b8cc-9f4a621f2976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525191 [ 290 ] {} TCP-Session: b6e7fb16-9918-4f57-8cb9-eddda04def07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525214 [ 292 ] {} TCP-Session: 8f8f84a3-6460-4627-b8cc-9f4a621f2976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525019 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62279 2026.01.09 00:34:40.525246 [ 286 ] {11263b4b-e8ec-49bf-8360-6d02f72ce567} executeQuery: (from [fd00:1122:3344:101::e]:34301) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:34:40.524997 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33807 2026.01.09 00:34:40.524965 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47464 2026.01.09 00:34:40.525316 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.524937 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53960 2026.01.09 00:34:40.525375 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.525386 [ 267 ] {} TCP-Session: 498f9641-bd88-4c3f-bcc2-daae770d75be Authenticating user 'default' from [fd00:1122:3344:101::e]:62279 2026.01.09 00:34:40.525402 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.525429 [ 267 ] {} TCP-Session: 498f9641-bd88-4c3f-bcc2-daae770d75be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525456 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.525467 [ 267 ] {} TCP-Session: 498f9641-bd88-4c3f-bcc2-daae770d75be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525466 [ 291 ] {} TCP-Session: ed97c763-a71d-4fe6-8644-1cbf84247c78 Authenticating user 'default' from [fd00:1122:3344:101::e]:47464 2026.01.09 00:34:40.525493 [ 289 ] {} TCP-Session: 82898bcf-92b5-4b5f-97a5-e37ce9df5d48 Authenticating user 'default' from [fd00:1122:3344:101::e]:53960 2026.01.09 00:34:40.525513 [ 291 ] {} TCP-Session: ed97c763-a71d-4fe6-8644-1cbf84247c78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525528 [ 289 ] {} TCP-Session: 82898bcf-92b5-4b5f-97a5-e37ce9df5d48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525532 [ 286 ] {11263b4b-e8ec-49bf-8360-6d02f72ce567} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:34:40.525542 [ 291 ] {} TCP-Session: ed97c763-a71d-4fe6-8644-1cbf84247c78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525552 [ 289 ] {} TCP-Session: 82898bcf-92b5-4b5f-97a5-e37ce9df5d48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525129 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:34:40.525602 [ 286 ] {11263b4b-e8ec-49bf-8360-6d02f72ce567} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:34:40.525416 [ 293 ] {} TCP-Session: 51dcefc1-0bff-44bd-90cc-b395fe2d4129 Authenticating user 'default' from [fd00:1122:3344:101::e]:33807 2026.01.09 00:34:40.525645 [ 294 ] {} TCP-Session: 262f9a2e-4e92-48b9-825c-37ad0bd55869 Authenticating user 'default' from [fd00:1122:3344:101::e]:57528 2026.01.09 00:34:40.525663 [ 293 ] {} TCP-Session: 51dcefc1-0bff-44bd-90cc-b395fe2d4129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525672 [ 294 ] {} TCP-Session: 262f9a2e-4e92-48b9-825c-37ad0bd55869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525686 [ 293 ] {} TCP-Session: 51dcefc1-0bff-44bd-90cc-b395fe2d4129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525700 [ 294 ] {} TCP-Session: 262f9a2e-4e92-48b9-825c-37ad0bd55869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.525916 [ 286 ] {11263b4b-e8ec-49bf-8360-6d02f72ce567} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:34:40.526882 [ 315 ] {11263b4b-e8ec-49bf-8360-6d02f72ce567} AggregatingTransform: Aggregating 2026.01.09 00:34:40.526927 [ 315 ] {11263b4b-e8ec-49bf-8360-6d02f72ce567} Aggregator: Aggregation method: without_key 2026.01.09 00:34:40.526971 [ 315 ] {11263b4b-e8ec-49bf-8360-6d02f72ce567} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000949617 sec. (1053.056 rows/sec., 41.14 KiB/sec.) 2026.01.09 00:34:40.526994 [ 315 ] {11263b4b-e8ec-49bf-8360-6d02f72ce567} Aggregator: Merging aggregated data 2026.01.09 00:34:40.528616 [ 286 ] {11263b4b-e8ec-49bf-8360-6d02f72ce567} executeQuery: Read 1 rows, 40.00 B in 0.003424 sec., 292.05607476635515 rows/sec., 11.41 KiB/sec. 2026.01.09 00:34:40.528778 [ 286 ] {11263b4b-e8ec-49bf-8360-6d02f72ce567} TCPHandler: Processed in 0.003828229 sec. 2026.01.09 00:34:40.528936 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.528972 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.528979 [ 286 ] {} TCP-Session: cfd2a1c7-0a92-4be2-a068-558ae3d5fb66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.528998 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.529015 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.529036 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.529065 [ 289 ] {} TCP-Session: 82898bcf-92b5-4b5f-97a5-e37ce9df5d48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.529071 [ 294 ] {} TCP-Session: 262f9a2e-4e92-48b9-825c-37ad0bd55869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.529084 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.529105 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.529097 [ 290 ] {} TCP-Session: b6e7fb16-9918-4f57-8cb9-eddda04def07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.529150 [ 292 ] {} TCP-Session: 8f8f84a3-6460-4627-b8cc-9f4a621f2976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.529157 [ 267 ] {} TCP-Session: 498f9641-bd88-4c3f-bcc2-daae770d75be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.529062 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.529026 [ 288 ] {} TCP-Session: 33104ad7-e21e-45b2-a00e-8616231ac746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.529238 [ 291 ] {} TCP-Session: ed97c763-a71d-4fe6-8644-1cbf84247c78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.529089 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.09 00:34:40.529299 [ 293 ] {} TCP-Session: 51dcefc1-0bff-44bd-90cc-b395fe2d4129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:34:40.810797 [ 34 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.09 00:34:40.810876 [ 34 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:40.810901 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:40.811034 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.01.09 00:34:40.811189 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:40.811229 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2026.01.09 00:34:40.811302 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.01.09 00:34:40.811351 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2026.01.09 00:34:40.811398 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2026.01.09 00:34:40.811452 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2026.01.09 00:34:40.812234 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001264056 sec., 31644.16766345795 rows/sec., 2.64 MiB/sec. 2026.01.09 00:34:40.812379 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.09 00:34:40.812666 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:40.812740 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_9_2} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.09 00:34:40.812813 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:34:42.034063 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:42.034238 [ 269 ] {4b0a4553-f1af-4c97-b6fb-25a711a4d267} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:42.034303 [ 269 ] {4b0a4553-f1af-4c97-b6fb-25a711a4d267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:42.034919 [ 269 ] {4b0a4553-f1af-4c97-b6fb-25a711a4d267} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:42.034960 [ 269 ] {4b0a4553-f1af-4c97-b6fb-25a711a4d267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:42.035349 [ 269 ] {4b0a4553-f1af-4c97-b6fb-25a711a4d267} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:34:42.035571 [ 269 ] {4b0a4553-f1af-4c97-b6fb-25a711a4d267} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:42.035728 [ 269 ] {4b0a4553-f1af-4c97-b6fb-25a711a4d267} executeQuery: Read 56 rows, 4.41 KiB in 0.001535 sec., 36482.08469055375 rows/sec., 2.80 MiB/sec. 2026.01.09 00:34:42.035775 [ 269 ] {4b0a4553-f1af-4c97-b6fb-25a711a4d267} TCPHandler: Processed in 0.001839362 sec. 2026.01.09 00:34:42.035895 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:42.036000 [ 269 ] {975f1c7a-2a7b-4cd1-adca-d0a8fafd9b93} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:42.036044 [ 269 ] {975f1c7a-2a7b-4cd1-adca-d0a8fafd9b93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:42.036455 [ 269 ] {975f1c7a-2a7b-4cd1-adca-d0a8fafd9b93} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:42.036491 [ 269 ] {975f1c7a-2a7b-4cd1-adca-d0a8fafd9b93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:42.036796 [ 269 ] {975f1c7a-2a7b-4cd1-adca-d0a8fafd9b93} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:34:42.036995 [ 269 ] {975f1c7a-2a7b-4cd1-adca-d0a8fafd9b93} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:42.037125 [ 269 ] {975f1c7a-2a7b-4cd1-adca-d0a8fafd9b93} executeQuery: Read 64 rows, 5.12 KiB in 0.001149 sec., 55700.6092254134 rows/sec., 4.35 MiB/sec. 2026.01.09 00:34:42.037161 [ 269 ] {975f1c7a-2a7b-4cd1-adca-d0a8fafd9b93} TCPHandler: Processed in 0.001319878 sec. 2026.01.09 00:34:42.037274 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:42.037372 [ 269 ] {3a559357-f5a7-4700-9c40-6deda4c6b7a0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:42.037416 [ 269 ] {3a559357-f5a7-4700-9c40-6deda4c6b7a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:42.037770 [ 269 ] {3a559357-f5a7-4700-9c40-6deda4c6b7a0} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:42.037805 [ 269 ] {3a559357-f5a7-4700-9c40-6deda4c6b7a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:42.038135 [ 269 ] {3a559357-f5a7-4700-9c40-6deda4c6b7a0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:34:42.038355 [ 269 ] {3a559357-f5a7-4700-9c40-6deda4c6b7a0} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:42.038485 [ 269 ] {3a559357-f5a7-4700-9c40-6deda4c6b7a0} executeQuery: Read 64 rows, 4.56 KiB in 0.001134 sec., 56437.3897707231 rows/sec., 3.93 MiB/sec. 2026.01.09 00:34:42.038522 [ 269 ] {3a559357-f5a7-4700-9c40-6deda4c6b7a0} TCPHandler: Processed in 0.001298177 sec. 2026.01.09 00:34:42.038633 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:42.038730 [ 269 ] {845848fc-0857-4033-96b8-a0dcb3ff0b6a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:42.038772 [ 269 ] {845848fc-0857-4033-96b8-a0dcb3ff0b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:42.039093 [ 269 ] {845848fc-0857-4033-96b8-a0dcb3ff0b6a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:42.039126 [ 269 ] {845848fc-0857-4033-96b8-a0dcb3ff0b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:42.039429 [ 269 ] {845848fc-0857-4033-96b8-a0dcb3ff0b6a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:34:42.039629 [ 269 ] {845848fc-0857-4033-96b8-a0dcb3ff0b6a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:42.039757 [ 269 ] {845848fc-0857-4033-96b8-a0dcb3ff0b6a} executeQuery: Read 24 rows, 1.66 KiB in 0.001047 sec., 22922.636103151865 rows/sec., 1.54 MiB/sec. 2026.01.09 00:34:42.039791 [ 269 ] {845848fc-0857-4033-96b8-a0dcb3ff0b6a} TCPHandler: Processed in 0.001208495 sec. 2026.01.09 00:34:42.347015 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11991 2026.01.09 00:34:42.347596 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:42.347644 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:42.348133 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:34:42.348361 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:42.348510 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11991 2026.01.09 00:34:42.986427 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.01.09 00:34:43.003627 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:43.003683 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:43.009267 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:34:43.010033 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:43.013441 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.01.09 00:34:44.867424 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 818 2026.01.09 00:34:44.869980 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:44.870022 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:44.871197 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:34:44.871464 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:44.871723 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 818 2026.01.09 00:34:47.039712 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:47.039997 [ 269 ] {59bdc6db-b725-4c1f-acc9-9271ac618b86} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:47.040072 [ 269 ] {59bdc6db-b725-4c1f-acc9-9271ac618b86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:47.040819 [ 269 ] {59bdc6db-b725-4c1f-acc9-9271ac618b86} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.040875 [ 269 ] {59bdc6db-b725-4c1f-acc9-9271ac618b86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.041315 [ 269 ] {59bdc6db-b725-4c1f-acc9-9271ac618b86} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:34:47.041545 [ 269 ] {59bdc6db-b725-4c1f-acc9-9271ac618b86} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.041687 [ 91 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.09 00:34:47.041712 [ 269 ] {59bdc6db-b725-4c1f-acc9-9271ac618b86} executeQuery: Read 139 rows, 12.36 KiB in 0.001767 sec., 78664.40294284097 rows/sec., 6.83 MiB/sec. 2026.01.09 00:34:47.041766 [ 91 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.041785 [ 269 ] {59bdc6db-b725-4c1f-acc9-9271ac618b86} TCPHandler: Processed in 0.002160311 sec. 2026.01.09 00:34:47.041797 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.041927 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.09 00:34:47.041944 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:47.042069 [ 269 ] {fe002de5-fb12-401c-b8ee-b58742132335} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:47.042073 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:47.042113 [ 269 ] {fe002de5-fb12-401c-b8ee-b58742132335} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:47.042138 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2465 rows starting from the beginning of the part 2026.01.09 00:34:47.042244 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part 2026.01.09 00:34:47.042320 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 138 rows starting from the beginning of the part 2026.01.09 00:34:47.042387 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:34:47.042449 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2026.01.09 00:34:47.042511 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 139 rows starting from the beginning of the part 2026.01.09 00:34:47.042554 [ 269 ] {fe002de5-fb12-401c-b8ee-b58742132335} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.042597 [ 269 ] {fe002de5-fb12-401c-b8ee-b58742132335} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.042999 [ 269 ] {fe002de5-fb12-401c-b8ee-b58742132335} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:34:47.043260 [ 269 ] {fe002de5-fb12-401c-b8ee-b58742132335} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.043399 [ 269 ] {fe002de5-fb12-401c-b8ee-b58742132335} executeQuery: Read 41 rows, 3.08 KiB in 0.001345 sec., 30483.271375464683 rows/sec., 2.24 MiB/sec. 2026.01.09 00:34:47.043438 [ 269 ] {fe002de5-fb12-401c-b8ee-b58742132335} TCPHandler: Processed in 0.001545924 sec. 2026.01.09 00:34:47.043560 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:47.043672 [ 269 ] {14f1ecfb-8ddd-42d2-bb67-2a0f60d09a75} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:34:47.043714 [ 269 ] {14f1ecfb-8ddd-42d2-bb67-2a0f60d09a75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:34:47.044101 [ 269 ] {14f1ecfb-8ddd-42d2-bb67-2a0f60d09a75} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.044137 [ 269 ] {14f1ecfb-8ddd-42d2-bb67-2a0f60d09a75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.044437 [ 269 ] {14f1ecfb-8ddd-42d2-bb67-2a0f60d09a75} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:34:47.044645 [ 269 ] {14f1ecfb-8ddd-42d2-bb67-2a0f60d09a75} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.044696 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5106 rows, containing 5 columns (5 merged, 0 gathered) in 0.002826301 sec., 1806601.6323102177 rows/sec., 154.22 MiB/sec. 2026.01.09 00:34:47.044776 [ 269 ] {14f1ecfb-8ddd-42d2-bb67-2a0f60d09a75} executeQuery: Read 1 rows, 68.00 B in 0.001124 sec., 889.6797153024911 rows/sec., 59.08 KiB/sec. 2026.01.09 00:34:47.044817 [ 269 ] {14f1ecfb-8ddd-42d2-bb67-2a0f60d09a75} TCPHandler: Processed in 0.001308448 sec. 2026.01.09 00:34:47.044931 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:47.044964 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.09 00:34:47.045028 [ 269 ] {7df093f6-5b8b-4450-9b8c-071025f55fa6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:47.045074 [ 269 ] {7df093f6-5b8b-4450-9b8c-071025f55fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:47.045233 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.045309 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_41_8} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.09 00:34:47.045389 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.01.09 00:34:47.045503 [ 269 ] {7df093f6-5b8b-4450-9b8c-071025f55fa6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.045543 [ 269 ] {7df093f6-5b8b-4450-9b8c-071025f55fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.045864 [ 269 ] {7df093f6-5b8b-4450-9b8c-071025f55fa6} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:34:47.046063 [ 269 ] {7df093f6-5b8b-4450-9b8c-071025f55fa6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.046167 [ 91 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.09 00:34:47.046185 [ 269 ] {7df093f6-5b8b-4450-9b8c-071025f55fa6} executeQuery: Read 105 rows, 8.40 KiB in 0.00119 sec., 88235.29411764705 rows/sec., 6.89 MiB/sec. 2026.01.09 00:34:47.046205 [ 91 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.046227 [ 269 ] {7df093f6-5b8b-4450-9b8c-071025f55fa6} TCPHandler: Processed in 0.001364319 sec. 2026.01.09 00:34:47.046227 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.046326 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.09 00:34:47.046348 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:47.046436 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:47.046442 [ 269 ] {9ededab5-5161-4ca0-9270-8c2684f5dbfd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:47.046473 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1250 rows starting from the beginning of the part 2026.01.09 00:34:47.046494 [ 269 ] {9ededab5-5161-4ca0-9270-8c2684f5dbfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:47.046540 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part 2026.01.09 00:34:47.046588 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 105 rows starting from the beginning of the part 2026.01.09 00:34:47.046632 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:34:47.046672 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2026.01.09 00:34:47.046708 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 105 rows starting from the beginning of the part 2026.01.09 00:34:47.046890 [ 269 ] {9ededab5-5161-4ca0-9270-8c2684f5dbfd} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.046992 [ 269 ] {9ededab5-5161-4ca0-9270-8c2684f5dbfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.047348 [ 269 ] {9ededab5-5161-4ca0-9270-8c2684f5dbfd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:34:47.047574 [ 269 ] {9ededab5-5161-4ca0-9270-8c2684f5dbfd} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.047707 [ 269 ] {9ededab5-5161-4ca0-9270-8c2684f5dbfd} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2026.01.09 00:34:47.047707 [ 114 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.09 00:34:47.047747 [ 269 ] {9ededab5-5161-4ca0-9270-8c2684f5dbfd} TCPHandler: Processed in 0.001421761 sec. 2026.01.09 00:34:47.047760 [ 114 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.047815 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.047868 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:47.047894 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.09 00:34:47.047968 [ 269 ] {556fa880-37a5-4f62-8c17-2122f80895a9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:34:47.048000 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:47.048015 [ 269 ] {556fa880-37a5-4f62-8c17-2122f80895a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:34:47.048040 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11605 rows starting from the beginning of the part 2026.01.09 00:34:47.048073 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2723 rows, containing 5 columns (5 merged, 0 gathered) in 0.00175338 sec., 1553000.490481242 rows/sec., 118.52 MiB/sec. 2026.01.09 00:34:47.048098 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.01.09 00:34:47.048196 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2026.01.09 00:34:47.048238 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 928 rows starting from the beginning of the part 2026.01.09 00:34:47.048278 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2026.01.09 00:34:47.048325 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2026.01.09 00:34:47.048340 [ 269 ] {556fa880-37a5-4f62-8c17-2122f80895a9} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.048382 [ 269 ] {556fa880-37a5-4f62-8c17-2122f80895a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.048479 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.09 00:34:47.048767 [ 269 ] {556fa880-37a5-4f62-8c17-2122f80895a9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:34:47.049026 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.049042 [ 269 ] {556fa880-37a5-4f62-8c17-2122f80895a9} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.049157 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_41_8} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.09 00:34:47.049194 [ 269 ] {556fa880-37a5-4f62-8c17-2122f80895a9} executeQuery: Read 1 rows, 65.00 B in 0.001243 sec., 804.5052292839904 rows/sec., 51.07 KiB/sec. 2026.01.09 00:34:47.049245 [ 269 ] {556fa880-37a5-4f62-8c17-2122f80895a9} TCPHandler: Processed in 0.001427241 sec. 2026.01.09 00:34:47.049254 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.01.09 00:34:47.049372 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:47.049473 [ 269 ] {d3ca4809-4e9a-4607-9a87-92bdbaf0a269} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:47.049529 [ 269 ] {d3ca4809-4e9a-4607-9a87-92bdbaf0a269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:34:47.050383 [ 269 ] {d3ca4809-4e9a-4607-9a87-92bdbaf0a269} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.050417 [ 269 ] {d3ca4809-4e9a-4607-9a87-92bdbaf0a269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.051057 [ 269 ] {d3ca4809-4e9a-4607-9a87-92bdbaf0a269} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:34:47.051290 [ 269 ] {d3ca4809-4e9a-4607-9a87-92bdbaf0a269} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.051443 [ 269 ] {d3ca4809-4e9a-4607-9a87-92bdbaf0a269} executeQuery: Read 41 rows, 75.23 KiB in 0.001986 sec., 20644.511581067472 rows/sec., 36.99 MiB/sec. 2026.01.09 00:34:47.051506 [ 269 ] {d3ca4809-4e9a-4607-9a87-92bdbaf0a269} TCPHandler: Processed in 0.002187173 sec. 2026.01.09 00:34:47.051622 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:47.051717 [ 269 ] {3f0bc77a-b7a0-4b01-b913-08621981d628} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:47.051759 [ 269 ] {3f0bc77a-b7a0-4b01-b913-08621981d628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:47.052130 [ 269 ] {3f0bc77a-b7a0-4b01-b913-08621981d628} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.052162 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 13077 rows, containing 5 columns (5 merged, 0 gathered) in 0.004297662 sec., 3042817.234114735 rows/sec., 205.20 MiB/sec. 2026.01.09 00:34:47.052177 [ 269 ] {3f0bc77a-b7a0-4b01-b913-08621981d628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.052495 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.09 00:34:47.052580 [ 269 ] {3f0bc77a-b7a0-4b01-b913-08621981d628} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:34:47.052800 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.052880 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_41_8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.09 00:34:47.052907 [ 269 ] {3f0bc77a-b7a0-4b01-b913-08621981d628} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.052944 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. 2026.01.09 00:34:47.053041 [ 114 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.09 00:34:47.053069 [ 114 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:47.053079 [ 269 ] {3f0bc77a-b7a0-4b01-b913-08621981d628} executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. 2026.01.09 00:34:47.053087 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:47.053127 [ 269 ] {3f0bc77a-b7a0-4b01-b913-08621981d628} TCPHandler: Processed in 0.001555764 sec. 2026.01.09 00:34:47.053176 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.09 00:34:47.053273 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:47.053298 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2476 rows starting from the beginning of the part 2026.01.09 00:34:47.053356 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.01.09 00:34:47.053395 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.01.09 00:34:47.053431 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 80 rows starting from the beginning of the part 2026.01.09 00:34:47.053465 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2026.01.09 00:34:47.053501 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.01.09 00:34:47.054387 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2760 rows, containing 4 columns (4 merged, 0 gathered) in 0.001271506 sec., 2170654.3264443898 rows/sec., 138.78 MiB/sec. 2026.01.09 00:34:47.054570 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.09 00:34:47.054783 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:47.054838 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_41_8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.09 00:34:47.054887 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.09 00:34:49.734929 [ 115 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:34:49.734983 [ 115 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:34:49.849352 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12439 2026.01.09 00:34:49.849849 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:49.849898 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:49.850388 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:34:49.850616 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:49.850746 [ 115 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.09 00:34:49.850757 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12439 2026.01.09 00:34:49.850803 [ 115 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:49.850829 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:49.850939 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.09 00:34:49.851080 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:49.851131 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10071 rows starting from the beginning of the part 2026.01.09 00:34:49.851213 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.01.09 00:34:49.851265 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.01.09 00:34:49.851323 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2026.01.09 00:34:49.851367 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2026.01.09 00:34:49.851411 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2026.01.09 00:34:49.855767 [ 190 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12439 rows, containing 4 columns (4 merged, 0 gathered) in 0.004875309 sec., 2551428.022305868 rows/sec., 36.50 MiB/sec. 2026.01.09 00:34:49.856045 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.09 00:34:49.856299 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:49.856367 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_26_5} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.09 00:34:49.856436 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.01.09 00:34:50.514312 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.01.09 00:34:50.531321 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:50.531363 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:50.536813 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:34:50.537485 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:50.537785 [ 138 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.09 00:34:50.537824 [ 138 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:50.537847 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:50.538027 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.09 00:34:50.540299 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.01.09 00:34:50.541850 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:34:50.543323 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.01.09 00:34:50.547854 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.01.09 00:34:50.552342 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.01.09 00:34:50.556656 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.01.09 00:34:50.561236 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.01.09 00:34:50.565657 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.01.09 00:34:50.620973 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.083025763 sec., 2360.713023498501 rows/sec., 12.21 MiB/sec. 2026.01.09 00:34:50.623702 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.09 00:34:50.625828 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:50.625914 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_26_5} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.09 00:34:50.627820 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.09 00:34:51.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 263.93 MiB, peak 274.49 MiB, free memory in arenas 0.00 B, will set to 268.38 MiB (RSS), difference: 4.44 MiB 2026.01.09 00:34:52.049910 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:52.050098 [ 269 ] {779354f2-05f5-491b-bbf6-867358449d42} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:34:52.050168 [ 269 ] {779354f2-05f5-491b-bbf6-867358449d42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:34:52.051015 [ 269 ] {779354f2-05f5-491b-bbf6-867358449d42} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:52.051063 [ 269 ] {779354f2-05f5-491b-bbf6-867358449d42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:52.051454 [ 269 ] {779354f2-05f5-491b-bbf6-867358449d42} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:34:52.051667 [ 269 ] {779354f2-05f5-491b-bbf6-867358449d42} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:52.051817 [ 269 ] {779354f2-05f5-491b-bbf6-867358449d42} executeQuery: Read 410 rows, 26.63 KiB in 0.001771 sec., 231507.62281197065 rows/sec., 14.69 MiB/sec. 2026.01.09 00:34:52.051858 [ 269 ] {779354f2-05f5-491b-bbf6-867358449d42} TCPHandler: Processed in 0.002083299 sec. 2026.01.09 00:34:52.051969 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:52.052061 [ 269 ] {bf394024-312e-4550-9730-ce7b682e7a9d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:52.052100 [ 269 ] {bf394024-312e-4550-9730-ce7b682e7a9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:52.053027 [ 269 ] {bf394024-312e-4550-9730-ce7b682e7a9d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:52.053062 [ 269 ] {bf394024-312e-4550-9730-ce7b682e7a9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:52.053411 [ 269 ] {bf394024-312e-4550-9730-ce7b682e7a9d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:34:52.053612 [ 269 ] {bf394024-312e-4550-9730-ce7b682e7a9d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:52.053736 [ 269 ] {bf394024-312e-4550-9730-ce7b682e7a9d} executeQuery: Read 1112 rows, 89.84 KiB in 0.001693 sec., 656822.2090962788 rows/sec., 51.82 MiB/sec. 2026.01.09 00:34:52.053772 [ 269 ] {bf394024-312e-4550-9730-ce7b682e7a9d} TCPHandler: Processed in 0.001850073 sec. 2026.01.09 00:34:52.053882 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:52.053973 [ 269 ] {c0f2ffde-9d7e-42bf-b2e1-8192bdff6482} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:52.054011 [ 269 ] {c0f2ffde-9d7e-42bf-b2e1-8192bdff6482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:52.054541 [ 269 ] {c0f2ffde-9d7e-42bf-b2e1-8192bdff6482} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:52.054579 [ 269 ] {c0f2ffde-9d7e-42bf-b2e1-8192bdff6482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:52.054892 [ 269 ] {c0f2ffde-9d7e-42bf-b2e1-8192bdff6482} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:34:52.055102 [ 269 ] {c0f2ffde-9d7e-42bf-b2e1-8192bdff6482} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:52.055234 [ 269 ] {c0f2ffde-9d7e-42bf-b2e1-8192bdff6482} executeQuery: Read 205 rows, 12.32 KiB in 0.001279 sec., 160281.4698983581 rows/sec., 9.40 MiB/sec. 2026.01.09 00:34:52.055276 [ 269 ] {c0f2ffde-9d7e-42bf-b2e1-8192bdff6482} TCPHandler: Processed in 0.001441401 sec. 2026.01.09 00:34:52.055394 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:52.055499 [ 269 ] {b98106b2-dd9b-4877-a2f6-c7c8d4b1dac0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:34:52.055540 [ 269 ] {b98106b2-dd9b-4877-a2f6-c7c8d4b1dac0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:34:52.056115 [ 269 ] {b98106b2-dd9b-4877-a2f6-c7c8d4b1dac0} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:52.056159 [ 269 ] {b98106b2-dd9b-4877-a2f6-c7c8d4b1dac0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:52.056530 [ 269 ] {b98106b2-dd9b-4877-a2f6-c7c8d4b1dac0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:34:52.056752 [ 269 ] {b98106b2-dd9b-4877-a2f6-c7c8d4b1dac0} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:52.056882 [ 269 ] {b98106b2-dd9b-4877-a2f6-c7c8d4b1dac0} executeQuery: Read 212 rows, 14.00 KiB in 0.001401 sec., 151320.48536759458 rows/sec., 9.76 MiB/sec. 2026.01.09 00:34:52.056921 [ 269 ] {b98106b2-dd9b-4877-a2f6-c7c8d4b1dac0} TCPHandler: Processed in 0.001579495 sec. 2026.01.09 00:34:52.057042 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:52.057138 [ 269 ] {5728e089-31c0-4b97-80e4-ee0cbb88cbc2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:34:52.057177 [ 269 ] {5728e089-31c0-4b97-80e4-ee0cbb88cbc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:34:52.057664 [ 269 ] {5728e089-31c0-4b97-80e4-ee0cbb88cbc2} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:52.057700 [ 269 ] {5728e089-31c0-4b97-80e4-ee0cbb88cbc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:52.058003 [ 269 ] {5728e089-31c0-4b97-80e4-ee0cbb88cbc2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:34:52.058211 [ 269 ] {5728e089-31c0-4b97-80e4-ee0cbb88cbc2} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:52.058346 [ 269 ] {5728e089-31c0-4b97-80e4-ee0cbb88cbc2} executeQuery: Read 211 rows, 12.27 KiB in 0.001227 sec., 171964.1401792991 rows/sec., 9.77 MiB/sec. 2026.01.09 00:34:52.058385 [ 269 ] {5728e089-31c0-4b97-80e4-ee0cbb88cbc2} TCPHandler: Processed in 0.00139382 sec. 2026.01.09 00:34:52.058499 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:52.058594 [ 269 ] {e0e3017f-8cbd-4e17-ac22-47e9a31d64b6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:52.058632 [ 269 ] {e0e3017f-8cbd-4e17-ac22-47e9a31d64b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:52.059316 [ 269 ] {e0e3017f-8cbd-4e17-ac22-47e9a31d64b6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:52.059352 [ 269 ] {e0e3017f-8cbd-4e17-ac22-47e9a31d64b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:52.059720 [ 269 ] {e0e3017f-8cbd-4e17-ac22-47e9a31d64b6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:34:52.059937 [ 269 ] {e0e3017f-8cbd-4e17-ac22-47e9a31d64b6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:52.060065 [ 269 ] {e0e3017f-8cbd-4e17-ac22-47e9a31d64b6} executeQuery: Read 679 rows, 48.47 KiB in 0.00149 sec., 455704.6979865772 rows/sec., 31.77 MiB/sec. 2026.01.09 00:34:52.060102 [ 269 ] {e0e3017f-8cbd-4e17-ac22-47e9a31d64b6} TCPHandler: Processed in 0.001654097 sec. 2026.01.09 00:34:52.060218 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:52.060326 [ 269 ] {9fc77839-e8a9-4857-9a68-064e066db4f0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:34:52.060371 [ 269 ] {9fc77839-e8a9-4857-9a68-064e066db4f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:34:52.060706 [ 269 ] {9fc77839-e8a9-4857-9a68-064e066db4f0} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:52.060739 [ 269 ] {9fc77839-e8a9-4857-9a68-064e066db4f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:52.061028 [ 269 ] {9fc77839-e8a9-4857-9a68-064e066db4f0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:34:52.061296 [ 269 ] {9fc77839-e8a9-4857-9a68-064e066db4f0} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:52.061421 [ 269 ] {9fc77839-e8a9-4857-9a68-064e066db4f0} executeQuery: Read 6 rows, 321.00 B in 0.001112 sec., 5395.6834532374105 rows/sec., 281.90 KiB/sec. 2026.01.09 00:34:52.061457 [ 269 ] {9fc77839-e8a9-4857-9a68-064e066db4f0} TCPHandler: Processed in 0.001296157 sec. 2026.01.09 00:34:52.061565 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:52.061658 [ 269 ] {ff42917e-1052-49d6-a6b9-5cd2b09388cc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:52.061698 [ 269 ] {ff42917e-1052-49d6-a6b9-5cd2b09388cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:52.062152 [ 269 ] {ff42917e-1052-49d6-a6b9-5cd2b09388cc} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:52.062187 [ 269 ] {ff42917e-1052-49d6-a6b9-5cd2b09388cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:52.062526 [ 269 ] {ff42917e-1052-49d6-a6b9-5cd2b09388cc} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:34:52.062737 [ 269 ] {ff42917e-1052-49d6-a6b9-5cd2b09388cc} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:52.062864 [ 269 ] {ff42917e-1052-49d6-a6b9-5cd2b09388cc} executeQuery: Read 314 rows, 21.12 KiB in 0.001225 sec., 256326.5306122449 rows/sec., 16.84 MiB/sec. 2026.01.09 00:34:52.062901 [ 269 ] {ff42917e-1052-49d6-a6b9-5cd2b09388cc} TCPHandler: Processed in 0.001383109 sec. 2026.01.09 00:34:52.063003 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:52.063094 [ 269 ] {731f0641-5732-46e0-8e9e-26be84bf7782} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:34:52.063135 [ 269 ] {731f0641-5732-46e0-8e9e-26be84bf7782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:34:52.063475 [ 269 ] {731f0641-5732-46e0-8e9e-26be84bf7782} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:52.063510 [ 269 ] {731f0641-5732-46e0-8e9e-26be84bf7782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:52.063802 [ 269 ] {731f0641-5732-46e0-8e9e-26be84bf7782} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:34:52.064005 [ 269 ] {731f0641-5732-46e0-8e9e-26be84bf7782} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:52.064137 [ 269 ] {731f0641-5732-46e0-8e9e-26be84bf7782} executeQuery: Read 1 rows, 69.00 B in 0.00106 sec., 943.3962264150944 rows/sec., 63.57 KiB/sec. 2026.01.09 00:34:52.064172 [ 269 ] {731f0641-5732-46e0-8e9e-26be84bf7782} TCPHandler: Processed in 0.001216554 sec. 2026.01.09 00:34:52.064280 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:52.064371 [ 269 ] {f15a1e01-e4e8-45de-b3bd-a6713a17807f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:52.064411 [ 269 ] {f15a1e01-e4e8-45de-b3bd-a6713a17807f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:52.064758 [ 269 ] {f15a1e01-e4e8-45de-b3bd-a6713a17807f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:52.064792 [ 269 ] {f15a1e01-e4e8-45de-b3bd-a6713a17807f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:52.065100 [ 269 ] {f15a1e01-e4e8-45de-b3bd-a6713a17807f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:34:52.065308 [ 269 ] {f15a1e01-e4e8-45de-b3bd-a6713a17807f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:52.065430 [ 269 ] {f15a1e01-e4e8-45de-b3bd-a6713a17807f} executeQuery: Read 104 rows, 6.53 KiB in 0.001077 sec., 96564.53110492107 rows/sec., 5.92 MiB/sec. 2026.01.09 00:34:52.065466 [ 269 ] {f15a1e01-e4e8-45de-b3bd-a6713a17807f} TCPHandler: Processed in 0.001233005 sec. 2026.01.09 00:34:54.872083 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 854 2026.01.09 00:34:54.874496 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:54.874555 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:54.875823 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:34:54.876102 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:54.876472 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 854 2026.01.09 00:34:57.041098 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:57.041317 [ 269 ] {a407173c-3aeb-47eb-b576-76e4e1bf17b2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:34:57.041392 [ 269 ] {a407173c-3aeb-47eb-b576-76e4e1bf17b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:34:57.042063 [ 269 ] {a407173c-3aeb-47eb-b576-76e4e1bf17b2} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:57.042118 [ 269 ] {a407173c-3aeb-47eb-b576-76e4e1bf17b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:57.042554 [ 269 ] {a407173c-3aeb-47eb-b576-76e4e1bf17b2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.09 00:34:57.042782 [ 269 ] {a407173c-3aeb-47eb-b576-76e4e1bf17b2} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:57.042946 [ 269 ] {a407173c-3aeb-47eb-b576-76e4e1bf17b2} executeQuery: Read 14 rows, 1.14 KiB in 0.001682 sec., 8323.424494649227 rows/sec., 678.72 KiB/sec. 2026.01.09 00:34:57.042996 [ 269 ] {a407173c-3aeb-47eb-b576-76e4e1bf17b2} TCPHandler: Processed in 0.002034667 sec. 2026.01.09 00:34:57.043124 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:57.043227 [ 269 ] {832d77c7-d07a-40b8-99cb-253c49506e65} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:34:57.043271 [ 269 ] {832d77c7-d07a-40b8-99cb-253c49506e65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:34:57.043791 [ 269 ] {832d77c7-d07a-40b8-99cb-253c49506e65} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:57.043828 [ 269 ] {832d77c7-d07a-40b8-99cb-253c49506e65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:57.044165 [ 269 ] {832d77c7-d07a-40b8-99cb-253c49506e65} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:34:57.044379 [ 269 ] {832d77c7-d07a-40b8-99cb-253c49506e65} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:57.044513 [ 269 ] {832d77c7-d07a-40b8-99cb-253c49506e65} executeQuery: Read 145 rows, 12.78 KiB in 0.001308 sec., 110856.26911314986 rows/sec., 9.54 MiB/sec. 2026.01.09 00:34:57.044551 [ 269 ] {832d77c7-d07a-40b8-99cb-253c49506e65} TCPHandler: Processed in 0.001478273 sec. 2026.01.09 00:34:57.044660 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:57.044756 [ 269 ] {a260a21c-389b-447d-be19-59cefde0d2fe} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:34:57.044798 [ 269 ] {a260a21c-389b-447d-be19-59cefde0d2fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:34:57.045212 [ 269 ] {a260a21c-389b-447d-be19-59cefde0d2fe} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:57.045247 [ 269 ] {a260a21c-389b-447d-be19-59cefde0d2fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:57.045561 [ 269 ] {a260a21c-389b-447d-be19-59cefde0d2fe} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:34:57.045777 [ 269 ] {a260a21c-389b-447d-be19-59cefde0d2fe} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:57.045904 [ 269 ] {a260a21c-389b-447d-be19-59cefde0d2fe} executeQuery: Read 55 rows, 4.06 KiB in 0.001166 sec., 47169.81132075472 rows/sec., 3.40 MiB/sec. 2026.01.09 00:34:57.045941 [ 269 ] {a260a21c-389b-447d-be19-59cefde0d2fe} TCPHandler: Processed in 0.001331318 sec. 2026.01.09 00:34:57.046052 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:57.046148 [ 269 ] {5f513189-ea5d-4ddf-9afb-0a682d010fb2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:34:57.046186 [ 269 ] {5f513189-ea5d-4ddf-9afb-0a682d010fb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:34:57.046617 [ 269 ] {5f513189-ea5d-4ddf-9afb-0a682d010fb2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:57.046651 [ 269 ] {5f513189-ea5d-4ddf-9afb-0a682d010fb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:57.046979 [ 269 ] {5f513189-ea5d-4ddf-9afb-0a682d010fb2} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:34:57.047183 [ 269 ] {5f513189-ea5d-4ddf-9afb-0a682d010fb2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:57.047309 [ 269 ] {5f513189-ea5d-4ddf-9afb-0a682d010fb2} executeQuery: Read 119 rows, 9.54 KiB in 0.00118 sec., 100847.45762711864 rows/sec., 7.90 MiB/sec. 2026.01.09 00:34:57.047346 [ 269 ] {5f513189-ea5d-4ddf-9afb-0a682d010fb2} TCPHandler: Processed in 0.001344718 sec. 2026.01.09 00:34:57.047458 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:57.047552 [ 269 ] {33fefa7b-a302-431f-8717-b14a5b67dfeb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:57.047620 [ 269 ] {33fefa7b-a302-431f-8717-b14a5b67dfeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:34:57.048026 [ 269 ] {33fefa7b-a302-431f-8717-b14a5b67dfeb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:57.048060 [ 269 ] {33fefa7b-a302-431f-8717-b14a5b67dfeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:57.048393 [ 269 ] {33fefa7b-a302-431f-8717-b14a5b67dfeb} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:34:57.048601 [ 269 ] {33fefa7b-a302-431f-8717-b14a5b67dfeb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:57.048727 [ 269 ] {33fefa7b-a302-431f-8717-b14a5b67dfeb} executeQuery: Read 167 rows, 11.90 KiB in 0.001193 sec., 139983.2355406538 rows/sec., 9.74 MiB/sec. 2026.01.09 00:34:57.048764 [ 269 ] {33fefa7b-a302-431f-8717-b14a5b67dfeb} TCPHandler: Processed in 0.001356908 sec. 2026.01.09 00:34:57.048887 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:57.049042 [ 269 ] {0ac2b58b-64f4-433c-bb1e-5e516ed1f708} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:34:57.049110 [ 269 ] {0ac2b58b-64f4-433c-bb1e-5e516ed1f708} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:34:57.050107 [ 269 ] {0ac2b58b-64f4-433c-bb1e-5e516ed1f708} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:57.050142 [ 269 ] {0ac2b58b-64f4-433c-bb1e-5e516ed1f708} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:57.050763 [ 269 ] {0ac2b58b-64f4-433c-bb1e-5e516ed1f708} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:34:57.050987 [ 269 ] {0ac2b58b-64f4-433c-bb1e-5e516ed1f708} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:57.051122 [ 269 ] {0ac2b58b-64f4-433c-bb1e-5e516ed1f708} executeQuery: Read 41 rows, 75.23 KiB in 0.002106 sec., 19468.186134852804 rows/sec., 34.89 MiB/sec. 2026.01.09 00:34:57.051187 [ 269 ] {0ac2b58b-64f4-433c-bb1e-5e516ed1f708} TCPHandler: Processed in 0.002364527 sec. 2026.01.09 00:34:57.051303 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:34:57.051401 [ 269 ] {8764947e-226c-4e23-a0bd-97b63329dba4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:34:57.051443 [ 269 ] {8764947e-226c-4e23-a0bd-97b63329dba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:34:57.051789 [ 269 ] {8764947e-226c-4e23-a0bd-97b63329dba4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:57.051823 [ 269 ] {8764947e-226c-4e23-a0bd-97b63329dba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:57.052146 [ 269 ] {8764947e-226c-4e23-a0bd-97b63329dba4} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:34:57.052356 [ 269 ] {8764947e-226c-4e23-a0bd-97b63329dba4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:57.052482 [ 269 ] {8764947e-226c-4e23-a0bd-97b63329dba4} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.01.09 00:34:57.052518 [ 269 ] {8764947e-226c-4e23-a0bd-97b63329dba4} TCPHandler: Processed in 0.001266037 sec. 2026.01.09 00:34:57.350915 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12951 2026.01.09 00:34:57.351488 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:57.351539 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:57.352095 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:34:57.352327 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:57.352474 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12951 2026.01.09 00:34:58.040432 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.01.09 00:34:58.055437 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:34:58.055490 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:34:58.061391 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:34:58.062087 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:34:58.064627 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.01.09 00:35:02.049834 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:02.050035 [ 269 ] {5807d7c0-ceeb-42e6-9f72-c9fd208e2670} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:35:02.050097 [ 269 ] {5807d7c0-ceeb-42e6-9f72-c9fd208e2670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:35:02.050932 [ 269 ] {5807d7c0-ceeb-42e6-9f72-c9fd208e2670} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.050976 [ 269 ] {5807d7c0-ceeb-42e6-9f72-c9fd208e2670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.051390 [ 269 ] {5807d7c0-ceeb-42e6-9f72-c9fd208e2670} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:35:02.051606 [ 269 ] {5807d7c0-ceeb-42e6-9f72-c9fd208e2670} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.051754 [ 269 ] {5807d7c0-ceeb-42e6-9f72-c9fd208e2670} executeQuery: Read 410 rows, 26.63 KiB in 0.001767 sec., 232031.69213355973 rows/sec., 14.72 MiB/sec. 2026.01.09 00:35:02.051758 [ 143 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.01.09 00:35:02.051796 [ 269 ] {5807d7c0-ceeb-42e6-9f72-c9fd208e2670} TCPHandler: Processed in 0.00212556 sec. 2026.01.09 00:35:02.051863 [ 143 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.051901 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.051945 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:02.052044 [ 269 ] {df1e62a0-7dbd-42d2-9a44-d81f327f868a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:02.052078 [ 188 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.01.09 00:35:02.052085 [ 269 ] {df1e62a0-7dbd-42d2-9a44-d81f327f868a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:02.052293 [ 188 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:02.052350 [ 188 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 434 rows starting from the beginning of the part 2026.01.09 00:35:02.052452 [ 188 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 410 rows starting from the beginning of the part 2026.01.09 00:35:02.052524 [ 188 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.01.09 00:35:02.052594 [ 188 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 410 rows starting from the beginning of the part 2026.01.09 00:35:02.052661 [ 188 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 410 rows starting from the beginning of the part 2026.01.09 00:35:02.052730 [ 188 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 410 rows starting from the beginning of the part 2026.01.09 00:35:02.053374 [ 269 ] {df1e62a0-7dbd-42d2-9a44-d81f327f868a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.053416 [ 269 ] {df1e62a0-7dbd-42d2-9a44-d81f327f868a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.053814 [ 269 ] {df1e62a0-7dbd-42d2-9a44-d81f327f868a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:35:02.053843 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 2098 rows, containing 5 columns (5 merged, 0 gathered) in 0.001841172 sec., 1139491.5847080012 rows/sec., 77.14 MiB/sec. 2026.01.09 00:35:02.054037 [ 269 ] {df1e62a0-7dbd-42d2-9a44-d81f327f868a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.054061 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.01.09 00:35:02.054175 [ 269 ] {df1e62a0-7dbd-42d2-9a44-d81f327f868a} executeQuery: Read 1112 rows, 89.84 KiB in 0.00215 sec., 517209.3023255814 rows/sec., 40.81 MiB/sec. 2026.01.09 00:35:02.054218 [ 269 ] {df1e62a0-7dbd-42d2-9a44-d81f327f868a} TCPHandler: Processed in 0.002322896 sec. 2026.01.09 00:35:02.054336 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:02.054374 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.054433 [ 269 ] {0347798f-1a78-4390-be0b-eb9bae5b4eab} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:02.054462 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_19_4} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.01.09 00:35:02.054479 [ 269 ] {0347798f-1a78-4390-be0b-eb9bae5b4eab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:02.054580 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:35:02.055056 [ 269 ] {0347798f-1a78-4390-be0b-eb9bae5b4eab} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.055098 [ 269 ] {0347798f-1a78-4390-be0b-eb9bae5b4eab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.055414 [ 269 ] {0347798f-1a78-4390-be0b-eb9bae5b4eab} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:35:02.055630 [ 269 ] {0347798f-1a78-4390-be0b-eb9bae5b4eab} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.055760 [ 269 ] {0347798f-1a78-4390-be0b-eb9bae5b4eab} executeQuery: Read 205 rows, 12.32 KiB in 0.001346 sec., 152303.1203566122 rows/sec., 8.94 MiB/sec. 2026.01.09 00:35:02.055760 [ 143 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.09 00:35:02.055799 [ 269 ] {0347798f-1a78-4390-be0b-eb9bae5b4eab} TCPHandler: Processed in 0.001511652 sec. 2026.01.09 00:35:02.055813 [ 143 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.055841 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.055926 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:02.055934 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.09 00:35:02.056054 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:02.056078 [ 269 ] {42ef5444-fbc2-4e75-9f9e-ff8692bcc392} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:35:02.056079 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 278 rows starting from the beginning of the part 2026.01.09 00:35:02.056135 [ 269 ] {42ef5444-fbc2-4e75-9f9e-ff8692bcc392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:35:02.056150 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 205 rows starting from the beginning of the part 2026.01.09 00:35:02.056193 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part 2026.01.09 00:35:02.056227 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 205 rows starting from the beginning of the part 2026.01.09 00:35:02.056262 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 55 rows starting from the beginning of the part 2026.01.09 00:35:02.056296 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 205 rows starting from the beginning of the part 2026.01.09 00:35:02.056808 [ 269 ] {42ef5444-fbc2-4e75-9f9e-ff8692bcc392} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.056854 [ 269 ] {42ef5444-fbc2-4e75-9f9e-ff8692bcc392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.057058 [ 190 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 5 columns (5 merged, 0 gathered) in 0.001157063 sec., 854750.346351063 rows/sec., 55.46 MiB/sec. 2026.01.09 00:35:02.057184 [ 269 ] {42ef5444-fbc2-4e75-9f9e-ff8692bcc392} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:35:02.057202 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.09 00:35:02.057455 [ 269 ] {42ef5444-fbc2-4e75-9f9e-ff8692bcc392} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.057492 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.057565 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_36_7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.09 00:35:02.057589 [ 143 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.09 00:35:02.057593 [ 269 ] {42ef5444-fbc2-4e75-9f9e-ff8692bcc392} executeQuery: Read 212 rows, 14.00 KiB in 0.001539 sec., 137751.7868745939 rows/sec., 8.88 MiB/sec. 2026.01.09 00:35:02.057632 [ 143 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.057634 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.09 00:35:02.057655 [ 269 ] {42ef5444-fbc2-4e75-9f9e-ff8692bcc392} TCPHandler: Processed in 0.001788451 sec. 2026.01.09 00:35:02.057661 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.057742 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.09 00:35:02.057780 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:02.057813 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:02.057840 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 465 rows starting from the beginning of the part 2026.01.09 00:35:02.057877 [ 269 ] {efdcbb64-5bd5-415c-8a36-60ab57725ee3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:35:02.057882 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.01.09 00:35:02.057925 [ 269 ] {efdcbb64-5bd5-415c-8a36-60ab57725ee3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:35:02.057935 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 440 rows starting from the beginning of the part 2026.01.09 00:35:02.058016 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.01.09 00:35:02.058060 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part 2026.01.09 00:35:02.058093 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part 2026.01.09 00:35:02.058514 [ 269 ] {efdcbb64-5bd5-415c-8a36-60ab57725ee3} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.058556 [ 269 ] {efdcbb64-5bd5-415c-8a36-60ab57725ee3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.058887 [ 269 ] {efdcbb64-5bd5-415c-8a36-60ab57725ee3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:35:02.058909 [ 201 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1354 rows, containing 5 columns (5 merged, 0 gathered) in 0.001191674 sec., 1136216.7841204894 rows/sec., 79.59 MiB/sec. 2026.01.09 00:35:02.059069 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.09 00:35:02.059098 [ 269 ] {efdcbb64-5bd5-415c-8a36-60ab57725ee3} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.059223 [ 143 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.01.09 00:35:02.059228 [ 269 ] {efdcbb64-5bd5-415c-8a36-60ab57725ee3} executeQuery: Read 211 rows, 12.27 KiB in 0.001369 sec., 154127.10007304602 rows/sec., 8.75 MiB/sec. 2026.01.09 00:35:02.059269 [ 143 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.059290 [ 269 ] {efdcbb64-5bd5-415c-8a36-60ab57725ee3} TCPHandler: Processed in 0.001558035 sec. 2026.01.09 00:35:02.059298 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.059352 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.059396 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.01.09 00:35:02.059415 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:02.059429 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_21_4} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.09 00:35:02.059509 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:02.059513 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.09 00:35:02.059521 [ 269 ] {8f6adaea-0f4a-42cb-abc0-3a8617cea5ba} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:02.059547 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 223 rows starting from the beginning of the part 2026.01.09 00:35:02.059576 [ 269 ] {8f6adaea-0f4a-42cb-abc0-3a8617cea5ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:02.059614 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 211 rows starting from the beginning of the part 2026.01.09 00:35:02.059660 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.01.09 00:35:02.059697 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 211 rows starting from the beginning of the part 2026.01.09 00:35:02.059731 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 211 rows starting from the beginning of the part 2026.01.09 00:35:02.059766 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 211 rows starting from the beginning of the part 2026.01.09 00:35:02.060447 [ 269 ] {8f6adaea-0f4a-42cb-abc0-3a8617cea5ba} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.060490 [ 269 ] {8f6adaea-0f4a-42cb-abc0-3a8617cea5ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.060661 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 1079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001305357 sec., 826593.7977120435 rows/sec., 50.45 MiB/sec. 2026.01.09 00:35:02.060777 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.01.09 00:35:02.060858 [ 269 ] {8f6adaea-0f4a-42cb-abc0-3a8617cea5ba} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:35:02.061104 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.061163 [ 269 ] {8f6adaea-0f4a-42cb-abc0-3a8617cea5ba} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.061185 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_19_4} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.01.09 00:35:02.061258 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.09 00:35:02.061336 [ 269 ] {8f6adaea-0f4a-42cb-abc0-3a8617cea5ba} executeQuery: Read 679 rows, 48.47 KiB in 0.001833 sec., 370430.98745226406 rows/sec., 25.82 MiB/sec. 2026.01.09 00:35:02.061383 [ 269 ] {8f6adaea-0f4a-42cb-abc0-3a8617cea5ba} TCPHandler: Processed in 0.002017617 sec. 2026.01.09 00:35:02.061503 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:02.061608 [ 269 ] {484f2c42-6811-4177-80d0-cd1a49317630} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:35:02.061649 [ 269 ] {484f2c42-6811-4177-80d0-cd1a49317630} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:35:02.062035 [ 269 ] {484f2c42-6811-4177-80d0-cd1a49317630} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.062071 [ 269 ] {484f2c42-6811-4177-80d0-cd1a49317630} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.062383 [ 269 ] {484f2c42-6811-4177-80d0-cd1a49317630} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:35:02.062599 [ 269 ] {484f2c42-6811-4177-80d0-cd1a49317630} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.062745 [ 269 ] {484f2c42-6811-4177-80d0-cd1a49317630} executeQuery: Read 6 rows, 321.00 B in 0.001155 sec., 5194.805194805195 rows/sec., 271.41 KiB/sec. 2026.01.09 00:35:02.062785 [ 269 ] {484f2c42-6811-4177-80d0-cd1a49317630} TCPHandler: Processed in 0.001329837 sec. 2026.01.09 00:35:02.062906 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:02.063000 [ 269 ] {0e86a121-d573-4960-906f-651522ebb430} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:02.063041 [ 269 ] {0e86a121-d573-4960-906f-651522ebb430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:02.063572 [ 269 ] {0e86a121-d573-4960-906f-651522ebb430} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.063607 [ 269 ] {0e86a121-d573-4960-906f-651522ebb430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.063933 [ 269 ] {0e86a121-d573-4960-906f-651522ebb430} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:35:02.064146 [ 269 ] {0e86a121-d573-4960-906f-651522ebb430} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.064292 [ 269 ] {0e86a121-d573-4960-906f-651522ebb430} executeQuery: Read 314 rows, 21.12 KiB in 0.00131 sec., 239694.65648854963 rows/sec., 15.75 MiB/sec. 2026.01.09 00:35:02.064331 [ 269 ] {0e86a121-d573-4960-906f-651522ebb430} TCPHandler: Processed in 0.001472802 sec. 2026.01.09 00:35:02.064437 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:02.064529 [ 269 ] {8cf1d390-822e-4915-b925-29f6051b9946} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:35:02.064569 [ 269 ] {8cf1d390-822e-4915-b925-29f6051b9946} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:35:02.064906 [ 269 ] {8cf1d390-822e-4915-b925-29f6051b9946} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.064940 [ 269 ] {8cf1d390-822e-4915-b925-29f6051b9946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.065246 [ 269 ] {8cf1d390-822e-4915-b925-29f6051b9946} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:35:02.065443 [ 269 ] {8cf1d390-822e-4915-b925-29f6051b9946} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.065561 [ 143 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.01.09 00:35:02.065585 [ 269 ] {8cf1d390-822e-4915-b925-29f6051b9946} executeQuery: Read 1 rows, 69.00 B in 0.001073 sec., 931.9664492078285 rows/sec., 62.80 KiB/sec. 2026.01.09 00:35:02.065600 [ 143 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.065628 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.065630 [ 269 ] {8cf1d390-822e-4915-b925-29f6051b9946} TCPHandler: Processed in 0.001239815 sec. 2026.01.09 00:35:02.065710 [ 196 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.01.09 00:35:02.065785 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:02.065811 [ 196 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:02.065855 [ 196 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part 2026.01.09 00:35:02.065881 [ 269 ] {625ab2fe-cb80-422f-a597-9e90d5fa2a51} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:02.065928 [ 269 ] {625ab2fe-cb80-422f-a597-9e90d5fa2a51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:02.065939 [ 196 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.01.09 00:35:02.066016 [ 196 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.01.09 00:35:02.066081 [ 196 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.01.09 00:35:02.066144 [ 196 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.01.09 00:35:02.066208 [ 196 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.01.09 00:35:02.066342 [ 269 ] {625ab2fe-cb80-422f-a597-9e90d5fa2a51} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:02.066384 [ 269 ] {625ab2fe-cb80-422f-a597-9e90d5fa2a51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:02.066735 [ 269 ] {625ab2fe-cb80-422f-a597-9e90d5fa2a51} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:35:02.066956 [ 269 ] {625ab2fe-cb80-422f-a597-9e90d5fa2a51} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.067112 [ 269 ] {625ab2fe-cb80-422f-a597-9e90d5fa2a51} executeQuery: Read 104 rows, 6.53 KiB in 0.001248 sec., 83333.33333333333 rows/sec., 5.11 MiB/sec. 2026.01.09 00:35:02.067160 [ 269 ] {625ab2fe-cb80-422f-a597-9e90d5fa2a51} TCPHandler: Processed in 0.001422751 sec. 2026.01.09 00:35:02.067214 [ 196 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.001537714 sec., 12356.00378223779 rows/sec., 827.50 KiB/sec. 2026.01.09 00:35:02.067355 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.01.09 00:35:02.067643 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:02.067714 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_19_4} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.01.09 00:35:02.067790 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.01.09 00:35:04.735026 [ 139 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:35:04.735075 [ 139 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:35:04.853449 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13399 2026.01.09 00:35:04.853931 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:04.853974 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:04.854460 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:35:04.854703 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:04.854847 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13399 2026.01.09 00:35:04.877547 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 888 2026.01.09 00:35:04.879903 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:04.879962 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:04.881198 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:35:04.881466 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:04.881828 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 888 2026.01.09 00:35:05.566304 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.01.09 00:35:05.583330 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:05.583405 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:05.590611 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:35:05.591394 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:05.594355 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.01.09 00:35:07.040743 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:07.040917 [ 269 ] {5e51d75c-4090-46ca-bd49-5ecc5285f18a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:07.040982 [ 269 ] {5e51d75c-4090-46ca-bd49-5ecc5285f18a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:07.041780 [ 269 ] {5e51d75c-4090-46ca-bd49-5ecc5285f18a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:07.041838 [ 269 ] {5e51d75c-4090-46ca-bd49-5ecc5285f18a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:07.042288 [ 269 ] {5e51d75c-4090-46ca-bd49-5ecc5285f18a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:35:07.042548 [ 269 ] {5e51d75c-4090-46ca-bd49-5ecc5285f18a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:07.042722 [ 269 ] {5e51d75c-4090-46ca-bd49-5ecc5285f18a} executeQuery: Read 138 rows, 12.27 KiB in 0.001814 sec., 76074.97243660419 rows/sec., 6.60 MiB/sec. 2026.01.09 00:35:07.042776 [ 269 ] {5e51d75c-4090-46ca-bd49-5ecc5285f18a} TCPHandler: Processed in 0.002141771 sec. 2026.01.09 00:35:07.042909 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:07.043016 [ 269 ] {b21791cf-04f0-49f3-9c3a-ab256b716966} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:07.043060 [ 269 ] {b21791cf-04f0-49f3-9c3a-ab256b716966} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:07.043518 [ 269 ] {b21791cf-04f0-49f3-9c3a-ab256b716966} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:07.043559 [ 269 ] {b21791cf-04f0-49f3-9c3a-ab256b716966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:07.043893 [ 269 ] {b21791cf-04f0-49f3-9c3a-ab256b716966} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:35:07.044111 [ 269 ] {b21791cf-04f0-49f3-9c3a-ab256b716966} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:07.044247 [ 269 ] {b21791cf-04f0-49f3-9c3a-ab256b716966} executeQuery: Read 41 rows, 3.08 KiB in 0.001254 sec., 32695.37480063796 rows/sec., 2.40 MiB/sec. 2026.01.09 00:35:07.044288 [ 269 ] {b21791cf-04f0-49f3-9c3a-ab256b716966} TCPHandler: Processed in 0.00143127 sec. 2026.01.09 00:35:07.044418 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:07.044516 [ 269 ] {2e234468-6021-46d0-aa47-b3c483b0ec07} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:07.044557 [ 269 ] {2e234468-6021-46d0-aa47-b3c483b0ec07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:07.045005 [ 269 ] {2e234468-6021-46d0-aa47-b3c483b0ec07} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:07.045041 [ 269 ] {2e234468-6021-46d0-aa47-b3c483b0ec07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:07.045365 [ 269 ] {2e234468-6021-46d0-aa47-b3c483b0ec07} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:35:07.045587 [ 269 ] {2e234468-6021-46d0-aa47-b3c483b0ec07} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:07.045726 [ 269 ] {2e234468-6021-46d0-aa47-b3c483b0ec07} executeQuery: Read 105 rows, 8.40 KiB in 0.001227 sec., 85574.57212713937 rows/sec., 6.68 MiB/sec. 2026.01.09 00:35:07.045766 [ 269 ] {2e234468-6021-46d0-aa47-b3c483b0ec07} TCPHandler: Processed in 0.001408591 sec. 2026.01.09 00:35:07.045884 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:07.045980 [ 269 ] {11dac9f1-08ab-42da-afd3-30b7bc141eb2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:07.046024 [ 269 ] {11dac9f1-08ab-42da-afd3-30b7bc141eb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:07.046452 [ 269 ] {11dac9f1-08ab-42da-afd3-30b7bc141eb2} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:07.046489 [ 269 ] {11dac9f1-08ab-42da-afd3-30b7bc141eb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:07.046849 [ 269 ] {11dac9f1-08ab-42da-afd3-30b7bc141eb2} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:35:07.047068 [ 269 ] {11dac9f1-08ab-42da-afd3-30b7bc141eb2} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:07.047206 [ 269 ] {11dac9f1-08ab-42da-afd3-30b7bc141eb2} executeQuery: Read 160 rows, 11.41 KiB in 0.001243 sec., 128720.83668543847 rows/sec., 8.97 MiB/sec. 2026.01.09 00:35:07.047245 [ 269 ] {11dac9f1-08ab-42da-afd3-30b7bc141eb2} TCPHandler: Processed in 0.001410831 sec. 2026.01.09 00:35:07.047363 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:07.047463 [ 269 ] {0d69eba2-7b31-4cbd-be87-936252ae0289} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:07.047518 [ 269 ] {0d69eba2-7b31-4cbd-be87-936252ae0289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:35:07.048430 [ 269 ] {0d69eba2-7b31-4cbd-be87-936252ae0289} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:07.048465 [ 269 ] {0d69eba2-7b31-4cbd-be87-936252ae0289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:07.049071 [ 269 ] {0d69eba2-7b31-4cbd-be87-936252ae0289} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:35:07.049304 [ 269 ] {0d69eba2-7b31-4cbd-be87-936252ae0289} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:07.049449 [ 269 ] {0d69eba2-7b31-4cbd-be87-936252ae0289} executeQuery: Read 41 rows, 75.23 KiB in 0.002003 sec., 20469.296055916126 rows/sec., 36.68 MiB/sec. 2026.01.09 00:35:07.049516 [ 269 ] {0d69eba2-7b31-4cbd-be87-936252ae0289} TCPHandler: Processed in 0.002203353 sec. 2026.01.09 00:35:07.049636 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:07.049731 [ 269 ] {ee27d091-6965-4fe6-a5e9-780bc991040f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:07.049773 [ 269 ] {ee27d091-6965-4fe6-a5e9-780bc991040f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:07.050115 [ 269 ] {ee27d091-6965-4fe6-a5e9-780bc991040f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:07.050152 [ 269 ] {ee27d091-6965-4fe6-a5e9-780bc991040f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:07.050481 [ 269 ] {ee27d091-6965-4fe6-a5e9-780bc991040f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:35:07.050695 [ 269 ] {ee27d091-6965-4fe6-a5e9-780bc991040f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:07.050830 [ 269 ] {ee27d091-6965-4fe6-a5e9-780bc991040f} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2026.01.09 00:35:07.050868 [ 269 ] {ee27d091-6965-4fe6-a5e9-780bc991040f} TCPHandler: Processed in 0.001281357 sec. 2026.01.09 00:35:09.485104 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.485332 [ 269 ] {60e51b9d-ff0e-41a3-8402-6790340fbbef} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:35:09.485419 [ 269 ] {60e51b9d-ff0e-41a3-8402-6790340fbbef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:35:09.486516 [ 269 ] {60e51b9d-ff0e-41a3-8402-6790340fbbef} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.486578 [ 269 ] {60e51b9d-ff0e-41a3-8402-6790340fbbef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.487124 [ 269 ] {60e51b9d-ff0e-41a3-8402-6790340fbbef} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:35:09.487439 [ 269 ] {60e51b9d-ff0e-41a3-8402-6790340fbbef} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.487631 [ 269 ] {60e51b9d-ff0e-41a3-8402-6790340fbbef} executeQuery: Read 410 rows, 26.63 KiB in 0.00236 sec., 173728.81355932204 rows/sec., 11.02 MiB/sec. 2026.01.09 00:35:09.487706 [ 269 ] {60e51b9d-ff0e-41a3-8402-6790340fbbef} TCPHandler: Processed in 0.00279037 sec. 2026.01.09 00:35:09.487890 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.488022 [ 269 ] {86a13667-6053-44c7-8ea6-ce469b2856c7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:35:09.488069 [ 269 ] {86a13667-6053-44c7-8ea6-ce469b2856c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:35:09.488612 [ 269 ] {86a13667-6053-44c7-8ea6-ce469b2856c7} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.488657 [ 269 ] {86a13667-6053-44c7-8ea6-ce469b2856c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.489197 [ 269 ] {86a13667-6053-44c7-8ea6-ce469b2856c7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.09 00:35:09.489890 [ 269 ] {86a13667-6053-44c7-8ea6-ce469b2856c7} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.490101 [ 269 ] {86a13667-6053-44c7-8ea6-ce469b2856c7} executeQuery: Read 2 rows, 167.00 B in 0.002112 sec., 946.9696969696969 rows/sec., 77.22 KiB/sec. 2026.01.09 00:35:09.490155 [ 269 ] {86a13667-6053-44c7-8ea6-ce469b2856c7} TCPHandler: Processed in 0.002331867 sec. 2026.01.09 00:35:09.490334 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.490454 [ 269 ] {59f8e4a8-f1b0-441c-84ac-5062cd06b9cc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:09.490507 [ 269 ] {59f8e4a8-f1b0-441c-84ac-5062cd06b9cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:09.493256 [ 269 ] {59f8e4a8-f1b0-441c-84ac-5062cd06b9cc} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.493311 [ 269 ] {59f8e4a8-f1b0-441c-84ac-5062cd06b9cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.494067 [ 269 ] {59f8e4a8-f1b0-441c-84ac-5062cd06b9cc} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:35:09.494402 [ 269 ] {59f8e4a8-f1b0-441c-84ac-5062cd06b9cc} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.494579 [ 133 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.09 00:35:09.494596 [ 269 ] {59f8e4a8-f1b0-441c-84ac-5062cd06b9cc} executeQuery: Read 2253 rows, 186.48 KiB in 0.004168 sec., 540547.0249520154 rows/sec., 43.69 MiB/sec. 2026.01.09 00:35:09.494630 [ 133 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.494664 [ 269 ] {59f8e4a8-f1b0-441c-84ac-5062cd06b9cc} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:35:09.494683 [ 269 ] {59f8e4a8-f1b0-441c-84ac-5062cd06b9cc} TCPHandler: Processed in 0.004412236 sec. 2026.01.09 00:35:09.494685 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.494858 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.09 00:35:09.494905 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.495018 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:09.495042 [ 269 ] {1c61763b-296c-4514-ab0b-08cddc7a71c1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:09.495061 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2466 rows starting from the beginning of the part 2026.01.09 00:35:09.495115 [ 269 ] {1c61763b-296c-4514-ab0b-08cddc7a71c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:09.495157 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:35:09.495287 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 145 rows starting from the beginning of the part 2026.01.09 00:35:09.495376 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:35:09.495440 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 138 rows starting from the beginning of the part 2026.01.09 00:35:09.495493 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:35:09.495969 [ 269 ] {1c61763b-296c-4514-ab0b-08cddc7a71c1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.496023 [ 269 ] {1c61763b-296c-4514-ab0b-08cddc7a71c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.496652 [ 269 ] {1c61763b-296c-4514-ab0b-08cddc7a71c1} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:35:09.497099 [ 269 ] {1c61763b-296c-4514-ab0b-08cddc7a71c1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.497321 [ 269 ] {1c61763b-296c-4514-ab0b-08cddc7a71c1} executeQuery: Read 207 rows, 12.46 KiB in 0.002311 sec., 89571.6140199048 rows/sec., 5.26 MiB/sec. 2026.01.09 00:35:09.497383 [ 269 ] {1c61763b-296c-4514-ab0b-08cddc7a71c1} TCPHandler: Processed in 0.002555293 sec. 2026.01.09 00:35:09.497637 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.497774 [ 269 ] {97d97f77-8132-4354-a036-6d184825cbcd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:35:09.497836 [ 269 ] {97d97f77-8132-4354-a036-6d184825cbcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:35:09.498778 [ 269 ] {97d97f77-8132-4354-a036-6d184825cbcd} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.498824 [ 269 ] {97d97f77-8132-4354-a036-6d184825cbcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.499297 [ 269 ] {97d97f77-8132-4354-a036-6d184825cbcd} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:35:09.499631 [ 269 ] {97d97f77-8132-4354-a036-6d184825cbcd} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.499815 [ 269 ] {97d97f77-8132-4354-a036-6d184825cbcd} executeQuery: Read 440 rows, 29.81 KiB in 0.002072 sec., 212355.21235521234 rows/sec., 14.05 MiB/sec. 2026.01.09 00:35:09.499877 [ 269 ] {97d97f77-8132-4354-a036-6d184825cbcd} TCPHandler: Processed in 0.002311926 sec. 2026.01.09 00:35:09.500040 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.500068 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 7226 rows, containing 5 columns (5 merged, 0 gathered) in 0.005286901 sec., 1366774.2217983655 rows/sec., 115.65 MiB/sec. 2026.01.09 00:35:09.500168 [ 269 ] {49c71d4f-00c5-406f-8c2e-9325d8640bf8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:35:09.500231 [ 269 ] {49c71d4f-00c5-406f-8c2e-9325d8640bf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:35:09.500572 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.09 00:35:09.501120 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.501266 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_46_9} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.09 00:35:09.501442 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2026.01.09 00:35:09.503699 [ 269 ] {49c71d4f-00c5-406f-8c2e-9325d8640bf8} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.503787 [ 269 ] {49c71d4f-00c5-406f-8c2e-9325d8640bf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.504416 [ 269 ] {49c71d4f-00c5-406f-8c2e-9325d8640bf8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:35:09.504777 [ 269 ] {49c71d4f-00c5-406f-8c2e-9325d8640bf8} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.505012 [ 269 ] {49c71d4f-00c5-406f-8c2e-9325d8640bf8} executeQuery: Read 211 rows, 12.27 KiB in 0.004869 sec., 43335.38714315055 rows/sec., 2.46 MiB/sec. 2026.01.09 00:35:09.505090 [ 269 ] {49c71d4f-00c5-406f-8c2e-9325d8640bf8} TCPHandler: Processed in 0.005114406 sec. 2026.01.09 00:35:09.505351 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.505514 [ 269 ] {7b35e266-28ec-4eef-8838-61041a7bb4d7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:09.505586 [ 269 ] {7b35e266-28ec-4eef-8838-61041a7bb4d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:09.507059 [ 269 ] {7b35e266-28ec-4eef-8838-61041a7bb4d7} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.507112 [ 269 ] {7b35e266-28ec-4eef-8838-61041a7bb4d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.507700 [ 269 ] {7b35e266-28ec-4eef-8838-61041a7bb4d7} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:35:09.508091 [ 269 ] {7b35e266-28ec-4eef-8838-61041a7bb4d7} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.508317 [ 269 ] {7b35e266-28ec-4eef-8838-61041a7bb4d7} executeQuery: Read 1137 rows, 82.92 KiB in 0.00285 sec., 398947.36842105264 rows/sec., 28.41 MiB/sec. 2026.01.09 00:35:09.508344 [ 132 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.09 00:35:09.508378 [ 269 ] {7b35e266-28ec-4eef-8838-61041a7bb4d7} TCPHandler: Processed in 0.00314871 sec. 2026.01.09 00:35:09.508424 [ 132 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.508465 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.508625 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.508633 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.09 00:35:09.508762 [ 269 ] {4573989a-d985-44db-9c81-edc5ca9e5b68} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:35:09.508830 [ 269 ] {4573989a-d985-44db-9c81-edc5ca9e5b68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:35:09.508866 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:09.508931 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1250 rows starting from the beginning of the part 2026.01.09 00:35:09.509050 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 679 rows starting from the beginning of the part 2026.01.09 00:35:09.509137 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 119 rows starting from the beginning of the part 2026.01.09 00:35:09.509212 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 679 rows starting from the beginning of the part 2026.01.09 00:35:09.509278 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 105 rows starting from the beginning of the part 2026.01.09 00:35:09.509342 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:35:09.509372 [ 269 ] {4573989a-d985-44db-9c81-edc5ca9e5b68} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.509422 [ 269 ] {4573989a-d985-44db-9c81-edc5ca9e5b68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.509906 [ 269 ] {4573989a-d985-44db-9c81-edc5ca9e5b68} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:35:09.510283 [ 269 ] {4573989a-d985-44db-9c81-edc5ca9e5b68} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.510518 [ 269 ] {4573989a-d985-44db-9c81-edc5ca9e5b68} executeQuery: Read 6 rows, 321.00 B in 0.001789 sec., 3353.828954723309 rows/sec., 175.22 KiB/sec. 2026.01.09 00:35:09.510578 [ 269 ] {4573989a-d985-44db-9c81-edc5ca9e5b68} TCPHandler: Processed in 0.002050128 sec. 2026.01.09 00:35:09.510754 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.510874 [ 269 ] {8d26c2bb-d2b3-4f47-ab3c-c994c4222f76} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:09.510932 [ 269 ] {8d26c2bb-d2b3-4f47-ab3c-c994c4222f76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:09.511955 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3969 rows, containing 5 columns (5 merged, 0 gathered) in 0.003399617 sec., 1167484.4548665334 rows/sec., 87.81 MiB/sec. 2026.01.09 00:35:09.512289 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.09 00:35:09.512664 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.512764 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_46_9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.09 00:35:09.512881 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.01.09 00:35:09.515899 [ 269 ] {8d26c2bb-d2b3-4f47-ab3c-c994c4222f76} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.515951 [ 269 ] {8d26c2bb-d2b3-4f47-ab3c-c994c4222f76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.516567 [ 269 ] {8d26c2bb-d2b3-4f47-ab3c-c994c4222f76} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:35:09.517946 [ 269 ] {8d26c2bb-d2b3-4f47-ab3c-c994c4222f76} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.518222 [ 132 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.09 00:35:09.518290 [ 132 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.518318 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.518320 [ 269 ] {8d26c2bb-d2b3-4f47-ab3c-c994c4222f76} executeQuery: Read 935 rows, 63.39 KiB in 0.007464 sec., 125267.9528403001 rows/sec., 8.29 MiB/sec. 2026.01.09 00:35:09.518432 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.09 00:35:09.518456 [ 269 ] {8d26c2bb-d2b3-4f47-ab3c-c994c4222f76} TCPHandler: Processed in 0.007759231 sec. 2026.01.09 00:35:09.518608 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:09.518651 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13077 rows starting from the beginning of the part 2026.01.09 00:35:09.518715 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.518721 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 314 rows starting from the beginning of the part 2026.01.09 00:35:09.518831 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 167 rows starting from the beginning of the part 2026.01.09 00:35:09.518887 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 314 rows starting from the beginning of the part 2026.01.09 00:35:09.518896 [ 269 ] {578269c3-bd16-4e93-af41-cdc8c15fc4af} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:35:09.518939 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.01.09 00:35:09.518981 [ 269 ] {578269c3-bd16-4e93-af41-cdc8c15fc4af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:35:09.518998 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 935 rows starting from the beginning of the part 2026.01.09 00:35:09.519557 [ 269 ] {578269c3-bd16-4e93-af41-cdc8c15fc4af} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.519604 [ 269 ] {578269c3-bd16-4e93-af41-cdc8c15fc4af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.520002 [ 269 ] {578269c3-bd16-4e93-af41-cdc8c15fc4af} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:35:09.520314 [ 269 ] {578269c3-bd16-4e93-af41-cdc8c15fc4af} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.520525 [ 269 ] {578269c3-bd16-4e93-af41-cdc8c15fc4af} executeQuery: Read 1 rows, 69.00 B in 0.001671 sec., 598.4440454817475 rows/sec., 40.32 KiB/sec. 2026.01.09 00:35:09.520599 [ 269 ] {578269c3-bd16-4e93-af41-cdc8c15fc4af} TCPHandler: Processed in 0.001998307 sec. 2026.01.09 00:35:09.520920 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:09.521064 [ 269 ] {d1596ba2-53fc-439d-b023-9e31894876ed} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:09.521129 [ 269 ] {d1596ba2-53fc-439d-b023-9e31894876ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:09.521743 [ 269 ] {d1596ba2-53fc-439d-b023-9e31894876ed} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.521795 [ 269 ] {d1596ba2-53fc-439d-b023-9e31894876ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.522518 [ 269 ] {d1596ba2-53fc-439d-b023-9e31894876ed} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:35:09.523104 [ 269 ] {d1596ba2-53fc-439d-b023-9e31894876ed} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.523313 [ 269 ] {d1596ba2-53fc-439d-b023-9e31894876ed} executeQuery: Read 80 rows, 4.87 KiB in 0.002279 sec., 35103.11540149188 rows/sec., 2.09 MiB/sec. 2026.01.09 00:35:09.523314 [ 132 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.09 00:35:09.523373 [ 269 ] {d1596ba2-53fc-439d-b023-9e31894876ed} TCPHandler: Processed in 0.002519212 sec. 2026.01.09 00:35:09.523392 [ 132 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:09.523431 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:09.523574 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.09 00:35:09.523842 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:09.523906 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2760 rows starting from the beginning of the part 2026.01.09 00:35:09.524012 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 104 rows starting from the beginning of the part 2026.01.09 00:35:09.524138 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.01.09 00:35:09.524213 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part 2026.01.09 00:35:09.524271 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.01.09 00:35:09.524331 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 80 rows starting from the beginning of the part 2026.01.09 00:35:09.526183 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 14967 rows, containing 5 columns (5 merged, 0 gathered) in 0.007795022 sec., 1920071.5533580277 rows/sec., 129.29 MiB/sec. 2026.01.09 00:35:09.526510 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3168 rows, containing 4 columns (4 merged, 0 gathered) in 0.003004206 sec., 1054521.5607717978 rows/sec., 67.25 MiB/sec. 2026.01.09 00:35:09.526795 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.09 00:35:09.527055 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.09 00:35:09.527263 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.527396 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_46_9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.09 00:35:09.527478 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:09.527532 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. 2026.01.09 00:35:09.527585 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_46_9} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.09 00:35:09.527697 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.09 00:35:10.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 272.05 MiB, peak 281.07 MiB, free memory in arenas 0.00 B, will set to 273.11 MiB (RSS), difference: 1.06 MiB 2026.01.09 00:35:12.034292 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:12.034501 [ 269 ] {4b8ed34e-2f69-4a7e-9d68-82f33a133693} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:12.034565 [ 269 ] {4b8ed34e-2f69-4a7e-9d68-82f33a133693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:12.035210 [ 269 ] {4b8ed34e-2f69-4a7e-9d68-82f33a133693} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:12.035255 [ 269 ] {4b8ed34e-2f69-4a7e-9d68-82f33a133693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:12.035644 [ 269 ] {4b8ed34e-2f69-4a7e-9d68-82f33a133693} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:35:12.035859 [ 269 ] {4b8ed34e-2f69-4a7e-9d68-82f33a133693} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:12.036006 [ 269 ] {4b8ed34e-2f69-4a7e-9d68-82f33a133693} executeQuery: Read 56 rows, 4.41 KiB in 0.001557 sec., 35966.60244059088 rows/sec., 2.76 MiB/sec. 2026.01.09 00:35:12.036046 [ 269 ] {4b8ed34e-2f69-4a7e-9d68-82f33a133693} TCPHandler: Processed in 0.001891104 sec. 2026.01.09 00:35:12.036157 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:12.036251 [ 269 ] {9d184e7b-73bd-4732-8547-bee81bc6e252} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:12.036290 [ 269 ] {9d184e7b-73bd-4732-8547-bee81bc6e252} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:12.036720 [ 269 ] {9d184e7b-73bd-4732-8547-bee81bc6e252} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:12.036754 [ 269 ] {9d184e7b-73bd-4732-8547-bee81bc6e252} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:12.037051 [ 269 ] {9d184e7b-73bd-4732-8547-bee81bc6e252} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:35:12.037262 [ 269 ] {9d184e7b-73bd-4732-8547-bee81bc6e252} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:12.037418 [ 269 ] {9d184e7b-73bd-4732-8547-bee81bc6e252} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2026.01.09 00:35:12.037459 [ 269 ] {9d184e7b-73bd-4732-8547-bee81bc6e252} TCPHandler: Processed in 0.001349249 sec. 2026.01.09 00:35:12.037569 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:12.037663 [ 269 ] {834a73bc-d3f6-4aef-829e-3f391dc61883} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:12.037705 [ 269 ] {834a73bc-d3f6-4aef-829e-3f391dc61883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:12.038125 [ 269 ] {834a73bc-d3f6-4aef-829e-3f391dc61883} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:12.038165 [ 269 ] {834a73bc-d3f6-4aef-829e-3f391dc61883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:12.038523 [ 269 ] {834a73bc-d3f6-4aef-829e-3f391dc61883} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:35:12.038759 [ 269 ] {834a73bc-d3f6-4aef-829e-3f391dc61883} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:12.038948 [ 269 ] {834a73bc-d3f6-4aef-829e-3f391dc61883} executeQuery: Read 64 rows, 4.56 KiB in 0.001276 sec., 50156.73981191222 rows/sec., 3.49 MiB/sec. 2026.01.09 00:35:12.039075 [ 269 ] {834a73bc-d3f6-4aef-829e-3f391dc61883} TCPHandler: Processed in 0.001554054 sec. 2026.01.09 00:35:12.039277 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:12.039428 [ 269 ] {9d6f88b5-a88e-4630-bd34-69ccfea7c465} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:12.039495 [ 269 ] {9d6f88b5-a88e-4630-bd34-69ccfea7c465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:12.039929 [ 269 ] {9d6f88b5-a88e-4630-bd34-69ccfea7c465} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:12.039969 [ 269 ] {9d6f88b5-a88e-4630-bd34-69ccfea7c465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:12.040287 [ 269 ] {9d6f88b5-a88e-4630-bd34-69ccfea7c465} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:35:12.040505 [ 269 ] {9d6f88b5-a88e-4630-bd34-69ccfea7c465} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:12.040660 [ 269 ] {9d6f88b5-a88e-4630-bd34-69ccfea7c465} executeQuery: Read 24 rows, 1.66 KiB in 0.001282 sec., 18720.748829953198 rows/sec., 1.26 MiB/sec. 2026.01.09 00:35:12.040715 [ 269 ] {9d6f88b5-a88e-4630-bd34-69ccfea7c465} TCPHandler: Processed in 0.001552714 sec. 2026.01.09 00:35:12.355034 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13911 2026.01.09 00:35:12.355697 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:12.355732 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:12.356209 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:35:12.356445 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:12.356594 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13911 2026.01.09 00:35:13.095373 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.01.09 00:35:13.114757 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:13.114826 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:13.121050 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:35:13.121843 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:13.125102 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.01.09 00:35:14.882007 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 930 2026.01.09 00:35:14.884504 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:14.884550 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:14.885705 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:35:14.885966 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:14.886098 [ 126 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.09 00:35:14.886229 [ 126 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:14.886253 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:14.886277 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 930 2026.01.09 00:35:14.886364 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.09 00:35:14.887016 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:14.887201 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 744 rows starting from the beginning of the part 2026.01.09 00:35:14.887637 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2026.01.09 00:35:14.887995 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part 2026.01.09 00:35:14.888355 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.01.09 00:35:14.888704 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 34 rows starting from the beginning of the part 2026.01.09 00:35:14.889034 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part 2026.01.09 00:35:14.894863 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 930 rows, containing 72 columns (72 merged, 0 gathered) in 0.008547193 sec., 108807.65182206604 rows/sec., 91.81 MiB/sec. 2026.01.09 00:35:14.896217 [ 200 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.09 00:35:14.896870 [ 200 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:14.896955 [ 200 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_21_4} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.09 00:35:14.897200 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2026.01.09 00:35:17.040619 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:17.040828 [ 269 ] {4a174091-df49-4862-82f5-d8aa9fca9247} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:17.040900 [ 269 ] {4a174091-df49-4862-82f5-d8aa9fca9247} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:17.041715 [ 269 ] {4a174091-df49-4862-82f5-d8aa9fca9247} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:17.041757 [ 269 ] {4a174091-df49-4862-82f5-d8aa9fca9247} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:17.042170 [ 269 ] {4a174091-df49-4862-82f5-d8aa9fca9247} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:35:17.042398 [ 269 ] {4a174091-df49-4862-82f5-d8aa9fca9247} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:17.042565 [ 269 ] {4a174091-df49-4862-82f5-d8aa9fca9247} executeQuery: Read 138 rows, 12.27 KiB in 0.001788 sec., 77181.20805369127 rows/sec., 6.70 MiB/sec. 2026.01.09 00:35:17.042614 [ 269 ] {4a174091-df49-4862-82f5-d8aa9fca9247} TCPHandler: Processed in 0.002129031 sec. 2026.01.09 00:35:17.042744 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:17.042849 [ 269 ] {d7044c4d-888c-441d-8e68-18e96ad547d7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:17.042892 [ 269 ] {d7044c4d-888c-441d-8e68-18e96ad547d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:17.043315 [ 269 ] {d7044c4d-888c-441d-8e68-18e96ad547d7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:17.043350 [ 269 ] {d7044c4d-888c-441d-8e68-18e96ad547d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:17.043646 [ 269 ] {d7044c4d-888c-441d-8e68-18e96ad547d7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:35:17.043851 [ 269 ] {d7044c4d-888c-441d-8e68-18e96ad547d7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:17.043983 [ 269 ] {d7044c4d-888c-441d-8e68-18e96ad547d7} executeQuery: Read 41 rows, 3.08 KiB in 0.001158 sec., 35405.87219343696 rows/sec., 2.60 MiB/sec. 2026.01.09 00:35:17.044020 [ 269 ] {d7044c4d-888c-441d-8e68-18e96ad547d7} TCPHandler: Processed in 0.001329078 sec. 2026.01.09 00:35:17.044123 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:17.044221 [ 269 ] {974b7772-9887-4ff4-9a7c-91e5aabae539} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:17.044261 [ 269 ] {974b7772-9887-4ff4-9a7c-91e5aabae539} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:17.044686 [ 269 ] {974b7772-9887-4ff4-9a7c-91e5aabae539} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:17.044721 [ 269 ] {974b7772-9887-4ff4-9a7c-91e5aabae539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:17.045027 [ 269 ] {974b7772-9887-4ff4-9a7c-91e5aabae539} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:35:17.045229 [ 269 ] {974b7772-9887-4ff4-9a7c-91e5aabae539} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:17.045358 [ 269 ] {974b7772-9887-4ff4-9a7c-91e5aabae539} executeQuery: Read 105 rows, 8.40 KiB in 0.001157 sec., 90751.94468452895 rows/sec., 7.09 MiB/sec. 2026.01.09 00:35:17.045393 [ 269 ] {974b7772-9887-4ff4-9a7c-91e5aabae539} TCPHandler: Processed in 0.001320777 sec. 2026.01.09 00:35:17.045506 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:17.045602 [ 269 ] {6eb923cb-70a3-4728-9f85-a57c7a441b73} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:17.045646 [ 269 ] {6eb923cb-70a3-4728-9f85-a57c7a441b73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:17.046053 [ 269 ] {6eb923cb-70a3-4728-9f85-a57c7a441b73} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:17.046087 [ 269 ] {6eb923cb-70a3-4728-9f85-a57c7a441b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:17.046416 [ 269 ] {6eb923cb-70a3-4728-9f85-a57c7a441b73} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:35:17.046627 [ 269 ] {6eb923cb-70a3-4728-9f85-a57c7a441b73} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:17.046757 [ 269 ] {6eb923cb-70a3-4728-9f85-a57c7a441b73} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2026.01.09 00:35:17.046793 [ 269 ] {6eb923cb-70a3-4728-9f85-a57c7a441b73} TCPHandler: Processed in 0.001337918 sec. 2026.01.09 00:35:17.046913 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:17.047034 [ 269 ] {f60043ee-9b63-4a9c-8591-4efcb4ba05c5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:17.047100 [ 269 ] {f60043ee-9b63-4a9c-8591-4efcb4ba05c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:35:17.048043 [ 269 ] {f60043ee-9b63-4a9c-8591-4efcb4ba05c5} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:17.048078 [ 269 ] {f60043ee-9b63-4a9c-8591-4efcb4ba05c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:17.048649 [ 269 ] {f60043ee-9b63-4a9c-8591-4efcb4ba05c5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:35:17.048867 [ 269 ] {f60043ee-9b63-4a9c-8591-4efcb4ba05c5} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:17.048967 [ 53 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.09 00:35:17.049002 [ 269 ] {f60043ee-9b63-4a9c-8591-4efcb4ba05c5} executeQuery: Read 41 rows, 75.23 KiB in 0.001993 sec., 20572.002007024585 rows/sec., 36.86 MiB/sec. 2026.01.09 00:35:17.049015 [ 53 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:17.049039 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:17.049066 [ 269 ] {f60043ee-9b63-4a9c-8591-4efcb4ba05c5} TCPHandler: Processed in 0.002213132 sec. 2026.01.09 00:35:17.049172 [ 198 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.09 00:35:17.049180 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:17.049327 [ 269 ] {a0eba538-0cc6-48ba-8192-516a08a58508} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:17.049370 [ 269 ] {a0eba538-0cc6-48ba-8192-516a08a58508} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:17.049483 [ 198 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:17.049560 [ 198 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 532 rows starting from the beginning of the part 2026.01.09 00:35:17.049698 [ 198 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part 2026.01.09 00:35:17.049715 [ 269 ] {a0eba538-0cc6-48ba-8192-516a08a58508} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:17.049755 [ 269 ] {a0eba538-0cc6-48ba-8192-516a08a58508} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:17.049809 [ 198 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part 2026.01.09 00:35:17.049918 [ 198 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part 2026.01.09 00:35:17.050023 [ 198 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part 2026.01.09 00:35:17.050085 [ 269 ] {a0eba538-0cc6-48ba-8192-516a08a58508} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:35:17.050134 [ 198 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part 2026.01.09 00:35:17.050316 [ 269 ] {a0eba538-0cc6-48ba-8192-516a08a58508} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:17.050452 [ 269 ] {a0eba538-0cc6-48ba-8192-516a08a58508} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2026.01.09 00:35:17.050488 [ 269 ] {a0eba538-0cc6-48ba-8192-516a08a58508} TCPHandler: Processed in 0.001358309 sec. 2026.01.09 00:35:17.074543 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 737 rows, containing 19 columns (19 merged, 0 gathered) in 0.025433933 sec., 28977.03630814786 rows/sec., 51.93 MiB/sec. 2026.01.09 00:35:17.075797 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.09 00:35:17.076177 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:17.076259 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_21_4} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.09 00:35:17.076397 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. 2026.01.09 00:35:18.001157 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 273.82 MiB, peak 281.52 MiB, free memory in arenas 0.00 B, will set to 275.15 MiB (RSS), difference: 1.33 MiB 2026.01.09 00:35:19.735319 [ 111 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:35:19.735380 [ 111 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:35:19.856693 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14359 2026.01.09 00:35:19.857255 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:19.857301 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:19.857810 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:35:19.858030 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:19.858159 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14359 2026.01.09 00:35:20.625308 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.01.09 00:35:20.643627 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:20.643697 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:20.649270 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:35:20.649987 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:20.653579 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.01.09 00:35:20.881720 [ 107 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.01.09 00:35:20.881795 [ 107 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:20.881836 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:20.881998 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.01.09 00:35:20.882189 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:20.882250 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 84 rows starting from the beginning of the part 2026.01.09 00:35:20.882357 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.01.09 00:35:20.882431 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.01.09 00:35:20.882501 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.01.09 00:35:20.882564 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.01.09 00:35:20.883433 [ 200 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.001503443 sec., 71835.11446725948 rows/sec., 3.67 MiB/sec. 2026.01.09 00:35:20.883694 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.01.09 00:35:20.884067 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:20.884146 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_18_4} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.01.09 00:35:20.884245 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:35:22.049379 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:22.049555 [ 269 ] {f26c5458-b5bc-408c-9eb1-5f63cd58838f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:35:22.049618 [ 269 ] {f26c5458-b5bc-408c-9eb1-5f63cd58838f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:35:22.050474 [ 269 ] {f26c5458-b5bc-408c-9eb1-5f63cd58838f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:22.050523 [ 269 ] {f26c5458-b5bc-408c-9eb1-5f63cd58838f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:22.050921 [ 269 ] {f26c5458-b5bc-408c-9eb1-5f63cd58838f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:35:22.051135 [ 269 ] {f26c5458-b5bc-408c-9eb1-5f63cd58838f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:22.051282 [ 269 ] {f26c5458-b5bc-408c-9eb1-5f63cd58838f} executeQuery: Read 410 rows, 26.63 KiB in 0.001773 sec., 231246.47490129722 rows/sec., 14.67 MiB/sec. 2026.01.09 00:35:22.051323 [ 269 ] {f26c5458-b5bc-408c-9eb1-5f63cd58838f} TCPHandler: Processed in 0.002069199 sec. 2026.01.09 00:35:22.051442 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:22.051536 [ 269 ] {6366c686-f658-4ef0-9a37-fad33628eae5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:22.051577 [ 269 ] {6366c686-f658-4ef0-9a37-fad33628eae5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:22.052504 [ 269 ] {6366c686-f658-4ef0-9a37-fad33628eae5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:22.052540 [ 269 ] {6366c686-f658-4ef0-9a37-fad33628eae5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:22.052896 [ 269 ] {6366c686-f658-4ef0-9a37-fad33628eae5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:35:22.053097 [ 269 ] {6366c686-f658-4ef0-9a37-fad33628eae5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:22.053221 [ 269 ] {6366c686-f658-4ef0-9a37-fad33628eae5} executeQuery: Read 1112 rows, 89.84 KiB in 0.001703 sec., 652965.3552554316 rows/sec., 51.52 MiB/sec. 2026.01.09 00:35:22.053258 [ 269 ] {6366c686-f658-4ef0-9a37-fad33628eae5} TCPHandler: Processed in 0.001865113 sec. 2026.01.09 00:35:22.053376 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:22.053469 [ 269 ] {6be052c2-6406-4ca2-8a50-4c04629aca92} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:22.053509 [ 269 ] {6be052c2-6406-4ca2-8a50-4c04629aca92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:22.054003 [ 269 ] {6be052c2-6406-4ca2-8a50-4c04629aca92} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:22.054039 [ 269 ] {6be052c2-6406-4ca2-8a50-4c04629aca92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:22.054353 [ 269 ] {6be052c2-6406-4ca2-8a50-4c04629aca92} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:35:22.054555 [ 269 ] {6be052c2-6406-4ca2-8a50-4c04629aca92} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:22.054681 [ 269 ] {6be052c2-6406-4ca2-8a50-4c04629aca92} executeQuery: Read 205 rows, 12.32 KiB in 0.00123 sec., 166666.66666666666 rows/sec., 9.78 MiB/sec. 2026.01.09 00:35:22.054718 [ 269 ] {6be052c2-6406-4ca2-8a50-4c04629aca92} TCPHandler: Processed in 0.001390609 sec. 2026.01.09 00:35:22.054833 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:22.054926 [ 269 ] {4a551125-b261-46c1-8d48-ab60bdaf046f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:35:22.054964 [ 269 ] {4a551125-b261-46c1-8d48-ab60bdaf046f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:35:22.055442 [ 269 ] {4a551125-b261-46c1-8d48-ab60bdaf046f} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:22.055477 [ 269 ] {4a551125-b261-46c1-8d48-ab60bdaf046f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:22.055769 [ 269 ] {4a551125-b261-46c1-8d48-ab60bdaf046f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:35:22.055969 [ 269 ] {4a551125-b261-46c1-8d48-ab60bdaf046f} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:22.056097 [ 269 ] {4a551125-b261-46c1-8d48-ab60bdaf046f} executeQuery: Read 212 rows, 14.00 KiB in 0.001189 sec., 178301.09335576114 rows/sec., 11.50 MiB/sec. 2026.01.09 00:35:22.056135 [ 269 ] {4a551125-b261-46c1-8d48-ab60bdaf046f} TCPHandler: Processed in 0.001350068 sec. 2026.01.09 00:35:22.056240 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:22.056332 [ 269 ] {eee50b2a-df07-4bc6-aa5e-a52304b027ac} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:35:22.056370 [ 269 ] {eee50b2a-df07-4bc6-aa5e-a52304b027ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:35:22.056831 [ 269 ] {eee50b2a-df07-4bc6-aa5e-a52304b027ac} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:22.056867 [ 269 ] {eee50b2a-df07-4bc6-aa5e-a52304b027ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:22.057164 [ 269 ] {eee50b2a-df07-4bc6-aa5e-a52304b027ac} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:35:22.057366 [ 269 ] {eee50b2a-df07-4bc6-aa5e-a52304b027ac} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:22.057493 [ 269 ] {eee50b2a-df07-4bc6-aa5e-a52304b027ac} executeQuery: Read 211 rows, 12.27 KiB in 0.001179 sec., 178965.2247667515 rows/sec., 10.16 MiB/sec. 2026.01.09 00:35:22.057530 [ 269 ] {eee50b2a-df07-4bc6-aa5e-a52304b027ac} TCPHandler: Processed in 0.001337968 sec. 2026.01.09 00:35:22.057633 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:22.057725 [ 269 ] {43eac97b-8c6c-4692-b87b-8a3af7a6f892} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:22.057763 [ 269 ] {43eac97b-8c6c-4692-b87b-8a3af7a6f892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:22.058404 [ 269 ] {43eac97b-8c6c-4692-b87b-8a3af7a6f892} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:22.058439 [ 269 ] {43eac97b-8c6c-4692-b87b-8a3af7a6f892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:22.058755 [ 269 ] {43eac97b-8c6c-4692-b87b-8a3af7a6f892} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:35:22.058964 [ 269 ] {43eac97b-8c6c-4692-b87b-8a3af7a6f892} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:22.059088 [ 269 ] {43eac97b-8c6c-4692-b87b-8a3af7a6f892} executeQuery: Read 679 rows, 48.47 KiB in 0.00138 sec., 492028.9855072464 rows/sec., 34.30 MiB/sec. 2026.01.09 00:35:22.059124 [ 269 ] {43eac97b-8c6c-4692-b87b-8a3af7a6f892} TCPHandler: Processed in 0.001539014 sec. 2026.01.09 00:35:22.059222 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:22.059315 [ 269 ] {1b7586ea-a96e-4684-9bfb-5cb1ff081513} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:35:22.059355 [ 269 ] {1b7586ea-a96e-4684-9bfb-5cb1ff081513} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:35:22.059676 [ 269 ] {1b7586ea-a96e-4684-9bfb-5cb1ff081513} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:22.059710 [ 269 ] {1b7586ea-a96e-4684-9bfb-5cb1ff081513} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:22.059995 [ 269 ] {1b7586ea-a96e-4684-9bfb-5cb1ff081513} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:35:22.060191 [ 269 ] {1b7586ea-a96e-4684-9bfb-5cb1ff081513} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:22.060313 [ 269 ] {1b7586ea-a96e-4684-9bfb-5cb1ff081513} executeQuery: Read 6 rows, 321.00 B in 0.001016 sec., 5905.511811023623 rows/sec., 308.54 KiB/sec. 2026.01.09 00:35:22.060348 [ 269 ] {1b7586ea-a96e-4684-9bfb-5cb1ff081513} TCPHandler: Processed in 0.001172693 sec. 2026.01.09 00:35:22.060453 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:22.060546 [ 269 ] {ecd7803a-89bb-4f30-87a4-518b81af0db7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:22.060586 [ 269 ] {ecd7803a-89bb-4f30-87a4-518b81af0db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:22.061015 [ 269 ] {ecd7803a-89bb-4f30-87a4-518b81af0db7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:22.061074 [ 269 ] {ecd7803a-89bb-4f30-87a4-518b81af0db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:22.061392 [ 269 ] {ecd7803a-89bb-4f30-87a4-518b81af0db7} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:35:22.061593 [ 269 ] {ecd7803a-89bb-4f30-87a4-518b81af0db7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:22.061721 [ 269 ] {ecd7803a-89bb-4f30-87a4-518b81af0db7} executeQuery: Read 314 rows, 21.12 KiB in 0.001193 sec., 263202.01173512154 rows/sec., 17.29 MiB/sec. 2026.01.09 00:35:22.061757 [ 269 ] {ecd7803a-89bb-4f30-87a4-518b81af0db7} TCPHandler: Processed in 0.001351538 sec. 2026.01.09 00:35:22.061867 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:22.061961 [ 269 ] {cc846599-5e43-46d9-92d1-496b7a147068} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:35:22.062003 [ 269 ] {cc846599-5e43-46d9-92d1-496b7a147068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:35:22.062331 [ 269 ] {cc846599-5e43-46d9-92d1-496b7a147068} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:22.062365 [ 269 ] {cc846599-5e43-46d9-92d1-496b7a147068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:22.062647 [ 269 ] {cc846599-5e43-46d9-92d1-496b7a147068} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:35:22.062856 [ 269 ] {cc846599-5e43-46d9-92d1-496b7a147068} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:22.062979 [ 269 ] {cc846599-5e43-46d9-92d1-496b7a147068} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2026.01.09 00:35:22.063015 [ 269 ] {cc846599-5e43-46d9-92d1-496b7a147068} TCPHandler: Processed in 0.001195454 sec. 2026.01.09 00:35:22.063122 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:22.063214 [ 269 ] {bf18d1fc-c938-4c55-bc2d-7cf79c7330cd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:22.063254 [ 269 ] {bf18d1fc-c938-4c55-bc2d-7cf79c7330cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:22.063574 [ 269 ] {bf18d1fc-c938-4c55-bc2d-7cf79c7330cd} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:22.063608 [ 269 ] {bf18d1fc-c938-4c55-bc2d-7cf79c7330cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:22.063905 [ 269 ] {bf18d1fc-c938-4c55-bc2d-7cf79c7330cd} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:35:22.064100 [ 269 ] {bf18d1fc-c938-4c55-bc2d-7cf79c7330cd} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:22.064221 [ 269 ] {bf18d1fc-c938-4c55-bc2d-7cf79c7330cd} executeQuery: Read 104 rows, 6.53 KiB in 0.001024 sec., 101562.5 rows/sec., 6.22 MiB/sec. 2026.01.09 00:35:22.064254 [ 269 ] {bf18d1fc-c938-4c55-bc2d-7cf79c7330cd} TCPHandler: Processed in 0.001179613 sec. 2026.01.09 00:35:24.887458 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 962 2026.01.09 00:35:24.889665 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:24.889707 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.01.09 00:35:24.890863 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:35:24.891126 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:24.891386 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 962 2026.01.09 00:35:27.040443 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:27.040663 [ 269 ] {b892d9b0-73ba-4f8f-b59a-f8243e9ec28e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:35:27.040735 [ 269 ] {b892d9b0-73ba-4f8f-b59a-f8243e9ec28e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:35:27.041383 [ 269 ] {b892d9b0-73ba-4f8f-b59a-f8243e9ec28e} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:27.041433 [ 269 ] {b892d9b0-73ba-4f8f-b59a-f8243e9ec28e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:27.041820 [ 269 ] {b892d9b0-73ba-4f8f-b59a-f8243e9ec28e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.09 00:35:27.042045 [ 269 ] {b892d9b0-73ba-4f8f-b59a-f8243e9ec28e} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:27.042201 [ 269 ] {b892d9b0-73ba-4f8f-b59a-f8243e9ec28e} executeQuery: Read 2 rows, 167.00 B in 0.00159 sec., 1257.8616352201257 rows/sec., 102.57 KiB/sec. 2026.01.09 00:35:27.042243 [ 269 ] {b892d9b0-73ba-4f8f-b59a-f8243e9ec28e} TCPHandler: Processed in 0.001936735 sec. 2026.01.09 00:35:27.042362 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:27.042458 [ 269 ] {18472dce-d15f-44e7-a637-fac9e085a8c7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:27.042497 [ 269 ] {18472dce-d15f-44e7-a637-fac9e085a8c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:27.043036 [ 269 ] {18472dce-d15f-44e7-a637-fac9e085a8c7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:27.043073 [ 269 ] {18472dce-d15f-44e7-a637-fac9e085a8c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:27.043394 [ 269 ] {18472dce-d15f-44e7-a637-fac9e085a8c7} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:35:27.043604 [ 269 ] {18472dce-d15f-44e7-a637-fac9e085a8c7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:27.043733 [ 269 ] {18472dce-d15f-44e7-a637-fac9e085a8c7} executeQuery: Read 139 rows, 12.34 KiB in 0.001293 sec., 107501.93348801236 rows/sec., 9.32 MiB/sec. 2026.01.09 00:35:27.043770 [ 269 ] {18472dce-d15f-44e7-a637-fac9e085a8c7} TCPHandler: Processed in 0.001456101 sec. 2026.01.09 00:35:27.043882 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:27.043977 [ 269 ] {920a1f07-7ccb-48e5-ba73-18f7fb0586c1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:27.044017 [ 269 ] {920a1f07-7ccb-48e5-ba73-18f7fb0586c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:27.044434 [ 269 ] {920a1f07-7ccb-48e5-ba73-18f7fb0586c1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:27.044470 [ 269 ] {920a1f07-7ccb-48e5-ba73-18f7fb0586c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:27.044755 [ 269 ] {920a1f07-7ccb-48e5-ba73-18f7fb0586c1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:35:27.044953 [ 269 ] {920a1f07-7ccb-48e5-ba73-18f7fb0586c1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:27.045055 [ 48 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.09 00:35:27.045078 [ 269 ] {920a1f07-7ccb-48e5-ba73-18f7fb0586c1} executeQuery: Read 43 rows, 3.22 KiB in 0.00112 sec., 38392.857142857145 rows/sec., 2.81 MiB/sec. 2026.01.09 00:35:27.045118 [ 48 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:27.045129 [ 269 ] {920a1f07-7ccb-48e5-ba73-18f7fb0586c1} TCPHandler: Processed in 0.001293777 sec. 2026.01.09 00:35:27.045147 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:27.045249 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:27.045277 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.09 00:35:27.045346 [ 269 ] {133ad5af-a796-43d3-84f5-593667f6a7eb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:27.045388 [ 269 ] {133ad5af-a796-43d3-84f5-593667f6a7eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:27.045434 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:27.045476 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 278 rows starting from the beginning of the part 2026.01.09 00:35:27.045548 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part 2026.01.09 00:35:27.045599 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 207 rows starting from the beginning of the part 2026.01.09 00:35:27.045647 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part 2026.01.09 00:35:27.045689 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 205 rows starting from the beginning of the part 2026.01.09 00:35:27.045735 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 43 rows starting from the beginning of the part 2026.01.09 00:35:27.045821 [ 269 ] {133ad5af-a796-43d3-84f5-593667f6a7eb} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:27.045861 [ 269 ] {133ad5af-a796-43d3-84f5-593667f6a7eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:27.046195 [ 269 ] {133ad5af-a796-43d3-84f5-593667f6a7eb} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:35:27.046418 [ 269 ] {133ad5af-a796-43d3-84f5-593667f6a7eb} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:27.046547 [ 269 ] {133ad5af-a796-43d3-84f5-593667f6a7eb} executeQuery: Read 107 rows, 8.56 KiB in 0.00122 sec., 87704.9180327869 rows/sec., 6.85 MiB/sec. 2026.01.09 00:35:27.046584 [ 269 ] {133ad5af-a796-43d3-84f5-593667f6a7eb} TCPHandler: Processed in 0.00138341 sec. 2026.01.09 00:35:27.046662 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 815 rows, containing 5 columns (5 merged, 0 gathered) in 0.001451361 sec., 561541.8906805406 rows/sec., 37.07 MiB/sec. 2026.01.09 00:35:27.046694 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:27.046792 [ 269 ] {33f33b63-49e4-4e9a-a126-fc9d9ec9e6cc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:27.046830 [ 187 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.09 00:35:27.046834 [ 269 ] {33f33b63-49e4-4e9a-a126-fc9d9ec9e6cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:27.047147 [ 187 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:27.047236 [ 187 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_41_8} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.09 00:35:27.047304 [ 269 ] {33f33b63-49e4-4e9a-a126-fc9d9ec9e6cc} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:27.047327 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:35:27.047346 [ 269 ] {33f33b63-49e4-4e9a-a126-fc9d9ec9e6cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:27.047694 [ 269 ] {33f33b63-49e4-4e9a-a126-fc9d9ec9e6cc} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:35:27.047905 [ 269 ] {33f33b63-49e4-4e9a-a126-fc9d9ec9e6cc} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:27.048034 [ 269 ] {33f33b63-49e4-4e9a-a126-fc9d9ec9e6cc} executeQuery: Read 161 rows, 11.48 KiB in 0.001261 sec., 127676.44726407614 rows/sec., 8.89 MiB/sec. 2026.01.09 00:35:27.048071 [ 269 ] {33f33b63-49e4-4e9a-a126-fc9d9ec9e6cc} TCPHandler: Processed in 0.00142484 sec. 2026.01.09 00:35:27.048182 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:27.048277 [ 269 ] {2aeb2879-8900-4b4b-8181-8091c8f18b1f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:27.048331 [ 269 ] {2aeb2879-8900-4b4b-8181-8091c8f18b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:35:27.049216 [ 269 ] {2aeb2879-8900-4b4b-8181-8091c8f18b1f} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:27.049253 [ 269 ] {2aeb2879-8900-4b4b-8181-8091c8f18b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:27.049803 [ 269 ] {2aeb2879-8900-4b4b-8181-8091c8f18b1f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:35:27.050017 [ 269 ] {2aeb2879-8900-4b4b-8181-8091c8f18b1f} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:27.050153 [ 269 ] {2aeb2879-8900-4b4b-8181-8091c8f18b1f} executeQuery: Read 41 rows, 75.23 KiB in 0.001896 sec., 21624.472573839663 rows/sec., 38.75 MiB/sec. 2026.01.09 00:35:27.050205 [ 269 ] {2aeb2879-8900-4b4b-8181-8091c8f18b1f} TCPHandler: Processed in 0.002072059 sec. 2026.01.09 00:35:27.050319 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:27.050413 [ 269 ] {cdf5a068-aa1c-41ec-886b-1ea4f8dd4ca6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:27.050454 [ 269 ] {cdf5a068-aa1c-41ec-886b-1ea4f8dd4ca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:27.050804 [ 269 ] {cdf5a068-aa1c-41ec-886b-1ea4f8dd4ca6} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:27.050839 [ 269 ] {cdf5a068-aa1c-41ec-886b-1ea4f8dd4ca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:27.051138 [ 269 ] {cdf5a068-aa1c-41ec-886b-1ea4f8dd4ca6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:35:27.051337 [ 269 ] {cdf5a068-aa1c-41ec-886b-1ea4f8dd4ca6} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:27.051461 [ 269 ] {cdf5a068-aa1c-41ec-886b-1ea4f8dd4ca6} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2026.01.09 00:35:27.051495 [ 269 ] {cdf5a068-aa1c-41ec-886b-1ea4f8dd4ca6} TCPHandler: Processed in 0.001225045 sec. 2026.01.09 00:35:27.359021 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14871 2026.01.09 00:35:27.359530 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:27.359578 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:27.360057 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:35:27.360281 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:27.360417 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14871 2026.01.09 00:35:27.360434 [ 78 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.09 00:35:27.360506 [ 78 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:27.360526 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:27.360639 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.09 00:35:27.360775 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:27.360814 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12439 rows starting from the beginning of the part 2026.01.09 00:35:27.360875 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2026.01.09 00:35:27.360922 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2026.01.09 00:35:27.360963 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2026.01.09 00:35:27.361004 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2026.01.09 00:35:27.361043 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2026.01.09 00:35:27.363256 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14871 rows, containing 4 columns (4 merged, 0 gathered) in 0.002672426 sec., 5564606.840376497 rows/sec., 79.60 MiB/sec. 2026.01.09 00:35:27.363839 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.09 00:35:27.364139 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:27.364224 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_31_6} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.09 00:35:27.364307 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.01.09 00:35:28.154377 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.01.09 00:35:28.171614 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:28.171668 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:28.177254 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:35:28.177930 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:28.178225 [ 38 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.09 00:35:28.178267 [ 38 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:28.178290 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:28.178437 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.09 00:35:28.181074 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.01.09 00:35:28.181969 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:28.183582 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.01.09 00:35:28.188714 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.01.09 00:35:28.193296 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.01.09 00:35:28.197700 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.01.09 00:35:28.202094 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.01.09 00:35:28.206359 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.01.09 00:35:28.274714 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.096353202 sec., 2428.564854544222 rows/sec., 12.56 MiB/sec. 2026.01.09 00:35:28.277550 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.09 00:35:28.279475 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:28.279588 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_31_6} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.09 00:35:28.281831 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.09 00:35:29.001145 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 277.08 MiB, peak 287.64 MiB, free memory in arenas 0.00 B, will set to 282.63 MiB (RSS), difference: 5.54 MiB 2026.01.09 00:35:32.049980 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:32.050163 [ 269 ] {706283f8-6e3b-422e-83f8-b330e5a49c1d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:35:32.050226 [ 269 ] {706283f8-6e3b-422e-83f8-b330e5a49c1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:35:32.051063 [ 269 ] {706283f8-6e3b-422e-83f8-b330e5a49c1d} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.051106 [ 269 ] {706283f8-6e3b-422e-83f8-b330e5a49c1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.051516 [ 269 ] {706283f8-6e3b-422e-83f8-b330e5a49c1d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:35:32.051734 [ 269 ] {706283f8-6e3b-422e-83f8-b330e5a49c1d} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.051875 [ 269 ] {706283f8-6e3b-422e-83f8-b330e5a49c1d} executeQuery: Read 410 rows, 26.63 KiB in 0.001758 sec., 233219.56769055745 rows/sec., 14.79 MiB/sec. 2026.01.09 00:35:32.051916 [ 269 ] {706283f8-6e3b-422e-83f8-b330e5a49c1d} TCPHandler: Processed in 0.002062228 sec. 2026.01.09 00:35:32.052046 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:32.052140 [ 269 ] {5377b076-d656-49fb-9241-f8457201a8c1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:32.052180 [ 269 ] {5377b076-d656-49fb-9241-f8457201a8c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:32.053386 [ 269 ] {5377b076-d656-49fb-9241-f8457201a8c1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.053420 [ 269 ] {5377b076-d656-49fb-9241-f8457201a8c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.053791 [ 269 ] {5377b076-d656-49fb-9241-f8457201a8c1} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:35:32.053992 [ 269 ] {5377b076-d656-49fb-9241-f8457201a8c1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.054090 [ 61 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.09 00:35:32.054108 [ 269 ] {5377b076-d656-49fb-9241-f8457201a8c1} executeQuery: Read 1112 rows, 89.84 KiB in 0.001997 sec., 556835.252879319 rows/sec., 43.93 MiB/sec. 2026.01.09 00:35:32.054127 [ 61 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.054143 [ 269 ] {5377b076-d656-49fb-9241-f8457201a8c1} TCPHandler: Processed in 0.002157952 sec. 2026.01.09 00:35:32.054147 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.054246 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.09 00:35:32.054254 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:32.054342 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:32.054358 [ 269 ] {855f819a-b5ab-48e9-90aa-2af2a8f466b1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:32.054372 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2466 rows starting from the beginning of the part 2026.01.09 00:35:32.054395 [ 269 ] {855f819a-b5ab-48e9-90aa-2af2a8f466b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:32.054432 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2026.01.09 00:35:32.054480 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 138 rows starting from the beginning of the part 2026.01.09 00:35:32.054523 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:35:32.054564 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 139 rows starting from the beginning of the part 2026.01.09 00:35:32.054604 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:35:32.054962 [ 269 ] {855f819a-b5ab-48e9-90aa-2af2a8f466b1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.054996 [ 269 ] {855f819a-b5ab-48e9-90aa-2af2a8f466b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.055512 [ 269 ] {855f819a-b5ab-48e9-90aa-2af2a8f466b1} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:35:32.055721 [ 269 ] {855f819a-b5ab-48e9-90aa-2af2a8f466b1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.055846 [ 269 ] {855f819a-b5ab-48e9-90aa-2af2a8f466b1} executeQuery: Read 205 rows, 12.32 KiB in 0.001479 sec., 138607.1670047329 rows/sec., 8.13 MiB/sec. 2026.01.09 00:35:32.055882 [ 269 ] {855f819a-b5ab-48e9-90aa-2af2a8f466b1} TCPHandler: Processed in 0.001655677 sec. 2026.01.09 00:35:32.055991 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:32.056084 [ 269 ] {de53aca6-d1d9-4d24-b636-9e0e2d1f3959} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:35:32.056122 [ 269 ] {de53aca6-d1d9-4d24-b636-9e0e2d1f3959} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:35:32.056506 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 5023 rows, containing 5 columns (5 merged, 0 gathered) in 0.002275855 sec., 2207082.612908116 rows/sec., 186.64 MiB/sec. 2026.01.09 00:35:32.056657 [ 269 ] {de53aca6-d1d9-4d24-b636-9e0e2d1f3959} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.056695 [ 269 ] {de53aca6-d1d9-4d24-b636-9e0e2d1f3959} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.056806 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.09 00:35:32.057017 [ 269 ] {de53aca6-d1d9-4d24-b636-9e0e2d1f3959} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:35:32.057065 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.057132 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_51_10} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.09 00:35:32.057190 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.01.09 00:35:32.057225 [ 269 ] {de53aca6-d1d9-4d24-b636-9e0e2d1f3959} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.057348 [ 269 ] {de53aca6-d1d9-4d24-b636-9e0e2d1f3959} executeQuery: Read 212 rows, 14.00 KiB in 0.001282 sec., 165366.61466458658 rows/sec., 10.66 MiB/sec. 2026.01.09 00:35:32.057384 [ 269 ] {de53aca6-d1d9-4d24-b636-9e0e2d1f3959} TCPHandler: Processed in 0.001440981 sec. 2026.01.09 00:35:32.057499 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:32.057592 [ 269 ] {d2569b8e-8b47-479a-a4b0-7ba9a6ccfa2f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:35:32.057629 [ 269 ] {d2569b8e-8b47-479a-a4b0-7ba9a6ccfa2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:35:32.058160 [ 269 ] {d2569b8e-8b47-479a-a4b0-7ba9a6ccfa2f} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.058194 [ 269 ] {d2569b8e-8b47-479a-a4b0-7ba9a6ccfa2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.058483 [ 269 ] {d2569b8e-8b47-479a-a4b0-7ba9a6ccfa2f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:35:32.058693 [ 269 ] {d2569b8e-8b47-479a-a4b0-7ba9a6ccfa2f} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.058815 [ 269 ] {d2569b8e-8b47-479a-a4b0-7ba9a6ccfa2f} executeQuery: Read 211 rows, 12.27 KiB in 0.001241 sec., 170024.17405318294 rows/sec., 9.66 MiB/sec. 2026.01.09 00:35:32.058851 [ 269 ] {d2569b8e-8b47-479a-a4b0-7ba9a6ccfa2f} TCPHandler: Processed in 0.001399689 sec. 2026.01.09 00:35:32.058961 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:32.059054 [ 269 ] {62dc63c3-adcb-448e-9794-a3403abbb380} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:32.059093 [ 269 ] {62dc63c3-adcb-448e-9794-a3403abbb380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:32.059877 [ 269 ] {62dc63c3-adcb-448e-9794-a3403abbb380} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.059910 [ 269 ] {62dc63c3-adcb-448e-9794-a3403abbb380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.060232 [ 269 ] {62dc63c3-adcb-448e-9794-a3403abbb380} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:35:32.060434 [ 269 ] {62dc63c3-adcb-448e-9794-a3403abbb380} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.060526 [ 61 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.09 00:35:32.060554 [ 61 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.060556 [ 269 ] {62dc63c3-adcb-448e-9794-a3403abbb380} executeQuery: Read 679 rows, 48.47 KiB in 0.001519 sec., 447004.6082949309 rows/sec., 31.16 MiB/sec. 2026.01.09 00:35:32.060570 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.060596 [ 269 ] {62dc63c3-adcb-448e-9794-a3403abbb380} TCPHandler: Processed in 0.001682678 sec. 2026.01.09 00:35:32.060636 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.09 00:35:32.060711 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:32.060720 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:32.060752 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1250 rows starting from the beginning of the part 2026.01.09 00:35:32.060803 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2026.01.09 00:35:32.060804 [ 269 ] {15fe7544-f07c-40a6-ac5a-9676f011241d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:35:32.060842 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 105 rows starting from the beginning of the part 2026.01.09 00:35:32.060854 [ 269 ] {15fe7544-f07c-40a6-ac5a-9676f011241d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:35:32.060876 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 679 rows starting from the beginning of the part 2026.01.09 00:35:32.060910 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 107 rows starting from the beginning of the part 2026.01.09 00:35:32.060944 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 679 rows starting from the beginning of the part 2026.01.09 00:35:32.061172 [ 269 ] {15fe7544-f07c-40a6-ac5a-9676f011241d} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.061204 [ 269 ] {15fe7544-f07c-40a6-ac5a-9676f011241d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.061478 [ 269 ] {15fe7544-f07c-40a6-ac5a-9676f011241d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:35:32.061665 [ 269 ] {15fe7544-f07c-40a6-ac5a-9676f011241d} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.061781 [ 269 ] {15fe7544-f07c-40a6-ac5a-9676f011241d} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2026.01.09 00:35:32.061813 [ 269 ] {15fe7544-f07c-40a6-ac5a-9676f011241d} TCPHandler: Processed in 0.001207535 sec. 2026.01.09 00:35:32.061852 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2884 rows, containing 5 columns (5 merged, 0 gathered) in 0.001303738 sec., 2212100.8975729784 rows/sec., 166.78 MiB/sec. 2026.01.09 00:35:32.061984 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:32.062078 [ 269 ] {519e28d0-31d2-4484-8565-45db15523ea8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:32.062122 [ 269 ] {519e28d0-31d2-4484-8565-45db15523ea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:32.062151 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.09 00:35:32.062466 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.062551 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_51_10} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.09 00:35:32.062623 [ 269 ] {519e28d0-31d2-4484-8565-45db15523ea8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.062645 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.09 00:35:32.062661 [ 269 ] {519e28d0-31d2-4484-8565-45db15523ea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.063005 [ 269 ] {519e28d0-31d2-4484-8565-45db15523ea8} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:35:32.063218 [ 269 ] {519e28d0-31d2-4484-8565-45db15523ea8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.063313 [ 61 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.09 00:35:32.063339 [ 61 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.063344 [ 269 ] {519e28d0-31d2-4484-8565-45db15523ea8} executeQuery: Read 314 rows, 21.12 KiB in 0.001285 sec., 244357.9766536965 rows/sec., 16.05 MiB/sec. 2026.01.09 00:35:32.063355 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.063381 [ 269 ] {519e28d0-31d2-4484-8565-45db15523ea8} TCPHandler: Processed in 0.001444522 sec. 2026.01.09 00:35:32.063468 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.09 00:35:32.063493 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:32.063602 [ 269 ] {8bc8076f-9540-4d1c-aaba-85d52c6d18b1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:35:32.063624 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:32.063644 [ 269 ] {8bc8076f-9540-4d1c-aaba-85d52c6d18b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:35:32.063664 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14967 rows starting from the beginning of the part 2026.01.09 00:35:32.063735 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2026.01.09 00:35:32.063786 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2026.01.09 00:35:32.063828 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 314 rows starting from the beginning of the part 2026.01.09 00:35:32.063866 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 161 rows starting from the beginning of the part 2026.01.09 00:35:32.063906 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 314 rows starting from the beginning of the part 2026.01.09 00:35:32.063977 [ 269 ] {8bc8076f-9540-4d1c-aaba-85d52c6d18b1} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.064016 [ 269 ] {8bc8076f-9540-4d1c-aaba-85d52c6d18b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.064338 [ 269 ] {8bc8076f-9540-4d1c-aaba-85d52c6d18b1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:35:32.064548 [ 269 ] {8bc8076f-9540-4d1c-aaba-85d52c6d18b1} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.064673 [ 269 ] {8bc8076f-9540-4d1c-aaba-85d52c6d18b1} executeQuery: Read 1 rows, 69.00 B in 0.001089 sec., 918.2736455463729 rows/sec., 61.88 KiB/sec. 2026.01.09 00:35:32.064707 [ 269 ] {8bc8076f-9540-4d1c-aaba-85d52c6d18b1} TCPHandler: Processed in 0.001262056 sec. 2026.01.09 00:35:32.064820 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:32.064912 [ 269 ] {c39b2f0b-b64a-4283-b8d8-96bc86cc544c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:32.064952 [ 269 ] {c39b2f0b-b64a-4283-b8d8-96bc86cc544c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:32.065295 [ 269 ] {c39b2f0b-b64a-4283-b8d8-96bc86cc544c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.065329 [ 269 ] {c39b2f0b-b64a-4283-b8d8-96bc86cc544c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.065736 [ 269 ] {c39b2f0b-b64a-4283-b8d8-96bc86cc544c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:35:32.065958 [ 269 ] {c39b2f0b-b64a-4283-b8d8-96bc86cc544c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.066057 [ 61 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.09 00:35:32.066082 [ 61 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:32.066087 [ 269 ] {c39b2f0b-b64a-4283-b8d8-96bc86cc544c} executeQuery: Read 104 rows, 6.53 KiB in 0.001192 sec., 87248.32214765101 rows/sec., 5.35 MiB/sec. 2026.01.09 00:35:32.066099 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:32.066124 [ 269 ] {c39b2f0b-b64a-4283-b8d8-96bc86cc544c} TCPHandler: Processed in 0.001351129 sec. 2026.01.09 00:35:32.066179 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.09 00:35:32.066284 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:32.066315 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3168 rows starting from the beginning of the part 2026.01.09 00:35:32.066373 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part 2026.01.09 00:35:32.066416 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.01.09 00:35:32.066456 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 104 rows starting from the beginning of the part 2026.01.09 00:35:32.066493 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.01.09 00:35:32.066531 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 104 rows starting from the beginning of the part 2026.01.09 00:35:32.068511 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3520 rows, containing 4 columns (4 merged, 0 gathered) in 0.002367837 sec., 1486588.8150240073 rows/sec., 94.81 MiB/sec. 2026.01.09 00:35:32.068913 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.09 00:35:32.069228 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.069301 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_51_10} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.09 00:35:32.069373 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.09 00:35:32.070301 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 15980 rows, containing 5 columns (5 merged, 0 gathered) in 0.006888526 sec., 2319799.6204122626 rows/sec., 156.19 MiB/sec. 2026.01.09 00:35:32.070864 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.09 00:35:32.071111 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:32.071178 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_51_10} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.09 00:35:32.071250 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. 2026.01.09 00:35:33.000305 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 283.42 MiB, peak 290.39 MiB, free memory in arenas 0.00 B, will set to 286.00 MiB (RSS), difference: 2.57 MiB 2026.01.09 00:35:34.735471 [ 87 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:35:34.735552 [ 87 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:35:34.860520 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15319 2026.01.09 00:35:34.861000 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:34.861045 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:34.861548 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:35:34.861775 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:34.861911 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15319 2026.01.09 00:35:34.892516 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 996 2026.01.09 00:35:34.894782 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:34.894825 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:34.896032 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:35:34.896288 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:34.896539 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 996 2026.01.09 00:35:35.001647 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.0010247 sec. 2026.01.09 00:35:35.681227 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.01.09 00:35:35.697161 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:35.697225 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:35.702521 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:35:35.703205 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:35.705900 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.01.09 00:35:37.039953 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:37.040145 [ 269 ] {994627be-e5dd-4fab-bcd3-be28aebec239} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:37.040216 [ 269 ] {994627be-e5dd-4fab-bcd3-be28aebec239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:37.040967 [ 269 ] {994627be-e5dd-4fab-bcd3-be28aebec239} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:37.041007 [ 269 ] {994627be-e5dd-4fab-bcd3-be28aebec239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:37.041417 [ 269 ] {994627be-e5dd-4fab-bcd3-be28aebec239} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:35:37.041667 [ 269 ] {994627be-e5dd-4fab-bcd3-be28aebec239} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:37.041827 [ 269 ] {994627be-e5dd-4fab-bcd3-be28aebec239} executeQuery: Read 138 rows, 12.27 KiB in 0.001732 sec., 79676.67436489607 rows/sec., 6.92 MiB/sec. 2026.01.09 00:35:37.041886 [ 269 ] {994627be-e5dd-4fab-bcd3-be28aebec239} TCPHandler: Processed in 0.002068008 sec. 2026.01.09 00:35:37.042019 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:37.042124 [ 269 ] {1e8457c9-2967-47cd-aa9f-deb59e11bf1e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:37.042167 [ 269 ] {1e8457c9-2967-47cd-aa9f-deb59e11bf1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:37.042635 [ 269 ] {1e8457c9-2967-47cd-aa9f-deb59e11bf1e} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:37.042670 [ 269 ] {1e8457c9-2967-47cd-aa9f-deb59e11bf1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:37.042973 [ 269 ] {1e8457c9-2967-47cd-aa9f-deb59e11bf1e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:35:37.043186 [ 269 ] {1e8457c9-2967-47cd-aa9f-deb59e11bf1e} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:37.043316 [ 269 ] {1e8457c9-2967-47cd-aa9f-deb59e11bf1e} executeQuery: Read 41 rows, 3.08 KiB in 0.001217 sec., 33689.400164338535 rows/sec., 2.47 MiB/sec. 2026.01.09 00:35:37.043353 [ 269 ] {1e8457c9-2967-47cd-aa9f-deb59e11bf1e} TCPHandler: Processed in 0.001388119 sec. 2026.01.09 00:35:37.043482 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:37.043578 [ 269 ] {5ab2e4f2-d206-44e0-b7d2-d774b2dd53b6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:37.043618 [ 269 ] {5ab2e4f2-d206-44e0-b7d2-d774b2dd53b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:37.044052 [ 269 ] {5ab2e4f2-d206-44e0-b7d2-d774b2dd53b6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:37.044086 [ 269 ] {5ab2e4f2-d206-44e0-b7d2-d774b2dd53b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:37.044404 [ 269 ] {5ab2e4f2-d206-44e0-b7d2-d774b2dd53b6} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:35:37.044613 [ 269 ] {5ab2e4f2-d206-44e0-b7d2-d774b2dd53b6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:37.044740 [ 269 ] {5ab2e4f2-d206-44e0-b7d2-d774b2dd53b6} executeQuery: Read 105 rows, 8.40 KiB in 0.001181 sec., 88907.70533446233 rows/sec., 6.94 MiB/sec. 2026.01.09 00:35:37.044777 [ 269 ] {5ab2e4f2-d206-44e0-b7d2-d774b2dd53b6} TCPHandler: Processed in 0.001355169 sec. 2026.01.09 00:35:37.044900 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:37.044996 [ 269 ] {6f7e4074-84b7-4959-b3fc-0492c87002ee} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:37.045038 [ 269 ] {6f7e4074-84b7-4959-b3fc-0492c87002ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:37.045466 [ 269 ] {6f7e4074-84b7-4959-b3fc-0492c87002ee} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:37.045500 [ 269 ] {6f7e4074-84b7-4959-b3fc-0492c87002ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:37.045830 [ 269 ] {6f7e4074-84b7-4959-b3fc-0492c87002ee} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:35:37.046040 [ 269 ] {6f7e4074-84b7-4959-b3fc-0492c87002ee} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:37.046165 [ 269 ] {6f7e4074-84b7-4959-b3fc-0492c87002ee} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.01.09 00:35:37.046201 [ 269 ] {6f7e4074-84b7-4959-b3fc-0492c87002ee} TCPHandler: Processed in 0.001359818 sec. 2026.01.09 00:35:37.046325 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:37.046421 [ 269 ] {5f576197-b117-4ebd-9b01-190b5d1940e3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:37.046474 [ 269 ] {5f576197-b117-4ebd-9b01-190b5d1940e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:35:37.047345 [ 269 ] {5f576197-b117-4ebd-9b01-190b5d1940e3} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:37.047378 [ 269 ] {5f576197-b117-4ebd-9b01-190b5d1940e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:37.047951 [ 269 ] {5f576197-b117-4ebd-9b01-190b5d1940e3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:35:37.048172 [ 269 ] {5f576197-b117-4ebd-9b01-190b5d1940e3} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:37.048307 [ 269 ] {5f576197-b117-4ebd-9b01-190b5d1940e3} executeQuery: Read 41 rows, 75.23 KiB in 0.001905 sec., 21522.30971128609 rows/sec., 38.57 MiB/sec. 2026.01.09 00:35:37.048367 [ 269 ] {5f576197-b117-4ebd-9b01-190b5d1940e3} TCPHandler: Processed in 0.00210149 sec. 2026.01.09 00:35:37.048493 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:37.048591 [ 269 ] {156b39bb-26e5-466f-a290-e286757d879e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:37.048637 [ 269 ] {156b39bb-26e5-466f-a290-e286757d879e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:37.048977 [ 269 ] {156b39bb-26e5-466f-a290-e286757d879e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:37.049011 [ 269 ] {156b39bb-26e5-466f-a290-e286757d879e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:37.049315 [ 269 ] {156b39bb-26e5-466f-a290-e286757d879e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:35:37.049518 [ 269 ] {156b39bb-26e5-466f-a290-e286757d879e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:37.049643 [ 269 ] {156b39bb-26e5-466f-a290-e286757d879e} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.01.09 00:35:37.049678 [ 269 ] {156b39bb-26e5-466f-a290-e286757d879e} TCPHandler: Processed in 0.001246625 sec. 2026.01.09 00:35:39.549774 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:39.550109 [ 269 ] {8b82f231-53a8-47de-9938-31758b744e88} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:35:39.550230 [ 269 ] {8b82f231-53a8-47de-9938-31758b744e88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:35:39.551656 [ 269 ] {8b82f231-53a8-47de-9938-31758b744e88} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:39.551732 [ 269 ] {8b82f231-53a8-47de-9938-31758b744e88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:39.552391 [ 269 ] {8b82f231-53a8-47de-9938-31758b744e88} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:35:39.552731 [ 269 ] {8b82f231-53a8-47de-9938-31758b744e88} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:39.552949 [ 269 ] {8b82f231-53a8-47de-9938-31758b744e88} executeQuery: Read 410 rows, 26.63 KiB in 0.002981 sec., 137537.73901375377 rows/sec., 8.72 MiB/sec. 2026.01.09 00:35:39.553028 [ 269 ] {8b82f231-53a8-47de-9938-31758b744e88} TCPHandler: Processed in 0.003685604 sec. 2026.01.09 00:35:39.553301 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:39.553453 [ 269 ] {6f686f42-f59f-43a6-ab3d-14bd85878b6a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:39.553520 [ 269 ] {6f686f42-f59f-43a6-ab3d-14bd85878b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:39.556328 [ 269 ] {6f686f42-f59f-43a6-ab3d-14bd85878b6a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:39.556388 [ 269 ] {6f686f42-f59f-43a6-ab3d-14bd85878b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:39.557168 [ 269 ] {6f686f42-f59f-43a6-ab3d-14bd85878b6a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:35:39.557544 [ 269 ] {6f686f42-f59f-43a6-ab3d-14bd85878b6a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:39.557765 [ 269 ] {6f686f42-f59f-43a6-ab3d-14bd85878b6a} executeQuery: Read 2252 rows, 186.40 KiB in 0.004348 sec., 517939.2824287028 rows/sec., 41.87 MiB/sec. 2026.01.09 00:35:39.557834 [ 269 ] {6f686f42-f59f-43a6-ab3d-14bd85878b6a} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:35:39.557859 [ 269 ] {6f686f42-f59f-43a6-ab3d-14bd85878b6a} TCPHandler: Processed in 0.004636112 sec. 2026.01.09 00:35:39.558088 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:39.558245 [ 269 ] {84eb734e-45e2-40fe-9d2e-84261697b373} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:39.558316 [ 269 ] {84eb734e-45e2-40fe-9d2e-84261697b373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:39.559101 [ 269 ] {84eb734e-45e2-40fe-9d2e-84261697b373} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:39.559148 [ 269 ] {84eb734e-45e2-40fe-9d2e-84261697b373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:39.559637 [ 269 ] {84eb734e-45e2-40fe-9d2e-84261697b373} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:35:39.559949 [ 269 ] {84eb734e-45e2-40fe-9d2e-84261697b373} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:39.560135 [ 269 ] {84eb734e-45e2-40fe-9d2e-84261697b373} executeQuery: Read 205 rows, 12.32 KiB in 0.001934 sec., 105997.93174767322 rows/sec., 6.22 MiB/sec. 2026.01.09 00:35:39.560190 [ 269 ] {84eb734e-45e2-40fe-9d2e-84261697b373} TCPHandler: Processed in 0.002194483 sec. 2026.01.09 00:35:39.560417 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:39.560547 [ 269 ] {13b6bed5-0cfa-4413-a637-ac4009807f57} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:35:39.560607 [ 269 ] {13b6bed5-0cfa-4413-a637-ac4009807f57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:35:39.561485 [ 269 ] {13b6bed5-0cfa-4413-a637-ac4009807f57} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:39.561534 [ 269 ] {13b6bed5-0cfa-4413-a637-ac4009807f57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:39.562042 [ 269 ] {13b6bed5-0cfa-4413-a637-ac4009807f57} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:35:39.562370 [ 269 ] {13b6bed5-0cfa-4413-a637-ac4009807f57} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:39.562577 [ 269 ] {13b6bed5-0cfa-4413-a637-ac4009807f57} executeQuery: Read 440 rows, 29.81 KiB in 0.002059 sec., 213695.96891694996 rows/sec., 14.14 MiB/sec. 2026.01.09 00:35:39.562635 [ 269 ] {13b6bed5-0cfa-4413-a637-ac4009807f57} TCPHandler: Processed in 0.002284145 sec. 2026.01.09 00:35:39.562945 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:39.563078 [ 269 ] {8f5ad9e0-452e-49e5-ad51-76e3bd6e5be6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:35:39.563138 [ 269 ] {8f5ad9e0-452e-49e5-ad51-76e3bd6e5be6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:35:39.563928 [ 269 ] {8f5ad9e0-452e-49e5-ad51-76e3bd6e5be6} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:39.563977 [ 269 ] {8f5ad9e0-452e-49e5-ad51-76e3bd6e5be6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:39.564495 [ 269 ] {8f5ad9e0-452e-49e5-ad51-76e3bd6e5be6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:35:39.564836 [ 269 ] {8f5ad9e0-452e-49e5-ad51-76e3bd6e5be6} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:39.565073 [ 269 ] {8f5ad9e0-452e-49e5-ad51-76e3bd6e5be6} executeQuery: Read 211 rows, 12.27 KiB in 0.002023 sec., 104300.54374691052 rows/sec., 5.92 MiB/sec. 2026.01.09 00:35:39.565135 [ 269 ] {8f5ad9e0-452e-49e5-ad51-76e3bd6e5be6} TCPHandler: Processed in 0.002257375 sec. 2026.01.09 00:35:39.565326 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:39.565449 [ 269 ] {3273fcb9-f9ae-4470-9ef3-ab5013b3682c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:39.565507 [ 269 ] {3273fcb9-f9ae-4470-9ef3-ab5013b3682c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:39.566967 [ 269 ] {3273fcb9-f9ae-4470-9ef3-ab5013b3682c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:39.567020 [ 269 ] {3273fcb9-f9ae-4470-9ef3-ab5013b3682c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:39.567581 [ 269 ] {3273fcb9-f9ae-4470-9ef3-ab5013b3682c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:35:39.567919 [ 269 ] {3273fcb9-f9ae-4470-9ef3-ab5013b3682c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:39.568121 [ 269 ] {3273fcb9-f9ae-4470-9ef3-ab5013b3682c} executeQuery: Read 1135 rows, 82.76 KiB in 0.002682 sec., 423191.6480238628 rows/sec., 30.13 MiB/sec. 2026.01.09 00:35:39.568183 [ 269 ] {3273fcb9-f9ae-4470-9ef3-ab5013b3682c} TCPHandler: Processed in 0.002920823 sec. 2026.01.09 00:35:39.568430 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:39.568560 [ 269 ] {c254699a-be00-4f3b-9f92-fdda37ff30ef} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:35:39.568620 [ 269 ] {c254699a-be00-4f3b-9f92-fdda37ff30ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:35:39.569530 [ 269 ] {c254699a-be00-4f3b-9f92-fdda37ff30ef} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:39.569582 [ 269 ] {c254699a-be00-4f3b-9f92-fdda37ff30ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:39.570071 [ 269 ] {c254699a-be00-4f3b-9f92-fdda37ff30ef} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:35:39.570419 [ 269 ] {c254699a-be00-4f3b-9f92-fdda37ff30ef} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:39.570615 [ 269 ] {c254699a-be00-4f3b-9f92-fdda37ff30ef} executeQuery: Read 6 rows, 321.00 B in 0.002083 sec., 2880.460873739798 rows/sec., 150.49 KiB/sec. 2026.01.09 00:35:39.570674 [ 269 ] {c254699a-be00-4f3b-9f92-fdda37ff30ef} TCPHandler: Processed in 0.002314546 sec. 2026.01.09 00:35:39.570859 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:39.570996 [ 269 ] {d8d66179-7616-4ae4-b8d6-99408cf308a9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:39.571061 [ 269 ] {d8d66179-7616-4ae4-b8d6-99408cf308a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:39.572085 [ 269 ] {d8d66179-7616-4ae4-b8d6-99408cf308a9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:39.572137 [ 269 ] {d8d66179-7616-4ae4-b8d6-99408cf308a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:39.572754 [ 269 ] {d8d66179-7616-4ae4-b8d6-99408cf308a9} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:35:39.573129 [ 269 ] {d8d66179-7616-4ae4-b8d6-99408cf308a9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:39.573342 [ 269 ] {d8d66179-7616-4ae4-b8d6-99408cf308a9} executeQuery: Read 934 rows, 63.32 KiB in 0.002371 sec., 393926.6132433573 rows/sec., 26.08 MiB/sec. 2026.01.09 00:35:39.573404 [ 269 ] {d8d66179-7616-4ae4-b8d6-99408cf308a9} TCPHandler: Processed in 0.002611564 sec. 2026.01.09 00:35:39.573588 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:39.573724 [ 269 ] {48939e86-1d2e-40bd-968f-063109312fc6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:35:39.573790 [ 269 ] {48939e86-1d2e-40bd-968f-063109312fc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:35:39.574325 [ 269 ] {48939e86-1d2e-40bd-968f-063109312fc6} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:39.574377 [ 269 ] {48939e86-1d2e-40bd-968f-063109312fc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:39.574873 [ 269 ] {48939e86-1d2e-40bd-968f-063109312fc6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:35:39.575231 [ 269 ] {48939e86-1d2e-40bd-968f-063109312fc6} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:39.575441 [ 269 ] {48939e86-1d2e-40bd-968f-063109312fc6} executeQuery: Read 1 rows, 69.00 B in 0.001744 sec., 573.394495412844 rows/sec., 38.64 KiB/sec. 2026.01.09 00:35:39.575501 [ 269 ] {48939e86-1d2e-40bd-968f-063109312fc6} TCPHandler: Processed in 0.001981906 sec. 2026.01.09 00:35:39.575690 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:39.575832 [ 269 ] {1f3ac06c-a27a-412e-8999-d168a8d3cb7f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:39.575901 [ 269 ] {1f3ac06c-a27a-412e-8999-d168a8d3cb7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:39.576437 [ 269 ] {1f3ac06c-a27a-412e-8999-d168a8d3cb7f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:39.576486 [ 269 ] {1f3ac06c-a27a-412e-8999-d168a8d3cb7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:39.576976 [ 269 ] {1f3ac06c-a27a-412e-8999-d168a8d3cb7f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:35:39.577303 [ 269 ] {1f3ac06c-a27a-412e-8999-d168a8d3cb7f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:39.577487 [ 269 ] {1f3ac06c-a27a-412e-8999-d168a8d3cb7f} executeQuery: Read 80 rows, 4.87 KiB in 0.001683 sec., 47534.165181224 rows/sec., 2.83 MiB/sec. 2026.01.09 00:35:39.577538 [ 269 ] {1f3ac06c-a27a-412e-8999-d168a8d3cb7f} TCPHandler: Processed in 0.001920494 sec. 2026.01.09 00:35:40.419999 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58715 2026.01.09 00:35:40.420126 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.420158 [ 286 ] {} TCP-Session: 3f12a4d6-10dc-4f77-b1a1-c700519e961f Authenticating user 'default' from [fd00:1122:3344:101::e]:58715 2026.01.09 00:35:40.420189 [ 286 ] {} TCP-Session: 3f12a4d6-10dc-4f77-b1a1-c700519e961f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.420207 [ 286 ] {} TCP-Session: 3f12a4d6-10dc-4f77-b1a1-c700519e961f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.420502 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60017 2026.01.09 00:35:40.420522 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50740 2026.01.09 00:35:40.420631 [ 286 ] {} TCP-Session: 3f12a4d6-10dc-4f77-b1a1-c700519e961f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:40.420642 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.420675 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.420704 [ 288 ] {} TCP-Session: 4f7dce89-7248-4dca-a248-0f3334fad7f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:60017 2026.01.09 00:35:40.420722 [ 289 ] {} TCP-Session: d4a9e896-e61e-49b9-8f8b-9b515fe07291 Authenticating user 'default' from [fd00:1122:3344:101::e]:50740 2026.01.09 00:35:40.420739 [ 288 ] {} TCP-Session: 4f7dce89-7248-4dca-a248-0f3334fad7f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.420763 [ 289 ] {} TCP-Session: d4a9e896-e61e-49b9-8f8b-9b515fe07291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.420764 [ 288 ] {} TCP-Session: 4f7dce89-7248-4dca-a248-0f3334fad7f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.420791 [ 289 ] {} TCP-Session: d4a9e896-e61e-49b9-8f8b-9b515fe07291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.420919 [ 286 ] {a076a098-963d-4929-810a-fead88934f09} executeQuery: (from [fd00:1122:3344:101::e]:58715) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:35:40.421279 [ 286 ] {a076a098-963d-4929-810a-fead88934f09} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:35:40.421356 [ 286 ] {a076a098-963d-4929-810a-fead88934f09} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:35:40.421739 [ 286 ] {a076a098-963d-4929-810a-fead88934f09} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:35:40.421944 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46433 2026.01.09 00:35:40.422007 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36166 2026.01.09 00:35:40.422075 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59714 2026.01.09 00:35:40.422140 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46496 2026.01.09 00:35:40.422351 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56226 2026.01.09 00:35:40.422354 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58029 2026.01.09 00:35:40.422807 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.422859 [ 352 ] {} TCP-Session: fd6bcbd4-2364-4fbb-aa9c-15c4aa5b1f62 Authenticating user 'default' from [fd00:1122:3344:101::e]:36166 2026.01.09 00:35:40.422886 [ 352 ] {} TCP-Session: fd6bcbd4-2364-4fbb-aa9c-15c4aa5b1f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.422904 [ 352 ] {} TCP-Session: fd6bcbd4-2364-4fbb-aa9c-15c4aa5b1f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.422962 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.423011 [ 290 ] {} TCP-Session: e4d6b581-5faf-410e-9c18-e162803f0434 Authenticating user 'default' from [fd00:1122:3344:101::e]:56226 2026.01.09 00:35:40.423044 [ 290 ] {} TCP-Session: e4d6b581-5faf-410e-9c18-e162803f0434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.423063 [ 290 ] {} TCP-Session: e4d6b581-5faf-410e-9c18-e162803f0434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.423248 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.423295 [ 355 ] {} TCP-Session: 26ed17fb-a356-4dd6-9b95-5773fd55f4df Authenticating user 'default' from [fd00:1122:3344:101::e]:58029 2026.01.09 00:35:40.423317 [ 355 ] {} TCP-Session: 26ed17fb-a356-4dd6-9b95-5773fd55f4df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.423331 [ 355 ] {} TCP-Session: 26ed17fb-a356-4dd6-9b95-5773fd55f4df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.423365 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.423413 [ 351 ] {} TCP-Session: f90212f3-9b85-4f9f-8703-d6434b7474db Authenticating user 'default' from [fd00:1122:3344:101::e]:46433 2026.01.09 00:35:40.423439 [ 351 ] {} TCP-Session: f90212f3-9b85-4f9f-8703-d6434b7474db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.423463 [ 351 ] {} TCP-Session: f90212f3-9b85-4f9f-8703-d6434b7474db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.423733 [ 311 ] {a076a098-963d-4929-810a-fead88934f09} AggregatingTransform: Aggregating 2026.01.09 00:35:40.423832 [ 311 ] {a076a098-963d-4929-810a-fead88934f09} Aggregator: Aggregation method: without_key 2026.01.09 00:35:40.423859 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.423870 [ 311 ] {a076a098-963d-4929-810a-fead88934f09} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001996286 sec. (500.930 rows/sec., 19.57 KiB/sec.) 2026.01.09 00:35:40.423924 [ 354 ] {} TCP-Session: 08bca4be-061c-489b-9ff8-76b0840629c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:46496 2026.01.09 00:35:40.423925 [ 311 ] {a076a098-963d-4929-810a-fead88934f09} Aggregator: Merging aggregated data 2026.01.09 00:35:40.423962 [ 354 ] {} TCP-Session: 08bca4be-061c-489b-9ff8-76b0840629c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.423989 [ 354 ] {} TCP-Session: 08bca4be-061c-489b-9ff8-76b0840629c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.424011 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.424069 [ 353 ] {} TCP-Session: 791a3ef4-44b1-4487-9b31-d6ee432ba432 Authenticating user 'default' from [fd00:1122:3344:101::e]:59714 2026.01.09 00:35:40.424097 [ 353 ] {} TCP-Session: 791a3ef4-44b1-4487-9b31-d6ee432ba432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.424119 [ 353 ] {} TCP-Session: 791a3ef4-44b1-4487-9b31-d6ee432ba432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.425155 [ 286 ] {a076a098-963d-4929-810a-fead88934f09} executeQuery: Read 1 rows, 40.00 B in 0.004323 sec., 231.32084200786494 rows/sec., 9.04 KiB/sec. 2026.01.09 00:35:40.425342 [ 286 ] {a076a098-963d-4929-810a-fead88934f09} TCPHandler: Processed in 0.00489013 sec. 2026.01.09 00:35:40.425470 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.425501 [ 286 ] {} TCP-Session: 3f12a4d6-10dc-4f77-b1a1-c700519e961f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.425503 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.425520 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.425538 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.425573 [ 353 ] {} TCP-Session: 791a3ef4-44b1-4487-9b31-d6ee432ba432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.425578 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.425602 [ 288 ] {} TCP-Session: 4f7dce89-7248-4dca-a248-0f3334fad7f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.425625 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.425638 [ 355 ] {} TCP-Session: 26ed17fb-a356-4dd6-9b95-5773fd55f4df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.425639 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.425674 [ 351 ] {} TCP-Session: f90212f3-9b85-4f9f-8703-d6434b7474db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.425596 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.425710 [ 352 ] {} TCP-Session: fd6bcbd4-2364-4fbb-aa9c-15c4aa5b1f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.425560 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.425743 [ 354 ] {} TCP-Session: 08bca4be-061c-489b-9ff8-76b0840629c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.425557 [ 289 ] {} TCP-Session: d4a9e896-e61e-49b9-8f8b-9b515fe07291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.425786 [ 290 ] {} TCP-Session: e4d6b581-5faf-410e-9c18-e162803f0434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.500613 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57147 2026.01.09 00:35:40.500729 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.500758 [ 286 ] {} TCP-Session: 0965a3ff-64e8-4a8e-b997-dc9e31f1fb64 Authenticating user 'default' from [fd00:1122:3344:101::e]:57147 2026.01.09 00:35:40.500780 [ 286 ] {} TCP-Session: 0965a3ff-64e8-4a8e-b997-dc9e31f1fb64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.500793 [ 286 ] {} TCP-Session: 0965a3ff-64e8-4a8e-b997-dc9e31f1fb64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501031 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51126 2026.01.09 00:35:40.501042 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62206 2026.01.09 00:35:40.501074 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33362 2026.01.09 00:35:40.501096 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56072 2026.01.09 00:35:40.501117 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58045 2026.01.09 00:35:40.501138 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.501170 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.501171 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.501190 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.501211 [ 286 ] {} TCP-Session: 0965a3ff-64e8-4a8e-b997-dc9e31f1fb64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:40.501218 [ 352 ] {} TCP-Session: d00029ff-baee-4d52-bebe-db3fdfdd70fc Authenticating user 'default' from [fd00:1122:3344:101::e]:33362 2026.01.09 00:35:40.501231 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.501229 [ 354 ] {} TCP-Session: 88b885ab-b717-4eea-9e6e-5b6d7c84b974 Authenticating user 'default' from [fd00:1122:3344:101::e]:56072 2026.01.09 00:35:40.501284 [ 355 ] {} TCP-Session: 74f7a11f-904d-4f1f-a7dc-d38be1429b98 Authenticating user 'default' from [fd00:1122:3344:101::e]:58045 2026.01.09 00:35:40.501274 [ 352 ] {} TCP-Session: d00029ff-baee-4d52-bebe-db3fdfdd70fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501311 [ 354 ] {} TCP-Session: 88b885ab-b717-4eea-9e6e-5b6d7c84b974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501332 [ 352 ] {} TCP-Session: d00029ff-baee-4d52-bebe-db3fdfdd70fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501343 [ 354 ] {} TCP-Session: 88b885ab-b717-4eea-9e6e-5b6d7c84b974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501223 [ 289 ] {} TCP-Session: 97a918a7-63b7-4fc3-bb50-b92f127fc910 Authenticating user 'default' from [fd00:1122:3344:101::e]:62206 2026.01.09 00:35:40.501193 [ 288 ] {} TCP-Session: 2bc83607-3891-44bf-992b-366296568ba7 Authenticating user 'default' from [fd00:1122:3344:101::e]:51126 2026.01.09 00:35:40.501392 [ 286 ] {e28c5544-274d-4925-8f05-67594628d029} executeQuery: (from [fd00:1122:3344:101::e]:57147) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:35:40.501420 [ 288 ] {} TCP-Session: 2bc83607-3891-44bf-992b-366296568ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501397 [ 289 ] {} TCP-Session: 97a918a7-63b7-4fc3-bb50-b92f127fc910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501450 [ 288 ] {} TCP-Session: 2bc83607-3891-44bf-992b-366296568ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501470 [ 289 ] {} TCP-Session: 97a918a7-63b7-4fc3-bb50-b92f127fc910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501054 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63767 2026.01.09 00:35:40.501087 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58370 2026.01.09 00:35:40.501322 [ 355 ] {} TCP-Session: 74f7a11f-904d-4f1f-a7dc-d38be1429b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501061 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55329 2026.01.09 00:35:40.501572 [ 355 ] {} TCP-Session: 74f7a11f-904d-4f1f-a7dc-d38be1429b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501566 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.501605 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.501623 [ 290 ] {} TCP-Session: 371ba813-af9d-4e35-aa95-5d3eca8e75c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:63767 2026.01.09 00:35:40.501633 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.501637 [ 353 ] {} TCP-Session: 564ce5fa-a66c-4a29-8f91-78e5bae4e263 Authenticating user 'default' from [fd00:1122:3344:101::e]:58370 2026.01.09 00:35:40.501646 [ 290 ] {} TCP-Session: 371ba813-af9d-4e35-aa95-5d3eca8e75c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501662 [ 351 ] {} TCP-Session: ff319f64-abf7-4910-a361-ff091e1c057e Authenticating user 'default' from [fd00:1122:3344:101::e]:55329 2026.01.09 00:35:40.501676 [ 353 ] {} TCP-Session: 564ce5fa-a66c-4a29-8f91-78e5bae4e263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501685 [ 290 ] {} TCP-Session: 371ba813-af9d-4e35-aa95-5d3eca8e75c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501696 [ 351 ] {} TCP-Session: ff319f64-abf7-4910-a361-ff091e1c057e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501708 [ 353 ] {} TCP-Session: 564ce5fa-a66c-4a29-8f91-78e5bae4e263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501739 [ 351 ] {} TCP-Session: ff319f64-abf7-4910-a361-ff091e1c057e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.501767 [ 286 ] {e28c5544-274d-4925-8f05-67594628d029} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:35:40.501842 [ 286 ] {e28c5544-274d-4925-8f05-67594628d029} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:35:40.502160 [ 286 ] {e28c5544-274d-4925-8f05-67594628d029} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:35:40.503189 [ 304 ] {e28c5544-274d-4925-8f05-67594628d029} AggregatingTransform: Aggregating 2026.01.09 00:35:40.503228 [ 304 ] {e28c5544-274d-4925-8f05-67594628d029} Aggregator: Aggregation method: without_key 2026.01.09 00:35:40.503266 [ 304 ] {e28c5544-274d-4925-8f05-67594628d029} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001004558 sec. (995.463 rows/sec., 38.89 KiB/sec.) 2026.01.09 00:35:40.503286 [ 304 ] {e28c5544-274d-4925-8f05-67594628d029} Aggregator: Merging aggregated data 2026.01.09 00:35:40.504495 [ 286 ] {e28c5544-274d-4925-8f05-67594628d029} executeQuery: Read 1 rows, 40.00 B in 0.003157 sec., 316.7564143173899 rows/sec., 12.37 KiB/sec. 2026.01.09 00:35:40.504687 [ 286 ] {e28c5544-274d-4925-8f05-67594628d029} TCPHandler: Processed in 0.003591532 sec. 2026.01.09 00:35:40.504778 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.504808 [ 286 ] {} TCP-Session: 0965a3ff-64e8-4a8e-b997-dc9e31f1fb64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.504807 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.504825 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.504849 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.504878 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.504885 [ 288 ] {} TCP-Session: 2bc83607-3891-44bf-992b-366296568ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.504899 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.504920 [ 290 ] {} TCP-Session: 371ba813-af9d-4e35-aa95-5d3eca8e75c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.504927 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.504958 [ 355 ] {} TCP-Session: 74f7a11f-904d-4f1f-a7dc-d38be1429b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.504975 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.504991 [ 352 ] {} TCP-Session: d00029ff-baee-4d52-bebe-db3fdfdd70fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.504947 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.505026 [ 354 ] {} TCP-Session: 88b885ab-b717-4eea-9e6e-5b6d7c84b974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.504855 [ 353 ] {} TCP-Session: 564ce5fa-a66c-4a29-8f91-78e5bae4e263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.505061 [ 289 ] {} TCP-Session: 97a918a7-63b7-4fc3-bb50-b92f127fc910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.504906 [ 351 ] {} TCP-Session: ff319f64-abf7-4910-a361-ff091e1c057e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.601969 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34753 2026.01.09 00:35:40.602082 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.602110 [ 286 ] {} TCP-Session: f43bfd50-80a2-4670-9877-7660d378e8af Authenticating user 'default' from [fd00:1122:3344:101::e]:34753 2026.01.09 00:35:40.602134 [ 286 ] {} TCP-Session: f43bfd50-80a2-4670-9877-7660d378e8af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602148 [ 286 ] {} TCP-Session: f43bfd50-80a2-4670-9877-7660d378e8af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602334 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52848 2026.01.09 00:35:40.602342 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45264 2026.01.09 00:35:40.602384 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46894 2026.01.09 00:35:40.602399 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40517 2026.01.09 00:35:40.602416 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46589 2026.01.09 00:35:40.602449 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.602475 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.602476 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.602500 [ 288 ] {} TCP-Session: ca2fc033-fa20-4a0a-85a8-e791125ef5e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:52848 2026.01.09 00:35:40.602522 [ 352 ] {} TCP-Session: ca176868-d0d8-4840-b07e-c0b2babcbdc3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46894 2026.01.09 00:35:40.602513 [ 289 ] {} TCP-Session: c223a0ba-56fa-4001-891a-a191dc3a55de Authenticating user 'default' from [fd00:1122:3344:101::e]:45264 2026.01.09 00:35:40.602549 [ 288 ] {} TCP-Session: ca2fc033-fa20-4a0a-85a8-e791125ef5e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602551 [ 352 ] {} TCP-Session: ca176868-d0d8-4840-b07e-c0b2babcbdc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602585 [ 288 ] {} TCP-Session: ca2fc033-fa20-4a0a-85a8-e791125ef5e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602581 [ 289 ] {} TCP-Session: c223a0ba-56fa-4001-891a-a191dc3a55de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602605 [ 352 ] {} TCP-Session: ca176868-d0d8-4840-b07e-c0b2babcbdc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602626 [ 289 ] {} TCP-Session: c223a0ba-56fa-4001-891a-a191dc3a55de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602509 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.602362 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42123 2026.01.09 00:35:40.602684 [ 353 ] {} TCP-Session: fc68598e-e1fd-47e0-894f-0429b09f6ea1 Authenticating user 'default' from [fd00:1122:3344:101::e]:40517 2026.01.09 00:35:40.602421 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49400 2026.01.09 00:35:40.602728 [ 353 ] {} TCP-Session: fc68598e-e1fd-47e0-894f-0429b09f6ea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602369 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54109 2026.01.09 00:35:40.602780 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.602799 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.602821 [ 290 ] {} TCP-Session: b26b2fb2-a1e5-4675-b8d3-3f6dd9e5003d Authenticating user 'default' from [fd00:1122:3344:101::e]:42123 2026.01.09 00:35:40.602764 [ 353 ] {} TCP-Session: fc68598e-e1fd-47e0-894f-0429b09f6ea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602837 [ 355 ] {} TCP-Session: 73c30615-d41e-4beb-b99c-ec83353ebca1 Authenticating user 'default' from [fd00:1122:3344:101::e]:49400 2026.01.09 00:35:40.602847 [ 290 ] {} TCP-Session: b26b2fb2-a1e5-4675-b8d3-3f6dd9e5003d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602839 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.602884 [ 355 ] {} TCP-Session: 73c30615-d41e-4beb-b99c-ec83353ebca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602905 [ 351 ] {} TCP-Session: 2cb09270-1dfe-436a-9210-9d92882e7759 Authenticating user 'default' from [fd00:1122:3344:101::e]:54109 2026.01.09 00:35:40.602917 [ 355 ] {} TCP-Session: 73c30615-d41e-4beb-b99c-ec83353ebca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602925 [ 351 ] {} TCP-Session: 2cb09270-1dfe-436a-9210-9d92882e7759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602883 [ 290 ] {} TCP-Session: b26b2fb2-a1e5-4675-b8d3-3f6dd9e5003d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602942 [ 351 ] {} TCP-Session: 2cb09270-1dfe-436a-9210-9d92882e7759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.602516 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:35:40.602447 [ 286 ] {} TCP-Session: f43bfd50-80a2-4670-9877-7660d378e8af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:40.602998 [ 354 ] {} TCP-Session: 2dd20365-ded5-41a2-ad9b-1bdd3c95b343 Authenticating user 'default' from [fd00:1122:3344:101::e]:46589 2026.01.09 00:35:40.603026 [ 354 ] {} TCP-Session: 2dd20365-ded5-41a2-ad9b-1bdd3c95b343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.603039 [ 354 ] {} TCP-Session: 2dd20365-ded5-41a2-ad9b-1bdd3c95b343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.603163 [ 286 ] {eef24459-1e26-4130-85fa-40e380308be9} executeQuery: (from [fd00:1122:3344:101::e]:34753) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:35:40.603424 [ 286 ] {eef24459-1e26-4130-85fa-40e380308be9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:35:40.603478 [ 286 ] {eef24459-1e26-4130-85fa-40e380308be9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:35:40.603772 [ 286 ] {eef24459-1e26-4130-85fa-40e380308be9} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:35:40.604637 [ 340 ] {eef24459-1e26-4130-85fa-40e380308be9} AggregatingTransform: Aggregating 2026.01.09 00:35:40.604676 [ 340 ] {eef24459-1e26-4130-85fa-40e380308be9} Aggregator: Aggregation method: without_key 2026.01.09 00:35:40.604711 [ 340 ] {eef24459-1e26-4130-85fa-40e380308be9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000866695 sec. (1153.808 rows/sec., 45.07 KiB/sec.) 2026.01.09 00:35:40.604729 [ 340 ] {eef24459-1e26-4130-85fa-40e380308be9} Aggregator: Merging aggregated data 2026.01.09 00:35:40.606007 [ 286 ] {eef24459-1e26-4130-85fa-40e380308be9} executeQuery: Read 1 rows, 40.00 B in 0.002897 sec., 345.18467380048327 rows/sec., 13.48 KiB/sec. 2026.01.09 00:35:40.606174 [ 286 ] {eef24459-1e26-4130-85fa-40e380308be9} TCPHandler: Processed in 0.00384477 sec. 2026.01.09 00:35:40.606289 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.606321 [ 286 ] {} TCP-Session: f43bfd50-80a2-4670-9877-7660d378e8af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.606323 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.606336 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.606356 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.606383 [ 288 ] {} TCP-Session: ca2fc033-fa20-4a0a-85a8-e791125ef5e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.606398 [ 355 ] {} TCP-Session: 73c30615-d41e-4beb-b99c-ec83353ebca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.606407 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.606419 [ 352 ] {} TCP-Session: ca176868-d0d8-4840-b07e-c0b2babcbdc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.606442 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.606457 [ 353 ] {} TCP-Session: fc68598e-e1fd-47e0-894f-0429b09f6ea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.606394 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.606492 [ 354 ] {} TCP-Session: 2dd20365-ded5-41a2-ad9b-1bdd3c95b343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.606375 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.606530 [ 290 ] {} TCP-Session: b26b2fb2-a1e5-4675-b8d3-3f6dd9e5003d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.606562 [ 289 ] {} TCP-Session: c223a0ba-56fa-4001-891a-a191dc3a55de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:40.606424 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:35:40.606615 [ 351 ] {} TCP-Session: 2cb09270-1dfe-436a-9210-9d92882e7759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:35:42.035186 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:42.035364 [ 269 ] {7e3bcfbc-3b57-443f-bdf7-9587d13c649f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:42.035428 [ 269 ] {7e3bcfbc-3b57-443f-bdf7-9587d13c649f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:42.036098 [ 269 ] {7e3bcfbc-3b57-443f-bdf7-9587d13c649f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:42.036151 [ 269 ] {7e3bcfbc-3b57-443f-bdf7-9587d13c649f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:42.036543 [ 269 ] {7e3bcfbc-3b57-443f-bdf7-9587d13c649f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:35:42.036784 [ 269 ] {7e3bcfbc-3b57-443f-bdf7-9587d13c649f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:42.036950 [ 269 ] {7e3bcfbc-3b57-443f-bdf7-9587d13c649f} executeQuery: Read 56 rows, 4.41 KiB in 0.001631 sec., 34334.76394849785 rows/sec., 2.64 MiB/sec. 2026.01.09 00:35:42.036999 [ 269 ] {7e3bcfbc-3b57-443f-bdf7-9587d13c649f} TCPHandler: Processed in 0.001942765 sec. 2026.01.09 00:35:42.037130 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:42.037235 [ 269 ] {35237755-b72e-4828-a19f-ee0d133bacbb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:42.037279 [ 269 ] {35237755-b72e-4828-a19f-ee0d133bacbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:42.037727 [ 269 ] {35237755-b72e-4828-a19f-ee0d133bacbb} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:42.037766 [ 269 ] {35237755-b72e-4828-a19f-ee0d133bacbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:42.038074 [ 269 ] {35237755-b72e-4828-a19f-ee0d133bacbb} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:35:42.038277 [ 269 ] {35237755-b72e-4828-a19f-ee0d133bacbb} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:42.038408 [ 269 ] {35237755-b72e-4828-a19f-ee0d133bacbb} executeQuery: Read 64 rows, 5.12 KiB in 0.001197 sec., 53467.00083542189 rows/sec., 4.17 MiB/sec. 2026.01.09 00:35:42.038446 [ 269 ] {35237755-b72e-4828-a19f-ee0d133bacbb} TCPHandler: Processed in 0.001369549 sec. 2026.01.09 00:35:42.038561 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:42.038659 [ 269 ] {83580c03-4aa6-42ea-a784-6c4dc2311280} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:42.038703 [ 269 ] {83580c03-4aa6-42ea-a784-6c4dc2311280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:42.039070 [ 269 ] {83580c03-4aa6-42ea-a784-6c4dc2311280} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:42.039106 [ 269 ] {83580c03-4aa6-42ea-a784-6c4dc2311280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:42.039426 [ 269 ] {83580c03-4aa6-42ea-a784-6c4dc2311280} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:35:42.039634 [ 269 ] {83580c03-4aa6-42ea-a784-6c4dc2311280} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:42.039761 [ 269 ] {83580c03-4aa6-42ea-a784-6c4dc2311280} executeQuery: Read 64 rows, 4.56 KiB in 0.001122 sec., 57040.998217468805 rows/sec., 3.97 MiB/sec. 2026.01.09 00:35:42.039798 [ 269 ] {83580c03-4aa6-42ea-a784-6c4dc2311280} TCPHandler: Processed in 0.001286947 sec. 2026.01.09 00:35:42.039911 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:42.040008 [ 269 ] {36f4916a-eb68-4d0a-893d-a024789de778} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:42.040049 [ 269 ] {36f4916a-eb68-4d0a-893d-a024789de778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:42.040373 [ 269 ] {36f4916a-eb68-4d0a-893d-a024789de778} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:42.040410 [ 269 ] {36f4916a-eb68-4d0a-893d-a024789de778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:42.040705 [ 269 ] {36f4916a-eb68-4d0a-893d-a024789de778} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:35:42.040915 [ 269 ] {36f4916a-eb68-4d0a-893d-a024789de778} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:42.041046 [ 269 ] {36f4916a-eb68-4d0a-893d-a024789de778} executeQuery: Read 24 rows, 1.66 KiB in 0.001057 sec., 22705.77105014191 rows/sec., 1.53 MiB/sec. 2026.01.09 00:35:42.041081 [ 269 ] {36f4916a-eb68-4d0a-893d-a024789de778} TCPHandler: Processed in 0.001219365 sec. 2026.01.09 00:35:42.362177 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15831 2026.01.09 00:35:42.362864 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:42.362908 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:42.363475 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:35:42.363707 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:42.363847 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15831 2026.01.09 00:35:43.206154 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.01.09 00:35:43.222413 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:43.222464 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:43.227975 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:35:43.228696 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:43.231357 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.01.09 00:35:44.896961 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1042 2026.01.09 00:35:44.900050 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:44.900103 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:44.901368 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:35:44.901650 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:44.902016 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1042 2026.01.09 00:35:47.041431 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:47.041642 [ 269 ] {9f72801e-26b4-48b9-baa6-bbbca972e8d4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:47.041712 [ 269 ] {9f72801e-26b4-48b9-baa6-bbbca972e8d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:47.042471 [ 269 ] {9f72801e-26b4-48b9-baa6-bbbca972e8d4} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:47.042510 [ 269 ] {9f72801e-26b4-48b9-baa6-bbbca972e8d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:47.042918 [ 269 ] {9f72801e-26b4-48b9-baa6-bbbca972e8d4} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:35:47.043142 [ 269 ] {9f72801e-26b4-48b9-baa6-bbbca972e8d4} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:47.043296 [ 269 ] {9f72801e-26b4-48b9-baa6-bbbca972e8d4} executeQuery: Read 138 rows, 12.27 KiB in 0.001707 sec., 80843.58523725835 rows/sec., 7.02 MiB/sec. 2026.01.09 00:35:47.043336 [ 269 ] {9f72801e-26b4-48b9-baa6-bbbca972e8d4} TCPHandler: Processed in 0.002040398 sec. 2026.01.09 00:35:47.043473 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:47.043572 [ 269 ] {f02e2968-3a73-4271-87d1-1df108dcae89} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:47.043615 [ 269 ] {f02e2968-3a73-4271-87d1-1df108dcae89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:47.044028 [ 269 ] {f02e2968-3a73-4271-87d1-1df108dcae89} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:47.044064 [ 269 ] {f02e2968-3a73-4271-87d1-1df108dcae89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:47.044362 [ 269 ] {f02e2968-3a73-4271-87d1-1df108dcae89} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:35:47.044594 [ 269 ] {f02e2968-3a73-4271-87d1-1df108dcae89} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:47.044730 [ 269 ] {f02e2968-3a73-4271-87d1-1df108dcae89} executeQuery: Read 41 rows, 3.08 KiB in 0.001176 sec., 34863.945578231294 rows/sec., 2.56 MiB/sec. 2026.01.09 00:35:47.044767 [ 269 ] {f02e2968-3a73-4271-87d1-1df108dcae89} TCPHandler: Processed in 0.001354898 sec. 2026.01.09 00:35:47.044886 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:47.044981 [ 269 ] {35a82874-2c84-47ae-a8ed-516c646f2fe5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:47.045020 [ 269 ] {35a82874-2c84-47ae-a8ed-516c646f2fe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:47.045452 [ 269 ] {35a82874-2c84-47ae-a8ed-516c646f2fe5} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:47.045487 [ 269 ] {35a82874-2c84-47ae-a8ed-516c646f2fe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:47.045791 [ 269 ] {35a82874-2c84-47ae-a8ed-516c646f2fe5} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:35:47.045998 [ 269 ] {35a82874-2c84-47ae-a8ed-516c646f2fe5} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:47.046123 [ 269 ] {35a82874-2c84-47ae-a8ed-516c646f2fe5} executeQuery: Read 105 rows, 8.40 KiB in 0.00116 sec., 90517.24137931035 rows/sec., 7.07 MiB/sec. 2026.01.09 00:35:47.046160 [ 269 ] {35a82874-2c84-47ae-a8ed-516c646f2fe5} TCPHandler: Processed in 0.001333348 sec. 2026.01.09 00:35:47.046281 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:47.046379 [ 269 ] {0678535f-d3c6-48ff-96ce-1524036ab8cd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:47.046426 [ 269 ] {0678535f-d3c6-48ff-96ce-1524036ab8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:47.046829 [ 269 ] {0678535f-d3c6-48ff-96ce-1524036ab8cd} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:47.046864 [ 269 ] {0678535f-d3c6-48ff-96ce-1524036ab8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:47.047192 [ 269 ] {0678535f-d3c6-48ff-96ce-1524036ab8cd} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:35:47.047398 [ 269 ] {0678535f-d3c6-48ff-96ce-1524036ab8cd} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:47.047523 [ 269 ] {0678535f-d3c6-48ff-96ce-1524036ab8cd} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.01.09 00:35:47.047558 [ 269 ] {0678535f-d3c6-48ff-96ce-1524036ab8cd} TCPHandler: Processed in 0.001335268 sec. 2026.01.09 00:35:47.047669 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:47.047774 [ 269 ] {3a8ed44a-20f0-4212-a41a-fcdc6c85a0f0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:47.047828 [ 269 ] {3a8ed44a-20f0-4212-a41a-fcdc6c85a0f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:35:47.048679 [ 269 ] {3a8ed44a-20f0-4212-a41a-fcdc6c85a0f0} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:47.048714 [ 269 ] {3a8ed44a-20f0-4212-a41a-fcdc6c85a0f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:47.049264 [ 269 ] {3a8ed44a-20f0-4212-a41a-fcdc6c85a0f0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:35:47.049510 [ 269 ] {3a8ed44a-20f0-4212-a41a-fcdc6c85a0f0} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:47.049641 [ 269 ] {3a8ed44a-20f0-4212-a41a-fcdc6c85a0f0} executeQuery: Read 41 rows, 75.23 KiB in 0.001891 sec., 21681.64992067689 rows/sec., 38.85 MiB/sec. 2026.01.09 00:35:47.049690 [ 269 ] {3a8ed44a-20f0-4212-a41a-fcdc6c85a0f0} TCPHandler: Processed in 0.002080299 sec. 2026.01.09 00:35:47.049815 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:47.049911 [ 269 ] {27c15876-4093-4a97-9d55-5c9244a0fb6a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:47.049952 [ 269 ] {27c15876-4093-4a97-9d55-5c9244a0fb6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:47.050298 [ 269 ] {27c15876-4093-4a97-9d55-5c9244a0fb6a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:47.050332 [ 269 ] {27c15876-4093-4a97-9d55-5c9244a0fb6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:47.050635 [ 269 ] {27c15876-4093-4a97-9d55-5c9244a0fb6a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:35:47.050837 [ 269 ] {27c15876-4093-4a97-9d55-5c9244a0fb6a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:47.050964 [ 269 ] {27c15876-4093-4a97-9d55-5c9244a0fb6a} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.01.09 00:35:47.050999 [ 269 ] {27c15876-4093-4a97-9d55-5c9244a0fb6a} TCPHandler: Processed in 0.001243796 sec. 2026.01.09 00:35:49.735599 [ 116 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:35:49.735649 [ 116 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:35:49.864844 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16279 2026.01.09 00:35:49.865318 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:49.865358 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:49.865868 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:35:49.866096 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:49.866240 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16279 2026.01.09 00:35:50.296834 [ 106 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2026.01.09 00:35:50.296902 [ 106 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:50.296922 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:50.297036 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full 2026.01.09 00:35:50.297174 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:50.297209 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 19 rows starting from the beginning of the part 2026.01.09 00:35:50.297271 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.01.09 00:35:50.297315 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2026.01.09 00:35:50.297359 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.01.09 00:35:50.297398 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.01.09 00:35:50.298235 [ 202 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.001250455 sec., 18393.30483703932 rows/sec., 1.20 MiB/sec. 2026.01.09 00:35:50.298368 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.09 00:35:50.298615 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:50.298684 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_23_5} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2026.01.09 00:35:50.298749 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:35:50.731517 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.01.09 00:35:50.748320 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:50.748378 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:50.754755 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:35:50.755521 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:50.758486 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.01.09 00:35:50.888477 [ 109 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2026.01.09 00:35:50.888544 [ 109 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:50.888569 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:50.888705 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full 2026.01.09 00:35:50.888854 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:50.888890 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 223 rows starting from the beginning of the part 2026.01.09 00:35:50.888957 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 211 rows starting from the beginning of the part 2026.01.09 00:35:50.889001 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 211 rows starting from the beginning of the part 2026.01.09 00:35:50.889053 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 211 rows starting from the beginning of the part 2026.01.09 00:35:50.889095 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 211 rows starting from the beginning of the part 2026.01.09 00:35:50.890065 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001417341 sec., 752818.1291587558 rows/sec., 45.79 MiB/sec. 2026.01.09 00:35:50.890244 [ 192 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.09 00:35:50.890526 [ 192 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:50.890606 [ 192 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_23_5} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2026.01.09 00:35:50.890694 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:35:51.731792 [ 109 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2026.01.09 00:35:51.731852 [ 109 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:51.731872 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:51.731992 [ 196 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full 2026.01.09 00:35:51.732159 [ 196 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:51.732197 [ 196 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 434 rows starting from the beginning of the part 2026.01.09 00:35:51.732260 [ 196 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 410 rows starting from the beginning of the part 2026.01.09 00:35:51.732307 [ 196 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 410 rows starting from the beginning of the part 2026.01.09 00:35:51.732349 [ 196 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 410 rows starting from the beginning of the part 2026.01.09 00:35:51.732394 [ 196 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 410 rows starting from the beginning of the part 2026.01.09 00:35:51.733504 [ 196 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.001569325 sec., 1321587.3066445764 rows/sec., 89.18 MiB/sec. 2026.01.09 00:35:51.733725 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.09 00:35:51.734051 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:51.734131 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_23_5} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2026.01.09 00:35:51.734225 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:35:52.049252 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:52.049443 [ 269 ] {17e4c056-35ed-4b9f-aadc-e0391a24f439} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:35:52.049515 [ 269 ] {17e4c056-35ed-4b9f-aadc-e0391a24f439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:35:52.050472 [ 269 ] {17e4c056-35ed-4b9f-aadc-e0391a24f439} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.050512 [ 269 ] {17e4c056-35ed-4b9f-aadc-e0391a24f439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.050936 [ 269 ] {17e4c056-35ed-4b9f-aadc-e0391a24f439} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:35:52.051171 [ 269 ] {17e4c056-35ed-4b9f-aadc-e0391a24f439} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.051335 [ 269 ] {17e4c056-35ed-4b9f-aadc-e0391a24f439} executeQuery: Read 410 rows, 26.63 KiB in 0.001943 sec., 211013.89603705608 rows/sec., 13.39 MiB/sec. 2026.01.09 00:35:52.051383 [ 269 ] {17e4c056-35ed-4b9f-aadc-e0391a24f439} TCPHandler: Processed in 0.002262944 sec. 2026.01.09 00:35:52.051513 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:52.051614 [ 269 ] {66c1aaaf-56a7-4916-9ced-118fbf1c35f6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:52.051657 [ 269 ] {66c1aaaf-56a7-4916-9ced-118fbf1c35f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:52.052782 [ 269 ] {66c1aaaf-56a7-4916-9ced-118fbf1c35f6} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.052818 [ 269 ] {66c1aaaf-56a7-4916-9ced-118fbf1c35f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.053183 [ 269 ] {66c1aaaf-56a7-4916-9ced-118fbf1c35f6} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:35:52.053396 [ 269 ] {66c1aaaf-56a7-4916-9ced-118fbf1c35f6} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.053525 [ 269 ] {66c1aaaf-56a7-4916-9ced-118fbf1c35f6} executeQuery: Read 1112 rows, 89.84 KiB in 0.001934 sec., 574974.1468459152 rows/sec., 45.37 MiB/sec. 2026.01.09 00:35:52.053528 [ 108 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.09 00:35:52.053565 [ 269 ] {66c1aaaf-56a7-4916-9ced-118fbf1c35f6} TCPHandler: Processed in 0.0021028 sec. 2026.01.09 00:35:52.053580 [ 108 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.053605 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.053693 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:52.053733 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.09 00:35:52.053795 [ 269 ] {2300ce74-9dc7-4ffb-ad0a-7fb34da84cc2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:52.053841 [ 269 ] {2300ce74-9dc7-4ffb-ad0a-7fb34da84cc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:52.053895 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:52.053938 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2466 rows starting from the beginning of the part 2026.01.09 00:35:52.054012 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 138 rows starting from the beginning of the part 2026.01.09 00:35:52.054064 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:35:52.054112 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part 2026.01.09 00:35:52.054157 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 138 rows starting from the beginning of the part 2026.01.09 00:35:52.054204 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:35:52.054329 [ 269 ] {2300ce74-9dc7-4ffb-ad0a-7fb34da84cc2} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.054373 [ 269 ] {2300ce74-9dc7-4ffb-ad0a-7fb34da84cc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.054734 [ 269 ] {2300ce74-9dc7-4ffb-ad0a-7fb34da84cc2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:35:52.054953 [ 269 ] {2300ce74-9dc7-4ffb-ad0a-7fb34da84cc2} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.055084 [ 108 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.09 00:35:52.055086 [ 269 ] {2300ce74-9dc7-4ffb-ad0a-7fb34da84cc2} executeQuery: Read 205 rows, 12.32 KiB in 0.00131 sec., 156488.54961832063 rows/sec., 9.18 MiB/sec. 2026.01.09 00:35:52.055124 [ 108 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.055147 [ 269 ] {2300ce74-9dc7-4ffb-ad0a-7fb34da84cc2} TCPHandler: Processed in 0.001508213 sec. 2026.01.09 00:35:52.055149 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.055260 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:52.055260 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.09 00:35:52.055360 [ 269 ] {43131df7-d569-4e0f-a6e9-f5c490459985} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:35:52.055376 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:52.055404 [ 269 ] {43131df7-d569-4e0f-a6e9-f5c490459985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:35:52.055407 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 278 rows starting from the beginning of the part 2026.01.09 00:35:52.055475 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 205 rows starting from the beginning of the part 2026.01.09 00:35:52.055519 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part 2026.01.09 00:35:52.055558 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 205 rows starting from the beginning of the part 2026.01.09 00:35:52.055597 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part 2026.01.09 00:35:52.055636 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 205 rows starting from the beginning of the part 2026.01.09 00:35:52.055904 [ 269 ] {43131df7-d569-4e0f-a6e9-f5c490459985} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.055945 [ 269 ] {43131df7-d569-4e0f-a6e9-f5c490459985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.056291 [ 269 ] {43131df7-d569-4e0f-a6e9-f5c490459985} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:35:52.056359 [ 187 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 6162 rows, containing 5 columns (5 merged, 0 gathered) in 0.002678177 sec., 2300818.803238173 rows/sec., 195.41 MiB/sec. 2026.01.09 00:35:52.056457 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 975 rows, containing 5 columns (5 merged, 0 gathered) in 0.001234806 sec., 789597.718184071 rows/sec., 51.15 MiB/sec. 2026.01.09 00:35:52.056508 [ 269 ] {43131df7-d569-4e0f-a6e9-f5c490459985} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.056634 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.09 00:35:52.056642 [ 105 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.09 00:35:52.056646 [ 269 ] {43131df7-d569-4e0f-a6e9-f5c490459985} executeQuery: Read 212 rows, 14.00 KiB in 0.001306 sec., 162327.71822358345 rows/sec., 10.47 MiB/sec. 2026.01.09 00:35:52.056686 [ 105 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.056690 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.09 00:35:52.056709 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.056703 [ 269 ] {43131df7-d569-4e0f-a6e9-f5c490459985} TCPHandler: Processed in 0.001493622 sec. 2026.01.09 00:35:52.056828 [ 187 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.09 00:35:52.056848 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:52.056955 [ 269 ] {65091648-039b-4e97-a6d9-2ef2e3eeec86} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:35:52.056961 [ 187 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:52.057009 [ 269 ] {65091648-039b-4e97-a6d9-2ef2e3eeec86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:35:52.057013 [ 187 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 466 rows starting from the beginning of the part 2026.01.09 00:35:52.057014 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.057042 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.057095 [ 187 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 440 rows starting from the beginning of the part 2026.01.09 00:35:52.057134 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_46_9} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.09 00:35:52.057140 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_56_11} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.09 00:35:52.057147 [ 187 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part 2026.01.09 00:35:52.057212 [ 187 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part 2026.01.09 00:35:52.057227 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.09 00:35:52.057254 [ 187 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 440 rows starting from the beginning of the part 2026.01.09 00:35:52.057278 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:35:52.057304 [ 187 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part 2026.01.09 00:35:52.057524 [ 269 ] {65091648-039b-4e97-a6d9-2ef2e3eeec86} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.057565 [ 269 ] {65091648-039b-4e97-a6d9-2ef2e3eeec86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.057910 [ 269 ] {65091648-039b-4e97-a6d9-2ef2e3eeec86} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:35:52.058136 [ 269 ] {65091648-039b-4e97-a6d9-2ef2e3eeec86} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.058272 [ 269 ] {65091648-039b-4e97-a6d9-2ef2e3eeec86} executeQuery: Read 211 rows, 12.27 KiB in 0.001336 sec., 157934.13173652696 rows/sec., 8.97 MiB/sec. 2026.01.09 00:35:52.058309 [ 269 ] {65091648-039b-4e97-a6d9-2ef2e3eeec86} TCPHandler: Processed in 0.001508213 sec. 2026.01.09 00:35:52.058429 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:52.058457 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1982 rows, containing 5 columns (5 merged, 0 gathered) in 0.001683138 sec., 1177562.3864472194 rows/sec., 82.01 MiB/sec. 2026.01.09 00:35:52.058558 [ 269 ] {17120f7a-e45c-4329-b0cd-40f956770eed} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:52.058611 [ 269 ] {17120f7a-e45c-4329-b0cd-40f956770eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:52.058651 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.09 00:35:52.058938 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.059014 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_26_5} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.09 00:35:52.059099 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:35:52.059405 [ 269 ] {17120f7a-e45c-4329-b0cd-40f956770eed} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.059446 [ 269 ] {17120f7a-e45c-4329-b0cd-40f956770eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.059798 [ 269 ] {17120f7a-e45c-4329-b0cd-40f956770eed} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:35:52.060000 [ 269 ] {17120f7a-e45c-4329-b0cd-40f956770eed} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.060100 [ 105 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.09 00:35:52.060128 [ 269 ] {17120f7a-e45c-4329-b0cd-40f956770eed} executeQuery: Read 679 rows, 48.47 KiB in 0.001595 sec., 425705.329153605 rows/sec., 29.68 MiB/sec. 2026.01.09 00:35:52.060133 [ 105 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.060159 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.060165 [ 269 ] {17120f7a-e45c-4329-b0cd-40f956770eed} TCPHandler: Processed in 0.001795911 sec. 2026.01.09 00:35:52.060243 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.09 00:35:52.060277 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:52.060338 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:52.060369 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1250 rows starting from the beginning of the part 2026.01.09 00:35:52.060371 [ 269 ] {ba4baea1-4604-419d-a28e-4e360dc92f0f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:35:52.060417 [ 269 ] {ba4baea1-4604-419d-a28e-4e360dc92f0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:35:52.060431 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 105 rows starting from the beginning of the part 2026.01.09 00:35:52.060482 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:35:52.060528 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part 2026.01.09 00:35:52.060571 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 105 rows starting from the beginning of the part 2026.01.09 00:35:52.060619 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 679 rows starting from the beginning of the part 2026.01.09 00:35:52.060747 [ 269 ] {ba4baea1-4604-419d-a28e-4e360dc92f0f} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.060781 [ 269 ] {ba4baea1-4604-419d-a28e-4e360dc92f0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.061081 [ 269 ] {ba4baea1-4604-419d-a28e-4e360dc92f0f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:35:52.061290 [ 269 ] {ba4baea1-4604-419d-a28e-4e360dc92f0f} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.061414 [ 269 ] {ba4baea1-4604-419d-a28e-4e360dc92f0f} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2026.01.09 00:35:52.061449 [ 269 ] {ba4baea1-4604-419d-a28e-4e360dc92f0f} TCPHandler: Processed in 0.001219395 sec. 2026.01.09 00:35:52.061557 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:52.061660 [ 269 ] {7cc6912f-f043-4e58-b17b-4abe9955c2ca} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:52.061705 [ 269 ] {7cc6912f-f043-4e58-b17b-4abe9955c2ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:52.061880 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 5 columns (5 merged, 0 gathered) in 0.001674358 sec., 1993599.9350198703 rows/sec., 150.80 MiB/sec. 2026.01.09 00:35:52.062024 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.09 00:35:52.062188 [ 269 ] {7cc6912f-f043-4e58-b17b-4abe9955c2ca} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.062224 [ 269 ] {7cc6912f-f043-4e58-b17b-4abe9955c2ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.062251 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.062312 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_56_11} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.09 00:35:52.062378 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.01.09 00:35:52.062633 [ 269 ] {7cc6912f-f043-4e58-b17b-4abe9955c2ca} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:35:52.062886 [ 269 ] {7cc6912f-f043-4e58-b17b-4abe9955c2ca} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.063037 [ 269 ] {7cc6912f-f043-4e58-b17b-4abe9955c2ca} executeQuery: Read 314 rows, 21.12 KiB in 0.001396 sec., 224928.36676217764 rows/sec., 14.78 MiB/sec. 2026.01.09 00:35:52.063037 [ 108 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.09 00:35:52.063087 [ 269 ] {7cc6912f-f043-4e58-b17b-4abe9955c2ca} TCPHandler: Processed in 0.001581065 sec. 2026.01.09 00:35:52.063098 [ 108 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.063130 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.063204 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.09 00:35:52.063306 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:52.063332 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15980 rows starting from the beginning of the part 2026.01.09 00:35:52.063382 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.01.09 00:35:52.063420 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 934 rows starting from the beginning of the part 2026.01.09 00:35:52.063458 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part 2026.01.09 00:35:52.063496 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.01.09 00:35:52.063537 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 314 rows starting from the beginning of the part 2026.01.09 00:35:52.064271 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:52.064375 [ 269 ] {c20ea200-3035-4a88-a075-ad50884a6c68} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:35:52.064419 [ 269 ] {c20ea200-3035-4a88-a075-ad50884a6c68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:35:52.064756 [ 269 ] {c20ea200-3035-4a88-a075-ad50884a6c68} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.064792 [ 269 ] {c20ea200-3035-4a88-a075-ad50884a6c68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.065131 [ 269 ] {c20ea200-3035-4a88-a075-ad50884a6c68} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:35:52.065359 [ 269 ] {c20ea200-3035-4a88-a075-ad50884a6c68} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.065502 [ 269 ] {c20ea200-3035-4a88-a075-ad50884a6c68} executeQuery: Read 1 rows, 69.00 B in 0.001145 sec., 873.3624454148472 rows/sec., 58.85 KiB/sec. 2026.01.09 00:35:52.065539 [ 269 ] {c20ea200-3035-4a88-a075-ad50884a6c68} TCPHandler: Processed in 0.001319537 sec. 2026.01.09 00:35:52.065644 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:52.065738 [ 269 ] {6c6f1cf7-dff0-4970-8d1e-bc22083a7e3a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:52.065779 [ 269 ] {6c6f1cf7-dff0-4970-8d1e-bc22083a7e3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:52.066134 [ 269 ] {6c6f1cf7-dff0-4970-8d1e-bc22083a7e3a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.066168 [ 269 ] {6c6f1cf7-dff0-4970-8d1e-bc22083a7e3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.066509 [ 269 ] {6c6f1cf7-dff0-4970-8d1e-bc22083a7e3a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:35:52.066738 [ 269 ] {6c6f1cf7-dff0-4970-8d1e-bc22083a7e3a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.066835 [ 105 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.09 00:35:52.066860 [ 105 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:52.066868 [ 269 ] {6c6f1cf7-dff0-4970-8d1e-bc22083a7e3a} executeQuery: Read 104 rows, 6.53 KiB in 0.001147 sec., 90671.3164777681 rows/sec., 5.56 MiB/sec. 2026.01.09 00:35:52.066875 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:52.066907 [ 269 ] {6c6f1cf7-dff0-4970-8d1e-bc22083a7e3a} TCPHandler: Processed in 0.001312187 sec. 2026.01.09 00:35:52.066948 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.09 00:35:52.067033 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:35:52.067062 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3520 rows starting from the beginning of the part 2026.01.09 00:35:52.067119 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.01.09 00:35:52.067160 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 80 rows starting from the beginning of the part 2026.01.09 00:35:52.067199 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part 2026.01.09 00:35:52.067236 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.01.09 00:35:52.067277 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 104 rows starting from the beginning of the part 2026.01.09 00:35:52.068593 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3848 rows, containing 4 columns (4 merged, 0 gathered) in 0.001673488 sec., 2299389.0604533763 rows/sec., 146.60 MiB/sec. 2026.01.09 00:35:52.068982 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.09 00:35:52.069228 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.069297 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_56_11} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.09 00:35:52.069299 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 17612 rows, containing 5 columns (5 merged, 0 gathered) in 0.006127534 sec., 2874239.4575044382 rows/sec., 193.40 MiB/sec. 2026.01.09 00:35:52.069370 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.09 00:35:52.069524 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.09 00:35:52.069779 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:52.069848 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_56_11} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.09 00:35:52.069922 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. 2026.01.09 00:35:53.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 288.34 MiB, peak 297.48 MiB, free memory in arenas 0.00 B, will set to 289.96 MiB (RSS), difference: 1.62 MiB 2026.01.09 00:35:54.903234 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1074 2026.01.09 00:35:54.905542 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:54.905600 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:54.906891 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:35:54.907177 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:54.907631 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1074 2026.01.09 00:35:57.041328 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:57.041533 [ 269 ] {86c7126d-6d9b-4830-981c-49da06dc4fc7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:35:57.041601 [ 269 ] {86c7126d-6d9b-4830-981c-49da06dc4fc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:35:57.042244 [ 269 ] {86c7126d-6d9b-4830-981c-49da06dc4fc7} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:57.042291 [ 269 ] {86c7126d-6d9b-4830-981c-49da06dc4fc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:57.042707 [ 269 ] {86c7126d-6d9b-4830-981c-49da06dc4fc7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.09 00:35:57.042955 [ 269 ] {86c7126d-6d9b-4830-981c-49da06dc4fc7} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:57.043138 [ 269 ] {86c7126d-6d9b-4830-981c-49da06dc4fc7} executeQuery: Read 14 rows, 1.14 KiB in 0.001648 sec., 8495.145631067962 rows/sec., 692.72 KiB/sec. 2026.01.09 00:35:57.043191 [ 269 ] {86c7126d-6d9b-4830-981c-49da06dc4fc7} TCPHandler: Processed in 0.001992476 sec. 2026.01.09 00:35:57.043324 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:57.043433 [ 269 ] {e5e69aba-effd-4972-9919-b01446457a4c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:35:57.043477 [ 269 ] {e5e69aba-effd-4972-9919-b01446457a4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:35:57.044046 [ 269 ] {e5e69aba-effd-4972-9919-b01446457a4c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:57.044084 [ 269 ] {e5e69aba-effd-4972-9919-b01446457a4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:57.044419 [ 269 ] {e5e69aba-effd-4972-9919-b01446457a4c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:35:57.044637 [ 269 ] {e5e69aba-effd-4972-9919-b01446457a4c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:57.044776 [ 269 ] {e5e69aba-effd-4972-9919-b01446457a4c} executeQuery: Read 145 rows, 12.78 KiB in 0.001365 sec., 106227.10622710624 rows/sec., 9.14 MiB/sec. 2026.01.09 00:35:57.044815 [ 269 ] {e5e69aba-effd-4972-9919-b01446457a4c} TCPHandler: Processed in 0.001542524 sec. 2026.01.09 00:35:57.044937 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:57.045036 [ 269 ] {97ab1a60-c277-4661-b027-1e8da319a382} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:35:57.045079 [ 269 ] {97ab1a60-c277-4661-b027-1e8da319a382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:35:57.045546 [ 269 ] {97ab1a60-c277-4661-b027-1e8da319a382} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:57.045581 [ 269 ] {97ab1a60-c277-4661-b027-1e8da319a382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:57.045887 [ 269 ] {97ab1a60-c277-4661-b027-1e8da319a382} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:35:57.046116 [ 269 ] {97ab1a60-c277-4661-b027-1e8da319a382} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:57.046251 [ 269 ] {97ab1a60-c277-4661-b027-1e8da319a382} executeQuery: Read 55 rows, 4.06 KiB in 0.001233 sec., 44606.65044606651 rows/sec., 3.22 MiB/sec. 2026.01.09 00:35:57.046290 [ 269 ] {97ab1a60-c277-4661-b027-1e8da319a382} TCPHandler: Processed in 0.00140364 sec. 2026.01.09 00:35:57.046399 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:57.046494 [ 269 ] {4d0c9759-0e00-4f03-9319-094683cba479} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:35:57.046534 [ 269 ] {4d0c9759-0e00-4f03-9319-094683cba479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:35:57.046980 [ 269 ] {4d0c9759-0e00-4f03-9319-094683cba479} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:57.047015 [ 269 ] {4d0c9759-0e00-4f03-9319-094683cba479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:57.047329 [ 269 ] {4d0c9759-0e00-4f03-9319-094683cba479} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:35:57.047546 [ 269 ] {4d0c9759-0e00-4f03-9319-094683cba479} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:57.047678 [ 269 ] {4d0c9759-0e00-4f03-9319-094683cba479} executeQuery: Read 119 rows, 9.54 KiB in 0.001202 sec., 99001.66389351082 rows/sec., 7.75 MiB/sec. 2026.01.09 00:35:57.047718 [ 269 ] {4d0c9759-0e00-4f03-9319-094683cba479} TCPHandler: Processed in 0.001371109 sec. 2026.01.09 00:35:57.047833 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:57.047929 [ 269 ] {c2faf198-1eaf-4892-ab34-db81f1313cfe} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:57.047972 [ 269 ] {c2faf198-1eaf-4892-ab34-db81f1313cfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:35:57.048418 [ 269 ] {c2faf198-1eaf-4892-ab34-db81f1313cfe} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:57.048455 [ 269 ] {c2faf198-1eaf-4892-ab34-db81f1313cfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:57.048789 [ 269 ] {c2faf198-1eaf-4892-ab34-db81f1313cfe} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:35:57.049003 [ 269 ] {c2faf198-1eaf-4892-ab34-db81f1313cfe} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:57.049136 [ 269 ] {c2faf198-1eaf-4892-ab34-db81f1313cfe} executeQuery: Read 167 rows, 11.90 KiB in 0.001225 sec., 136326.5306122449 rows/sec., 9.49 MiB/sec. 2026.01.09 00:35:57.049174 [ 269 ] {c2faf198-1eaf-4892-ab34-db81f1313cfe} TCPHandler: Processed in 0.00139152 sec. 2026.01.09 00:35:57.049281 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:57.049378 [ 269 ] {8d5a2808-7664-4d0a-9896-250f1b974420} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:35:57.049432 [ 269 ] {8d5a2808-7664-4d0a-9896-250f1b974420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:35:57.050328 [ 269 ] {8d5a2808-7664-4d0a-9896-250f1b974420} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:57.050365 [ 269 ] {8d5a2808-7664-4d0a-9896-250f1b974420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:57.050914 [ 269 ] {8d5a2808-7664-4d0a-9896-250f1b974420} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:35:57.051135 [ 269 ] {8d5a2808-7664-4d0a-9896-250f1b974420} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:57.051279 [ 269 ] {8d5a2808-7664-4d0a-9896-250f1b974420} executeQuery: Read 41 rows, 75.23 KiB in 0.001921 sec., 21343.050494534098 rows/sec., 38.25 MiB/sec. 2026.01.09 00:35:57.051341 [ 269 ] {8d5a2808-7664-4d0a-9896-250f1b974420} TCPHandler: Processed in 0.00210906 sec. 2026.01.09 00:35:57.051467 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:35:57.051564 [ 269 ] {4c09f4a1-34ef-4df0-8121-3bf2bbc910ef} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:35:57.051607 [ 269 ] {4c09f4a1-34ef-4df0-8121-3bf2bbc910ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:35:57.051952 [ 269 ] {4c09f4a1-34ef-4df0-8121-3bf2bbc910ef} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:57.051988 [ 269 ] {4c09f4a1-34ef-4df0-8121-3bf2bbc910ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:57.052302 [ 269 ] {4c09f4a1-34ef-4df0-8121-3bf2bbc910ef} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:35:57.052515 [ 269 ] {4c09f4a1-34ef-4df0-8121-3bf2bbc910ef} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:57.052647 [ 269 ] {4c09f4a1-34ef-4df0-8121-3bf2bbc910ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.01.09 00:35:57.052684 [ 269 ] {4c09f4a1-34ef-4df0-8121-3bf2bbc910ef} TCPHandler: Processed in 0.001268327 sec. 2026.01.09 00:35:57.366370 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16791 2026.01.09 00:35:57.366872 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:57.366908 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:57.367389 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:35:57.367616 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:57.367742 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16791 2026.01.09 00:35:58.258616 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.01.09 00:35:58.276901 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:35:58.276972 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:35:58.283398 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:35:58.284124 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:35:58.287290 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.01.09 00:36:02.049480 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:02.049671 [ 269 ] {85ee3946-96c3-4c25-95f8-774204cc7a71} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:36:02.049733 [ 269 ] {85ee3946-96c3-4c25-95f8-774204cc7a71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:36:02.050580 [ 269 ] {85ee3946-96c3-4c25-95f8-774204cc7a71} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.050625 [ 269 ] {85ee3946-96c3-4c25-95f8-774204cc7a71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.051035 [ 269 ] {85ee3946-96c3-4c25-95f8-774204cc7a71} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:36:02.051261 [ 269 ] {85ee3946-96c3-4c25-95f8-774204cc7a71} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.051423 [ 269 ] {85ee3946-96c3-4c25-95f8-774204cc7a71} executeQuery: Read 410 rows, 26.63 KiB in 0.001796 sec., 228285.07795100223 rows/sec., 14.48 MiB/sec. 2026.01.09 00:36:02.051474 [ 269 ] {85ee3946-96c3-4c25-95f8-774204cc7a71} TCPHandler: Processed in 0.002122601 sec. 2026.01.09 00:36:02.051600 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:02.051703 [ 269 ] {faba0494-2f16-49f2-99ac-d864e5a621e7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:02.051747 [ 269 ] {faba0494-2f16-49f2-99ac-d864e5a621e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:02.052686 [ 269 ] {faba0494-2f16-49f2-99ac-d864e5a621e7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.052723 [ 269 ] {faba0494-2f16-49f2-99ac-d864e5a621e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.053096 [ 269 ] {faba0494-2f16-49f2-99ac-d864e5a621e7} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:36:02.053310 [ 269 ] {faba0494-2f16-49f2-99ac-d864e5a621e7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.053456 [ 269 ] {faba0494-2f16-49f2-99ac-d864e5a621e7} executeQuery: Read 1112 rows, 89.84 KiB in 0.001775 sec., 626478.8732394365 rows/sec., 49.43 MiB/sec. 2026.01.09 00:36:02.053498 [ 269 ] {faba0494-2f16-49f2-99ac-d864e5a621e7} TCPHandler: Processed in 0.001951115 sec. 2026.01.09 00:36:02.053613 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:02.053711 [ 269 ] {88bdef58-4854-41ec-a029-2a7a463e4948} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:02.053752 [ 269 ] {88bdef58-4854-41ec-a029-2a7a463e4948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:02.054245 [ 269 ] {88bdef58-4854-41ec-a029-2a7a463e4948} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.054281 [ 269 ] {88bdef58-4854-41ec-a029-2a7a463e4948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.054615 [ 269 ] {88bdef58-4854-41ec-a029-2a7a463e4948} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:36:02.054828 [ 269 ] {88bdef58-4854-41ec-a029-2a7a463e4948} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.054965 [ 269 ] {88bdef58-4854-41ec-a029-2a7a463e4948} executeQuery: Read 205 rows, 12.32 KiB in 0.001272 sec., 161163.5220125786 rows/sec., 9.46 MiB/sec. 2026.01.09 00:36:02.055005 [ 269 ] {88bdef58-4854-41ec-a029-2a7a463e4948} TCPHandler: Processed in 0.001442011 sec. 2026.01.09 00:36:02.055117 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:02.055214 [ 269 ] {d407f4e6-86f7-431f-b7d9-93b76227ea9c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:36:02.055254 [ 269 ] {d407f4e6-86f7-431f-b7d9-93b76227ea9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:36:02.055751 [ 269 ] {d407f4e6-86f7-431f-b7d9-93b76227ea9c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.055787 [ 269 ] {d407f4e6-86f7-431f-b7d9-93b76227ea9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.056095 [ 269 ] {d407f4e6-86f7-431f-b7d9-93b76227ea9c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:36:02.056312 [ 269 ] {d407f4e6-86f7-431f-b7d9-93b76227ea9c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.056445 [ 269 ] {d407f4e6-86f7-431f-b7d9-93b76227ea9c} executeQuery: Read 212 rows, 14.00 KiB in 0.001249 sec., 169735.78863090475 rows/sec., 10.95 MiB/sec. 2026.01.09 00:36:02.056482 [ 269 ] {d407f4e6-86f7-431f-b7d9-93b76227ea9c} TCPHandler: Processed in 0.00141743 sec. 2026.01.09 00:36:02.056590 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:02.056685 [ 269 ] {a0cda293-be5d-4f80-b5a3-2439ceed4b49} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:36:02.056724 [ 269 ] {a0cda293-be5d-4f80-b5a3-2439ceed4b49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:36:02.057193 [ 269 ] {a0cda293-be5d-4f80-b5a3-2439ceed4b49} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.057228 [ 269 ] {a0cda293-be5d-4f80-b5a3-2439ceed4b49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.057545 [ 269 ] {a0cda293-be5d-4f80-b5a3-2439ceed4b49} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:36:02.057755 [ 269 ] {a0cda293-be5d-4f80-b5a3-2439ceed4b49} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.057884 [ 269 ] {a0cda293-be5d-4f80-b5a3-2439ceed4b49} executeQuery: Read 211 rows, 12.27 KiB in 0.001215 sec., 173662.55144032923 rows/sec., 9.86 MiB/sec. 2026.01.09 00:36:02.057922 [ 269 ] {a0cda293-be5d-4f80-b5a3-2439ceed4b49} TCPHandler: Processed in 0.001381039 sec. 2026.01.09 00:36:02.058030 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:02.058124 [ 269 ] {b018b624-51ae-40b4-94c2-c95cc0291747} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:02.058163 [ 269 ] {b018b624-51ae-40b4-94c2-c95cc0291747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:02.058813 [ 269 ] {b018b624-51ae-40b4-94c2-c95cc0291747} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.058849 [ 269 ] {b018b624-51ae-40b4-94c2-c95cc0291747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.059189 [ 269 ] {b018b624-51ae-40b4-94c2-c95cc0291747} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:36:02.059413 [ 269 ] {b018b624-51ae-40b4-94c2-c95cc0291747} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.059550 [ 269 ] {b018b624-51ae-40b4-94c2-c95cc0291747} executeQuery: Read 679 rows, 48.47 KiB in 0.001442 sec., 470873.78640776704 rows/sec., 32.82 MiB/sec. 2026.01.09 00:36:02.059587 [ 269 ] {b018b624-51ae-40b4-94c2-c95cc0291747} TCPHandler: Processed in 0.001607066 sec. 2026.01.09 00:36:02.059696 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:02.059791 [ 269 ] {6428715f-5f39-485d-99bb-e588e756a455} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:36:02.059833 [ 269 ] {6428715f-5f39-485d-99bb-e588e756a455} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:36:02.060172 [ 269 ] {6428715f-5f39-485d-99bb-e588e756a455} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.060207 [ 269 ] {6428715f-5f39-485d-99bb-e588e756a455} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.060512 [ 269 ] {6428715f-5f39-485d-99bb-e588e756a455} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:36:02.060718 [ 269 ] {6428715f-5f39-485d-99bb-e588e756a455} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.060828 [ 90 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.01.09 00:36:02.060848 [ 269 ] {6428715f-5f39-485d-99bb-e588e756a455} executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. 2026.01.09 00:36:02.060897 [ 90 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.060904 [ 269 ] {6428715f-5f39-485d-99bb-e588e756a455} TCPHandler: Processed in 0.001258595 sec. 2026.01.09 00:36:02.060926 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.061030 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:02.061050 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full 2026.01.09 00:36:02.061130 [ 269 ] {f40caf53-d468-4e0c-9e57-f5a3b7ec64a9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:02.061177 [ 269 ] {f40caf53-d468-4e0c-9e57-f5a3b7ec64a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:02.061208 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:02.061251 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 108 rows starting from the beginning of the part 2026.01.09 00:36:02.061321 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2026.01.09 00:36:02.061366 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2026.01.09 00:36:02.061408 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.01.09 00:36:02.061453 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2026.01.09 00:36:02.061493 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2026.01.09 00:36:02.061637 [ 269 ] {f40caf53-d468-4e0c-9e57-f5a3b7ec64a9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.061677 [ 269 ] {f40caf53-d468-4e0c-9e57-f5a3b7ec64a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.062053 [ 269 ] {f40caf53-d468-4e0c-9e57-f5a3b7ec64a9} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:36:02.062280 [ 269 ] {f40caf53-d468-4e0c-9e57-f5a3b7ec64a9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.062296 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.001302257 sec., 105969.86616313063 rows/sec., 5.41 MiB/sec. 2026.01.09 00:36:02.062426 [ 269 ] {f40caf53-d468-4e0c-9e57-f5a3b7ec64a9} executeQuery: Read 314 rows, 21.12 KiB in 0.001312 sec., 239329.26829268291 rows/sec., 15.72 MiB/sec. 2026.01.09 00:36:02.062470 [ 269 ] {f40caf53-d468-4e0c-9e57-f5a3b7ec64a9} TCPHandler: Processed in 0.001489052 sec. 2026.01.09 00:36:02.062482 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.09 00:36:02.062576 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:02.062677 [ 269 ] {510a0dee-9fed-460a-b666-6025181b94ab} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:36:02.062722 [ 269 ] {510a0dee-9fed-460a-b666-6025181b94ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:36:02.062795 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.062878 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_23_5} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.01.09 00:36:02.062980 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:36:02.063042 [ 269 ] {510a0dee-9fed-460a-b666-6025181b94ab} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.063083 [ 269 ] {510a0dee-9fed-460a-b666-6025181b94ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.063381 [ 269 ] {510a0dee-9fed-460a-b666-6025181b94ab} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:36:02.063598 [ 269 ] {510a0dee-9fed-460a-b666-6025181b94ab} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.063727 [ 269 ] {510a0dee-9fed-460a-b666-6025181b94ab} executeQuery: Read 1 rows, 69.00 B in 0.001066 sec., 938.0863039399624 rows/sec., 63.21 KiB/sec. 2026.01.09 00:36:02.063763 [ 269 ] {510a0dee-9fed-460a-b666-6025181b94ab} TCPHandler: Processed in 0.001236365 sec. 2026.01.09 00:36:02.063870 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:02.063964 [ 269 ] {e047beb9-39de-41d0-b631-782b3011dd30} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:02.064005 [ 269 ] {e047beb9-39de-41d0-b631-782b3011dd30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:02.064341 [ 269 ] {e047beb9-39de-41d0-b631-782b3011dd30} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:02.064377 [ 269 ] {e047beb9-39de-41d0-b631-782b3011dd30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:02.064686 [ 269 ] {e047beb9-39de-41d0-b631-782b3011dd30} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:36:02.064898 [ 269 ] {e047beb9-39de-41d0-b631-782b3011dd30} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:02.065030 [ 269 ] {e047beb9-39de-41d0-b631-782b3011dd30} executeQuery: Read 104 rows, 6.53 KiB in 0.001082 sec., 96118.29944547135 rows/sec., 5.89 MiB/sec. 2026.01.09 00:36:02.065067 [ 269 ] {e047beb9-39de-41d0-b631-782b3011dd30} TCPHandler: Processed in 0.001245886 sec. 2026.01.09 00:36:04.735692 [ 88 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:36:04.735744 [ 88 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:36:04.868739 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17239 2026.01.09 00:36:04.869220 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:04.869260 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:04.869749 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:36:04.869997 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:04.870124 [ 88 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.09 00:36:04.870136 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17239 2026.01.09 00:36:04.870164 [ 88 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:04.870184 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:04.870269 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.09 00:36:04.870354 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:04.870387 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14871 rows starting from the beginning of the part 2026.01.09 00:36:04.870445 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2026.01.09 00:36:04.870489 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2026.01.09 00:36:04.870531 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2026.01.09 00:36:04.870573 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2026.01.09 00:36:04.870614 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2026.01.09 00:36:04.872637 [ 198 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17239 rows, containing 4 columns (4 merged, 0 gathered) in 0.002401449 sec., 7178582.597423472 rows/sec., 102.69 MiB/sec. 2026.01.09 00:36:04.872947 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.09 00:36:04.873285 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:04.873375 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_36_7} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.09 00:36:04.873501 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.01.09 00:36:04.908747 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1108 2026.01.09 00:36:04.911140 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:04.911199 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:04.912415 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:36:04.912685 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:04.912843 [ 88 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.09 00:36:04.912891 [ 88 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:04.912913 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:04.912997 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.09 00:36:04.913031 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1108 2026.01.09 00:36:04.913559 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:04.913687 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 930 rows starting from the beginning of the part 2026.01.09 00:36:04.914015 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part 2026.01.09 00:36:04.914355 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part 2026.01.09 00:36:04.914706 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part 2026.01.09 00:36:04.915043 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part 2026.01.09 00:36:04.915380 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part 2026.01.09 00:36:04.922270 [ 193 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1108 rows, containing 72 columns (72 merged, 0 gathered) in 0.009308465 sec., 119031.44073700659 rows/sec., 97.91 MiB/sec. 2026.01.09 00:36:04.923356 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.09 00:36:04.923846 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:04.923915 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_26_5} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.09 00:36:04.924091 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.59 MiB. 2026.01.09 00:36:05.001166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 290.33 MiB, peak 297.48 MiB, free memory in arenas 0.00 B, will set to 291.35 MiB (RSS), difference: 1.02 MiB 2026.01.09 00:36:05.788295 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.01.09 00:36:05.805429 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:05.805484 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:05.812845 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:36:05.813598 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:05.813907 [ 86 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.09 00:36:05.813945 [ 86 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:05.813968 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:05.814098 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.09 00:36:05.816988 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.01.09 00:36:05.818432 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:05.820106 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.01.09 00:36:05.825140 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.01.09 00:36:05.830019 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.01.09 00:36:05.834638 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.01.09 00:36:05.839121 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.01.09 00:36:05.842930 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.01.09 00:36:05.896154 [ 199 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.082111717 sec., 3312.5601307301854 rows/sec., 17.13 MiB/sec. 2026.01.09 00:36:05.898147 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.09 00:36:05.900149 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:05.900258 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_36_7} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.09 00:36:05.901746 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.01.09 00:36:06.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 292.41 MiB, peak 304.30 MiB, free memory in arenas 0.00 B, will set to 294.17 MiB (RSS), difference: 1.76 MiB 2026.01.09 00:36:07.040438 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:07.040631 [ 269 ] {2424f798-5a23-45a8-953f-83194dc82602} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:07.040699 [ 269 ] {2424f798-5a23-45a8-953f-83194dc82602} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:07.041436 [ 269 ] {2424f798-5a23-45a8-953f-83194dc82602} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:07.041499 [ 269 ] {2424f798-5a23-45a8-953f-83194dc82602} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:07.041935 [ 269 ] {2424f798-5a23-45a8-953f-83194dc82602} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:36:07.042175 [ 269 ] {2424f798-5a23-45a8-953f-83194dc82602} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:07.042350 [ 269 ] {2424f798-5a23-45a8-953f-83194dc82602} executeQuery: Read 138 rows, 12.27 KiB in 0.001765 sec., 78186.96883852691 rows/sec., 6.79 MiB/sec. 2026.01.09 00:36:07.042403 [ 269 ] {2424f798-5a23-45a8-953f-83194dc82602} TCPHandler: Processed in 0.00209686 sec. 2026.01.09 00:36:07.042526 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:07.042632 [ 269 ] {b5cd757c-486f-4864-b390-9ed9c541b14a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:07.042680 [ 269 ] {b5cd757c-486f-4864-b390-9ed9c541b14a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:07.043112 [ 269 ] {b5cd757c-486f-4864-b390-9ed9c541b14a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:07.043150 [ 269 ] {b5cd757c-486f-4864-b390-9ed9c541b14a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:07.043468 [ 269 ] {b5cd757c-486f-4864-b390-9ed9c541b14a} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:36:07.043696 [ 269 ] {b5cd757c-486f-4864-b390-9ed9c541b14a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:07.043837 [ 269 ] {b5cd757c-486f-4864-b390-9ed9c541b14a} executeQuery: Read 41 rows, 3.08 KiB in 0.001227 sec., 33414.83292583537 rows/sec., 2.45 MiB/sec. 2026.01.09 00:36:07.043877 [ 269 ] {b5cd757c-486f-4864-b390-9ed9c541b14a} TCPHandler: Processed in 0.00140447 sec. 2026.01.09 00:36:07.043991 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:07.044095 [ 269 ] {68ac63d1-401b-41b1-82c1-7e3990970d2f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:07.044138 [ 269 ] {68ac63d1-401b-41b1-82c1-7e3990970d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:07.044577 [ 269 ] {68ac63d1-401b-41b1-82c1-7e3990970d2f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:07.044615 [ 269 ] {68ac63d1-401b-41b1-82c1-7e3990970d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:07.044926 [ 269 ] {68ac63d1-401b-41b1-82c1-7e3990970d2f} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:36:07.045145 [ 269 ] {68ac63d1-401b-41b1-82c1-7e3990970d2f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:07.045279 [ 269 ] {68ac63d1-401b-41b1-82c1-7e3990970d2f} executeQuery: Read 105 rows, 8.40 KiB in 0.001202 sec., 87354.40931780367 rows/sec., 6.82 MiB/sec. 2026.01.09 00:36:07.045321 [ 269 ] {68ac63d1-401b-41b1-82c1-7e3990970d2f} TCPHandler: Processed in 0.001380489 sec. 2026.01.09 00:36:07.045438 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:07.045535 [ 269 ] {11bf076c-672d-46f9-8c10-9d90fa1e87ff} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:07.045578 [ 269 ] {11bf076c-672d-46f9-8c10-9d90fa1e87ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:07.045983 [ 269 ] {11bf076c-672d-46f9-8c10-9d90fa1e87ff} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:07.046019 [ 269 ] {11bf076c-672d-46f9-8c10-9d90fa1e87ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:07.046377 [ 269 ] {11bf076c-672d-46f9-8c10-9d90fa1e87ff} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:36:07.046589 [ 269 ] {11bf076c-672d-46f9-8c10-9d90fa1e87ff} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:07.046721 [ 269 ] {11bf076c-672d-46f9-8c10-9d90fa1e87ff} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.01.09 00:36:07.046759 [ 269 ] {11bf076c-672d-46f9-8c10-9d90fa1e87ff} TCPHandler: Processed in 0.001370519 sec. 2026.01.09 00:36:07.046869 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:07.046965 [ 269 ] {484f532d-019a-409d-8012-bdd6a81d74cb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:07.047020 [ 269 ] {484f532d-019a-409d-8012-bdd6a81d74cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:36:07.047836 [ 269 ] {484f532d-019a-409d-8012-bdd6a81d74cb} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:07.047872 [ 269 ] {484f532d-019a-409d-8012-bdd6a81d74cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:07.048450 [ 269 ] {484f532d-019a-409d-8012-bdd6a81d74cb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:36:07.048678 [ 269 ] {484f532d-019a-409d-8012-bdd6a81d74cb} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:07.048789 [ 83 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.09 00:36:07.048818 [ 269 ] {484f532d-019a-409d-8012-bdd6a81d74cb} executeQuery: Read 41 rows, 75.23 KiB in 0.00187 sec., 21925.133689839575 rows/sec., 39.29 MiB/sec. 2026.01.09 00:36:07.048859 [ 83 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:07.048884 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:07.048893 [ 269 ] {484f532d-019a-409d-8012-bdd6a81d74cb} TCPHandler: Processed in 0.002071968 sec. 2026.01.09 00:36:07.048988 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.09 00:36:07.049025 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:07.049129 [ 269 ] {f941ce66-4714-4f77-be0b-7c9e8596811f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:07.049171 [ 269 ] {f941ce66-4714-4f77-be0b-7c9e8596811f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:07.049248 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:07.049313 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 737 rows starting from the beginning of the part 2026.01.09 00:36:07.049452 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:07.049529 [ 269 ] {f941ce66-4714-4f77-be0b-7c9e8596811f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:07.049561 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:07.049572 [ 269 ] {f941ce66-4714-4f77-be0b-7c9e8596811f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:07.049664 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:07.049758 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:07.049850 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:07.049925 [ 269 ] {f941ce66-4714-4f77-be0b-7c9e8596811f} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:36:07.050172 [ 269 ] {f941ce66-4714-4f77-be0b-7c9e8596811f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:07.050311 [ 269 ] {f941ce66-4714-4f77-be0b-7c9e8596811f} executeQuery: Read 60 rows, 4.14 KiB in 0.0012 sec., 50000.00000000001 rows/sec., 3.37 MiB/sec. 2026.01.09 00:36:07.050349 [ 269 ] {f941ce66-4714-4f77-be0b-7c9e8596811f} TCPHandler: Processed in 0.001375979 sec. 2026.01.09 00:36:07.066274 [ 189 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 942 rows, containing 19 columns (19 merged, 0 gathered) in 0.017333443 sec., 54345.81000439439 rows/sec., 97.39 MiB/sec. 2026.01.09 00:36:07.067685 [ 195 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.09 00:36:07.068017 [ 195 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:07.068089 [ 195 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_26_5} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.09 00:36:07.068177 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. 2026.01.09 00:36:08.000226 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 294.64 MiB, peak 304.30 MiB, free memory in arenas 0.00 B, will set to 298.67 MiB (RSS), difference: 4.03 MiB 2026.01.09 00:36:08.177401 [ 83 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.01.09 00:36:08.177471 [ 83 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:08.177496 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:08.177611 [ 192 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.01.09 00:36:08.177746 [ 192 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:08.177781 [ 192 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part 2026.01.09 00:36:08.177850 [ 192 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part 2026.01.09 00:36:08.177899 [ 192 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.01.09 00:36:08.177942 [ 192 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.01.09 00:36:08.177984 [ 192 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2026.01.09 00:36:08.178757 [ 189 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001195424 sec., 43499.210322028 rows/sec., 3.63 MiB/sec. 2026.01.09 00:36:08.178975 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.01.09 00:36:08.179348 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:08.179447 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_13_3} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.01.09 00:36:08.179569 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:36:09.496959 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.497191 [ 269 ] {d49225fc-1daf-497f-a09a-bc0c00228787} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:36:09.497281 [ 269 ] {d49225fc-1daf-497f-a09a-bc0c00228787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:36:09.498536 [ 269 ] {d49225fc-1daf-497f-a09a-bc0c00228787} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.498611 [ 269 ] {d49225fc-1daf-497f-a09a-bc0c00228787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.499158 [ 269 ] {d49225fc-1daf-497f-a09a-bc0c00228787} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:36:09.499525 [ 269 ] {d49225fc-1daf-497f-a09a-bc0c00228787} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.499810 [ 269 ] {d49225fc-1daf-497f-a09a-bc0c00228787} executeQuery: Read 410 rows, 26.63 KiB in 0.002663 sec., 153961.69733383402 rows/sec., 9.77 MiB/sec. 2026.01.09 00:36:09.499968 [ 269 ] {d49225fc-1daf-497f-a09a-bc0c00228787} TCPHandler: Processed in 0.003196971 sec. 2026.01.09 00:36:09.500171 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.500363 [ 269 ] {749f3fe7-c10b-4a12-a6f2-fd99026d2802} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:36:09.500427 [ 269 ] {749f3fe7-c10b-4a12-a6f2-fd99026d2802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:36:09.501152 [ 269 ] {749f3fe7-c10b-4a12-a6f2-fd99026d2802} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.501212 [ 269 ] {749f3fe7-c10b-4a12-a6f2-fd99026d2802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.501659 [ 269 ] {749f3fe7-c10b-4a12-a6f2-fd99026d2802} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.09 00:36:09.501977 [ 269 ] {749f3fe7-c10b-4a12-a6f2-fd99026d2802} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.502187 [ 269 ] {749f3fe7-c10b-4a12-a6f2-fd99026d2802} executeQuery: Read 2 rows, 167.00 B in 0.00189 sec., 1058.2010582010582 rows/sec., 86.29 KiB/sec. 2026.01.09 00:36:09.502261 [ 269 ] {749f3fe7-c10b-4a12-a6f2-fd99026d2802} TCPHandler: Processed in 0.002163992 sec. 2026.01.09 00:36:09.502503 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.502635 [ 269 ] {67b54476-f2ce-4846-91fd-3a215dcecc39} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:09.502694 [ 269 ] {67b54476-f2ce-4846-91fd-3a215dcecc39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:09.505635 [ 269 ] {67b54476-f2ce-4846-91fd-3a215dcecc39} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.505686 [ 269 ] {67b54476-f2ce-4846-91fd-3a215dcecc39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.506353 [ 269 ] {67b54476-f2ce-4846-91fd-3a215dcecc39} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:36:09.506700 [ 269 ] {67b54476-f2ce-4846-91fd-3a215dcecc39} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.506901 [ 269 ] {67b54476-f2ce-4846-91fd-3a215dcecc39} executeQuery: Read 2253 rows, 186.48 KiB in 0.004297 sec., 524319.2925296719 rows/sec., 42.38 MiB/sec. 2026.01.09 00:36:09.506973 [ 269 ] {67b54476-f2ce-4846-91fd-3a215dcecc39} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:36:09.507203 [ 269 ] {67b54476-f2ce-4846-91fd-3a215dcecc39} TCPHandler: Processed in 0.004758965 sec. 2026.01.09 00:36:09.507567 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.507796 [ 269 ] {e0b86287-363a-497c-95bc-b9d8c676d5b7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:09.507887 [ 269 ] {e0b86287-363a-497c-95bc-b9d8c676d5b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:09.508866 [ 269 ] {e0b86287-363a-497c-95bc-b9d8c676d5b7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.509019 [ 269 ] {e0b86287-363a-497c-95bc-b9d8c676d5b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.509474 [ 269 ] {e0b86287-363a-497c-95bc-b9d8c676d5b7} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:36:09.509751 [ 269 ] {e0b86287-363a-497c-95bc-b9d8c676d5b7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.509986 [ 269 ] {e0b86287-363a-497c-95bc-b9d8c676d5b7} executeQuery: Read 207 rows, 12.46 KiB in 0.002249 sec., 92040.9070698088 rows/sec., 5.41 MiB/sec. 2026.01.09 00:36:09.510113 [ 269 ] {e0b86287-363a-497c-95bc-b9d8c676d5b7} TCPHandler: Processed in 0.00278515 sec. 2026.01.09 00:36:09.511284 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.511457 [ 269 ] {f9e2a6e9-d2f8-4ce2-90d4-812c5835d314} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:36:09.511557 [ 269 ] {f9e2a6e9-d2f8-4ce2-90d4-812c5835d314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:36:09.513278 [ 269 ] {f9e2a6e9-d2f8-4ce2-90d4-812c5835d314} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.513337 [ 269 ] {f9e2a6e9-d2f8-4ce2-90d4-812c5835d314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.513937 [ 269 ] {f9e2a6e9-d2f8-4ce2-90d4-812c5835d314} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:36:09.514301 [ 269 ] {f9e2a6e9-d2f8-4ce2-90d4-812c5835d314} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.514542 [ 269 ] {f9e2a6e9-d2f8-4ce2-90d4-812c5835d314} executeQuery: Read 440 rows, 29.81 KiB in 0.003124 sec., 140845.0704225352 rows/sec., 9.32 MiB/sec. 2026.01.09 00:36:09.514620 [ 269 ] {f9e2a6e9-d2f8-4ce2-90d4-812c5835d314} TCPHandler: Processed in 0.003460909 sec. 2026.01.09 00:36:09.514848 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.514995 [ 269 ] {1616ec86-c41c-49b6-b7f6-39a7b31ec4ba} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:36:09.515057 [ 269 ] {1616ec86-c41c-49b6-b7f6-39a7b31ec4ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:36:09.516156 [ 269 ] {1616ec86-c41c-49b6-b7f6-39a7b31ec4ba} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.516210 [ 269 ] {1616ec86-c41c-49b6-b7f6-39a7b31ec4ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.516715 [ 269 ] {1616ec86-c41c-49b6-b7f6-39a7b31ec4ba} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:36:09.517186 [ 269 ] {1616ec86-c41c-49b6-b7f6-39a7b31ec4ba} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.517405 [ 269 ] {1616ec86-c41c-49b6-b7f6-39a7b31ec4ba} executeQuery: Read 211 rows, 12.27 KiB in 0.002444 sec., 86333.87888707037 rows/sec., 4.90 MiB/sec. 2026.01.09 00:36:09.517767 [ 269 ] {1616ec86-c41c-49b6-b7f6-39a7b31ec4ba} TCPHandler: Processed in 0.003012026 sec. 2026.01.09 00:36:09.518015 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.518410 [ 269 ] {2dbe6bf5-d83a-4d8f-bda8-d996cacc3a72} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:09.518478 [ 269 ] {2dbe6bf5-d83a-4d8f-bda8-d996cacc3a72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:09.520316 [ 269 ] {2dbe6bf5-d83a-4d8f-bda8-d996cacc3a72} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.520373 [ 269 ] {2dbe6bf5-d83a-4d8f-bda8-d996cacc3a72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.521243 [ 269 ] {2dbe6bf5-d83a-4d8f-bda8-d996cacc3a72} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:36:09.521644 [ 269 ] {2dbe6bf5-d83a-4d8f-bda8-d996cacc3a72} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.521902 [ 269 ] {2dbe6bf5-d83a-4d8f-bda8-d996cacc3a72} executeQuery: Read 1137 rows, 82.92 KiB in 0.003524 sec., 322644.721906924 rows/sec., 22.98 MiB/sec. 2026.01.09 00:36:09.522012 [ 269 ] {2dbe6bf5-d83a-4d8f-bda8-d996cacc3a72} TCPHandler: Processed in 0.004070006 sec. 2026.01.09 00:36:09.522218 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.522355 [ 269 ] {ae2d0aa2-a734-43a4-b05f-1c185afbc8f9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:36:09.522417 [ 269 ] {ae2d0aa2-a734-43a4-b05f-1c185afbc8f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:36:09.524185 [ 269 ] {ae2d0aa2-a734-43a4-b05f-1c185afbc8f9} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.524306 [ 269 ] {ae2d0aa2-a734-43a4-b05f-1c185afbc8f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.524891 [ 269 ] {ae2d0aa2-a734-43a4-b05f-1c185afbc8f9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:36:09.525458 [ 269 ] {ae2d0aa2-a734-43a4-b05f-1c185afbc8f9} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.525701 [ 269 ] {ae2d0aa2-a734-43a4-b05f-1c185afbc8f9} executeQuery: Read 6 rows, 321.00 B in 0.003403 sec., 1763.150161622098 rows/sec., 92.12 KiB/sec. 2026.01.09 00:36:09.525769 [ 269 ] {ae2d0aa2-a734-43a4-b05f-1c185afbc8f9} TCPHandler: Processed in 0.003664044 sec. 2026.01.09 00:36:09.525973 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.526103 [ 269 ] {31ae30b0-e050-4aee-82ce-3fd13b6d5243} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:09.526166 [ 269 ] {31ae30b0-e050-4aee-82ce-3fd13b6d5243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:09.527678 [ 269 ] {31ae30b0-e050-4aee-82ce-3fd13b6d5243} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.527777 [ 269 ] {31ae30b0-e050-4aee-82ce-3fd13b6d5243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.528506 [ 269 ] {31ae30b0-e050-4aee-82ce-3fd13b6d5243} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:36:09.528843 [ 269 ] {31ae30b0-e050-4aee-82ce-3fd13b6d5243} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.529129 [ 269 ] {31ae30b0-e050-4aee-82ce-3fd13b6d5243} executeQuery: Read 935 rows, 63.39 KiB in 0.003 sec., 311666.6666666667 rows/sec., 20.63 MiB/sec. 2026.01.09 00:36:09.529226 [ 269 ] {31ae30b0-e050-4aee-82ce-3fd13b6d5243} TCPHandler: Processed in 0.003283104 sec. 2026.01.09 00:36:09.529474 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.529623 [ 269 ] {b352c14d-68cd-4206-b631-ab95761d1baa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:36:09.529685 [ 269 ] {b352c14d-68cd-4206-b631-ab95761d1baa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:36:09.530686 [ 269 ] {b352c14d-68cd-4206-b631-ab95761d1baa} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.530750 [ 269 ] {b352c14d-68cd-4206-b631-ab95761d1baa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.531486 [ 269 ] {b352c14d-68cd-4206-b631-ab95761d1baa} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:36:09.531849 [ 269 ] {b352c14d-68cd-4206-b631-ab95761d1baa} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.532283 [ 269 ] {b352c14d-68cd-4206-b631-ab95761d1baa} executeQuery: Read 1 rows, 69.00 B in 0.002695 sec., 371.0575139146568 rows/sec., 25.00 KiB/sec. 2026.01.09 00:36:09.532414 [ 269 ] {b352c14d-68cd-4206-b631-ab95761d1baa} TCPHandler: Processed in 0.003034526 sec. 2026.01.09 00:36:09.532618 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:09.532807 [ 269 ] {5114f64d-f3d1-42ee-99a8-4f3dcad62b16} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:09.532872 [ 269 ] {5114f64d-f3d1-42ee-99a8-4f3dcad62b16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:09.533648 [ 269 ] {5114f64d-f3d1-42ee-99a8-4f3dcad62b16} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:09.533699 [ 269 ] {5114f64d-f3d1-42ee-99a8-4f3dcad62b16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.01.09 00:36:09.534179 [ 269 ] {5114f64d-f3d1-42ee-99a8-4f3dcad62b16} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:36:09.534510 [ 269 ] {5114f64d-f3d1-42ee-99a8-4f3dcad62b16} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:09.534810 [ 269 ] {5114f64d-f3d1-42ee-99a8-4f3dcad62b16} executeQuery: Read 80 rows, 4.87 KiB in 0.002038 sec., 39254.17075564279 rows/sec., 2.33 MiB/sec. 2026.01.09 00:36:09.534868 [ 269 ] {5114f64d-f3d1-42ee-99a8-4f3dcad62b16} TCPHandler: Processed in 0.002337636 sec. 2026.01.09 00:36:12.033934 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:12.034121 [ 269 ] {824552ad-ad9c-43ba-a05e-2b07f249e965} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:12.034183 [ 269 ] {824552ad-ad9c-43ba-a05e-2b07f249e965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:12.034880 [ 269 ] {824552ad-ad9c-43ba-a05e-2b07f249e965} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:12.034929 [ 269 ] {824552ad-ad9c-43ba-a05e-2b07f249e965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:12.035364 [ 269 ] {824552ad-ad9c-43ba-a05e-2b07f249e965} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:36:12.035632 [ 269 ] {824552ad-ad9c-43ba-a05e-2b07f249e965} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:12.035767 [ 73 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.09 00:36:12.035798 [ 269 ] {824552ad-ad9c-43ba-a05e-2b07f249e965} executeQuery: Read 56 rows, 4.41 KiB in 0.001723 sec., 32501.450957632038 rows/sec., 2.50 MiB/sec. 2026.01.09 00:36:12.035810 [ 73 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:12.035835 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:12.035846 [ 269 ] {824552ad-ad9c-43ba-a05e-2b07f249e965} TCPHandler: Processed in 0.002035658 sec. 2026.01.09 00:36:12.035953 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.09 00:36:12.035979 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:12.036100 [ 269 ] {e5a0b203-6b23-4ee5-aef3-bea3056d71ea} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:12.036115 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:12.036142 [ 269 ] {e5a0b203-6b23-4ee5-aef3-bea3056d71ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:12.036156 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2466 rows starting from the beginning of the part 2026.01.09 00:36:12.036234 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 145 rows starting from the beginning of the part 2026.01.09 00:36:12.036283 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:36:12.036331 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 138 rows starting from the beginning of the part 2026.01.09 00:36:12.036374 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:36:12.036419 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2026.01.09 00:36:12.036605 [ 269 ] {e5a0b203-6b23-4ee5-aef3-bea3056d71ea} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:12.036645 [ 269 ] {e5a0b203-6b23-4ee5-aef3-bea3056d71ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:12.036971 [ 269 ] {e5a0b203-6b23-4ee5-aef3-bea3056d71ea} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:36:12.037187 [ 269 ] {e5a0b203-6b23-4ee5-aef3-bea3056d71ea} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:12.037290 [ 73 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.09 00:36:12.037314 [ 73 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:12.037317 [ 269 ] {e5a0b203-6b23-4ee5-aef3-bea3056d71ea} executeQuery: Read 64 rows, 5.12 KiB in 0.001241 sec., 51571.313456889606 rows/sec., 4.03 MiB/sec. 2026.01.09 00:36:12.037331 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:12.037359 [ 269 ] {e5a0b203-6b23-4ee5-aef3-bea3056d71ea} TCPHandler: Processed in 0.001430241 sec. 2026.01.09 00:36:12.037455 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.09 00:36:12.037482 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:12.037593 [ 269 ] {91de729c-676b-46f4-ae10-344ff0da0ea5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:12.037605 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:12.037636 [ 269 ] {91de729c-676b-46f4-ae10-344ff0da0ea5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:12.037645 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1250 rows starting from the beginning of the part 2026.01.09 00:36:12.037721 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 119 rows starting from the beginning of the part 2026.01.09 00:36:12.037767 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 679 rows starting from the beginning of the part 2026.01.09 00:36:12.037807 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 105 rows starting from the beginning of the part 2026.01.09 00:36:12.037852 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:36:12.037894 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2026.01.09 00:36:12.038078 [ 269 ] {91de729c-676b-46f4-ae10-344ff0da0ea5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:12.038129 [ 269 ] {91de729c-676b-46f4-ae10-344ff0da0ea5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:12.038448 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 6170 rows, containing 5 columns (5 merged, 0 gathered) in 0.002551243 sec., 2418428.977561134 rows/sec., 205.37 MiB/sec. 2026.01.09 00:36:12.038753 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.09 00:36:12.038836 [ 269 ] {91de729c-676b-46f4-ae10-344ff0da0ea5} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:36:12.039046 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:12.039128 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_61_12} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.09 00:36:12.039185 [ 269 ] {91de729c-676b-46f4-ae10-344ff0da0ea5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:12.039210 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.09 00:36:12.039314 [ 73 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.09 00:36:12.039347 [ 73 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:12.039355 [ 269 ] {91de729c-676b-46f4-ae10-344ff0da0ea5} executeQuery: Read 64 rows, 4.56 KiB in 0.00178 sec., 35955.05617977528 rows/sec., 2.50 MiB/sec. 2026.01.09 00:36:12.039366 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:12.039361 [ 187 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3354 rows, containing 5 columns (5 merged, 0 gathered) in 0.001958325 sec., 1712688.1390984643 rows/sec., 129.61 MiB/sec. 2026.01.09 00:36:12.039402 [ 269 ] {91de729c-676b-46f4-ae10-344ff0da0ea5} TCPHandler: Processed in 0.001968406 sec. 2026.01.09 00:36:12.039438 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.09 00:36:12.039527 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:12.039550 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:12.039556 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17612 rows starting from the beginning of the part 2026.01.09 00:36:12.039604 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.09 00:36:12.039628 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 167 rows starting from the beginning of the part 2026.01.09 00:36:12.039671 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 314 rows starting from the beginning of the part 2026.01.09 00:36:12.039673 [ 269 ] {b11d2927-3943-49fc-af81-58d79633330c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:12.039710 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.01.09 00:36:12.039738 [ 269 ] {b11d2927-3943-49fc-af81-58d79633330c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:12.039750 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 935 rows starting from the beginning of the part 2026.01.09 00:36:12.039794 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2026.01.09 00:36:12.039889 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:12.039973 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_61_12} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.09 00:36:12.040052 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.09 00:36:12.040086 [ 269 ] {b11d2927-3943-49fc-af81-58d79633330c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:12.040127 [ 269 ] {b11d2927-3943-49fc-af81-58d79633330c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:12.040491 [ 269 ] {b11d2927-3943-49fc-af81-58d79633330c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:36:12.040708 [ 269 ] {b11d2927-3943-49fc-af81-58d79633330c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:12.040809 [ 73 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.09 00:36:12.040832 [ 73 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:12.040847 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:12.040861 [ 269 ] {b11d2927-3943-49fc-af81-58d79633330c} executeQuery: Read 24 rows, 1.66 KiB in 0.001213 sec., 19785.65539983512 rows/sec., 1.33 MiB/sec. 2026.01.09 00:36:12.040903 [ 269 ] {b11d2927-3943-49fc-af81-58d79633330c} TCPHandler: Processed in 0.001412441 sec. 2026.01.09 00:36:12.040928 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.09 00:36:12.041046 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:12.041079 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3848 rows starting from the beginning of the part 2026.01.09 00:36:12.041142 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.01.09 00:36:12.041183 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part 2026.01.09 00:36:12.041224 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.01.09 00:36:12.041261 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 80 rows starting from the beginning of the part 2026.01.09 00:36:12.041298 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part 2026.01.09 00:36:12.043018 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4176 rows, containing 4 columns (4 merged, 0 gathered) in 0.002124931 sec., 1965240.283096251 rows/sec., 125.26 MiB/sec. 2026.01.09 00:36:12.043418 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.09 00:36:12.043662 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:12.043733 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_61_12} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.09 00:36:12.043804 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.01.09 00:36:12.044934 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 19252 rows, containing 5 columns (5 merged, 0 gathered) in 0.005524738 sec., 3484690.133722178 rows/sec., 234.37 MiB/sec. 2026.01.09 00:36:12.045190 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.09 00:36:12.045433 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:12.045499 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_61_12} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.09 00:36:12.045584 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.21 MiB. 2026.01.09 00:36:12.370270 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17751 2026.01.09 00:36:12.370728 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:12.370767 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:12.371213 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:36:12.371442 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:12.371576 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17751 2026.01.09 00:36:13.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 299.13 MiB, peak 308.73 MiB, free memory in arenas 0.00 B, will set to 300.55 MiB (RSS), difference: 1.42 MiB 2026.01.09 00:36:13.317133 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.01.09 00:36:13.332550 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:13.332601 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:13.338325 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:36:13.339023 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:13.341672 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.01.09 00:36:14.913232 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1150 2026.01.09 00:36:14.915708 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:14.915751 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:14.916983 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:36:14.917241 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:14.917499 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1150 2026.01.09 00:36:17.040958 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:17.041166 [ 269 ] {762ca68b-075f-44ff-9a8a-4fb70555c458} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:17.041235 [ 269 ] {762ca68b-075f-44ff-9a8a-4fb70555c458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:17.042030 [ 269 ] {762ca68b-075f-44ff-9a8a-4fb70555c458} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:17.042074 [ 269 ] {762ca68b-075f-44ff-9a8a-4fb70555c458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:17.042482 [ 269 ] {762ca68b-075f-44ff-9a8a-4fb70555c458} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:36:17.042697 [ 269 ] {762ca68b-075f-44ff-9a8a-4fb70555c458} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:17.042848 [ 269 ] {762ca68b-075f-44ff-9a8a-4fb70555c458} executeQuery: Read 138 rows, 12.27 KiB in 0.001733 sec., 79630.69821119447 rows/sec., 6.91 MiB/sec. 2026.01.09 00:36:17.042888 [ 269 ] {762ca68b-075f-44ff-9a8a-4fb70555c458} TCPHandler: Processed in 0.002060688 sec. 2026.01.09 00:36:17.043020 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:17.043114 [ 269 ] {77d90e16-0975-4a7d-8e1a-cca855b5e487} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:17.043153 [ 269 ] {77d90e16-0975-4a7d-8e1a-cca855b5e487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:17.043564 [ 269 ] {77d90e16-0975-4a7d-8e1a-cca855b5e487} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:17.043599 [ 269 ] {77d90e16-0975-4a7d-8e1a-cca855b5e487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:17.043897 [ 269 ] {77d90e16-0975-4a7d-8e1a-cca855b5e487} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:36:17.044109 [ 269 ] {77d90e16-0975-4a7d-8e1a-cca855b5e487} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:17.044231 [ 64 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.09 00:36:17.044240 [ 269 ] {77d90e16-0975-4a7d-8e1a-cca855b5e487} executeQuery: Read 41 rows, 3.08 KiB in 0.001145 sec., 35807.86026200873 rows/sec., 2.63 MiB/sec. 2026.01.09 00:36:17.044303 [ 64 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:17.044320 [ 269 ] {77d90e16-0975-4a7d-8e1a-cca855b5e487} TCPHandler: Processed in 0.001348319 sec. 2026.01.09 00:36:17.044336 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:17.044437 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:17.044458 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.09 00:36:17.044534 [ 269 ] {7342b076-ea4f-40d9-a1b5-5b05448c5895} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:17.044573 [ 269 ] {7342b076-ea4f-40d9-a1b5-5b05448c5895} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:17.044574 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:17.044615 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 278 rows starting from the beginning of the part 2026.01.09 00:36:17.044679 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 55 rows starting from the beginning of the part 2026.01.09 00:36:17.044728 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 205 rows starting from the beginning of the part 2026.01.09 00:36:17.044774 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:17.044819 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 207 rows starting from the beginning of the part 2026.01.09 00:36:17.044863 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:17.045002 [ 269 ] {7342b076-ea4f-40d9-a1b5-5b05448c5895} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:17.045037 [ 269 ] {7342b076-ea4f-40d9-a1b5-5b05448c5895} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:17.045361 [ 269 ] {7342b076-ea4f-40d9-a1b5-5b05448c5895} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:36:17.045559 [ 269 ] {7342b076-ea4f-40d9-a1b5-5b05448c5895} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:17.045654 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 827 rows, containing 5 columns (5 merged, 0 gathered) in 0.001241426 sec., 666169.3890735332 rows/sec., 44.04 MiB/sec. 2026.01.09 00:36:17.045686 [ 269 ] {7342b076-ea4f-40d9-a1b5-5b05448c5895} executeQuery: Read 105 rows, 8.40 KiB in 0.00117 sec., 89743.58974358974 rows/sec., 7.01 MiB/sec. 2026.01.09 00:36:17.045723 [ 269 ] {7342b076-ea4f-40d9-a1b5-5b05448c5895} TCPHandler: Processed in 0.001333118 sec. 2026.01.09 00:36:17.045759 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.09 00:36:17.045836 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:17.045930 [ 269 ] {9dc81453-7001-44f4-ac41-89e6a0f7a04d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:17.045973 [ 269 ] {9dc81453-7001-44f4-ac41-89e6a0f7a04d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:17.045980 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:17.046051 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_51_10} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.09 00:36:17.046110 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:36:17.046376 [ 269 ] {9dc81453-7001-44f4-ac41-89e6a0f7a04d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:17.046410 [ 269 ] {9dc81453-7001-44f4-ac41-89e6a0f7a04d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:17.046733 [ 269 ] {9dc81453-7001-44f4-ac41-89e6a0f7a04d} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:36:17.046933 [ 269 ] {9dc81453-7001-44f4-ac41-89e6a0f7a04d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:17.047056 [ 269 ] {9dc81453-7001-44f4-ac41-89e6a0f7a04d} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2026.01.09 00:36:17.047092 [ 269 ] {9dc81453-7001-44f4-ac41-89e6a0f7a04d} TCPHandler: Processed in 0.001303217 sec. 2026.01.09 00:36:17.047198 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:17.047292 [ 269 ] {6abdf419-a0eb-4ead-be54-22ff8063d383} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:17.047344 [ 269 ] {6abdf419-a0eb-4ead-be54-22ff8063d383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:36:17.048217 [ 269 ] {6abdf419-a0eb-4ead-be54-22ff8063d383} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:17.048254 [ 269 ] {6abdf419-a0eb-4ead-be54-22ff8063d383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:17.048824 [ 269 ] {6abdf419-a0eb-4ead-be54-22ff8063d383} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:36:17.049039 [ 269 ] {6abdf419-a0eb-4ead-be54-22ff8063d383} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:17.049172 [ 269 ] {6abdf419-a0eb-4ead-be54-22ff8063d383} executeQuery: Read 41 rows, 75.23 KiB in 0.001898 sec., 21601.68598524763 rows/sec., 38.71 MiB/sec. 2026.01.09 00:36:17.049224 [ 269 ] {6abdf419-a0eb-4ead-be54-22ff8063d383} TCPHandler: Processed in 0.00207251 sec. 2026.01.09 00:36:17.049338 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:17.049432 [ 269 ] {bd15148a-dd25-4a2f-9955-ae7d4be826c1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:17.049472 [ 269 ] {bd15148a-dd25-4a2f-9955-ae7d4be826c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:17.049802 [ 269 ] {bd15148a-dd25-4a2f-9955-ae7d4be826c1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:17.049837 [ 269 ] {bd15148a-dd25-4a2f-9955-ae7d4be826c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:17.050155 [ 269 ] {bd15148a-dd25-4a2f-9955-ae7d4be826c1} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:36:17.050355 [ 269 ] {bd15148a-dd25-4a2f-9955-ae7d4be826c1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:17.050481 [ 269 ] {bd15148a-dd25-4a2f-9955-ae7d4be826c1} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.01.09 00:36:17.050517 [ 269 ] {bd15148a-dd25-4a2f-9955-ae7d4be826c1} TCPHandler: Processed in 0.001227425 sec. 2026.01.09 00:36:19.735818 [ 57 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:36:19.735900 [ 57 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:36:19.872599 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18199 2026.01.09 00:36:19.873078 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:19.873124 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:19.873606 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:36:19.873829 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:19.873973 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18199 2026.01.09 00:36:20.842712 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.01.09 00:36:20.859010 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:20.859074 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:20.865176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:36:20.865916 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:20.869651 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.01.09 00:36:22.050260 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:22.050453 [ 269 ] {2d5cb671-acd6-42a2-975c-a20d980222e1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:36:22.050525 [ 269 ] {2d5cb671-acd6-42a2-975c-a20d980222e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:36:22.051347 [ 269 ] {2d5cb671-acd6-42a2-975c-a20d980222e1} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:22.051399 [ 269 ] {2d5cb671-acd6-42a2-975c-a20d980222e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:22.051792 [ 269 ] {2d5cb671-acd6-42a2-975c-a20d980222e1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:36:22.052012 [ 269 ] {2d5cb671-acd6-42a2-975c-a20d980222e1} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:22.052171 [ 269 ] {2d5cb671-acd6-42a2-975c-a20d980222e1} executeQuery: Read 410 rows, 26.63 KiB in 0.001769 sec., 231769.36122102884 rows/sec., 14.70 MiB/sec. 2026.01.09 00:36:22.052220 [ 269 ] {2d5cb671-acd6-42a2-975c-a20d980222e1} TCPHandler: Processed in 0.002096159 sec. 2026.01.09 00:36:22.052340 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:22.052442 [ 269 ] {379c38b8-2619-4380-8668-2e6789bea266} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:22.052485 [ 269 ] {379c38b8-2619-4380-8668-2e6789bea266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:22.053278 [ 269 ] {379c38b8-2619-4380-8668-2e6789bea266} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:22.053316 [ 269 ] {379c38b8-2619-4380-8668-2e6789bea266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:22.053674 [ 269 ] {379c38b8-2619-4380-8668-2e6789bea266} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:36:22.053877 [ 269 ] {379c38b8-2619-4380-8668-2e6789bea266} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:22.054005 [ 269 ] {379c38b8-2619-4380-8668-2e6789bea266} executeQuery: Read 1112 rows, 89.84 KiB in 0.001587 sec., 700693.131695022 rows/sec., 55.28 MiB/sec. 2026.01.09 00:36:22.054043 [ 269 ] {379c38b8-2619-4380-8668-2e6789bea266} TCPHandler: Processed in 0.00175497 sec. 2026.01.09 00:36:22.054156 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:22.054252 [ 269 ] {12008824-b528-4287-9b12-a313576435b4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:22.054293 [ 269 ] {12008824-b528-4287-9b12-a313576435b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:22.054750 [ 269 ] {12008824-b528-4287-9b12-a313576435b4} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:22.054785 [ 269 ] {12008824-b528-4287-9b12-a313576435b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:22.055091 [ 269 ] {12008824-b528-4287-9b12-a313576435b4} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:36:22.055295 [ 269 ] {12008824-b528-4287-9b12-a313576435b4} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:22.055422 [ 269 ] {12008824-b528-4287-9b12-a313576435b4} executeQuery: Read 205 rows, 12.32 KiB in 0.00119 sec., 172268.9075630252 rows/sec., 10.11 MiB/sec. 2026.01.09 00:36:22.055458 [ 269 ] {12008824-b528-4287-9b12-a313576435b4} TCPHandler: Processed in 0.001351609 sec. 2026.01.09 00:36:22.055556 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:22.055648 [ 269 ] {71ecb3ae-2566-43de-969a-2464292d3d2c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:36:22.055685 [ 269 ] {71ecb3ae-2566-43de-969a-2464292d3d2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:36:22.056145 [ 269 ] {71ecb3ae-2566-43de-969a-2464292d3d2c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:22.056179 [ 269 ] {71ecb3ae-2566-43de-969a-2464292d3d2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:22.056468 [ 269 ] {71ecb3ae-2566-43de-969a-2464292d3d2c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:36:22.056669 [ 269 ] {71ecb3ae-2566-43de-969a-2464292d3d2c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:22.056795 [ 269 ] {71ecb3ae-2566-43de-969a-2464292d3d2c} executeQuery: Read 212 rows, 14.00 KiB in 0.001166 sec., 181818.18181818182 rows/sec., 11.73 MiB/sec. 2026.01.09 00:36:22.056832 [ 269 ] {71ecb3ae-2566-43de-969a-2464292d3d2c} TCPHandler: Processed in 0.001323668 sec. 2026.01.09 00:36:22.056947 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:22.057039 [ 269 ] {01009092-e35e-420c-b798-f4aeede615e8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:36:22.057077 [ 269 ] {01009092-e35e-420c-b798-f4aeede615e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:36:22.057557 [ 269 ] {01009092-e35e-420c-b798-f4aeede615e8} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:22.057591 [ 269 ] {01009092-e35e-420c-b798-f4aeede615e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:22.057883 [ 269 ] {01009092-e35e-420c-b798-f4aeede615e8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:36:22.058081 [ 269 ] {01009092-e35e-420c-b798-f4aeede615e8} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:22.058205 [ 269 ] {01009092-e35e-420c-b798-f4aeede615e8} executeQuery: Read 211 rows, 12.27 KiB in 0.001184 sec., 178209.45945945947 rows/sec., 10.12 MiB/sec. 2026.01.09 00:36:22.058242 [ 269 ] {01009092-e35e-420c-b798-f4aeede615e8} TCPHandler: Processed in 0.001342668 sec. 2026.01.09 00:36:22.058356 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:22.058448 [ 269 ] {f7407dba-ede3-4927-a30f-312eefcda09c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:22.058485 [ 269 ] {f7407dba-ede3-4927-a30f-312eefcda09c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:22.059115 [ 269 ] {f7407dba-ede3-4927-a30f-312eefcda09c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:22.059150 [ 269 ] {f7407dba-ede3-4927-a30f-312eefcda09c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:22.059463 [ 269 ] {f7407dba-ede3-4927-a30f-312eefcda09c} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:36:22.059667 [ 269 ] {f7407dba-ede3-4927-a30f-312eefcda09c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:22.059789 [ 269 ] {f7407dba-ede3-4927-a30f-312eefcda09c} executeQuery: Read 679 rows, 48.47 KiB in 0.001359 sec., 499632.0824135394 rows/sec., 34.83 MiB/sec. 2026.01.09 00:36:22.059826 [ 269 ] {f7407dba-ede3-4927-a30f-312eefcda09c} TCPHandler: Processed in 0.001517523 sec. 2026.01.09 00:36:22.059939 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:22.060031 [ 269 ] {bf14b810-07e3-4c40-a0fc-3feed1bc9cb4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:36:22.060071 [ 269 ] {bf14b810-07e3-4c40-a0fc-3feed1bc9cb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:36:22.060394 [ 269 ] {bf14b810-07e3-4c40-a0fc-3feed1bc9cb4} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:22.060428 [ 269 ] {bf14b810-07e3-4c40-a0fc-3feed1bc9cb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:22.060720 [ 269 ] {bf14b810-07e3-4c40-a0fc-3feed1bc9cb4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:36:22.060920 [ 269 ] {bf14b810-07e3-4c40-a0fc-3feed1bc9cb4} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:22.061045 [ 269 ] {bf14b810-07e3-4c40-a0fc-3feed1bc9cb4} executeQuery: Read 6 rows, 321.00 B in 0.001031 sec., 5819.592628516004 rows/sec., 304.05 KiB/sec. 2026.01.09 00:36:22.061079 [ 269 ] {bf14b810-07e3-4c40-a0fc-3feed1bc9cb4} TCPHandler: Processed in 0.001188284 sec. 2026.01.09 00:36:22.061187 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:22.061280 [ 269 ] {7bbe7ed8-dccf-4e8d-ba5a-647dcb493917} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:22.061322 [ 269 ] {7bbe7ed8-dccf-4e8d-ba5a-647dcb493917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:22.061739 [ 269 ] {7bbe7ed8-dccf-4e8d-ba5a-647dcb493917} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:22.061773 [ 269 ] {7bbe7ed8-dccf-4e8d-ba5a-647dcb493917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:22.062093 [ 269 ] {7bbe7ed8-dccf-4e8d-ba5a-647dcb493917} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:36:22.062289 [ 269 ] {7bbe7ed8-dccf-4e8d-ba5a-647dcb493917} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:22.062415 [ 269 ] {7bbe7ed8-dccf-4e8d-ba5a-647dcb493917} executeQuery: Read 314 rows, 21.12 KiB in 0.001153 sec., 272333.04423243715 rows/sec., 17.89 MiB/sec. 2026.01.09 00:36:22.062452 [ 269 ] {7bbe7ed8-dccf-4e8d-ba5a-647dcb493917} TCPHandler: Processed in 0.001312407 sec. 2026.01.09 00:36:22.062560 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:22.062651 [ 269 ] {f2e3b04f-9146-4d5a-9c3e-428a523d6b4b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:36:22.062691 [ 269 ] {f2e3b04f-9146-4d5a-9c3e-428a523d6b4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:36:22.062991 [ 269 ] {f2e3b04f-9146-4d5a-9c3e-428a523d6b4b} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:22.063025 [ 269 ] {f2e3b04f-9146-4d5a-9c3e-428a523d6b4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:22.063302 [ 269 ] {f2e3b04f-9146-4d5a-9c3e-428a523d6b4b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:36:22.063507 [ 269 ] {f2e3b04f-9146-4d5a-9c3e-428a523d6b4b} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:22.063629 [ 269 ] {f2e3b04f-9146-4d5a-9c3e-428a523d6b4b} executeQuery: Read 1 rows, 69.00 B in 0.000996 sec., 1004.0160642570282 rows/sec., 67.65 KiB/sec. 2026.01.09 00:36:22.063664 [ 269 ] {f2e3b04f-9146-4d5a-9c3e-428a523d6b4b} TCPHandler: Processed in 0.001150652 sec. 2026.01.09 00:36:22.063773 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:22.063864 [ 269 ] {a62819d9-06ce-4c6e-9179-5be13f0559d8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:22.063903 [ 269 ] {a62819d9-06ce-4c6e-9179-5be13f0559d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:22.064219 [ 269 ] {a62819d9-06ce-4c6e-9179-5be13f0559d8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:22.064254 [ 269 ] {a62819d9-06ce-4c6e-9179-5be13f0559d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:22.064546 [ 269 ] {a62819d9-06ce-4c6e-9179-5be13f0559d8} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:36:22.064743 [ 269 ] {a62819d9-06ce-4c6e-9179-5be13f0559d8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:22.064863 [ 269 ] {a62819d9-06ce-4c6e-9179-5be13f0559d8} executeQuery: Read 104 rows, 6.53 KiB in 0.001017 sec., 102261.55358898723 rows/sec., 6.27 MiB/sec. 2026.01.09 00:36:22.064898 [ 269 ] {a62819d9-06ce-4c6e-9179-5be13f0559d8} TCPHandler: Processed in 0.001172663 sec. 2026.01.09 00:36:24.917781 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1182 2026.01.09 00:36:24.920012 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:24.920057 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:24.921210 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:36:24.921464 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:24.921719 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1182 2026.01.09 00:36:27.040838 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:27.041040 [ 269 ] {a816fad8-677c-48d0-bf30-f2a3ba619002} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:36:27.041105 [ 269 ] {a816fad8-677c-48d0-bf30-f2a3ba619002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:36:27.041778 [ 269 ] {a816fad8-677c-48d0-bf30-f2a3ba619002} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:27.041827 [ 269 ] {a816fad8-677c-48d0-bf30-f2a3ba619002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:27.042210 [ 269 ] {a816fad8-677c-48d0-bf30-f2a3ba619002} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.09 00:36:27.042428 [ 269 ] {a816fad8-677c-48d0-bf30-f2a3ba619002} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:27.042581 [ 269 ] {a816fad8-677c-48d0-bf30-f2a3ba619002} executeQuery: Read 2 rows, 167.00 B in 0.001586 sec., 1261.034047919294 rows/sec., 102.83 KiB/sec. 2026.01.09 00:36:27.042621 [ 269 ] {a816fad8-677c-48d0-bf30-f2a3ba619002} TCPHandler: Processed in 0.001907725 sec. 2026.01.09 00:36:27.042745 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:27.042838 [ 269 ] {84c61113-36b7-4d50-8713-2be8053ad42d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:27.042877 [ 269 ] {84c61113-36b7-4d50-8713-2be8053ad42d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:27.043431 [ 269 ] {84c61113-36b7-4d50-8713-2be8053ad42d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:27.043467 [ 269 ] {84c61113-36b7-4d50-8713-2be8053ad42d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:27.043782 [ 269 ] {84c61113-36b7-4d50-8713-2be8053ad42d} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:36:27.043997 [ 269 ] {84c61113-36b7-4d50-8713-2be8053ad42d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:27.044124 [ 269 ] {84c61113-36b7-4d50-8713-2be8053ad42d} executeQuery: Read 139 rows, 12.34 KiB in 0.001304 sec., 106595.09202453987 rows/sec., 9.24 MiB/sec. 2026.01.09 00:36:27.044161 [ 269 ] {84c61113-36b7-4d50-8713-2be8053ad42d} TCPHandler: Processed in 0.001463391 sec. 2026.01.09 00:36:27.044282 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:27.044376 [ 269 ] {43a5b162-8ec7-4d41-9c82-cec5d3b37482} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:27.044416 [ 269 ] {43a5b162-8ec7-4d41-9c82-cec5d3b37482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:27.044892 [ 269 ] {43a5b162-8ec7-4d41-9c82-cec5d3b37482} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:27.044929 [ 269 ] {43a5b162-8ec7-4d41-9c82-cec5d3b37482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:27.045226 [ 269 ] {43a5b162-8ec7-4d41-9c82-cec5d3b37482} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:36:27.045427 [ 269 ] {43a5b162-8ec7-4d41-9c82-cec5d3b37482} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:27.045554 [ 269 ] {43a5b162-8ec7-4d41-9c82-cec5d3b37482} executeQuery: Read 43 rows, 3.22 KiB in 0.001197 sec., 35923.141186299086 rows/sec., 2.63 MiB/sec. 2026.01.09 00:36:27.045591 [ 269 ] {43a5b162-8ec7-4d41-9c82-cec5d3b37482} TCPHandler: Processed in 0.001357538 sec. 2026.01.09 00:36:27.045705 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:27.045798 [ 269 ] {82b23926-755d-4907-8e43-8db725af4445} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:27.045837 [ 269 ] {82b23926-755d-4907-8e43-8db725af4445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:27.046321 [ 269 ] {82b23926-755d-4907-8e43-8db725af4445} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:27.046357 [ 269 ] {82b23926-755d-4907-8e43-8db725af4445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:27.046669 [ 269 ] {82b23926-755d-4907-8e43-8db725af4445} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:36:27.046870 [ 269 ] {82b23926-755d-4907-8e43-8db725af4445} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:27.046995 [ 269 ] {82b23926-755d-4907-8e43-8db725af4445} executeQuery: Read 107 rows, 8.56 KiB in 0.001215 sec., 88065.84362139918 rows/sec., 6.88 MiB/sec. 2026.01.09 00:36:27.047033 [ 269 ] {82b23926-755d-4907-8e43-8db725af4445} TCPHandler: Processed in 0.001375089 sec. 2026.01.09 00:36:27.047148 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:27.047253 [ 269 ] {6c6ee827-c566-414c-8681-065c6e0fdeaf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:27.047295 [ 269 ] {6c6ee827-c566-414c-8681-065c6e0fdeaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:27.047720 [ 269 ] {6c6ee827-c566-414c-8681-065c6e0fdeaf} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:27.047755 [ 269 ] {6c6ee827-c566-414c-8681-065c6e0fdeaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:27.048074 [ 269 ] {6c6ee827-c566-414c-8681-065c6e0fdeaf} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:36:27.048271 [ 269 ] {6c6ee827-c566-414c-8681-065c6e0fdeaf} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:27.048395 [ 269 ] {6c6ee827-c566-414c-8681-065c6e0fdeaf} executeQuery: Read 161 rows, 11.48 KiB in 0.001162 sec., 138554.21686746986 rows/sec., 9.65 MiB/sec. 2026.01.09 00:36:27.048432 [ 269 ] {6c6ee827-c566-414c-8681-065c6e0fdeaf} TCPHandler: Processed in 0.001332398 sec. 2026.01.09 00:36:27.048549 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:27.048642 [ 269 ] {e06c17f5-652b-4576-8b36-00f9f756bd86} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:27.048696 [ 269 ] {e06c17f5-652b-4576-8b36-00f9f756bd86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:36:27.049551 [ 269 ] {e06c17f5-652b-4576-8b36-00f9f756bd86} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:27.049585 [ 269 ] {e06c17f5-652b-4576-8b36-00f9f756bd86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:27.050123 [ 269 ] {e06c17f5-652b-4576-8b36-00f9f756bd86} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:36:27.050334 [ 269 ] {e06c17f5-652b-4576-8b36-00f9f756bd86} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:27.050464 [ 269 ] {e06c17f5-652b-4576-8b36-00f9f756bd86} executeQuery: Read 41 rows, 75.23 KiB in 0.00184 sec., 22282.608695652172 rows/sec., 39.93 MiB/sec. 2026.01.09 00:36:27.050514 [ 269 ] {e06c17f5-652b-4576-8b36-00f9f756bd86} TCPHandler: Processed in 0.002011637 sec. 2026.01.09 00:36:27.050628 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:27.050722 [ 269 ] {f02cb482-203a-4896-8b6f-c3c87333600e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:27.050762 [ 269 ] {f02cb482-203a-4896-8b6f-c3c87333600e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:27.051087 [ 269 ] {f02cb482-203a-4896-8b6f-c3c87333600e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:27.051121 [ 269 ] {f02cb482-203a-4896-8b6f-c3c87333600e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:27.051420 [ 269 ] {f02cb482-203a-4896-8b6f-c3c87333600e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:36:27.051622 [ 269 ] {f02cb482-203a-4896-8b6f-c3c87333600e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:27.051745 [ 269 ] {f02cb482-203a-4896-8b6f-c3c87333600e} executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. 2026.01.09 00:36:27.051779 [ 269 ] {f02cb482-203a-4896-8b6f-c3c87333600e} TCPHandler: Processed in 0.001198884 sec. 2026.01.09 00:36:27.374108 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18711 2026.01.09 00:36:27.374623 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:27.374671 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:27.375152 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:36:27.375380 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:27.375529 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18711 2026.01.09 00:36:28.369732 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.01.09 00:36:28.386547 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:28.386614 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:28.392780 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:36:28.393474 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:28.396324 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.01.09 00:36:32.050128 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:32.050352 [ 269 ] {afe28d3d-d9e2-407f-bb74-7fe54ee08aea} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:36:32.050422 [ 269 ] {afe28d3d-d9e2-407f-bb74-7fe54ee08aea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:36:32.051176 [ 269 ] {afe28d3d-d9e2-407f-bb74-7fe54ee08aea} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.051224 [ 269 ] {afe28d3d-d9e2-407f-bb74-7fe54ee08aea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.051622 [ 269 ] {afe28d3d-d9e2-407f-bb74-7fe54ee08aea} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:36:32.051854 [ 269 ] {afe28d3d-d9e2-407f-bb74-7fe54ee08aea} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.051991 [ 44 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 2026.01.09 00:36:32.052006 [ 269 ] {afe28d3d-d9e2-407f-bb74-7fe54ee08aea} executeQuery: Read 410 rows, 26.63 KiB in 0.001708 sec., 240046.83840749413 rows/sec., 15.23 MiB/sec. 2026.01.09 00:36:32.052063 [ 44 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.052073 [ 269 ] {afe28d3d-d9e2-407f-bb74-7fe54ee08aea} TCPHandler: Processed in 0.00208629 sec. 2026.01.09 00:36:32.052094 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.052201 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:32.052263 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full 2026.01.09 00:36:32.052301 [ 269 ] {8a2094b5-f314-48c8-9fd1-0ad691718615} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:32.052351 [ 269 ] {8a2094b5-f314-48c8-9fd1-0ad691718615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:32.052455 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:32.052517 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 434 rows starting from the beginning of the part 2026.01.09 00:36:32.052626 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 410 rows starting from the beginning of the part 2026.01.09 00:36:32.052705 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 410 rows starting from the beginning of the part 2026.01.09 00:36:32.052773 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 410 rows starting from the beginning of the part 2026.01.09 00:36:32.052841 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 410 rows starting from the beginning of the part 2026.01.09 00:36:32.052909 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 410 rows starting from the beginning of the part 2026.01.09 00:36:32.053152 [ 269 ] {8a2094b5-f314-48c8-9fd1-0ad691718615} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.053195 [ 269 ] {8a2094b5-f314-48c8-9fd1-0ad691718615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.053596 [ 269 ] {8a2094b5-f314-48c8-9fd1-0ad691718615} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:36:32.053818 [ 269 ] {8a2094b5-f314-48c8-9fd1-0ad691718615} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.053953 [ 269 ] {8a2094b5-f314-48c8-9fd1-0ad691718615} executeQuery: Read 1112 rows, 89.84 KiB in 0.001671 sec., 665469.7785757032 rows/sec., 52.51 MiB/sec. 2026.01.09 00:36:32.053991 [ 269 ] {8a2094b5-f314-48c8-9fd1-0ad691718615} TCPHandler: Processed in 0.001840862 sec. 2026.01.09 00:36:32.054105 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:32.054200 [ 269 ] {22e9fb37-81fd-4393-8e69-0620c5af6ee4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:32.054240 [ 269 ] {22e9fb37-81fd-4393-8e69-0620c5af6ee4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:32.054323 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.00213975 sec., 1160883.2807570978 rows/sec., 78.29 MiB/sec. 2026.01.09 00:36:32.054493 [ 201 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.01.09 00:36:32.054708 [ 269 ] {22e9fb37-81fd-4393-8e69-0620c5af6ee4} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.054743 [ 269 ] {22e9fb37-81fd-4393-8e69-0620c5af6ee4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.054765 [ 201 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.054834 [ 201 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_28_6} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 2026.01.09 00:36:32.054926 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.09 00:36:32.055048 [ 269 ] {22e9fb37-81fd-4393-8e69-0620c5af6ee4} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:36:32.055251 [ 269 ] {22e9fb37-81fd-4393-8e69-0620c5af6ee4} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.055380 [ 269 ] {22e9fb37-81fd-4393-8e69-0620c5af6ee4} executeQuery: Read 205 rows, 12.32 KiB in 0.001199 sec., 170975.81317764803 rows/sec., 10.03 MiB/sec. 2026.01.09 00:36:32.055419 [ 269 ] {22e9fb37-81fd-4393-8e69-0620c5af6ee4} TCPHandler: Processed in 0.001364539 sec. 2026.01.09 00:36:32.055519 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:32.055615 [ 269 ] {62a97120-8f3b-4478-921a-44c9cbcd46f6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:36:32.055654 [ 269 ] {62a97120-8f3b-4478-921a-44c9cbcd46f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:36:32.056118 [ 269 ] {62a97120-8f3b-4478-921a-44c9cbcd46f6} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.056153 [ 269 ] {62a97120-8f3b-4478-921a-44c9cbcd46f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.056449 [ 269 ] {62a97120-8f3b-4478-921a-44c9cbcd46f6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:36:32.056649 [ 269 ] {62a97120-8f3b-4478-921a-44c9cbcd46f6} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.056775 [ 269 ] {62a97120-8f3b-4478-921a-44c9cbcd46f6} executeQuery: Read 212 rows, 14.00 KiB in 0.001179 sec., 179813.401187447 rows/sec., 11.60 MiB/sec. 2026.01.09 00:36:32.056812 [ 269 ] {62a97120-8f3b-4478-921a-44c9cbcd46f6} TCPHandler: Processed in 0.001342328 sec. 2026.01.09 00:36:32.056913 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:32.057006 [ 269 ] {f4cc319b-61c2-44e2-8f36-8cf5ef3060e5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:36:32.057045 [ 269 ] {f4cc319b-61c2-44e2-8f36-8cf5ef3060e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:36:32.057495 [ 269 ] {f4cc319b-61c2-44e2-8f36-8cf5ef3060e5} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.057530 [ 269 ] {f4cc319b-61c2-44e2-8f36-8cf5ef3060e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.057833 [ 269 ] {f4cc319b-61c2-44e2-8f36-8cf5ef3060e5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:36:32.058034 [ 269 ] {f4cc319b-61c2-44e2-8f36-8cf5ef3060e5} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.058158 [ 41 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 2026.01.09 00:36:32.058162 [ 269 ] {f4cc319b-61c2-44e2-8f36-8cf5ef3060e5} executeQuery: Read 211 rows, 12.27 KiB in 0.001173 sec., 179880.64791133846 rows/sec., 10.21 MiB/sec. 2026.01.09 00:36:32.058197 [ 41 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.058215 [ 269 ] {f4cc319b-61c2-44e2-8f36-8cf5ef3060e5} TCPHandler: Processed in 0.001352579 sec. 2026.01.09 00:36:32.058216 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.058325 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:32.058337 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full 2026.01.09 00:36:32.058420 [ 269 ] {9bb46486-107b-41fe-9533-cea29ada5c1f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:32.058475 [ 269 ] {9bb46486-107b-41fe-9533-cea29ada5c1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:32.058483 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:32.058530 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 223 rows starting from the beginning of the part 2026.01.09 00:36:32.058606 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 211 rows starting from the beginning of the part 2026.01.09 00:36:32.058661 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 211 rows starting from the beginning of the part 2026.01.09 00:36:32.058714 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 211 rows starting from the beginning of the part 2026.01.09 00:36:32.058763 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 211 rows starting from the beginning of the part 2026.01.09 00:36:32.058809 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 211 rows starting from the beginning of the part 2026.01.09 00:36:32.059119 [ 269 ] {9bb46486-107b-41fe-9533-cea29ada5c1f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.059160 [ 269 ] {9bb46486-107b-41fe-9533-cea29ada5c1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.059504 [ 269 ] {9bb46486-107b-41fe-9533-cea29ada5c1f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:36:32.059717 [ 269 ] {9bb46486-107b-41fe-9533-cea29ada5c1f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.059850 [ 269 ] {9bb46486-107b-41fe-9533-cea29ada5c1f} executeQuery: Read 679 rows, 48.47 KiB in 0.001447 sec., 469246.7173462336 rows/sec., 32.71 MiB/sec. 2026.01.09 00:36:32.059888 [ 269 ] {9bb46486-107b-41fe-9533-cea29ada5c1f} TCPHandler: Processed in 0.001611926 sec. 2026.01.09 00:36:32.059940 [ 188 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001660087 sec., 769839.171079588 rows/sec., 46.79 MiB/sec. 2026.01.09 00:36:32.060005 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:32.060092 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.01.09 00:36:32.060106 [ 269 ] {d5581ff3-b06d-40bf-84aa-5b9de09765fb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:36:32.060147 [ 269 ] {d5581ff3-b06d-40bf-84aa-5b9de09765fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:36:32.060327 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.060388 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_28_6} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 2026.01.09 00:36:32.060469 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.09 00:36:32.060474 [ 269 ] {d5581ff3-b06d-40bf-84aa-5b9de09765fb} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.060512 [ 269 ] {d5581ff3-b06d-40bf-84aa-5b9de09765fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.060806 [ 269 ] {d5581ff3-b06d-40bf-84aa-5b9de09765fb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:36:32.061001 [ 269 ] {d5581ff3-b06d-40bf-84aa-5b9de09765fb} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.061124 [ 269 ] {d5581ff3-b06d-40bf-84aa-5b9de09765fb} executeQuery: Read 6 rows, 321.00 B in 0.001038 sec., 5780.346820809248 rows/sec., 302.00 KiB/sec. 2026.01.09 00:36:32.061161 [ 269 ] {d5581ff3-b06d-40bf-84aa-5b9de09765fb} TCPHandler: Processed in 0.001214454 sec. 2026.01.09 00:36:32.061283 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:32.061378 [ 269 ] {a74298eb-2906-4c9c-9446-7dae3f0fdf06} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:32.061420 [ 269 ] {a74298eb-2906-4c9c-9446-7dae3f0fdf06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:32.061840 [ 269 ] {a74298eb-2906-4c9c-9446-7dae3f0fdf06} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.061875 [ 269 ] {a74298eb-2906-4c9c-9446-7dae3f0fdf06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.062203 [ 269 ] {a74298eb-2906-4c9c-9446-7dae3f0fdf06} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:36:32.062408 [ 269 ] {a74298eb-2906-4c9c-9446-7dae3f0fdf06} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.062544 [ 269 ] {a74298eb-2906-4c9c-9446-7dae3f0fdf06} executeQuery: Read 314 rows, 21.12 KiB in 0.001184 sec., 265202.7027027027 rows/sec., 17.42 MiB/sec. 2026.01.09 00:36:32.062580 [ 269 ] {a74298eb-2906-4c9c-9446-7dae3f0fdf06} TCPHandler: Processed in 0.001356219 sec. 2026.01.09 00:36:32.062689 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:32.062786 [ 269 ] {7fe4f5fc-4b30-4b0e-bb92-bfb4b078bbe5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:36:32.062828 [ 269 ] {7fe4f5fc-4b30-4b0e-bb92-bfb4b078bbe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:36:32.063133 [ 269 ] {7fe4f5fc-4b30-4b0e-bb92-bfb4b078bbe5} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.063166 [ 269 ] {7fe4f5fc-4b30-4b0e-bb92-bfb4b078bbe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.063463 [ 269 ] {7fe4f5fc-4b30-4b0e-bb92-bfb4b078bbe5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:36:32.063662 [ 269 ] {7fe4f5fc-4b30-4b0e-bb92-bfb4b078bbe5} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.063775 [ 41 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 2026.01.09 00:36:32.063786 [ 269 ] {7fe4f5fc-4b30-4b0e-bb92-bfb4b078bbe5} executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. 2026.01.09 00:36:32.063809 [ 41 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.063827 [ 269 ] {7fe4f5fc-4b30-4b0e-bb92-bfb4b078bbe5} TCPHandler: Processed in 0.001195114 sec. 2026.01.09 00:36:32.063828 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.063916 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full 2026.01.09 00:36:32.063930 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:32.064028 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:32.064044 [ 269 ] {5c020943-7376-4c23-9689-4dfe7a299b4d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:32.064065 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part 2026.01.09 00:36:32.064090 [ 269 ] {5c020943-7376-4c23-9689-4dfe7a299b4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:32.064129 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.01.09 00:36:32.064182 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2026.01.09 00:36:32.064226 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2026.01.09 00:36:32.064267 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2026.01.09 00:36:32.064311 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2026.01.09 00:36:32.064419 [ 269 ] {5c020943-7376-4c23-9689-4dfe7a299b4d} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:32.064460 [ 269 ] {5c020943-7376-4c23-9689-4dfe7a299b4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:32.064794 [ 269 ] {5c020943-7376-4c23-9689-4dfe7a299b4d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:36:32.065014 [ 269 ] {5c020943-7376-4c23-9689-4dfe7a299b4d} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.065039 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001161483 sec., 24107.11133955469 rows/sec., 1.58 MiB/sec. 2026.01.09 00:36:32.065146 [ 269 ] {5c020943-7376-4c23-9689-4dfe7a299b4d} executeQuery: Read 104 rows, 6.53 KiB in 0.001121 sec., 92774.3086529884 rows/sec., 5.68 MiB/sec. 2026.01.09 00:36:32.065185 [ 269 ] {5c020943-7376-4c23-9689-4dfe7a299b4d} TCPHandler: Processed in 0.001305917 sec. 2026.01.09 00:36:32.065219 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.01.09 00:36:32.065533 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:32.065611 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_28_6} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 2026.01.09 00:36:32.065715 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:36:34.736166 [ 29 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:36:34.736219 [ 29 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:36:34.876383 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19159 2026.01.09 00:36:34.876915 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:34.876956 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:34.877433 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:36:34.877664 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:34.877810 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19159 2026.01.09 00:36:34.922669 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1216 2026.01.09 00:36:34.924925 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:34.924963 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:34.926122 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:36:34.926373 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:34.926628 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1216 2026.01.09 00:36:35.897192 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.01.09 00:36:35.915082 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:35.915147 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:35.921449 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:36:35.922153 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:35.925166 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.01.09 00:36:37.040519 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:37.040714 [ 269 ] {46395bf5-b712-450a-8184-58f38c39229d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:37.040787 [ 269 ] {46395bf5-b712-450a-8184-58f38c39229d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:37.041571 [ 269 ] {46395bf5-b712-450a-8184-58f38c39229d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:37.041625 [ 269 ] {46395bf5-b712-450a-8184-58f38c39229d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:37.042029 [ 269 ] {46395bf5-b712-450a-8184-58f38c39229d} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:36:37.042271 [ 269 ] {46395bf5-b712-450a-8184-58f38c39229d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:37.042436 [ 269 ] {46395bf5-b712-450a-8184-58f38c39229d} executeQuery: Read 138 rows, 12.27 KiB in 0.001774 sec., 77790.30439684329 rows/sec., 6.75 MiB/sec. 2026.01.09 00:36:37.042459 [ 24 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.09 00:36:37.042488 [ 269 ] {46395bf5-b712-450a-8184-58f38c39229d} TCPHandler: Processed in 0.00209997 sec. 2026.01.09 00:36:37.042566 [ 24 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:37.042645 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:37.042660 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:37.042770 [ 269 ] {edd46bf2-2e43-4ad9-87fa-5deec89e7d74} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:37.042792 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.09 00:36:37.042816 [ 269 ] {edd46bf2-2e43-4ad9-87fa-5deec89e7d74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:37.042962 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:37.043013 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2466 rows starting from the beginning of the part 2026.01.09 00:36:37.043088 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 138 rows starting from the beginning of the part 2026.01.09 00:36:37.043138 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:36:37.043187 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 139 rows starting from the beginning of the part 2026.01.09 00:36:37.043231 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:36:37.043262 [ 269 ] {edd46bf2-2e43-4ad9-87fa-5deec89e7d74} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:37.043275 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 138 rows starting from the beginning of the part 2026.01.09 00:36:37.043309 [ 269 ] {edd46bf2-2e43-4ad9-87fa-5deec89e7d74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:37.043655 [ 269 ] {edd46bf2-2e43-4ad9-87fa-5deec89e7d74} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:36:37.043876 [ 269 ] {edd46bf2-2e43-4ad9-87fa-5deec89e7d74} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:37.044016 [ 269 ] {edd46bf2-2e43-4ad9-87fa-5deec89e7d74} executeQuery: Read 41 rows, 3.08 KiB in 0.001269 sec., 32308.904649330183 rows/sec., 2.37 MiB/sec. 2026.01.09 00:36:37.044056 [ 269 ] {edd46bf2-2e43-4ad9-87fa-5deec89e7d74} TCPHandler: Processed in 0.001448561 sec. 2026.01.09 00:36:37.044162 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:37.044260 [ 269 ] {4a6652bf-4d33-4597-8b27-66317d415d3e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:37.044300 [ 269 ] {4a6652bf-4d33-4597-8b27-66317d415d3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:37.044735 [ 269 ] {4a6652bf-4d33-4597-8b27-66317d415d3e} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:37.044771 [ 269 ] {4a6652bf-4d33-4597-8b27-66317d415d3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:37.045088 [ 269 ] {4a6652bf-4d33-4597-8b27-66317d415d3e} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:36:37.045276 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5105 rows, containing 5 columns (5 merged, 0 gathered) in 0.002544662 sec., 2006160.3466393573 rows/sec., 170.07 MiB/sec. 2026.01.09 00:36:37.045301 [ 269 ] {4a6652bf-4d33-4597-8b27-66317d415d3e} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:37.045423 [ 24 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.09 00:36:37.045441 [ 269 ] {4a6652bf-4d33-4597-8b27-66317d415d3e} executeQuery: Read 105 rows, 8.40 KiB in 0.0012 sec., 87500.00000000001 rows/sec., 6.83 MiB/sec. 2026.01.09 00:36:37.045454 [ 24 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:37.045479 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:37.045486 [ 269 ] {4a6652bf-4d33-4597-8b27-66317d415d3e} TCPHandler: Processed in 0.00137571 sec. 2026.01.09 00:36:37.045550 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.09 00:36:37.045602 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:37.045627 [ 197 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.09 00:36:37.045645 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:37.045674 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1250 rows starting from the beginning of the part 2026.01.09 00:36:37.045704 [ 269 ] {f0ce679d-8e44-4cf1-b87d-830cdb091ab6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:37.045719 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 105 rows starting from the beginning of the part 2026.01.09 00:36:37.045755 [ 269 ] {f0ce679d-8e44-4cf1-b87d-830cdb091ab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:37.045764 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 679 rows starting from the beginning of the part 2026.01.09 00:36:37.045823 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 107 rows starting from the beginning of the part 2026.01.09 00:36:37.045857 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 679 rows starting from the beginning of the part 2026.01.09 00:36:37.045892 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 105 rows starting from the beginning of the part 2026.01.09 00:36:37.045915 [ 197 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:37.045994 [ 197 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_66_13} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.09 00:36:37.046076 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.09 00:36:37.046163 [ 269 ] {f0ce679d-8e44-4cf1-b87d-830cdb091ab6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:37.046206 [ 269 ] {f0ce679d-8e44-4cf1-b87d-830cdb091ab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:37.046560 [ 269 ] {f0ce679d-8e44-4cf1-b87d-830cdb091ab6} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:36:37.046782 [ 269 ] {f0ce679d-8e44-4cf1-b87d-830cdb091ab6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:37.046894 [ 24 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.09 00:36:37.046915 [ 269 ] {f0ce679d-8e44-4cf1-b87d-830cdb091ab6} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.01.09 00:36:37.046922 [ 24 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:37.046952 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:37.046959 [ 269 ] {f0ce679d-8e44-4cf1-b87d-830cdb091ab6} TCPHandler: Processed in 0.00140814 sec. 2026.01.09 00:36:37.047046 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.09 00:36:37.047066 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:37.047066 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2925 rows, containing 5 columns (5 merged, 0 gathered) in 0.001541254 sec., 1897805.2936115658 rows/sec., 143.26 MiB/sec. 2026.01.09 00:36:37.047142 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:37.047162 [ 269 ] {fe5cef5c-f406-4a5f-ae1b-049e53e3506b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:37.047178 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19252 rows starting from the beginning of the part 2026.01.09 00:36:37.047219 [ 269 ] {fe5cef5c-f406-4a5f-ae1b-049e53e3506b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:36:37.047237 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2026.01.09 00:36:37.047286 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 314 rows starting from the beginning of the part 2026.01.09 00:36:37.047334 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 161 rows starting from the beginning of the part 2026.01.09 00:36:37.047349 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.09 00:36:37.047409 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 314 rows starting from the beginning of the part 2026.01.09 00:36:37.047457 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2026.01.09 00:36:37.047723 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:37.047817 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_66_13} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.09 00:36:37.047914 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.09 00:36:37.048107 [ 269 ] {fe5cef5c-f406-4a5f-ae1b-049e53e3506b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:37.048148 [ 269 ] {fe5cef5c-f406-4a5f-ae1b-049e53e3506b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:37.048747 [ 269 ] {fe5cef5c-f406-4a5f-ae1b-049e53e3506b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:36:37.048978 [ 269 ] {fe5cef5c-f406-4a5f-ae1b-049e53e3506b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:37.049127 [ 269 ] {fe5cef5c-f406-4a5f-ae1b-049e53e3506b} executeQuery: Read 41 rows, 75.23 KiB in 0.001983 sec., 20675.743822491175 rows/sec., 37.05 MiB/sec. 2026.01.09 00:36:37.049240 [ 269 ] {fe5cef5c-f406-4a5f-ae1b-049e53e3506b} TCPHandler: Processed in 0.002221233 sec. 2026.01.09 00:36:37.049379 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:37.049492 [ 269 ] {e01e368c-8d55-404f-b7a3-4b116cd70f2a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:37.049541 [ 269 ] {e01e368c-8d55-404f-b7a3-4b116cd70f2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:37.049879 [ 269 ] {e01e368c-8d55-404f-b7a3-4b116cd70f2a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:37.049914 [ 269 ] {e01e368c-8d55-404f-b7a3-4b116cd70f2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:37.050449 [ 269 ] {e01e368c-8d55-404f-b7a3-4b116cd70f2a} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:36:37.050681 [ 269 ] {e01e368c-8d55-404f-b7a3-4b116cd70f2a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:37.050797 [ 24 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.09 00:36:37.050821 [ 269 ] {e01e368c-8d55-404f-b7a3-4b116cd70f2a} executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. 2026.01.09 00:36:37.050833 [ 24 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:37.050862 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:37.050866 [ 269 ] {e01e368c-8d55-404f-b7a3-4b116cd70f2a} TCPHandler: Processed in 0.001548864 sec. 2026.01.09 00:36:37.050951 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.09 00:36:37.051049 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:37.051085 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4176 rows starting from the beginning of the part 2026.01.09 00:36:37.051149 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2026.01.09 00:36:37.051209 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 104 rows starting from the beginning of the part 2026.01.09 00:36:37.051262 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2026.01.09 00:36:37.051313 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 104 rows starting from the beginning of the part 2026.01.09 00:36:37.051364 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.01.09 00:36:37.053019 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 4564 rows, containing 4 columns (4 merged, 0 gathered) in 0.00210517 sec., 2167995.9338200716 rows/sec., 138.25 MiB/sec. 2026.01.09 00:36:37.053243 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 20361 rows, containing 5 columns (5 merged, 0 gathered) in 0.006237567 sec., 3264253.5142307887 rows/sec., 219.57 MiB/sec. 2026.01.09 00:36:37.053526 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.09 00:36:37.053667 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.09 00:36:37.053855 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:37.053947 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_66_13} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.09 00:36:37.054018 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:37.054032 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.01.09 00:36:37.054107 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_66_13} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.09 00:36:37.054208 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.09 00:36:39.672974 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:39.673233 [ 269 ] {2da36d77-a82e-4d6c-8362-19b00033b8ce} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:36:39.673336 [ 269 ] {2da36d77-a82e-4d6c-8362-19b00033b8ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:36:39.674732 [ 269 ] {2da36d77-a82e-4d6c-8362-19b00033b8ce} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.674808 [ 269 ] {2da36d77-a82e-4d6c-8362-19b00033b8ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.675465 [ 269 ] {2da36d77-a82e-4d6c-8362-19b00033b8ce} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:36:39.675855 [ 269 ] {2da36d77-a82e-4d6c-8362-19b00033b8ce} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.676132 [ 269 ] {2da36d77-a82e-4d6c-8362-19b00033b8ce} executeQuery: Read 410 rows, 26.63 KiB in 0.002957 sec., 138654.0412580318 rows/sec., 8.80 MiB/sec. 2026.01.09 00:36:39.676228 [ 269 ] {2da36d77-a82e-4d6c-8362-19b00033b8ce} TCPHandler: Processed in 0.003467009 sec. 2026.01.09 00:36:39.676433 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:39.676581 [ 269 ] {2c8cc96c-4f3e-407a-afd7-862ad34246bc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:39.676649 [ 269 ] {2c8cc96c-4f3e-407a-afd7-862ad34246bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:39.679403 [ 269 ] {2c8cc96c-4f3e-407a-afd7-862ad34246bc} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.679457 [ 269 ] {2c8cc96c-4f3e-407a-afd7-862ad34246bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.680233 [ 269 ] {2c8cc96c-4f3e-407a-afd7-862ad34246bc} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:36:39.680592 [ 269 ] {2c8cc96c-4f3e-407a-afd7-862ad34246bc} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.680809 [ 269 ] {2c8cc96c-4f3e-407a-afd7-862ad34246bc} executeQuery: Read 2252 rows, 186.40 KiB in 0.0043 sec., 523720.93023255817 rows/sec., 42.33 MiB/sec. 2026.01.09 00:36:39.680880 [ 269 ] {2c8cc96c-4f3e-407a-afd7-862ad34246bc} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:36:39.680904 [ 269 ] {2c8cc96c-4f3e-407a-afd7-862ad34246bc} TCPHandler: Processed in 0.004588311 sec. 2026.01.09 00:36:39.681095 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:39.681235 [ 269 ] {0ed065bd-06ab-4d16-8820-4e81fabaa33c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:39.681369 [ 269 ] {0ed065bd-06ab-4d16-8820-4e81fabaa33c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:39.682210 [ 269 ] {0ed065bd-06ab-4d16-8820-4e81fabaa33c} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.682258 [ 269 ] {0ed065bd-06ab-4d16-8820-4e81fabaa33c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.682756 [ 269 ] {0ed065bd-06ab-4d16-8820-4e81fabaa33c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:36:39.683132 [ 269 ] {0ed065bd-06ab-4d16-8820-4e81fabaa33c} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.683318 [ 37 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.09 00:36:39.683351 [ 269 ] {0ed065bd-06ab-4d16-8820-4e81fabaa33c} executeQuery: Read 205 rows, 12.32 KiB in 0.002093 sec., 97945.53272814144 rows/sec., 5.75 MiB/sec. 2026.01.09 00:36:39.683373 [ 37 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.683403 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.683408 [ 269 ] {0ed065bd-06ab-4d16-8820-4e81fabaa33c} TCPHandler: Processed in 0.002339987 sec. 2026.01.09 00:36:39.683570 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.09 00:36:39.683595 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:39.683693 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:39.683734 [ 269 ] {3923b5a9-0b0d-4a9b-aeef-5a55fc94007c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:36:39.683739 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 278 rows starting from the beginning of the part 2026.01.09 00:36:39.683796 [ 269 ] {3923b5a9-0b0d-4a9b-aeef-5a55fc94007c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:36:39.683867 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 205 rows starting from the beginning of the part 2026.01.09 00:36:39.683946 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 43 rows starting from the beginning of the part 2026.01.09 00:36:39.684026 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 205 rows starting from the beginning of the part 2026.01.09 00:36:39.684088 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:39.684199 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 205 rows starting from the beginning of the part 2026.01.09 00:36:39.684726 [ 269 ] {3923b5a9-0b0d-4a9b-aeef-5a55fc94007c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.684774 [ 269 ] {3923b5a9-0b0d-4a9b-aeef-5a55fc94007c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.685287 [ 269 ] {3923b5a9-0b0d-4a9b-aeef-5a55fc94007c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:36:39.685637 [ 269 ] {3923b5a9-0b0d-4a9b-aeef-5a55fc94007c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.685741 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 977 rows, containing 5 columns (5 merged, 0 gathered) in 0.002248714 sec., 434470.54627667187 rows/sec., 28.15 MiB/sec. 2026.01.09 00:36:39.685799 [ 37 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.09 00:36:39.685844 [ 269 ] {3923b5a9-0b0d-4a9b-aeef-5a55fc94007c} executeQuery: Read 440 rows, 29.81 KiB in 0.002144 sec., 205223.8805970149 rows/sec., 13.58 MiB/sec. 2026.01.09 00:36:39.685855 [ 37 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.685888 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.685899 [ 269 ] {3923b5a9-0b0d-4a9b-aeef-5a55fc94007c} TCPHandler: Processed in 0.002372128 sec. 2026.01.09 00:36:39.685997 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.09 00:36:39.686069 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.09 00:36:39.686091 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:39.686112 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:39.686159 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 466 rows starting from the beginning of the part 2026.01.09 00:36:39.686223 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part 2026.01.09 00:36:39.686241 [ 269 ] {3c01e700-a464-4e89-afee-6e4b1a5892df} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:36:39.686282 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 440 rows starting from the beginning of the part 2026.01.09 00:36:39.686306 [ 269 ] {3c01e700-a464-4e89-afee-6e4b1a5892df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:36:39.686391 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part 2026.01.09 00:36:39.686451 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part 2026.01.09 00:36:39.686513 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 440 rows starting from the beginning of the part 2026.01.09 00:36:39.686574 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.686766 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_56_11} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.09 00:36:39.686918 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.09 00:36:39.687138 [ 269 ] {3c01e700-a464-4e89-afee-6e4b1a5892df} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.687189 [ 269 ] {3c01e700-a464-4e89-afee-6e4b1a5892df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.687660 [ 269 ] {3c01e700-a464-4e89-afee-6e4b1a5892df} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:36:39.687994 [ 269 ] {3c01e700-a464-4e89-afee-6e4b1a5892df} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.688161 [ 202 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1982 rows, containing 5 columns (5 merged, 0 gathered) in 0.002194983 sec., 902968.2690025389 rows/sec., 62.88 MiB/sec. 2026.01.09 00:36:39.688198 [ 269 ] {3c01e700-a464-4e89-afee-6e4b1a5892df} executeQuery: Read 211 rows, 12.27 KiB in 0.001988 sec., 106136.82092555331 rows/sec., 6.03 MiB/sec. 2026.01.09 00:36:39.688279 [ 269 ] {3c01e700-a464-4e89-afee-6e4b1a5892df} TCPHandler: Processed in 0.002257455 sec. 2026.01.09 00:36:39.688463 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.09 00:36:39.688494 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:39.688632 [ 269 ] {f754cd5e-0bd0-4b08-8eca-589f9e155059} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:39.688692 [ 269 ] {f754cd5e-0bd0-4b08-8eca-589f9e155059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:39.688859 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.688966 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_31_6} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.09 00:36:39.689094 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:36:39.690089 [ 269 ] {f754cd5e-0bd0-4b08-8eca-589f9e155059} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.690137 [ 269 ] {f754cd5e-0bd0-4b08-8eca-589f9e155059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.690700 [ 269 ] {f754cd5e-0bd0-4b08-8eca-589f9e155059} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:36:39.691029 [ 269 ] {f754cd5e-0bd0-4b08-8eca-589f9e155059} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.691220 [ 269 ] {f754cd5e-0bd0-4b08-8eca-589f9e155059} executeQuery: Read 1135 rows, 82.76 KiB in 0.00262 sec., 433206.106870229 rows/sec., 30.85 MiB/sec. 2026.01.09 00:36:39.691273 [ 269 ] {f754cd5e-0bd0-4b08-8eca-589f9e155059} TCPHandler: Processed in 0.002846411 sec. 2026.01.09 00:36:39.691486 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:39.691616 [ 269 ] {103bb171-f295-4298-9532-db53293ce572} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:36:39.691677 [ 269 ] {103bb171-f295-4298-9532-db53293ce572} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:36:39.692200 [ 269 ] {103bb171-f295-4298-9532-db53293ce572} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.692251 [ 269 ] {103bb171-f295-4298-9532-db53293ce572} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.692719 [ 269 ] {103bb171-f295-4298-9532-db53293ce572} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:36:39.693023 [ 269 ] {103bb171-f295-4298-9532-db53293ce572} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.693210 [ 269 ] {103bb171-f295-4298-9532-db53293ce572} executeQuery: Read 6 rows, 321.00 B in 0.001625 sec., 3692.3076923076924 rows/sec., 192.91 KiB/sec. 2026.01.09 00:36:39.693264 [ 269 ] {103bb171-f295-4298-9532-db53293ce572} TCPHandler: Processed in 0.001845712 sec. 2026.01.09 00:36:39.693461 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:39.693589 [ 269 ] {dc9ad19d-bc2f-47d5-a7a7-7edf12c59a4b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:39.693649 [ 269 ] {dc9ad19d-bc2f-47d5-a7a7-7edf12c59a4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:39.694633 [ 269 ] {dc9ad19d-bc2f-47d5-a7a7-7edf12c59a4b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.694679 [ 269 ] {dc9ad19d-bc2f-47d5-a7a7-7edf12c59a4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.695250 [ 269 ] {dc9ad19d-bc2f-47d5-a7a7-7edf12c59a4b} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:36:39.695563 [ 269 ] {dc9ad19d-bc2f-47d5-a7a7-7edf12c59a4b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.695756 [ 269 ] {dc9ad19d-bc2f-47d5-a7a7-7edf12c59a4b} executeQuery: Read 934 rows, 63.32 KiB in 0.002197 sec., 425125.17068730085 rows/sec., 28.14 MiB/sec. 2026.01.09 00:36:39.695811 [ 269 ] {dc9ad19d-bc2f-47d5-a7a7-7edf12c59a4b} TCPHandler: Processed in 0.002415799 sec. 2026.01.09 00:36:39.695976 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:39.696101 [ 269 ] {a1ca7f30-3930-4f45-9148-a7a950284883} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:36:39.696161 [ 269 ] {a1ca7f30-3930-4f45-9148-a7a950284883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:36:39.696621 [ 269 ] {a1ca7f30-3930-4f45-9148-a7a950284883} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.696670 [ 269 ] {a1ca7f30-3930-4f45-9148-a7a950284883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.700356 [ 269 ] {a1ca7f30-3930-4f45-9148-a7a950284883} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:36:39.700692 [ 269 ] {a1ca7f30-3930-4f45-9148-a7a950284883} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.700896 [ 269 ] {a1ca7f30-3930-4f45-9148-a7a950284883} executeQuery: Read 1 rows, 69.00 B in 0.004824 sec., 207.29684908789386 rows/sec., 13.97 KiB/sec. 2026.01.09 00:36:39.700954 [ 269 ] {a1ca7f30-3930-4f45-9148-a7a950284883} TCPHandler: Processed in 0.005043964 sec. 2026.01.09 00:36:39.701139 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:39.701270 [ 269 ] {901649fd-c9a7-44a8-95e1-0b49abcc0b56} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:39.701332 [ 269 ] {901649fd-c9a7-44a8-95e1-0b49abcc0b56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:39.701841 [ 269 ] {901649fd-c9a7-44a8-95e1-0b49abcc0b56} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:39.701890 [ 269 ] {901649fd-c9a7-44a8-95e1-0b49abcc0b56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:39.702393 [ 269 ] {901649fd-c9a7-44a8-95e1-0b49abcc0b56} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:36:39.702701 [ 269 ] {901649fd-c9a7-44a8-95e1-0b49abcc0b56} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:39.702896 [ 269 ] {901649fd-c9a7-44a8-95e1-0b49abcc0b56} executeQuery: Read 80 rows, 4.87 KiB in 0.001657 sec., 48280.024140012065 rows/sec., 2.87 MiB/sec. 2026.01.09 00:36:39.702949 [ 269 ] {901649fd-c9a7-44a8-95e1-0b49abcc0b56} TCPHandler: Processed in 0.001883243 sec. 2026.01.09 00:36:40.522703 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56362 2026.01.09 00:36:40.522819 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.522848 [ 286 ] {} TCP-Session: d54d7ab5-27e1-47f3-aa92-8b81673449f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:56362 2026.01.09 00:36:40.522870 [ 286 ] {} TCP-Session: d54d7ab5-27e1-47f3-aa92-8b81673449f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.522883 [ 286 ] {} TCP-Session: d54d7ab5-27e1-47f3-aa92-8b81673449f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523065 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41495 2026.01.09 00:36:40.523090 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59895 2026.01.09 00:36:40.523114 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55686 2026.01.09 00:36:40.523131 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33420 2026.01.09 00:36:40.523168 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59524 2026.01.09 00:36:40.523175 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.523206 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.523226 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.523239 [ 286 ] {} TCP-Session: d54d7ab5-27e1-47f3-aa92-8b81673449f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:40.523248 [ 289 ] {} TCP-Session: e2a85bb3-5335-44dd-948c-f6a0062a3387 Authenticating user 'default' from [fd00:1122:3344:101::e]:59895 2026.01.09 00:36:40.523261 [ 290 ] {} TCP-Session: d746e4cd-7044-4d54-b52f-fc7142a19dc5 Authenticating user 'default' from [fd00:1122:3344:101::e]:55686 2026.01.09 00:36:40.523295 [ 289 ] {} TCP-Session: e2a85bb3-5335-44dd-948c-f6a0062a3387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523310 [ 290 ] {} TCP-Session: d746e4cd-7044-4d54-b52f-fc7142a19dc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523321 [ 289 ] {} TCP-Session: e2a85bb3-5335-44dd-948c-f6a0062a3387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523340 [ 290 ] {} TCP-Session: d746e4cd-7044-4d54-b52f-fc7142a19dc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523163 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60960 2026.01.09 00:36:40.523154 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36284 2026.01.09 00:36:40.523389 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.523426 [ 286 ] {725fb5df-da21-4c7d-8bb0-a113b1ea39e3} executeQuery: (from [fd00:1122:3344:101::e]:56362) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:36:40.523452 [ 351 ] {} TCP-Session: 9dcadbce-d595-4c7f-a9a3-5c8d7f1c06cc Authenticating user 'default' from [fd00:1122:3344:101::e]:33420 2026.01.09 00:36:40.523143 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53177 2026.01.09 00:36:40.523480 [ 351 ] {} TCP-Session: 9dcadbce-d595-4c7f-a9a3-5c8d7f1c06cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523232 [ 288 ] {} TCP-Session: 8ec97408-ef59-4485-a102-fa1b875db849 Authenticating user 'default' from [fd00:1122:3344:101::e]:41495 2026.01.09 00:36:40.523516 [ 351 ] {} TCP-Session: 9dcadbce-d595-4c7f-a9a3-5c8d7f1c06cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523544 [ 288 ] {} TCP-Session: 8ec97408-ef59-4485-a102-fa1b875db849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523566 [ 288 ] {} TCP-Session: 8ec97408-ef59-4485-a102-fa1b875db849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523712 [ 286 ] {725fb5df-da21-4c7d-8bb0-a113b1ea39e3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:36:40.523771 [ 286 ] {725fb5df-da21-4c7d-8bb0-a113b1ea39e3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:36:40.523869 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.523910 [ 355 ] {} TCP-Session: 22135d4e-13c5-4b06-819c-e18df028093d Authenticating user 'default' from [fd00:1122:3344:101::e]:59524 2026.01.09 00:36:40.523931 [ 355 ] {} TCP-Session: 22135d4e-13c5-4b06-819c-e18df028093d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523944 [ 355 ] {} TCP-Session: 22135d4e-13c5-4b06-819c-e18df028093d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.523979 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.524014 [ 352 ] {} TCP-Session: 26840ae9-07b2-492d-bfc9-d6680af2b251 Authenticating user 'default' from [fd00:1122:3344:101::e]:53177 2026.01.09 00:36:40.524032 [ 352 ] {} TCP-Session: 26840ae9-07b2-492d-bfc9-d6680af2b251 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.524048 [ 352 ] {} TCP-Session: 26840ae9-07b2-492d-bfc9-d6680af2b251 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.524066 [ 286 ] {725fb5df-da21-4c7d-8bb0-a113b1ea39e3} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:36:40.524093 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.524123 [ 353 ] {} TCP-Session: 24e4785f-1416-436a-b868-4ae51ccca11e Authenticating user 'default' from [fd00:1122:3344:101::e]:36284 2026.01.09 00:36:40.524142 [ 353 ] {} TCP-Session: 24e4785f-1416-436a-b868-4ae51ccca11e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.524155 [ 353 ] {} TCP-Session: 24e4785f-1416-436a-b868-4ae51ccca11e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.524292 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.524327 [ 354 ] {} TCP-Session: 35b12119-2015-4cc4-97b5-d59cd597951b Authenticating user 'default' from [fd00:1122:3344:101::e]:60960 2026.01.09 00:36:40.524344 [ 354 ] {} TCP-Session: 35b12119-2015-4cc4-97b5-d59cd597951b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.524356 [ 354 ] {} TCP-Session: 35b12119-2015-4cc4-97b5-d59cd597951b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.524957 [ 330 ] {725fb5df-da21-4c7d-8bb0-a113b1ea39e3} AggregatingTransform: Aggregating 2026.01.09 00:36:40.525018 [ 330 ] {725fb5df-da21-4c7d-8bb0-a113b1ea39e3} Aggregator: Aggregation method: without_key 2026.01.09 00:36:40.525059 [ 330 ] {725fb5df-da21-4c7d-8bb0-a113b1ea39e3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000886935 sec. (1127.478 rows/sec., 44.04 KiB/sec.) 2026.01.09 00:36:40.525083 [ 330 ] {725fb5df-da21-4c7d-8bb0-a113b1ea39e3} Aggregator: Merging aggregated data 2026.01.09 00:36:40.526250 [ 286 ] {725fb5df-da21-4c7d-8bb0-a113b1ea39e3} executeQuery: Read 1 rows, 40.00 B in 0.002885 sec., 346.6204506065858 rows/sec., 13.54 KiB/sec. 2026.01.09 00:36:40.526358 [ 286 ] {725fb5df-da21-4c7d-8bb0-a113b1ea39e3} TCPHandler: Processed in 0.003235002 sec. 2026.01.09 00:36:40.526488 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.526519 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.526520 [ 286 ] {} TCP-Session: d54d7ab5-27e1-47f3-aa92-8b81673449f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.526534 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.526564 [ 289 ] {} TCP-Session: e2a85bb3-5335-44dd-948c-f6a0062a3387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.526584 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.526599 [ 288 ] {} TCP-Session: 8ec97408-ef59-4485-a102-fa1b875db849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.526601 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.526616 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.526657 [ 353 ] {} TCP-Session: 24e4785f-1416-436a-b868-4ae51ccca11e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.526631 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.526684 [ 351 ] {} TCP-Session: 9dcadbce-d595-4c7f-a9a3-5c8d7f1c06cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.526622 [ 354 ] {} TCP-Session: 35b12119-2015-4cc4-97b5-d59cd597951b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.526719 [ 355 ] {} TCP-Session: 22135d4e-13c5-4b06-819c-e18df028093d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.526571 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.526557 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.526785 [ 352 ] {} TCP-Session: 26840ae9-07b2-492d-bfc9-d6680af2b251 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.526808 [ 290 ] {} TCP-Session: d746e4cd-7044-4d54-b52f-fc7142a19dc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528297 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42864 2026.01.09 00:36:40.528361 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.528383 [ 286 ] {} TCP-Session: f6062ac0-95a1-48d5-a10e-cdbd8a53a6f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:42864 2026.01.09 00:36:40.528399 [ 286 ] {} TCP-Session: f6062ac0-95a1-48d5-a10e-cdbd8a53a6f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528412 [ 286 ] {} TCP-Session: f6062ac0-95a1-48d5-a10e-cdbd8a53a6f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528536 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55522 2026.01.09 00:36:40.528573 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49818 2026.01.09 00:36:40.528595 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.528604 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55493 2026.01.09 00:36:40.528614 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54301 2026.01.09 00:36:40.528625 [ 286 ] {} TCP-Session: f6062ac0-95a1-48d5-a10e-cdbd8a53a6f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:40.528656 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43445 2026.01.09 00:36:40.528675 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.528688 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.528704 [ 290 ] {} TCP-Session: 455549f6-688d-441b-9558-2bc32eb9d0b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:55493 2026.01.09 00:36:40.528714 [ 351 ] {} TCP-Session: 1adc6fbc-41b4-4847-a7cc-7b7ca3106bb1 Authenticating user 'default' from [fd00:1122:3344:101::e]:54301 2026.01.09 00:36:40.528722 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.528724 [ 290 ] {} TCP-Session: 455549f6-688d-441b-9558-2bc32eb9d0b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528734 [ 351 ] {} TCP-Session: 1adc6fbc-41b4-4847-a7cc-7b7ca3106bb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528743 [ 355 ] {} TCP-Session: d8c8ad91-afea-4b1e-a174-fe1f58a2e501 Authenticating user 'default' from [fd00:1122:3344:101::e]:43445 2026.01.09 00:36:40.528746 [ 290 ] {} TCP-Session: 455549f6-688d-441b-9558-2bc32eb9d0b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528753 [ 351 ] {} TCP-Session: 1adc6fbc-41b4-4847-a7cc-7b7ca3106bb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528763 [ 355 ] {} TCP-Session: d8c8ad91-afea-4b1e-a174-fe1f58a2e501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528776 [ 286 ] {ed15781f-fdfc-441c-9520-f8b6c18be90a} executeQuery: (from [fd00:1122:3344:101::e]:42864) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:36:40.528792 [ 355 ] {} TCP-Session: d8c8ad91-afea-4b1e-a174-fe1f58a2e501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528652 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60724 2026.01.09 00:36:40.528634 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.528632 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35806 2026.01.09 00:36:40.528863 [ 289 ] {} TCP-Session: 5c0f5c71-0019-4d9b-9b74-08ba50ab8001 Authenticating user 'default' from [fd00:1122:3344:101::e]:49818 2026.01.09 00:36:40.528876 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.528896 [ 289 ] {} TCP-Session: 5c0f5c71-0019-4d9b-9b74-08ba50ab8001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528909 [ 354 ] {} TCP-Session: fafa2090-2372-4793-9350-3ab6c3b75c7c Authenticating user 'default' from [fd00:1122:3344:101::e]:60724 2026.01.09 00:36:40.528913 [ 289 ] {} TCP-Session: 5c0f5c71-0019-4d9b-9b74-08ba50ab8001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528925 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.528926 [ 354 ] {} TCP-Session: fafa2090-2372-4793-9350-3ab6c3b75c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528953 [ 286 ] {ed15781f-fdfc-441c-9520-f8b6c18be90a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:36:40.528961 [ 353 ] {} TCP-Session: dd4aab08-700a-4077-82da-34700407d524 Authenticating user 'default' from [fd00:1122:3344:101::e]:35806 2026.01.09 00:36:40.528967 [ 354 ] {} TCP-Session: fafa2090-2372-4793-9350-3ab6c3b75c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528997 [ 353 ] {} TCP-Session: dd4aab08-700a-4077-82da-34700407d524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.529004 [ 286 ] {ed15781f-fdfc-441c-9520-f8b6c18be90a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:36:40.529019 [ 353 ] {} TCP-Session: dd4aab08-700a-4077-82da-34700407d524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.528623 [ 288 ] {} TCP-Session: 473b480c-e316-4c90-b077-a3012fcedfe4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55522 2026.01.09 00:36:40.528624 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37863 2026.01.09 00:36:40.529062 [ 288 ] {} TCP-Session: 473b480c-e316-4c90-b077-a3012fcedfe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.529084 [ 288 ] {} TCP-Session: 473b480c-e316-4c90-b077-a3012fcedfe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.529119 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.529141 [ 352 ] {} TCP-Session: fddb1939-20ed-4dd3-aaba-0afde8357260 Authenticating user 'default' from [fd00:1122:3344:101::e]:37863 2026.01.09 00:36:40.529156 [ 352 ] {} TCP-Session: fddb1939-20ed-4dd3-aaba-0afde8357260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.529168 [ 352 ] {} TCP-Session: fddb1939-20ed-4dd3-aaba-0afde8357260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.529232 [ 286 ] {ed15781f-fdfc-441c-9520-f8b6c18be90a} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:36:40.529948 [ 303 ] {ed15781f-fdfc-441c-9520-f8b6c18be90a} AggregatingTransform: Aggregating 2026.01.09 00:36:40.529990 [ 303 ] {ed15781f-fdfc-441c-9520-f8b6c18be90a} Aggregator: Aggregation method: without_key 2026.01.09 00:36:40.530025 [ 303 ] {ed15781f-fdfc-441c-9520-f8b6c18be90a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.0007035 sec. (1421.464 rows/sec., 55.53 KiB/sec.) 2026.01.09 00:36:40.530043 [ 303 ] {ed15781f-fdfc-441c-9520-f8b6c18be90a} Aggregator: Merging aggregated data 2026.01.09 00:36:40.531369 [ 286 ] {ed15781f-fdfc-441c-9520-f8b6c18be90a} executeQuery: Read 1 rows, 40.00 B in 0.002625 sec., 380.9523809523809 rows/sec., 14.88 KiB/sec. 2026.01.09 00:36:40.531526 [ 286 ] {ed15781f-fdfc-441c-9520-f8b6c18be90a} TCPHandler: Processed in 0.002957464 sec. 2026.01.09 00:36:40.531657 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.531683 [ 286 ] {} TCP-Session: f6062ac0-95a1-48d5-a10e-cdbd8a53a6f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.531690 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.531707 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.531726 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.531743 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.531758 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.531789 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.531800 [ 351 ] {} TCP-Session: 1adc6fbc-41b4-4847-a7cc-7b7ca3106bb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.531814 [ 352 ] {} TCP-Session: fddb1939-20ed-4dd3-aaba-0afde8357260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.531833 [ 353 ] {} TCP-Session: dd4aab08-700a-4077-82da-34700407d524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.531804 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.531771 [ 355 ] {} TCP-Session: d8c8ad91-afea-4b1e-a174-fe1f58a2e501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.531897 [ 354 ] {} TCP-Session: fafa2090-2372-4793-9350-3ab6c3b75c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.531755 [ 289 ] {} TCP-Session: 5c0f5c71-0019-4d9b-9b74-08ba50ab8001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.531735 [ 288 ] {} TCP-Session: 473b480c-e316-4c90-b077-a3012fcedfe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.531775 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.531992 [ 290 ] {} TCP-Session: 455549f6-688d-441b-9558-2bc32eb9d0b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.598504 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33317 2026.01.09 00:36:40.598613 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.598641 [ 286 ] {} TCP-Session: 980f2530-a70e-4f34-a066-ba11e9f2437c Authenticating user 'default' from [fd00:1122:3344:101::e]:33317 2026.01.09 00:36:40.598663 [ 286 ] {} TCP-Session: 980f2530-a70e-4f34-a066-ba11e9f2437c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.598675 [ 286 ] {} TCP-Session: 980f2530-a70e-4f34-a066-ba11e9f2437c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.598888 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44143 2026.01.09 00:36:40.598911 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34110 2026.01.09 00:36:40.598921 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52280 2026.01.09 00:36:40.598932 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37699 2026.01.09 00:36:40.598981 [ 286 ] {} TCP-Session: 980f2530-a70e-4f34-a066-ba11e9f2437c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:40.598996 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.599022 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.599064 [ 352 ] {} TCP-Session: 5b7f86ae-8efb-4427-8f5f-7e277197e5c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:34110 2026.01.09 00:36:40.599076 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.599085 [ 353 ] {} TCP-Session: 2e544cd2-1db0-4bc8-8156-c97d871daaac Authenticating user 'default' from [fd00:1122:3344:101::e]:52280 2026.01.09 00:36:40.599098 [ 352 ] {} TCP-Session: 5b7f86ae-8efb-4427-8f5f-7e277197e5c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599112 [ 354 ] {} TCP-Session: ae47cece-cbf1-4bf2-9af3-31e4d36cd0d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:37699 2026.01.09 00:36:40.599120 [ 353 ] {} TCP-Session: 2e544cd2-1db0-4bc8-8156-c97d871daaac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599129 [ 352 ] {} TCP-Session: 5b7f86ae-8efb-4427-8f5f-7e277197e5c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599156 [ 353 ] {} TCP-Session: 2e544cd2-1db0-4bc8-8156-c97d871daaac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599152 [ 354 ] {} TCP-Session: ae47cece-cbf1-4bf2-9af3-31e4d36cd0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599174 [ 286 ] {089a796a-274f-452b-b1f3-a8b821987d10} executeQuery: (from [fd00:1122:3344:101::e]:33317) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:36:40.599196 [ 354 ] {} TCP-Session: ae47cece-cbf1-4bf2-9af3-31e4d36cd0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.598932 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33804 2026.01.09 00:36:40.598900 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51099 2026.01.09 00:36:40.598899 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44115 2026.01.09 00:36:40.599352 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.599354 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.599436 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.599435 [ 289 ] {} TCP-Session: 6effa8ea-4537-4577-9897-d5a2a16e2674 Authenticating user 'default' from [fd00:1122:3344:101::e]:51099 2026.01.09 00:36:40.599479 [ 351 ] {} TCP-Session: 7cc97af2-3988-40cd-850b-109d260d16eb Authenticating user 'default' from [fd00:1122:3344:101::e]:44115 2026.01.09 00:36:40.599482 [ 355 ] {} TCP-Session: ac459525-8349-496e-a1c9-d6ba9dbbb0f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:33804 2026.01.09 00:36:40.599512 [ 351 ] {} TCP-Session: 7cc97af2-3988-40cd-850b-109d260d16eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599515 [ 286 ] {089a796a-274f-452b-b1f3-a8b821987d10} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:36:40.599544 [ 355 ] {} TCP-Session: ac459525-8349-496e-a1c9-d6ba9dbbb0f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599545 [ 351 ] {} TCP-Session: 7cc97af2-3988-40cd-850b-109d260d16eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599580 [ 355 ] {} TCP-Session: ac459525-8349-496e-a1c9-d6ba9dbbb0f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599500 [ 289 ] {} TCP-Session: 6effa8ea-4537-4577-9897-d5a2a16e2674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599604 [ 286 ] {089a796a-274f-452b-b1f3-a8b821987d10} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:36:40.599626 [ 289 ] {} TCP-Session: 6effa8ea-4537-4577-9897-d5a2a16e2674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.598996 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.598898 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48061 2026.01.09 00:36:40.599699 [ 288 ] {} TCP-Session: f19284bf-848f-42c2-acf9-9bcd4a44d49e Authenticating user 'default' from [fd00:1122:3344:101::e]:44143 2026.01.09 00:36:40.599729 [ 288 ] {} TCP-Session: f19284bf-848f-42c2-acf9-9bcd4a44d49e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599744 [ 288 ] {} TCP-Session: f19284bf-848f-42c2-acf9-9bcd4a44d49e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599770 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:36:40.599804 [ 290 ] {} TCP-Session: 622c1454-25f8-45a2-a1e7-8ab32c680215 Authenticating user 'default' from [fd00:1122:3344:101::e]:48061 2026.01.09 00:36:40.599822 [ 290 ] {} TCP-Session: 622c1454-25f8-45a2-a1e7-8ab32c680215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599835 [ 290 ] {} TCP-Session: 622c1454-25f8-45a2-a1e7-8ab32c680215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.599937 [ 286 ] {089a796a-274f-452b-b1f3-a8b821987d10} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:36:40.600926 [ 349 ] {089a796a-274f-452b-b1f3-a8b821987d10} AggregatingTransform: Aggregating 2026.01.09 00:36:40.600983 [ 349 ] {089a796a-274f-452b-b1f3-a8b821987d10} Aggregator: Aggregation method: without_key 2026.01.09 00:36:40.601025 [ 349 ] {089a796a-274f-452b-b1f3-a8b821987d10} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000979978 sec. (1020.431 rows/sec., 39.86 KiB/sec.) 2026.01.09 00:36:40.601045 [ 349 ] {089a796a-274f-452b-b1f3-a8b821987d10} Aggregator: Merging aggregated data 2026.01.09 00:36:40.602473 [ 286 ] {089a796a-274f-452b-b1f3-a8b821987d10} executeQuery: Read 1 rows, 40.00 B in 0.003354 sec., 298.1514609421586 rows/sec., 11.65 KiB/sec. 2026.01.09 00:36:40.602623 [ 286 ] {089a796a-274f-452b-b1f3-a8b821987d10} TCPHandler: Processed in 0.003758177 sec. 2026.01.09 00:36:40.602743 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.602773 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.602775 [ 286 ] {} TCP-Session: 980f2530-a70e-4f34-a066-ba11e9f2437c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.602788 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.602809 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.602843 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.602859 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.602894 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.602922 [ 351 ] {} TCP-Session: 7cc97af2-3988-40cd-850b-109d260d16eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.602898 [ 353 ] {} TCP-Session: 2e544cd2-1db0-4bc8-8156-c97d871daaac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.602946 [ 354 ] {} TCP-Session: ae47cece-cbf1-4bf2-9af3-31e4d36cd0d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.602874 [ 288 ] {} TCP-Session: f19284bf-848f-42c2-acf9-9bcd4a44d49e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.602855 [ 289 ] {} TCP-Session: 6effa8ea-4537-4577-9897-d5a2a16e2674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.602826 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.602820 [ 355 ] {} TCP-Session: ac459525-8349-496e-a1c9-d6ba9dbbb0f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.603066 [ 352 ] {} TCP-Session: 5b7f86ae-8efb-4427-8f5f-7e277197e5c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:40.602878 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:36:40.603124 [ 290 ] {} TCP-Session: 622c1454-25f8-45a2-a1e7-8ab32c680215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:36:42.034416 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:42.034596 [ 269 ] {38f725dc-b5c7-4199-a30b-ff28bc3024d5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:42.034662 [ 269 ] {38f725dc-b5c7-4199-a30b-ff28bc3024d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:42.035317 [ 269 ] {38f725dc-b5c7-4199-a30b-ff28bc3024d5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:42.035367 [ 269 ] {38f725dc-b5c7-4199-a30b-ff28bc3024d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:42.035759 [ 269 ] {38f725dc-b5c7-4199-a30b-ff28bc3024d5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:36:42.035990 [ 269 ] {38f725dc-b5c7-4199-a30b-ff28bc3024d5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:42.036157 [ 269 ] {38f725dc-b5c7-4199-a30b-ff28bc3024d5} executeQuery: Read 56 rows, 4.41 KiB in 0.001609 sec., 34804.22622747048 rows/sec., 2.67 MiB/sec. 2026.01.09 00:36:42.036206 [ 269 ] {38f725dc-b5c7-4199-a30b-ff28bc3024d5} TCPHandler: Processed in 0.001922515 sec. 2026.01.09 00:36:42.036337 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:42.036442 [ 269 ] {29df98f5-b964-4025-a2e5-971d8ccca5f5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:42.036488 [ 269 ] {29df98f5-b964-4025-a2e5-971d8ccca5f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:42.036945 [ 269 ] {29df98f5-b964-4025-a2e5-971d8ccca5f5} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:42.036984 [ 269 ] {29df98f5-b964-4025-a2e5-971d8ccca5f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:42.037314 [ 269 ] {29df98f5-b964-4025-a2e5-971d8ccca5f5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:36:42.037537 [ 269 ] {29df98f5-b964-4025-a2e5-971d8ccca5f5} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:42.037686 [ 269 ] {29df98f5-b964-4025-a2e5-971d8ccca5f5} executeQuery: Read 64 rows, 5.12 KiB in 0.001269 sec., 50433.412135539795 rows/sec., 3.94 MiB/sec. 2026.01.09 00:36:42.037726 [ 269 ] {29df98f5-b964-4025-a2e5-971d8ccca5f5} TCPHandler: Processed in 0.001442361 sec. 2026.01.09 00:36:42.037846 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:42.037945 [ 269 ] {2bc7b9fd-0600-4eb2-a8f0-38b3fdde06e8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:42.037990 [ 269 ] {2bc7b9fd-0600-4eb2-a8f0-38b3fdde06e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:42.038376 [ 269 ] {2bc7b9fd-0600-4eb2-a8f0-38b3fdde06e8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:42.038413 [ 269 ] {2bc7b9fd-0600-4eb2-a8f0-38b3fdde06e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:42.038753 [ 269 ] {2bc7b9fd-0600-4eb2-a8f0-38b3fdde06e8} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:36:42.038968 [ 269 ] {2bc7b9fd-0600-4eb2-a8f0-38b3fdde06e8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:42.039101 [ 269 ] {2bc7b9fd-0600-4eb2-a8f0-38b3fdde06e8} executeQuery: Read 64 rows, 4.56 KiB in 0.001177 sec., 54375.53101104502 rows/sec., 3.79 MiB/sec. 2026.01.09 00:36:42.039138 [ 269 ] {2bc7b9fd-0600-4eb2-a8f0-38b3fdde06e8} TCPHandler: Processed in 0.001343148 sec. 2026.01.09 00:36:42.039255 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:42.039356 [ 269 ] {c51a65e4-7e41-467d-b320-24feecabac94} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:42.039400 [ 269 ] {c51a65e4-7e41-467d-b320-24feecabac94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:42.039722 [ 269 ] {c51a65e4-7e41-467d-b320-24feecabac94} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:42.039757 [ 269 ] {c51a65e4-7e41-467d-b320-24feecabac94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:42.040058 [ 269 ] {c51a65e4-7e41-467d-b320-24feecabac94} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:36:42.040257 [ 269 ] {c51a65e4-7e41-467d-b320-24feecabac94} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:42.040386 [ 269 ] {c51a65e4-7e41-467d-b320-24feecabac94} executeQuery: Read 24 rows, 1.66 KiB in 0.00105 sec., 22857.14285714286 rows/sec., 1.54 MiB/sec. 2026.01.09 00:36:42.040422 [ 269 ] {c51a65e4-7e41-467d-b320-24feecabac94} TCPHandler: Processed in 0.001218455 sec. 2026.01.09 00:36:42.378010 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19671 2026.01.09 00:36:42.378677 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:42.378731 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:42.379350 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:36:42.379649 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:42.379829 [ 35 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.09 00:36:42.379843 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19671 2026.01.09 00:36:42.379916 [ 35 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:42.379947 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:42.380064 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.09 00:36:42.380168 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:42.380203 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17239 rows starting from the beginning of the part 2026.01.09 00:36:42.380263 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 512 rows starting from the beginning of the part 2026.01.09 00:36:42.380316 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 448 rows starting from the beginning of the part 2026.01.09 00:36:42.380376 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 512 rows starting from the beginning of the part 2026.01.09 00:36:42.380441 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 448 rows starting from the beginning of the part 2026.01.09 00:36:42.380502 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 512 rows starting from the beginning of the part 2026.01.09 00:36:42.382559 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19671 rows, containing 4 columns (4 merged, 0 gathered) in 0.002543522 sec., 7733764.441589261 rows/sec., 110.63 MiB/sec. 2026.01.09 00:36:42.382968 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.09 00:36:42.383307 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:42.383410 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_41_8} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.09 00:36:42.383539 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.64 MiB. 2026.01.09 00:36:43.425345 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.01.09 00:36:43.443025 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:43.443092 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:43.449571 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:36:43.450278 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:43.450575 [ 34 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.09 00:36:43.450607 [ 34 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:43.450625 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:43.450742 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.09 00:36:43.453636 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.01.09 00:36:43.454786 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:43.456399 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.01.09 00:36:43.461491 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.01.09 00:36:43.466120 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.01.09 00:36:43.470908 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.01.09 00:36:43.475248 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.01.09 00:36:43.478973 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.01.09 00:36:43.529959 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.079271266 sec., 3898.007633686587 rows/sec., 20.16 MiB/sec. 2026.01.09 00:36:43.533007 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.09 00:36:43.535027 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:43.535132 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_41_8} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.09 00:36:43.538207 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.09 00:36:44.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 303.99 MiB, peak 317.41 MiB, free memory in arenas 0.00 B, will set to 305.08 MiB (RSS), difference: 1.09 MiB 2026.01.09 00:36:44.926904 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1262 2026.01.09 00:36:44.929616 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:44.929663 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:44.930865 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:36:44.931124 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:44.931413 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1262 2026.01.09 00:36:47.041699 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:47.041930 [ 269 ] {35418323-d65a-4057-870b-9359e6120bd8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:47.042001 [ 269 ] {35418323-d65a-4057-870b-9359e6120bd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:47.042765 [ 269 ] {35418323-d65a-4057-870b-9359e6120bd8} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:47.042815 [ 269 ] {35418323-d65a-4057-870b-9359e6120bd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:47.043220 [ 269 ] {35418323-d65a-4057-870b-9359e6120bd8} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:36:47.043438 [ 269 ] {35418323-d65a-4057-870b-9359e6120bd8} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:47.043591 [ 269 ] {35418323-d65a-4057-870b-9359e6120bd8} executeQuery: Read 139 rows, 12.36 KiB in 0.001714 sec., 81096.84947491248 rows/sec., 7.04 MiB/sec. 2026.01.09 00:36:47.043632 [ 269 ] {35418323-d65a-4057-870b-9359e6120bd8} TCPHandler: Processed in 0.002069049 sec. 2026.01.09 00:36:47.043757 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:47.043853 [ 269 ] {13b918be-e616-45bc-a50d-253e1aa6a223} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:47.043894 [ 269 ] {13b918be-e616-45bc-a50d-253e1aa6a223} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:47.044328 [ 269 ] {13b918be-e616-45bc-a50d-253e1aa6a223} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:47.044363 [ 269 ] {13b918be-e616-45bc-a50d-253e1aa6a223} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:47.044664 [ 269 ] {13b918be-e616-45bc-a50d-253e1aa6a223} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:36:47.044870 [ 269 ] {13b918be-e616-45bc-a50d-253e1aa6a223} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:47.044997 [ 269 ] {13b918be-e616-45bc-a50d-253e1aa6a223} executeQuery: Read 41 rows, 3.08 KiB in 0.001164 sec., 35223.3676975945 rows/sec., 2.59 MiB/sec. 2026.01.09 00:36:47.045035 [ 269 ] {13b918be-e616-45bc-a50d-253e1aa6a223} TCPHandler: Processed in 0.001325868 sec. 2026.01.09 00:36:47.045155 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:47.045248 [ 269 ] {96d61f48-534f-407d-896f-ab4cbec25eca} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:36:47.045286 [ 269 ] {96d61f48-534f-407d-896f-ab4cbec25eca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:36:47.045682 [ 269 ] {96d61f48-534f-407d-896f-ab4cbec25eca} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:47.045717 [ 269 ] {96d61f48-534f-407d-896f-ab4cbec25eca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:47.045998 [ 269 ] {96d61f48-534f-407d-896f-ab4cbec25eca} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:36:47.046206 [ 269 ] {96d61f48-534f-407d-896f-ab4cbec25eca} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:47.046331 [ 269 ] {96d61f48-534f-407d-896f-ab4cbec25eca} executeQuery: Read 1 rows, 68.00 B in 0.001101 sec., 908.2652134423251 rows/sec., 60.31 KiB/sec. 2026.01.09 00:36:47.046368 [ 269 ] {96d61f48-534f-407d-896f-ab4cbec25eca} TCPHandler: Processed in 0.001260596 sec. 2026.01.09 00:36:47.046488 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:47.046580 [ 269 ] {0e787d51-a9c5-432e-9629-1983003c9fea} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:47.046619 [ 269 ] {0e787d51-a9c5-432e-9629-1983003c9fea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:47.047079 [ 269 ] {0e787d51-a9c5-432e-9629-1983003c9fea} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:47.047116 [ 269 ] {0e787d51-a9c5-432e-9629-1983003c9fea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:47.047422 [ 269 ] {0e787d51-a9c5-432e-9629-1983003c9fea} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:36:47.047629 [ 269 ] {0e787d51-a9c5-432e-9629-1983003c9fea} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:47.047755 [ 269 ] {0e787d51-a9c5-432e-9629-1983003c9fea} executeQuery: Read 105 rows, 8.40 KiB in 0.001192 sec., 88087.24832214766 rows/sec., 6.88 MiB/sec. 2026.01.09 00:36:47.047794 [ 269 ] {0e787d51-a9c5-432e-9629-1983003c9fea} TCPHandler: Processed in 0.001352389 sec. 2026.01.09 00:36:47.047909 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:47.048003 [ 269 ] {ff42b350-fef5-4db9-9eb1-09f87aaa02d3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:47.048045 [ 269 ] {ff42b350-fef5-4db9-9eb1-09f87aaa02d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:47.048481 [ 269 ] {ff42b350-fef5-4db9-9eb1-09f87aaa02d3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:47.048518 [ 269 ] {ff42b350-fef5-4db9-9eb1-09f87aaa02d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:47.048855 [ 269 ] {ff42b350-fef5-4db9-9eb1-09f87aaa02d3} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:36:47.049062 [ 269 ] {ff42b350-fef5-4db9-9eb1-09f87aaa02d3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:47.049189 [ 269 ] {ff42b350-fef5-4db9-9eb1-09f87aaa02d3} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.01.09 00:36:47.049226 [ 269 ] {ff42b350-fef5-4db9-9eb1-09f87aaa02d3} TCPHandler: Processed in 0.001365038 sec. 2026.01.09 00:36:47.049363 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:47.049459 [ 269 ] {9b108d1e-50ad-4174-a361-fde1218a659f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:36:47.049501 [ 269 ] {9b108d1e-50ad-4174-a361-fde1218a659f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:36:47.049813 [ 269 ] {9b108d1e-50ad-4174-a361-fde1218a659f} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:47.049847 [ 269 ] {9b108d1e-50ad-4174-a361-fde1218a659f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:47.050131 [ 269 ] {9b108d1e-50ad-4174-a361-fde1218a659f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:36:47.050331 [ 269 ] {9b108d1e-50ad-4174-a361-fde1218a659f} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:47.050458 [ 269 ] {9b108d1e-50ad-4174-a361-fde1218a659f} executeQuery: Read 1 rows, 65.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 62.42 KiB/sec. 2026.01.09 00:36:47.050494 [ 269 ] {9b108d1e-50ad-4174-a361-fde1218a659f} TCPHandler: Processed in 0.001185314 sec. 2026.01.09 00:36:47.050591 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:47.050683 [ 269 ] {3f3ad55f-f008-4097-ab09-c9e19745af58} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:47.050736 [ 269 ] {3f3ad55f-f008-4097-ab09-c9e19745af58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:36:47.051539 [ 269 ] {3f3ad55f-f008-4097-ab09-c9e19745af58} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:47.051574 [ 269 ] {3f3ad55f-f008-4097-ab09-c9e19745af58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:47.052113 [ 269 ] {3f3ad55f-f008-4097-ab09-c9e19745af58} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:36:47.052332 [ 269 ] {3f3ad55f-f008-4097-ab09-c9e19745af58} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:47.052464 [ 269 ] {3f3ad55f-f008-4097-ab09-c9e19745af58} executeQuery: Read 41 rows, 75.23 KiB in 0.0018 sec., 22777.777777777777 rows/sec., 40.82 MiB/sec. 2026.01.09 00:36:47.052517 [ 269 ] {3f3ad55f-f008-4097-ab09-c9e19745af58} TCPHandler: Processed in 0.001971976 sec. 2026.01.09 00:36:47.052631 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:47.052728 [ 269 ] {535f2345-429d-4a4e-bc4f-fed36d6d60f8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:47.052769 [ 269 ] {535f2345-429d-4a4e-bc4f-fed36d6d60f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:47.053093 [ 269 ] {535f2345-429d-4a4e-bc4f-fed36d6d60f8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:47.053128 [ 269 ] {535f2345-429d-4a4e-bc4f-fed36d6d60f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:47.053425 [ 269 ] {535f2345-429d-4a4e-bc4f-fed36d6d60f8} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:36:47.053628 [ 269 ] {535f2345-429d-4a4e-bc4f-fed36d6d60f8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:47.053753 [ 269 ] {535f2345-429d-4a4e-bc4f-fed36d6d60f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. 2026.01.09 00:36:47.053788 [ 269 ] {535f2345-429d-4a4e-bc4f-fed36d6d60f8} TCPHandler: Processed in 0.001205325 sec. 2026.01.09 00:36:49.736275 [ 91 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:36:49.736351 [ 91 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:36:49.880907 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20119 2026.01.09 00:36:49.881404 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:49.881443 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:49.881931 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:36:49.882173 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:49.882299 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20119 2026.01.09 00:36:50.460919 [ 114 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2026.01.09 00:36:50.460985 [ 114 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:50.461005 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:50.461138 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full 2026.01.09 00:36:50.461339 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:50.461397 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 138 rows starting from the beginning of the part 2026.01.09 00:36:50.461499 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.01.09 00:36:50.461574 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2026.01.09 00:36:50.461641 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2026.01.09 00:36:50.461718 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2026.01.09 00:36:50.462635 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 4 columns (4 merged, 0 gathered) in 0.001554304 sec., 104226.71497982377 rows/sec., 5.32 MiB/sec. 2026.01.09 00:36:50.462818 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2026.01.09 00:36:50.463104 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:50.463181 [ 196 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_27_6} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2026.01.09 00:36:50.463273 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.01.09 00:36:50.954618 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.01.09 00:36:50.970871 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:50.970922 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:50.976735 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:36:50.977445 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:50.980545 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.01.09 00:36:52.049098 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:52.049290 [ 269 ] {96e5fe86-3ede-4752-8a3c-34475ba9e3ad} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:36:52.049360 [ 269 ] {96e5fe86-3ede-4752-8a3c-34475ba9e3ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:36:52.050351 [ 269 ] {96e5fe86-3ede-4752-8a3c-34475ba9e3ad} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:52.050393 [ 269 ] {96e5fe86-3ede-4752-8a3c-34475ba9e3ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:52.050786 [ 269 ] {96e5fe86-3ede-4752-8a3c-34475ba9e3ad} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:36:52.050997 [ 269 ] {96e5fe86-3ede-4752-8a3c-34475ba9e3ad} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:52.051147 [ 269 ] {96e5fe86-3ede-4752-8a3c-34475ba9e3ad} executeQuery: Read 410 rows, 26.63 KiB in 0.001908 sec., 214884.6960167715 rows/sec., 13.63 MiB/sec. 2026.01.09 00:36:52.051187 [ 269 ] {96e5fe86-3ede-4752-8a3c-34475ba9e3ad} TCPHandler: Processed in 0.002220653 sec. 2026.01.09 00:36:52.051313 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:52.051406 [ 269 ] {0b6efdb6-0f99-4542-932b-31159f4da37f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:52.051446 [ 269 ] {0b6efdb6-0f99-4542-932b-31159f4da37f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:52.052602 [ 269 ] {0b6efdb6-0f99-4542-932b-31159f4da37f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:52.052638 [ 269 ] {0b6efdb6-0f99-4542-932b-31159f4da37f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:52.052993 [ 269 ] {0b6efdb6-0f99-4542-932b-31159f4da37f} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:36:52.053189 [ 269 ] {0b6efdb6-0f99-4542-932b-31159f4da37f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:52.053313 [ 269 ] {0b6efdb6-0f99-4542-932b-31159f4da37f} executeQuery: Read 1112 rows, 89.84 KiB in 0.001925 sec., 577662.3376623377 rows/sec., 45.58 MiB/sec. 2026.01.09 00:36:52.053350 [ 269 ] {0b6efdb6-0f99-4542-932b-31159f4da37f} TCPHandler: Processed in 0.002084679 sec. 2026.01.09 00:36:52.053473 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:52.053566 [ 269 ] {c935b4b8-fc97-48fc-8ef6-6392ac23cf29} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:52.053605 [ 269 ] {c935b4b8-fc97-48fc-8ef6-6392ac23cf29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:52.054146 [ 269 ] {c935b4b8-fc97-48fc-8ef6-6392ac23cf29} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:52.054183 [ 269 ] {c935b4b8-fc97-48fc-8ef6-6392ac23cf29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:52.054497 [ 269 ] {c935b4b8-fc97-48fc-8ef6-6392ac23cf29} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:36:52.054715 [ 269 ] {c935b4b8-fc97-48fc-8ef6-6392ac23cf29} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:52.054849 [ 269 ] {c935b4b8-fc97-48fc-8ef6-6392ac23cf29} executeQuery: Read 205 rows, 12.32 KiB in 0.001301 sec., 157571.09915449654 rows/sec., 9.24 MiB/sec. 2026.01.09 00:36:52.054887 [ 269 ] {c935b4b8-fc97-48fc-8ef6-6392ac23cf29} TCPHandler: Processed in 0.001462122 sec. 2026.01.09 00:36:52.054998 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:52.055092 [ 269 ] {899e7202-3adf-4aa9-8196-2295720dafd2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:36:52.055131 [ 269 ] {899e7202-3adf-4aa9-8196-2295720dafd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:36:52.055649 [ 269 ] {899e7202-3adf-4aa9-8196-2295720dafd2} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:52.055685 [ 269 ] {899e7202-3adf-4aa9-8196-2295720dafd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:52.055984 [ 269 ] {899e7202-3adf-4aa9-8196-2295720dafd2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:36:52.056189 [ 269 ] {899e7202-3adf-4aa9-8196-2295720dafd2} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:52.056313 [ 269 ] {899e7202-3adf-4aa9-8196-2295720dafd2} executeQuery: Read 212 rows, 14.00 KiB in 0.00124 sec., 170967.74193548388 rows/sec., 11.03 MiB/sec. 2026.01.09 00:36:52.056351 [ 269 ] {899e7202-3adf-4aa9-8196-2295720dafd2} TCPHandler: Processed in 0.00140019 sec. 2026.01.09 00:36:52.056461 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:52.056555 [ 269 ] {90d6cf35-de75-4afb-b844-95d0adf6526f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:36:52.056593 [ 269 ] {90d6cf35-de75-4afb-b844-95d0adf6526f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:36:52.057109 [ 269 ] {90d6cf35-de75-4afb-b844-95d0adf6526f} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:52.057145 [ 269 ] {90d6cf35-de75-4afb-b844-95d0adf6526f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:52.057453 [ 269 ] {90d6cf35-de75-4afb-b844-95d0adf6526f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:36:52.057655 [ 269 ] {90d6cf35-de75-4afb-b844-95d0adf6526f} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:52.057781 [ 269 ] {90d6cf35-de75-4afb-b844-95d0adf6526f} executeQuery: Read 211 rows, 12.27 KiB in 0.001245 sec., 169477.91164658635 rows/sec., 9.62 MiB/sec. 2026.01.09 00:36:52.057819 [ 269 ] {90d6cf35-de75-4afb-b844-95d0adf6526f} TCPHandler: Processed in 0.00140602 sec. 2026.01.09 00:36:52.057948 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:52.058043 [ 269 ] {8a67a986-71ac-407b-983e-411f57952256} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:52.058081 [ 269 ] {8a67a986-71ac-407b-983e-411f57952256} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:52.058799 [ 269 ] {8a67a986-71ac-407b-983e-411f57952256} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:52.058836 [ 269 ] {8a67a986-71ac-407b-983e-411f57952256} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:52.059163 [ 269 ] {8a67a986-71ac-407b-983e-411f57952256} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:36:52.059380 [ 269 ] {8a67a986-71ac-407b-983e-411f57952256} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:52.059506 [ 269 ] {8a67a986-71ac-407b-983e-411f57952256} executeQuery: Read 679 rows, 48.47 KiB in 0.001482 sec., 458164.6423751687 rows/sec., 31.94 MiB/sec. 2026.01.09 00:36:52.059544 [ 269 ] {8a67a986-71ac-407b-983e-411f57952256} TCPHandler: Processed in 0.001642937 sec. 2026.01.09 00:36:52.059652 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:52.059758 [ 269 ] {a12653bf-0bdc-4a57-a4a6-bbd7c49df7ca} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:36:52.059802 [ 269 ] {a12653bf-0bdc-4a57-a4a6-bbd7c49df7ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:36:52.060155 [ 269 ] {a12653bf-0bdc-4a57-a4a6-bbd7c49df7ca} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:52.060193 [ 269 ] {a12653bf-0bdc-4a57-a4a6-bbd7c49df7ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:52.060511 [ 269 ] {a12653bf-0bdc-4a57-a4a6-bbd7c49df7ca} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:36:52.060727 [ 269 ] {a12653bf-0bdc-4a57-a4a6-bbd7c49df7ca} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:52.060858 [ 269 ] {a12653bf-0bdc-4a57-a4a6-bbd7c49df7ca} executeQuery: Read 6 rows, 321.00 B in 0.001118 sec., 5366.726296958855 rows/sec., 280.39 KiB/sec. 2026.01.09 00:36:52.060898 [ 269 ] {a12653bf-0bdc-4a57-a4a6-bbd7c49df7ca} TCPHandler: Processed in 0.001295637 sec. 2026.01.09 00:36:52.061015 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:52.061110 [ 269 ] {01a2d946-c206-48a5-991d-f8794da4bcd8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:52.061159 [ 269 ] {01a2d946-c206-48a5-991d-f8794da4bcd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:52.061621 [ 269 ] {01a2d946-c206-48a5-991d-f8794da4bcd8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:52.061657 [ 269 ] {01a2d946-c206-48a5-991d-f8794da4bcd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:52.061994 [ 269 ] {01a2d946-c206-48a5-991d-f8794da4bcd8} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:36:52.062214 [ 269 ] {01a2d946-c206-48a5-991d-f8794da4bcd8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:52.062353 [ 269 ] {01a2d946-c206-48a5-991d-f8794da4bcd8} executeQuery: Read 314 rows, 21.12 KiB in 0.001261 sec., 249008.72323552737 rows/sec., 16.36 MiB/sec. 2026.01.09 00:36:52.062392 [ 269 ] {01a2d946-c206-48a5-991d-f8794da4bcd8} TCPHandler: Processed in 0.00142779 sec. 2026.01.09 00:36:52.062506 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:52.062601 [ 269 ] {5916e36b-d494-427b-b3f0-2ebf3a49d877} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:36:52.062643 [ 269 ] {5916e36b-d494-427b-b3f0-2ebf3a49d877} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:36:52.062964 [ 269 ] {5916e36b-d494-427b-b3f0-2ebf3a49d877} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:52.063000 [ 269 ] {5916e36b-d494-427b-b3f0-2ebf3a49d877} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:52.063295 [ 269 ] {5916e36b-d494-427b-b3f0-2ebf3a49d877} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:36:52.063506 [ 269 ] {5916e36b-d494-427b-b3f0-2ebf3a49d877} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:52.063640 [ 269 ] {5916e36b-d494-427b-b3f0-2ebf3a49d877} executeQuery: Read 1 rows, 69.00 B in 0.001056 sec., 946.9696969696969 rows/sec., 63.81 KiB/sec. 2026.01.09 00:36:52.063678 [ 269 ] {5916e36b-d494-427b-b3f0-2ebf3a49d877} TCPHandler: Processed in 0.001221715 sec. 2026.01.09 00:36:52.063791 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:52.063884 [ 269 ] {82eec5cd-6ded-4842-ac26-9eba96139b2e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:52.063925 [ 269 ] {82eec5cd-6ded-4842-ac26-9eba96139b2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:52.064271 [ 269 ] {82eec5cd-6ded-4842-ac26-9eba96139b2e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:52.064307 [ 269 ] {82eec5cd-6ded-4842-ac26-9eba96139b2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:52.064621 [ 269 ] {82eec5cd-6ded-4842-ac26-9eba96139b2e} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:36:52.064834 [ 269 ] {82eec5cd-6ded-4842-ac26-9eba96139b2e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:52.064960 [ 269 ] {82eec5cd-6ded-4842-ac26-9eba96139b2e} executeQuery: Read 104 rows, 6.53 KiB in 0.001092 sec., 95238.09523809524 rows/sec., 5.84 MiB/sec. 2026.01.09 00:36:52.064998 [ 269 ] {82eec5cd-6ded-4842-ac26-9eba96139b2e} TCPHandler: Processed in 0.001256645 sec. 2026.01.09 00:36:54.931665 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1298 2026.01.09 00:36:54.934147 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:54.934202 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:54.935397 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:36:54.935671 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:54.935865 [ 152 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.09 00:36:54.935956 [ 152 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:54.935991 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:54.936039 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1298 2026.01.09 00:36:54.936142 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.09 00:36:54.936728 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:54.936874 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1108 rows starting from the beginning of the part 2026.01.09 00:36:54.937253 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part 2026.01.09 00:36:54.937589 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part 2026.01.09 00:36:54.937938 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part 2026.01.09 00:36:54.938272 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 46 rows starting from the beginning of the part 2026.01.09 00:36:54.938608 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part 2026.01.09 00:36:54.946051 [ 191 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1298 rows, containing 72 columns (72 merged, 0 gathered) in 0.009974124 sec., 130136.74183316751 rows/sec., 104.92 MiB/sec. 2026.01.09 00:36:54.947649 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.09 00:36:54.948267 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:54.948357 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_31_6} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.09 00:36:54.948742 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2026.01.09 00:36:55.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 305.78 MiB, peak 317.41 MiB, free memory in arenas 0.00 B, will set to 307.02 MiB (RSS), difference: 1.24 MiB 2026.01.09 00:36:57.048484 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:57.048733 [ 269 ] {887bbbd1-7e26-4a32-a87b-aaa27944935f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:36:57.048818 [ 269 ] {887bbbd1-7e26-4a32-a87b-aaa27944935f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:36:57.049620 [ 269 ] {887bbbd1-7e26-4a32-a87b-aaa27944935f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.049665 [ 269 ] {887bbbd1-7e26-4a32-a87b-aaa27944935f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.050072 [ 269 ] {887bbbd1-7e26-4a32-a87b-aaa27944935f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:36:57.050325 [ 269 ] {887bbbd1-7e26-4a32-a87b-aaa27944935f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.050503 [ 269 ] {887bbbd1-7e26-4a32-a87b-aaa27944935f} executeQuery: Read 24 rows, 2.04 KiB in 0.001827 sec., 13136.288998357963 rows/sec., 1.09 MiB/sec. 2026.01.09 00:36:57.050555 [ 269 ] {887bbbd1-7e26-4a32-a87b-aaa27944935f} TCPHandler: Processed in 0.002206843 sec. 2026.01.09 00:36:57.050674 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:57.050777 [ 269 ] {8d2e7319-2205-4037-8295-3c7bdd3636c5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:36:57.050821 [ 269 ] {8d2e7319-2205-4037-8295-3c7bdd3636c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:36:57.051255 [ 269 ] {8d2e7319-2205-4037-8295-3c7bdd3636c5} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.051293 [ 269 ] {8d2e7319-2205-4037-8295-3c7bdd3636c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.051603 [ 269 ] {8d2e7319-2205-4037-8295-3c7bdd3636c5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.09 00:36:57.051825 [ 269 ] {8d2e7319-2205-4037-8295-3c7bdd3636c5} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.051961 [ 269 ] {8d2e7319-2205-4037-8295-3c7bdd3636c5} executeQuery: Read 14 rows, 1.14 KiB in 0.001206 sec., 11608.623548922056 rows/sec., 946.60 KiB/sec. 2026.01.09 00:36:57.052001 [ 269 ] {8d2e7319-2205-4037-8295-3c7bdd3636c5} TCPHandler: Processed in 0.001378909 sec. 2026.01.09 00:36:57.052116 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:57.052212 [ 269 ] {bf7a48e9-7d25-44b0-8a91-4d2d097d5c72} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:36:57.052253 [ 269 ] {bf7a48e9-7d25-44b0-8a91-4d2d097d5c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:36:57.052783 [ 269 ] {bf7a48e9-7d25-44b0-8a91-4d2d097d5c72} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.052820 [ 269 ] {bf7a48e9-7d25-44b0-8a91-4d2d097d5c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.053156 [ 269 ] {bf7a48e9-7d25-44b0-8a91-4d2d097d5c72} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:36:57.053374 [ 269 ] {bf7a48e9-7d25-44b0-8a91-4d2d097d5c72} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.053494 [ 148 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.09 00:36:57.053507 [ 269 ] {bf7a48e9-7d25-44b0-8a91-4d2d097d5c72} executeQuery: Read 265 rows, 24.24 KiB in 0.001313 sec., 201827.87509520183 rows/sec., 18.03 MiB/sec. 2026.01.09 00:36:57.053576 [ 148 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.053597 [ 269 ] {bf7a48e9-7d25-44b0-8a91-4d2d097d5c72} TCPHandler: Processed in 0.001531474 sec. 2026.01.09 00:36:57.053606 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.053724 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:57.053739 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.09 00:36:57.053824 [ 269 ] {5610af0a-4124-49f4-b162-ac6611ba0b50} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:36:57.053869 [ 269 ] {5610af0a-4124-49f4-b162-ac6611ba0b50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:36:57.053891 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:57.053933 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2466 rows starting from the beginning of the part 2026.01.09 00:36:57.054006 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:36:57.054060 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part 2026.01.09 00:36:57.054110 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 139 rows starting from the beginning of the part 2026.01.09 00:36:57.054158 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:36:57.054206 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 265 rows starting from the beginning of the part 2026.01.09 00:36:57.054296 [ 269 ] {5610af0a-4124-49f4-b162-ac6611ba0b50} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.054342 [ 269 ] {5610af0a-4124-49f4-b162-ac6611ba0b50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.054710 [ 269 ] {5610af0a-4124-49f4-b162-ac6611ba0b50} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:36:57.054938 [ 269 ] {5610af0a-4124-49f4-b162-ac6611ba0b50} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.055078 [ 269 ] {5610af0a-4124-49f4-b162-ac6611ba0b50} executeQuery: Read 67 rows, 5.02 KiB in 0.001272 sec., 52672.95597484277 rows/sec., 3.86 MiB/sec. 2026.01.09 00:36:57.055119 [ 269 ] {5610af0a-4124-49f4-b162-ac6611ba0b50} TCPHandler: Processed in 0.001446601 sec. 2026.01.09 00:36:57.055235 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:57.055359 [ 269 ] {90ca4e0d-381c-470e-8a90-21879db5b0b6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:36:57.055401 [ 269 ] {90ca4e0d-381c-470e-8a90-21879db5b0b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:36:57.055814 [ 269 ] {90ca4e0d-381c-470e-8a90-21879db5b0b6} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.055851 [ 269 ] {90ca4e0d-381c-470e-8a90-21879db5b0b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.056166 [ 269 ] {90ca4e0d-381c-470e-8a90-21879db5b0b6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:36:57.056388 [ 269 ] {90ca4e0d-381c-470e-8a90-21879db5b0b6} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.056425 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 6290 rows, containing 5 columns (5 merged, 0 gathered) in 0.002742498 sec., 2293529.475682389 rows/sec., 195.30 MiB/sec. 2026.01.09 00:36:57.056526 [ 269 ] {90ca4e0d-381c-470e-8a90-21879db5b0b6} executeQuery: Read 24 rows, 2.04 KiB in 0.001183 sec., 20287.404902789516 rows/sec., 1.68 MiB/sec. 2026.01.09 00:36:57.056593 [ 269 ] {90ca4e0d-381c-470e-8a90-21879db5b0b6} TCPHandler: Processed in 0.0014074 sec. 2026.01.09 00:36:57.056708 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:57.056750 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.09 00:36:57.056803 [ 269 ] {abd65629-5704-4bd8-881f-8ceec55c8dda} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:36:57.056843 [ 269 ] {abd65629-5704-4bd8-881f-8ceec55c8dda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:36:57.057043 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.057123 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_71_14} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.09 00:36:57.057222 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.01.09 00:36:57.057245 [ 269 ] {abd65629-5704-4bd8-881f-8ceec55c8dda} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.057280 [ 269 ] {abd65629-5704-4bd8-881f-8ceec55c8dda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.057587 [ 269 ] {abd65629-5704-4bd8-881f-8ceec55c8dda} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:36:57.057797 [ 269 ] {abd65629-5704-4bd8-881f-8ceec55c8dda} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.057930 [ 269 ] {abd65629-5704-4bd8-881f-8ceec55c8dda} executeQuery: Read 12 rows, 960.00 B in 0.001143 sec., 10498.687664041996 rows/sec., 820.21 KiB/sec. 2026.01.09 00:36:57.057969 [ 269 ] {abd65629-5704-4bd8-881f-8ceec55c8dda} TCPHandler: Processed in 0.001311097 sec. 2026.01.09 00:36:57.058081 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:57.058174 [ 269 ] {3e16aec8-4a86-4c60-b776-6916e45d1913} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:36:57.058214 [ 269 ] {3e16aec8-4a86-4c60-b776-6916e45d1913} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:36:57.058680 [ 269 ] {3e16aec8-4a86-4c60-b776-6916e45d1913} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.058716 [ 269 ] {3e16aec8-4a86-4c60-b776-6916e45d1913} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.059034 [ 269 ] {3e16aec8-4a86-4c60-b776-6916e45d1913} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:36:57.059250 [ 269 ] {3e16aec8-4a86-4c60-b776-6916e45d1913} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.059390 [ 269 ] {3e16aec8-4a86-4c60-b776-6916e45d1913} executeQuery: Read 155 rows, 12.80 KiB in 0.001232 sec., 125811.68831168831 rows/sec., 10.14 MiB/sec. 2026.01.09 00:36:57.059391 [ 151 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.09 00:36:57.059437 [ 269 ] {3e16aec8-4a86-4c60-b776-6916e45d1913} TCPHandler: Processed in 0.00140496 sec. 2026.01.09 00:36:57.059451 [ 151 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.059483 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.059558 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:57.059582 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.09 00:36:57.059657 [ 269 ] {bb956ab4-27d1-45fa-a769-4c1a1c7f5cae} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:57.059674 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:57.059700 [ 269 ] {bb956ab4-27d1-45fa-a769-4c1a1c7f5cae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:36:57.059708 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1250 rows starting from the beginning of the part 2026.01.09 00:36:57.059779 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:36:57.059823 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part 2026.01.09 00:36:57.059865 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 105 rows starting from the beginning of the part 2026.01.09 00:36:57.059906 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 679 rows starting from the beginning of the part 2026.01.09 00:36:57.059950 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 155 rows starting from the beginning of the part 2026.01.09 00:36:57.060160 [ 269 ] {bb956ab4-27d1-45fa-a769-4c1a1c7f5cae} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.060195 [ 269 ] {bb956ab4-27d1-45fa-a769-4c1a1c7f5cae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.060576 [ 269 ] {bb956ab4-27d1-45fa-a769-4c1a1c7f5cae} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:36:57.060794 [ 269 ] {bb956ab4-27d1-45fa-a769-4c1a1c7f5cae} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.060926 [ 269 ] {bb956ab4-27d1-45fa-a769-4c1a1c7f5cae} executeQuery: Read 347 rows, 26.84 KiB in 0.001286 sec., 269828.9269051322 rows/sec., 20.39 MiB/sec. 2026.01.09 00:36:57.060933 [ 151 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.09 00:36:57.060968 [ 269 ] {bb956ab4-27d1-45fa-a769-4c1a1c7f5cae} TCPHandler: Processed in 0.001460172 sec. 2026.01.09 00:36:57.060979 [ 151 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.061004 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.061091 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.09 00:36:57.061092 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:57.061182 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:57.061183 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3388 rows, containing 5 columns (5 merged, 0 gathered) in 0.001639386 sec., 2066627.3836668117 rows/sec., 156.75 MiB/sec. 2026.01.09 00:36:57.061205 [ 269 ] {a5151b86-dfb7-41ae-9455-c72a3fe87db1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:36:57.061209 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20361 rows starting from the beginning of the part 2026.01.09 00:36:57.061269 [ 269 ] {a5151b86-dfb7-41ae-9455-c72a3fe87db1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:36:57.061274 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 934 rows starting from the beginning of the part 2026.01.09 00:36:57.061321 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part 2026.01.09 00:36:57.061361 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2026.01.09 00:36:57.061392 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.09 00:36:57.061399 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 314 rows starting from the beginning of the part 2026.01.09 00:36:57.061450 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 347 rows starting from the beginning of the part 2026.01.09 00:36:57.061720 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.061806 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_71_14} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.09 00:36:57.061905 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.09 00:36:57.062136 [ 269 ] {a5151b86-dfb7-41ae-9455-c72a3fe87db1} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.062176 [ 269 ] {a5151b86-dfb7-41ae-9455-c72a3fe87db1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.062804 [ 269 ] {a5151b86-dfb7-41ae-9455-c72a3fe87db1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:36:57.063042 [ 269 ] {a5151b86-dfb7-41ae-9455-c72a3fe87db1} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.063179 [ 151 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.09 00:36:57.063185 [ 269 ] {a5151b86-dfb7-41ae-9455-c72a3fe87db1} executeQuery: Read 41 rows, 75.23 KiB in 0.001997 sec., 20530.796194291437 rows/sec., 36.79 MiB/sec. 2026.01.09 00:36:57.063219 [ 151 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.063243 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.063280 [ 269 ] {a5151b86-dfb7-41ae-9455-c72a3fe87db1} TCPHandler: Processed in 0.002236623 sec. 2026.01.09 00:36:57.063357 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.09 00:36:57.063409 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:36:57.063510 [ 269 ] {21d5bff0-153b-4cb2-b44d-04d9dfe38049} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:36:57.063552 [ 269 ] {21d5bff0-153b-4cb2-b44d-04d9dfe38049} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:36:57.063600 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:57.063660 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 942 rows starting from the beginning of the part 2026.01.09 00:36:57.063781 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:57.063880 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:57.063925 [ 269 ] {21d5bff0-153b-4cb2-b44d-04d9dfe38049} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.063968 [ 269 ] {21d5bff0-153b-4cb2-b44d-04d9dfe38049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.063979 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:57.064071 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:57.064159 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part 2026.01.09 00:36:57.064307 [ 269 ] {21d5bff0-153b-4cb2-b44d-04d9dfe38049} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:36:57.064563 [ 269 ] {21d5bff0-153b-4cb2-b44d-04d9dfe38049} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.064707 [ 269 ] {21d5bff0-153b-4cb2-b44d-04d9dfe38049} executeQuery: Read 60 rows, 4.14 KiB in 0.001214 sec., 49423.39373970346 rows/sec., 3.33 MiB/sec. 2026.01.09 00:36:57.064706 [ 151 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.09 00:36:57.064751 [ 269 ] {21d5bff0-153b-4cb2-b44d-04d9dfe38049} TCPHandler: Processed in 0.001392389 sec. 2026.01.09 00:36:57.064763 [ 151 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.064789 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.064862 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.09 00:36:57.064951 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:36:57.064977 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4564 rows starting from the beginning of the part 2026.01.09 00:36:57.065026 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 80 rows starting from the beginning of the part 2026.01.09 00:36:57.065067 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 24 rows starting from the beginning of the part 2026.01.09 00:36:57.065106 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2026.01.09 00:36:57.065148 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 104 rows starting from the beginning of the part 2026.01.09 00:36:57.065184 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.01.09 00:36:57.076448 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4892 rows, containing 4 columns (4 merged, 0 gathered) in 0.011616211 sec., 421135.6009287366 rows/sec., 26.85 MiB/sec. 2026.01.09 00:36:57.076978 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.09 00:36:57.077284 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.077369 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_71_14} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.09 00:36:57.077467 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.01.09 00:36:57.077754 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 22180 rows, containing 5 columns (5 merged, 0 gathered) in 0.016696535 sec., 1328419.3397013214 rows/sec., 89.47 MiB/sec. 2026.01.09 00:36:57.078117 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.09 00:36:57.078350 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.078417 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_71_14} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.09 00:36:57.078477 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. 2026.01.09 00:36:57.079998 [ 192 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1147 rows, containing 19 columns (19 merged, 0 gathered) in 0.016689565 sec., 68725.57792848405 rows/sec., 123.15 MiB/sec. 2026.01.09 00:36:57.081660 [ 192 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.09 00:36:57.082027 [ 192 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.082109 [ 192 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_31_6} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.09 00:36:57.082253 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.65 MiB. 2026.01.09 00:36:57.382461 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20631 2026.01.09 00:36:57.382963 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:57.383007 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:57.383480 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:36:57.383727 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:57.383868 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20631 2026.01.09 00:36:58.000249 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 307.91 MiB, peak 322.08 MiB, free memory in arenas 0.00 B, will set to 313.07 MiB (RSS), difference: 5.16 MiB 2026.01.09 00:36:58.480716 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.01.09 00:36:58.498201 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:36:58.498255 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:36:58.504929 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:36:58.505673 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:36:58.508855 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.01.09 00:37:02.038341 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:02.038532 [ 269 ] {176565ff-243b-4d23-b49f-8a972f90c788} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:02.038597 [ 269 ] {176565ff-243b-4d23-b49f-8a972f90c788} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:02.039230 [ 269 ] {176565ff-243b-4d23-b49f-8a972f90c788} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:02.039285 [ 269 ] {176565ff-243b-4d23-b49f-8a972f90c788} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:02.039680 [ 269 ] {176565ff-243b-4d23-b49f-8a972f90c788} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:37:02.039916 [ 269 ] {176565ff-243b-4d23-b49f-8a972f90c788} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:02.040068 [ 269 ] {176565ff-243b-4d23-b49f-8a972f90c788} executeQuery: Read 56 rows, 4.41 KiB in 0.00158 sec., 35443.037974683546 rows/sec., 2.72 MiB/sec. 2026.01.09 00:37:02.040111 [ 269 ] {176565ff-243b-4d23-b49f-8a972f90c788} TCPHandler: Processed in 0.001907414 sec. 2026.01.09 00:37:02.040226 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:02.040326 [ 269 ] {6e9b7df5-efea-42ad-835a-9de578f4f5f2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:02.040367 [ 269 ] {6e9b7df5-efea-42ad-835a-9de578f4f5f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:02.040802 [ 269 ] {6e9b7df5-efea-42ad-835a-9de578f4f5f2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:02.040838 [ 269 ] {6e9b7df5-efea-42ad-835a-9de578f4f5f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:02.041138 [ 269 ] {6e9b7df5-efea-42ad-835a-9de578f4f5f2} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:37:02.041355 [ 269 ] {6e9b7df5-efea-42ad-835a-9de578f4f5f2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:02.041487 [ 269 ] {6e9b7df5-efea-42ad-835a-9de578f4f5f2} executeQuery: Read 64 rows, 5.12 KiB in 0.001178 sec., 54329.37181663837 rows/sec., 4.24 MiB/sec. 2026.01.09 00:37:02.041527 [ 269 ] {6e9b7df5-efea-42ad-835a-9de578f4f5f2} TCPHandler: Processed in 0.001351209 sec. 2026.01.09 00:37:02.041643 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:02.041739 [ 269 ] {ec4161d0-06e7-4f32-8ecd-ee78d2abd28e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:02.041783 [ 269 ] {ec4161d0-06e7-4f32-8ecd-ee78d2abd28e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:02.042205 [ 269 ] {ec4161d0-06e7-4f32-8ecd-ee78d2abd28e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:02.042242 [ 269 ] {ec4161d0-06e7-4f32-8ecd-ee78d2abd28e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:02.042588 [ 269 ] {ec4161d0-06e7-4f32-8ecd-ee78d2abd28e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:37:02.042803 [ 269 ] {ec4161d0-06e7-4f32-8ecd-ee78d2abd28e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:02.042935 [ 269 ] {ec4161d0-06e7-4f32-8ecd-ee78d2abd28e} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.01.09 00:37:02.042979 [ 269 ] {ec4161d0-06e7-4f32-8ecd-ee78d2abd28e} TCPHandler: Processed in 0.00138524 sec. 2026.01.09 00:37:02.043091 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:02.043186 [ 269 ] {daa3e472-81fb-4fff-88d6-2fc1ac4ed343} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:02.043232 [ 269 ] {daa3e472-81fb-4fff-88d6-2fc1ac4ed343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:02.043585 [ 269 ] {daa3e472-81fb-4fff-88d6-2fc1ac4ed343} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:02.043621 [ 269 ] {daa3e472-81fb-4fff-88d6-2fc1ac4ed343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:02.043933 [ 269 ] {daa3e472-81fb-4fff-88d6-2fc1ac4ed343} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:37:02.044148 [ 269 ] {daa3e472-81fb-4fff-88d6-2fc1ac4ed343} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:02.044280 [ 269 ] {daa3e472-81fb-4fff-88d6-2fc1ac4ed343} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.01.09 00:37:02.044318 [ 269 ] {daa3e472-81fb-4fff-88d6-2fc1ac4ed343} TCPHandler: Processed in 0.001276766 sec. 2026.01.09 00:37:04.736600 [ 143 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:37:04.736651 [ 143 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:37:04.884898 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21079 2026.01.09 00:37:04.885398 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:04.885444 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:04.885917 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:37:04.886147 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:04.886284 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21079 2026.01.09 00:37:04.937208 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1326 2026.01.09 00:37:04.939410 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:04.939456 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:04.940605 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:37:04.940870 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:04.941129 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1326 2026.01.09 00:37:06.009888 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.01.09 00:37:06.027722 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:06.027784 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:06.034038 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:37:06.034806 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:06.037729 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.01.09 00:37:07.040572 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:07.040749 [ 269 ] {ace1b935-6569-4080-89cf-3f8ca967b98c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:07.040815 [ 269 ] {ace1b935-6569-4080-89cf-3f8ca967b98c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:07.041571 [ 269 ] {ace1b935-6569-4080-89cf-3f8ca967b98c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:07.041615 [ 269 ] {ace1b935-6569-4080-89cf-3f8ca967b98c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:07.042008 [ 269 ] {ace1b935-6569-4080-89cf-3f8ca967b98c} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:37:07.042242 [ 269 ] {ace1b935-6569-4080-89cf-3f8ca967b98c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:07.042414 [ 269 ] {ace1b935-6569-4080-89cf-3f8ca967b98c} executeQuery: Read 138 rows, 12.27 KiB in 0.001708 sec., 80796.25292740046 rows/sec., 7.01 MiB/sec. 2026.01.09 00:37:07.042467 [ 269 ] {ace1b935-6569-4080-89cf-3f8ca967b98c} TCPHandler: Processed in 0.002022258 sec. 2026.01.09 00:37:07.042598 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:07.042702 [ 269 ] {280a9965-4c2f-4905-8629-b81acc04c45b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:07.042746 [ 269 ] {280a9965-4c2f-4905-8629-b81acc04c45b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:07.043215 [ 269 ] {280a9965-4c2f-4905-8629-b81acc04c45b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:07.043252 [ 269 ] {280a9965-4c2f-4905-8629-b81acc04c45b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:07.043569 [ 269 ] {280a9965-4c2f-4905-8629-b81acc04c45b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:37:07.043786 [ 269 ] {280a9965-4c2f-4905-8629-b81acc04c45b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:07.043923 [ 269 ] {280a9965-4c2f-4905-8629-b81acc04c45b} executeQuery: Read 41 rows, 3.08 KiB in 0.001244 sec., 32958.19935691318 rows/sec., 2.42 MiB/sec. 2026.01.09 00:37:07.043965 [ 269 ] {280a9965-4c2f-4905-8629-b81acc04c45b} TCPHandler: Processed in 0.001419241 sec. 2026.01.09 00:37:07.044083 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:07.044180 [ 269 ] {dcb222c6-a8f1-4ad1-8ac1-f1a7cdd02efa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:07.044221 [ 269 ] {dcb222c6-a8f1-4ad1-8ac1-f1a7cdd02efa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:07.044688 [ 269 ] {dcb222c6-a8f1-4ad1-8ac1-f1a7cdd02efa} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:07.044724 [ 269 ] {dcb222c6-a8f1-4ad1-8ac1-f1a7cdd02efa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:07.045039 [ 269 ] {dcb222c6-a8f1-4ad1-8ac1-f1a7cdd02efa} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:37:07.045267 [ 269 ] {dcb222c6-a8f1-4ad1-8ac1-f1a7cdd02efa} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:07.045404 [ 269 ] {dcb222c6-a8f1-4ad1-8ac1-f1a7cdd02efa} executeQuery: Read 105 rows, 8.40 KiB in 0.001241 sec., 84609.18614020951 rows/sec., 6.61 MiB/sec. 2026.01.09 00:37:07.045444 [ 269 ] {dcb222c6-a8f1-4ad1-8ac1-f1a7cdd02efa} TCPHandler: Processed in 0.001412161 sec. 2026.01.09 00:37:07.045565 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:07.045659 [ 269 ] {57e60c44-75c3-4c3c-a6a2-5eb692be46e3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:07.045704 [ 269 ] {57e60c44-75c3-4c3c-a6a2-5eb692be46e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:07.046130 [ 269 ] {57e60c44-75c3-4c3c-a6a2-5eb692be46e3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:07.046166 [ 269 ] {57e60c44-75c3-4c3c-a6a2-5eb692be46e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:07.046492 [ 269 ] {57e60c44-75c3-4c3c-a6a2-5eb692be46e3} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:37:07.046710 [ 269 ] {57e60c44-75c3-4c3c-a6a2-5eb692be46e3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:07.046845 [ 269 ] {57e60c44-75c3-4c3c-a6a2-5eb692be46e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.01.09 00:37:07.046883 [ 269 ] {57e60c44-75c3-4c3c-a6a2-5eb692be46e3} TCPHandler: Processed in 0.001368589 sec. 2026.01.09 00:37:07.046993 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:07.047089 [ 269 ] {49990a5e-1fe1-46b8-8c99-f2489260c2a2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:07.047144 [ 269 ] {49990a5e-1fe1-46b8-8c99-f2489260c2a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:37:07.048029 [ 269 ] {49990a5e-1fe1-46b8-8c99-f2489260c2a2} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:07.048065 [ 269 ] {49990a5e-1fe1-46b8-8c99-f2489260c2a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:07.048636 [ 269 ] {49990a5e-1fe1-46b8-8c99-f2489260c2a2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:37:07.048870 [ 269 ] {49990a5e-1fe1-46b8-8c99-f2489260c2a2} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:07.049010 [ 269 ] {49990a5e-1fe1-46b8-8c99-f2489260c2a2} executeQuery: Read 41 rows, 75.23 KiB in 0.001937 sec., 21166.752710376873 rows/sec., 37.93 MiB/sec. 2026.01.09 00:37:07.049078 [ 269 ] {49990a5e-1fe1-46b8-8c99-f2489260c2a2} TCPHandler: Processed in 0.002133571 sec. 2026.01.09 00:37:07.049192 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:07.049288 [ 269 ] {05c55b33-69a3-4849-a278-0f96e1d65acd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:07.049336 [ 269 ] {05c55b33-69a3-4849-a278-0f96e1d65acd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:07.049681 [ 269 ] {05c55b33-69a3-4849-a278-0f96e1d65acd} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:07.049717 [ 269 ] {05c55b33-69a3-4849-a278-0f96e1d65acd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:07.050022 [ 269 ] {05c55b33-69a3-4849-a278-0f96e1d65acd} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:37:07.050238 [ 269 ] {05c55b33-69a3-4849-a278-0f96e1d65acd} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:07.050367 [ 269 ] {05c55b33-69a3-4849-a278-0f96e1d65acd} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.01.09 00:37:07.050406 [ 269 ] {05c55b33-69a3-4849-a278-0f96e1d65acd} TCPHandler: Processed in 0.001262746 sec. 2026.01.09 00:37:09.466516 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.466787 [ 269 ] {5c224780-7fbc-4ea2-9ecd-3c673656f9b1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:37:09.466897 [ 269 ] {5c224780-7fbc-4ea2-9ecd-3c673656f9b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:37:09.468262 [ 269 ] {5c224780-7fbc-4ea2-9ecd-3c673656f9b1} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.468360 [ 269 ] {5c224780-7fbc-4ea2-9ecd-3c673656f9b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.469102 [ 269 ] {5c224780-7fbc-4ea2-9ecd-3c673656f9b1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:37:09.469606 [ 269 ] {5c224780-7fbc-4ea2-9ecd-3c673656f9b1} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.469869 [ 269 ] {5c224780-7fbc-4ea2-9ecd-3c673656f9b1} executeQuery: Read 410 rows, 26.63 KiB in 0.003156 sec., 129911.28010139418 rows/sec., 8.24 MiB/sec. 2026.01.09 00:37:09.469957 [ 269 ] {5c224780-7fbc-4ea2-9ecd-3c673656f9b1} TCPHandler: Processed in 0.003698215 sec. 2026.01.09 00:37:09.470168 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.470313 [ 269 ] {ab9058d8-6b96-4a58-9710-0909e7d1ba87} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:37:09.470378 [ 269 ] {ab9058d8-6b96-4a58-9710-0909e7d1ba87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:37:09.471209 [ 269 ] {ab9058d8-6b96-4a58-9710-0909e7d1ba87} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.471257 [ 269 ] {ab9058d8-6b96-4a58-9710-0909e7d1ba87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.471669 [ 269 ] {ab9058d8-6b96-4a58-9710-0909e7d1ba87} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.09 00:37:09.471963 [ 269 ] {ab9058d8-6b96-4a58-9710-0909e7d1ba87} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.472155 [ 269 ] {ab9058d8-6b96-4a58-9710-0909e7d1ba87} executeQuery: Read 2 rows, 167.00 B in 0.001879 sec., 1064.39595529537 rows/sec., 86.79 KiB/sec. 2026.01.09 00:37:09.472219 [ 269 ] {ab9058d8-6b96-4a58-9710-0909e7d1ba87} TCPHandler: Processed in 0.00212079 sec. 2026.01.09 00:37:09.472385 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.472507 [ 269 ] {94df575a-014a-4da2-b609-097af6fc230f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:09.472564 [ 269 ] {94df575a-014a-4da2-b609-097af6fc230f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:09.474753 [ 269 ] {94df575a-014a-4da2-b609-097af6fc230f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.474793 [ 269 ] {94df575a-014a-4da2-b609-097af6fc230f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.475264 [ 269 ] {94df575a-014a-4da2-b609-097af6fc230f} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:37:09.475495 [ 269 ] {94df575a-014a-4da2-b609-097af6fc230f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.475642 [ 269 ] {94df575a-014a-4da2-b609-097af6fc230f} executeQuery: Read 2253 rows, 186.48 KiB in 0.003167 sec., 711398.8001263025 rows/sec., 57.50 MiB/sec. 2026.01.09 00:37:09.475699 [ 269 ] {94df575a-014a-4da2-b609-097af6fc230f} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:37:09.475714 [ 269 ] {94df575a-014a-4da2-b609-097af6fc230f} TCPHandler: Processed in 0.003390147 sec. 2026.01.09 00:37:09.475860 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.475979 [ 269 ] {961da090-916c-4026-ac0c-605d4e357ae1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:09.476036 [ 269 ] {961da090-916c-4026-ac0c-605d4e357ae1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:09.476855 [ 269 ] {961da090-916c-4026-ac0c-605d4e357ae1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.476907 [ 269 ] {961da090-916c-4026-ac0c-605d4e357ae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.477453 [ 269 ] {961da090-916c-4026-ac0c-605d4e357ae1} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:37:09.477773 [ 269 ] {961da090-916c-4026-ac0c-605d4e357ae1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.477966 [ 136 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.09 00:37:09.478013 [ 269 ] {961da090-916c-4026-ac0c-605d4e357ae1} executeQuery: Read 207 rows, 12.46 KiB in 0.002063 sec., 100339.31168201647 rows/sec., 5.90 MiB/sec. 2026.01.09 00:37:09.478056 [ 136 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.478094 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.478093 [ 269 ] {961da090-916c-4026-ac0c-605d4e357ae1} TCPHandler: Processed in 0.002293275 sec. 2026.01.09 00:37:09.478229 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.09 00:37:09.478330 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.478366 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:09.478414 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 278 rows starting from the beginning of the part 2026.01.09 00:37:09.478461 [ 269 ] {acfce6af-9bd5-4c29-9b5d-8769b7294a65} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:37:09.478497 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 41 rows starting from the beginning of the part 2026.01.09 00:37:09.478518 [ 269 ] {acfce6af-9bd5-4c29-9b5d-8769b7294a65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:37:09.478566 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 205 rows starting from the beginning of the part 2026.01.09 00:37:09.478634 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 67 rows starting from the beginning of the part 2026.01.09 00:37:09.478699 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part 2026.01.09 00:37:09.478766 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 207 rows starting from the beginning of the part 2026.01.09 00:37:09.479917 [ 269 ] {acfce6af-9bd5-4c29-9b5d-8769b7294a65} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.479984 [ 269 ] {acfce6af-9bd5-4c29-9b5d-8769b7294a65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:09.480123 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 839 rows, containing 5 columns (5 merged, 0 gathered) in 0.001949255 sec., 430420.85309515684 rows/sec., 28.55 MiB/sec. 2026.01.09 00:37:09.480327 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.09 00:37:09.480622 [ 269 ] {acfce6af-9bd5-4c29-9b5d-8769b7294a65} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:37:09.480759 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.480887 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_61_12} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.09 00:37:09.480992 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:37:09.481045 [ 269 ] {acfce6af-9bd5-4c29-9b5d-8769b7294a65} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.481302 [ 269 ] {acfce6af-9bd5-4c29-9b5d-8769b7294a65} executeQuery: Read 440 rows, 29.81 KiB in 0.002866 sec., 153524.07536636427 rows/sec., 10.16 MiB/sec. 2026.01.09 00:37:09.481425 [ 269 ] {acfce6af-9bd5-4c29-9b5d-8769b7294a65} TCPHandler: Processed in 0.003191501 sec. 2026.01.09 00:37:09.481635 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.483016 [ 269 ] {476f2855-397c-4615-bb30-955d05833d40} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:37:09.483092 [ 269 ] {476f2855-397c-4615-bb30-955d05833d40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:37:09.483824 [ 269 ] {476f2855-397c-4615-bb30-955d05833d40} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.483874 [ 269 ] {476f2855-397c-4615-bb30-955d05833d40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.484422 [ 269 ] {476f2855-397c-4615-bb30-955d05833d40} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:37:09.484780 [ 269 ] {476f2855-397c-4615-bb30-955d05833d40} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.484981 [ 269 ] {476f2855-397c-4615-bb30-955d05833d40} executeQuery: Read 211 rows, 12.27 KiB in 0.001997 sec., 105658.48773159739 rows/sec., 6.00 MiB/sec. 2026.01.09 00:37:09.485070 [ 269 ] {476f2855-397c-4615-bb30-955d05833d40} TCPHandler: Processed in 0.00350068 sec. 2026.01.09 00:37:09.485239 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.485392 [ 269 ] {14ecf915-0a00-4509-bd68-c11fab93c650} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:09.485446 [ 269 ] {14ecf915-0a00-4509-bd68-c11fab93c650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:09.486844 [ 269 ] {14ecf915-0a00-4509-bd68-c11fab93c650} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.486898 [ 269 ] {14ecf915-0a00-4509-bd68-c11fab93c650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.487447 [ 269 ] {14ecf915-0a00-4509-bd68-c11fab93c650} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:37:09.487770 [ 269 ] {14ecf915-0a00-4509-bd68-c11fab93c650} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.487963 [ 269 ] {14ecf915-0a00-4509-bd68-c11fab93c650} executeQuery: Read 1137 rows, 82.92 KiB in 0.002601 sec., 437139.56170703575 rows/sec., 31.13 MiB/sec. 2026.01.09 00:37:09.488019 [ 269 ] {14ecf915-0a00-4509-bd68-c11fab93c650} TCPHandler: Processed in 0.002840911 sec. 2026.01.09 00:37:09.488177 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.488304 [ 269 ] {63f440d3-ee65-4cde-86ee-c0bfec5d252b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:37:09.488362 [ 269 ] {63f440d3-ee65-4cde-86ee-c0bfec5d252b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:37:09.488820 [ 269 ] {63f440d3-ee65-4cde-86ee-c0bfec5d252b} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.488866 [ 269 ] {63f440d3-ee65-4cde-86ee-c0bfec5d252b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.489312 [ 269 ] {63f440d3-ee65-4cde-86ee-c0bfec5d252b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:37:09.489566 [ 269 ] {63f440d3-ee65-4cde-86ee-c0bfec5d252b} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.489738 [ 269 ] {63f440d3-ee65-4cde-86ee-c0bfec5d252b} executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec. 2026.01.09 00:37:09.489793 [ 269 ] {63f440d3-ee65-4cde-86ee-c0bfec5d252b} TCPHandler: Processed in 0.001681137 sec. 2026.01.09 00:37:09.489946 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.490048 [ 269 ] {7ef37e19-93c8-4311-952c-258631ecfc1f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:09.490094 [ 269 ] {7ef37e19-93c8-4311-952c-258631ecfc1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:09.490821 [ 269 ] {7ef37e19-93c8-4311-952c-258631ecfc1f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.490859 [ 269 ] {7ef37e19-93c8-4311-952c-258631ecfc1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.491291 [ 269 ] {7ef37e19-93c8-4311-952c-258631ecfc1f} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:37:09.491518 [ 269 ] {7ef37e19-93c8-4311-952c-258631ecfc1f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.491666 [ 269 ] {7ef37e19-93c8-4311-952c-258631ecfc1f} executeQuery: Read 935 rows, 63.39 KiB in 0.00164 sec., 570121.9512195121 rows/sec., 37.74 MiB/sec. 2026.01.09 00:37:09.491706 [ 269 ] {7ef37e19-93c8-4311-952c-258631ecfc1f} TCPHandler: Processed in 0.001814272 sec. 2026.01.09 00:37:09.491821 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.491921 [ 269 ] {71f06192-0850-4515-b878-69a57fcdbe96} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:37:09.491965 [ 269 ] {71f06192-0850-4515-b878-69a57fcdbe96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:37:09.492286 [ 269 ] {71f06192-0850-4515-b878-69a57fcdbe96} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.492323 [ 269 ] {71f06192-0850-4515-b878-69a57fcdbe96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.492637 [ 269 ] {71f06192-0850-4515-b878-69a57fcdbe96} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:37:09.492855 [ 269 ] {71f06192-0850-4515-b878-69a57fcdbe96} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.492991 [ 269 ] {71f06192-0850-4515-b878-69a57fcdbe96} executeQuery: Read 1 rows, 69.00 B in 0.001092 sec., 915.7509157509156 rows/sec., 61.71 KiB/sec. 2026.01.09 00:37:09.493028 [ 269 ] {71f06192-0850-4515-b878-69a57fcdbe96} TCPHandler: Processed in 0.001257415 sec. 2026.01.09 00:37:09.493147 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:09.493246 [ 269 ] {82b67fda-1b7b-4f11-9ad6-b40adf27542e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:09.493289 [ 269 ] {82b67fda-1b7b-4f11-9ad6-b40adf27542e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:09.493635 [ 269 ] {82b67fda-1b7b-4f11-9ad6-b40adf27542e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:09.493672 [ 269 ] {82b67fda-1b7b-4f11-9ad6-b40adf27542e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.01.09 00:37:09.494009 [ 269 ] {82b67fda-1b7b-4f11-9ad6-b40adf27542e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:37:09.494230 [ 269 ] {82b67fda-1b7b-4f11-9ad6-b40adf27542e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:09.494367 [ 269 ] {82b67fda-1b7b-4f11-9ad6-b40adf27542e} executeQuery: Read 80 rows, 4.87 KiB in 0.001143 sec., 69991.2510936133 rows/sec., 4.16 MiB/sec. 2026.01.09 00:37:09.494404 [ 269 ] {82b67fda-1b7b-4f11-9ad6-b40adf27542e} TCPHandler: Processed in 0.001307827 sec. 2026.01.09 00:37:12.034341 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:12.034637 [ 269 ] {7d4d62f5-5de6-4e97-ad95-7c224e19849d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:12.034731 [ 269 ] {7d4d62f5-5de6-4e97-ad95-7c224e19849d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:12.035564 [ 269 ] {7d4d62f5-5de6-4e97-ad95-7c224e19849d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:12.035614 [ 269 ] {7d4d62f5-5de6-4e97-ad95-7c224e19849d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:12.036036 [ 269 ] {7d4d62f5-5de6-4e97-ad95-7c224e19849d} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:37:12.036259 [ 269 ] {7d4d62f5-5de6-4e97-ad95-7c224e19849d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:12.036412 [ 269 ] {7d4d62f5-5de6-4e97-ad95-7c224e19849d} executeQuery: Read 56 rows, 4.41 KiB in 0.001843 sec., 30385.24145415084 rows/sec., 2.33 MiB/sec. 2026.01.09 00:37:12.036451 [ 269 ] {7d4d62f5-5de6-4e97-ad95-7c224e19849d} TCPHandler: Processed in 0.002278325 sec. 2026.01.09 00:37:12.036784 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:12.036892 [ 269 ] {49fee218-a4f1-4d49-8ecb-0cbf921d09a7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:12.036937 [ 269 ] {49fee218-a4f1-4d49-8ecb-0cbf921d09a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:12.037396 [ 269 ] {49fee218-a4f1-4d49-8ecb-0cbf921d09a7} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:12.037431 [ 269 ] {49fee218-a4f1-4d49-8ecb-0cbf921d09a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:12.037737 [ 269 ] {49fee218-a4f1-4d49-8ecb-0cbf921d09a7} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:37:12.037941 [ 269 ] {49fee218-a4f1-4d49-8ecb-0cbf921d09a7} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:12.038066 [ 269 ] {49fee218-a4f1-4d49-8ecb-0cbf921d09a7} executeQuery: Read 64 rows, 5.12 KiB in 0.001198 sec., 53422.37061769616 rows/sec., 4.17 MiB/sec. 2026.01.09 00:37:12.038103 [ 269 ] {49fee218-a4f1-4d49-8ecb-0cbf921d09a7} TCPHandler: Processed in 0.001368939 sec. 2026.01.09 00:37:12.038232 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:12.038326 [ 269 ] {d213ad3a-5a76-4a32-9a91-36aa1420a4de} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:12.038369 [ 269 ] {d213ad3a-5a76-4a32-9a91-36aa1420a4de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:12.038775 [ 269 ] {d213ad3a-5a76-4a32-9a91-36aa1420a4de} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:12.038809 [ 269 ] {d213ad3a-5a76-4a32-9a91-36aa1420a4de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:12.039135 [ 269 ] {d213ad3a-5a76-4a32-9a91-36aa1420a4de} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:37:12.039336 [ 269 ] {d213ad3a-5a76-4a32-9a91-36aa1420a4de} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:12.039459 [ 269 ] {d213ad3a-5a76-4a32-9a91-36aa1420a4de} executeQuery: Read 64 rows, 4.56 KiB in 0.001151 sec., 55603.82276281495 rows/sec., 3.87 MiB/sec. 2026.01.09 00:37:12.039495 [ 269 ] {d213ad3a-5a76-4a32-9a91-36aa1420a4de} TCPHandler: Processed in 0.001320588 sec. 2026.01.09 00:37:12.039620 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:12.039713 [ 269 ] {7bef019f-456f-4b96-90a5-ef3d1deb891a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:12.039754 [ 269 ] {7bef019f-456f-4b96-90a5-ef3d1deb891a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:12.040125 [ 269 ] {7bef019f-456f-4b96-90a5-ef3d1deb891a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:12.040159 [ 269 ] {7bef019f-456f-4b96-90a5-ef3d1deb891a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:12.040492 [ 269 ] {7bef019f-456f-4b96-90a5-ef3d1deb891a} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:37:12.040726 [ 269 ] {7bef019f-456f-4b96-90a5-ef3d1deb891a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:12.040863 [ 269 ] {7bef019f-456f-4b96-90a5-ef3d1deb891a} executeQuery: Read 24 rows, 1.66 KiB in 0.001169 sec., 20530.36783575706 rows/sec., 1.38 MiB/sec. 2026.01.09 00:37:12.040900 [ 269 ] {7bef019f-456f-4b96-90a5-ef3d1deb891a} TCPHandler: Processed in 0.001336398 sec. 2026.01.09 00:37:12.387306 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21591 2026.01.09 00:37:12.387822 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:12.387870 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:12.388377 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:37:12.388629 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:12.388786 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21591 2026.01.09 00:37:13.538758 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.01.09 00:37:13.556266 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:13.556322 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:13.562664 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:37:13.563398 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:13.566326 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.01.09 00:37:14.942208 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1368 2026.01.09 00:37:14.944708 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:14.944749 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:14.945900 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:37:14.946152 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:14.946407 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1368 2026.01.09 00:37:17.040237 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:17.040483 [ 269 ] {87d6602e-8740-4868-903c-bc5fe2b58a34} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:17.040573 [ 269 ] {87d6602e-8740-4868-903c-bc5fe2b58a34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:17.041379 [ 269 ] {87d6602e-8740-4868-903c-bc5fe2b58a34} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:17.041432 [ 269 ] {87d6602e-8740-4868-903c-bc5fe2b58a34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:17.041888 [ 269 ] {87d6602e-8740-4868-903c-bc5fe2b58a34} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:37:17.042113 [ 269 ] {87d6602e-8740-4868-903c-bc5fe2b58a34} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:17.042272 [ 128 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.09 00:37:17.042281 [ 269 ] {87d6602e-8740-4868-903c-bc5fe2b58a34} executeQuery: Read 138 rows, 12.27 KiB in 0.00188 sec., 73404.25531914894 rows/sec., 6.37 MiB/sec. 2026.01.09 00:37:17.042347 [ 128 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:17.042377 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:17.042378 [ 269 ] {87d6602e-8740-4868-903c-bc5fe2b58a34} TCPHandler: Processed in 0.002288746 sec. 2026.01.09 00:37:17.042528 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.09 00:37:17.042541 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:17.042671 [ 269 ] {af0d0a47-3329-437a-8f2c-454ebe68002f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:17.042679 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:17.042722 [ 269 ] {af0d0a47-3329-437a-8f2c-454ebe68002f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:17.042726 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2466 rows starting from the beginning of the part 2026.01.09 00:37:17.042813 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part 2026.01.09 00:37:17.042861 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 138 rows starting from the beginning of the part 2026.01.09 00:37:17.042903 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:37:17.042942 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part 2026.01.09 00:37:17.042982 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 138 rows starting from the beginning of the part 2026.01.09 00:37:17.043172 [ 269 ] {af0d0a47-3329-437a-8f2c-454ebe68002f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:17.043216 [ 269 ] {af0d0a47-3329-437a-8f2c-454ebe68002f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:17.043549 [ 269 ] {af0d0a47-3329-437a-8f2c-454ebe68002f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:37:17.043773 [ 269 ] {af0d0a47-3329-437a-8f2c-454ebe68002f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:17.043912 [ 269 ] {af0d0a47-3329-437a-8f2c-454ebe68002f} executeQuery: Read 41 rows, 3.08 KiB in 0.001265 sec., 32411.067193675888 rows/sec., 2.38 MiB/sec. 2026.01.09 00:37:17.043952 [ 269 ] {af0d0a47-3329-437a-8f2c-454ebe68002f} TCPHandler: Processed in 0.001465802 sec. 2026.01.09 00:37:17.044057 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:17.044154 [ 269 ] {9084cdfe-26fb-48c1-8d41-909e4f33e777} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:17.044195 [ 269 ] {9084cdfe-26fb-48c1-8d41-909e4f33e777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:17.044637 [ 269 ] {9084cdfe-26fb-48c1-8d41-909e4f33e777} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:17.044672 [ 269 ] {9084cdfe-26fb-48c1-8d41-909e4f33e777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:17.044993 [ 269 ] {9084cdfe-26fb-48c1-8d41-909e4f33e777} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:37:17.045026 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5107 rows, containing 5 columns (5 merged, 0 gathered) in 0.002560993 sec., 1994148.3635449216 rows/sec., 170.23 MiB/sec. 2026.01.09 00:37:17.045207 [ 269 ] {9084cdfe-26fb-48c1-8d41-909e4f33e777} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:17.045321 [ 129 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.09 00:37:17.045337 [ 269 ] {9084cdfe-26fb-48c1-8d41-909e4f33e777} executeQuery: Read 105 rows, 8.40 KiB in 0.001206 sec., 87064.67661691541 rows/sec., 6.80 MiB/sec. 2026.01.09 00:37:17.045352 [ 129 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:17.045371 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:17.045373 [ 269 ] {9084cdfe-26fb-48c1-8d41-909e4f33e777} TCPHandler: Processed in 0.001373449 sec. 2026.01.09 00:37:17.045382 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.09 00:37:17.045443 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.09 00:37:17.045487 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:17.045523 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:17.045551 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1250 rows starting from the beginning of the part 2026.01.09 00:37:17.045581 [ 269 ] {07b5add1-a968-4d93-aa32-7cd86aae112a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:17.045603 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part 2026.01.09 00:37:17.045624 [ 269 ] {07b5add1-a968-4d93-aa32-7cd86aae112a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:17.045644 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 105 rows starting from the beginning of the part 2026.01.09 00:37:17.045680 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:37:17.045717 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part 2026.01.09 00:37:17.045736 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:17.045753 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 105 rows starting from the beginning of the part 2026.01.09 00:37:17.045834 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_76_15} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.09 00:37:17.045946 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.01.09 00:37:17.046019 [ 269 ] {07b5add1-a968-4d93-aa32-7cd86aae112a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:17.046056 [ 269 ] {07b5add1-a968-4d93-aa32-7cd86aae112a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:17.046463 [ 269 ] {07b5add1-a968-4d93-aa32-7cd86aae112a} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:37:17.046700 [ 269 ] {07b5add1-a968-4d93-aa32-7cd86aae112a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:17.046818 [ 129 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.09 00:37:17.046833 [ 269 ] {07b5add1-a968-4d93-aa32-7cd86aae112a} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2026.01.09 00:37:17.046873 [ 129 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:17.046889 [ 269 ] {07b5add1-a968-4d93-aa32-7cd86aae112a} TCPHandler: Processed in 0.001437531 sec. 2026.01.09 00:37:17.046895 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:17.046965 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2725 rows, containing 5 columns (5 merged, 0 gathered) in 0.001545264 sec., 1763452.7174644591 rows/sec., 134.59 MiB/sec. 2026.01.09 00:37:17.047002 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:17.047001 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.09 00:37:17.047103 [ 269 ] {fc36cf7b-a46a-4c12-867a-982bf3b548ae} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:17.047140 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.09 00:37:17.047157 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:17.047162 [ 269 ] {fc36cf7b-a46a-4c12-867a-982bf3b548ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:37:17.047201 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22180 rows starting from the beginning of the part 2026.01.09 00:37:17.047274 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.01.09 00:37:17.047323 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2026.01.09 00:37:17.047368 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 935 rows starting from the beginning of the part 2026.01.09 00:37:17.047395 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:17.047408 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part 2026.01.09 00:37:17.047460 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2026.01.09 00:37:17.047469 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_76_15} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.09 00:37:17.047539 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.09 00:37:17.048069 [ 269 ] {fc36cf7b-a46a-4c12-867a-982bf3b548ae} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:17.048107 [ 269 ] {fc36cf7b-a46a-4c12-867a-982bf3b548ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:17.048734 [ 269 ] {fc36cf7b-a46a-4c12-867a-982bf3b548ae} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:37:17.048963 [ 269 ] {fc36cf7b-a46a-4c12-867a-982bf3b548ae} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:17.049103 [ 269 ] {fc36cf7b-a46a-4c12-867a-982bf3b548ae} executeQuery: Read 41 rows, 75.23 KiB in 0.002019 sec., 20307.082714214957 rows/sec., 36.39 MiB/sec. 2026.01.09 00:37:17.049172 [ 269 ] {fc36cf7b-a46a-4c12-867a-982bf3b548ae} TCPHandler: Processed in 0.002219823 sec. 2026.01.09 00:37:17.049296 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:17.049392 [ 269 ] {51fbd421-2463-4bb0-8eec-0637958ea72b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:17.049436 [ 269 ] {51fbd421-2463-4bb0-8eec-0637958ea72b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:17.049784 [ 269 ] {51fbd421-2463-4bb0-8eec-0637958ea72b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:17.049819 [ 269 ] {51fbd421-2463-4bb0-8eec-0637958ea72b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:17.050138 [ 269 ] {51fbd421-2463-4bb0-8eec-0637958ea72b} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:37:17.050351 [ 269 ] {51fbd421-2463-4bb0-8eec-0637958ea72b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:17.050457 [ 129 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.09 00:37:17.050483 [ 269 ] {51fbd421-2463-4bb0-8eec-0637958ea72b} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.01.09 00:37:17.050492 [ 129 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:17.050514 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:17.050519 [ 269 ] {51fbd421-2463-4bb0-8eec-0637958ea72b} TCPHandler: Processed in 0.001273466 sec. 2026.01.09 00:37:17.050583 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.09 00:37:17.050664 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:17.050692 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4892 rows starting from the beginning of the part 2026.01.09 00:37:17.050742 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2026.01.09 00:37:17.050785 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.01.09 00:37:17.050825 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 80 rows starting from the beginning of the part 2026.01.09 00:37:17.050864 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 24 rows starting from the beginning of the part 2026.01.09 00:37:17.050901 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.01.09 00:37:17.052880 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5176 rows, containing 4 columns (4 merged, 0 gathered) in 0.002326616 sec., 2224690.279788328 rows/sec., 142.00 MiB/sec. 2026.01.09 00:37:17.053209 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.09 00:37:17.053435 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:17.053496 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_76_15} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.09 00:37:17.053549 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.01.09 00:37:17.062226 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 23659 rows, containing 5 columns (5 merged, 0 gathered) in 0.015278634 sec., 1548502.3072088775 rows/sec., 104.31 MiB/sec. 2026.01.09 00:37:17.062984 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.09 00:37:17.063308 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:17.063382 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_76_15} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.09 00:37:17.063465 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.01.09 00:37:18.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 313.88 MiB, peak 322.08 MiB, free memory in arenas 0.00 B, will set to 316.28 MiB (RSS), difference: 2.41 MiB 2026.01.09 00:37:19.736702 [ 82 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:37:19.736775 [ 82 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:37:19.888925 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22039 2026.01.09 00:37:19.889485 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:19.889537 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:19.890042 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:37:19.890278 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:19.890441 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22039 2026.01.09 00:37:19.890484 [ 82 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.09 00:37:19.890570 [ 82 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:19.890606 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:19.890755 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.09 00:37:19.890895 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:19.890931 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19671 rows starting from the beginning of the part 2026.01.09 00:37:19.890992 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 448 rows starting from the beginning of the part 2026.01.09 00:37:19.891034 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 512 rows starting from the beginning of the part 2026.01.09 00:37:19.891073 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 448 rows starting from the beginning of the part 2026.01.09 00:37:19.891113 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 512 rows starting from the beginning of the part 2026.01.09 00:37:19.891152 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 448 rows starting from the beginning of the part 2026.01.09 00:37:19.893245 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22039 rows, containing 4 columns (4 merged, 0 gathered) in 0.002543733 sec., 8664038.246152407 rows/sec., 123.94 MiB/sec. 2026.01.09 00:37:19.893831 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.09 00:37:19.894331 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:19.894431 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_46_9} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.09 00:37:19.894551 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB. 2026.01.09 00:37:20.659078 [ 82 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 2026.01.09 00:37:20.659196 [ 82 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:20.659236 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:20.659430 [ 188 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full 2026.01.09 00:37:20.659570 [ 188 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:20.659602 [ 188 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 223 rows starting from the beginning of the part 2026.01.09 00:37:20.659668 [ 188 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 211 rows starting from the beginning of the part 2026.01.09 00:37:20.659712 [ 188 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 211 rows starting from the beginning of the part 2026.01.09 00:37:20.659752 [ 188 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part 2026.01.09 00:37:20.659791 [ 188 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 211 rows starting from the beginning of the part 2026.01.09 00:37:20.660615 [ 194 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001261736 sec., 687941.0589853979 rows/sec., 42.06 MiB/sec. 2026.01.09 00:37:20.660774 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2026.01.09 00:37:20.661033 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:20.661106 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_32_7} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 2026.01.09 00:37:20.661187 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.09 00:37:20.712849 [ 82 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 2026.01.09 00:37:20.712887 [ 82 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:20.712907 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:20.713078 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full 2026.01.09 00:37:20.713301 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:20.713359 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 28 rows starting from the beginning of the part 2026.01.09 00:37:20.713434 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2026.01.09 00:37:20.713477 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2026.01.09 00:37:20.713514 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2026.01.09 00:37:20.713553 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2026.01.09 00:37:20.714261 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.001260825 sec., 25380.20740388238 rows/sec., 1.66 MiB/sec. 2026.01.09 00:37:20.714375 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2026.01.09 00:37:20.714607 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:20.714675 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_32_7} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 2026.01.09 00:37:20.714741 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:37:21.066456 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.01.09 00:37:21.084485 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:21.084534 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:21.090599 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:37:21.091303 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:21.091653 [ 43 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.09 00:37:21.091717 [ 43 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:21.091738 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:21.091841 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.09 00:37:21.094311 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.01.09 00:37:21.094839 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:21.095616 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2026.01.09 00:37:21.098967 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.01.09 00:37:21.102844 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2026.01.09 00:37:21.106681 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.01.09 00:37:21.110845 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2026.01.09 00:37:21.114645 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.01.09 00:37:21.164456 [ 199 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.072661249 sec., 4775.585401786859 rows/sec., 24.69 MiB/sec. 2026.01.09 00:37:21.166558 [ 202 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.09 00:37:21.168394 [ 202 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:21.168479 [ 202 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_46_9} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.09 00:37:21.169779 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.09 00:37:21.272718 [ 43 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 2026.01.09 00:37:21.272767 [ 43 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:21.272791 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:21.272883 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full 2026.01.09 00:37:21.272995 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:21.273025 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 434 rows starting from the beginning of the part 2026.01.09 00:37:21.273083 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 410 rows starting from the beginning of the part 2026.01.09 00:37:21.273128 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 410 rows starting from the beginning of the part 2026.01.09 00:37:21.273169 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2026.01.09 00:37:21.273208 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 410 rows starting from the beginning of the part 2026.01.09 00:37:21.274105 [ 199 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 1688 rows, containing 5 columns (5 merged, 0 gathered) in 0.001260656 sec., 1338985.4171161682 rows/sec., 90.79 MiB/sec. 2026.01.09 00:37:21.274289 [ 191 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2026.01.09 00:37:21.274603 [ 191 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:21.274692 [ 191 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_32_7} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 2026.01.09 00:37:21.274806 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.09 00:37:22.001162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 317.46 MiB, peak 330.85 MiB, free memory in arenas 0.00 B, will set to 318.67 MiB (RSS), difference: 1.21 MiB 2026.01.09 00:37:22.050459 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:22.050663 [ 269 ] {8ce926ed-82cb-47b8-85c2-73ee78220cb2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:37:22.050735 [ 269 ] {8ce926ed-82cb-47b8-85c2-73ee78220cb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:37:22.051636 [ 269 ] {8ce926ed-82cb-47b8-85c2-73ee78220cb2} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.051685 [ 269 ] {8ce926ed-82cb-47b8-85c2-73ee78220cb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.052084 [ 269 ] {8ce926ed-82cb-47b8-85c2-73ee78220cb2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:37:22.052322 [ 269 ] {8ce926ed-82cb-47b8-85c2-73ee78220cb2} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.052483 [ 269 ] {8ce926ed-82cb-47b8-85c2-73ee78220cb2} executeQuery: Read 410 rows, 26.63 KiB in 0.001873 sec., 218900.1601708489 rows/sec., 13.89 MiB/sec. 2026.01.09 00:37:22.052535 [ 269 ] {8ce926ed-82cb-47b8-85c2-73ee78220cb2} TCPHandler: Processed in 0.002213483 sec. 2026.01.09 00:37:22.052669 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:22.052774 [ 269 ] {f36222e6-a019-4857-bca6-f20d84a5cc68} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:22.052819 [ 269 ] {f36222e6-a019-4857-bca6-f20d84a5cc68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:22.053825 [ 269 ] {f36222e6-a019-4857-bca6-f20d84a5cc68} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.053863 [ 269 ] {f36222e6-a019-4857-bca6-f20d84a5cc68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.054236 [ 269 ] {f36222e6-a019-4857-bca6-f20d84a5cc68} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:37:22.054447 [ 269 ] {f36222e6-a019-4857-bca6-f20d84a5cc68} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.054577 [ 269 ] {f36222e6-a019-4857-bca6-f20d84a5cc68} executeQuery: Read 1112 rows, 89.84 KiB in 0.00183 sec., 607650.2732240437 rows/sec., 47.94 MiB/sec. 2026.01.09 00:37:22.054615 [ 269 ] {f36222e6-a019-4857-bca6-f20d84a5cc68} TCPHandler: Processed in 0.002001037 sec. 2026.01.09 00:37:22.054739 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:22.054839 [ 269 ] {26a74f18-1a8b-40ed-8b8d-c2923fb6e833} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:22.054881 [ 269 ] {26a74f18-1a8b-40ed-8b8d-c2923fb6e833} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:22.055387 [ 269 ] {26a74f18-1a8b-40ed-8b8d-c2923fb6e833} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.055424 [ 269 ] {26a74f18-1a8b-40ed-8b8d-c2923fb6e833} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.055728 [ 269 ] {26a74f18-1a8b-40ed-8b8d-c2923fb6e833} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:37:22.055933 [ 269 ] {26a74f18-1a8b-40ed-8b8d-c2923fb6e833} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.056060 [ 269 ] {26a74f18-1a8b-40ed-8b8d-c2923fb6e833} executeQuery: Read 205 rows, 12.32 KiB in 0.001243 sec., 164923.57200321803 rows/sec., 9.68 MiB/sec. 2026.01.09 00:37:22.056100 [ 269 ] {26a74f18-1a8b-40ed-8b8d-c2923fb6e833} TCPHandler: Processed in 0.00141141 sec. 2026.01.09 00:37:22.056214 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:22.056310 [ 269 ] {3d8bab39-8be5-4639-845d-48859e2685ea} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:37:22.056350 [ 269 ] {3d8bab39-8be5-4639-845d-48859e2685ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:37:22.056825 [ 269 ] {3d8bab39-8be5-4639-845d-48859e2685ea} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.056860 [ 269 ] {3d8bab39-8be5-4639-845d-48859e2685ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.057162 [ 269 ] {3d8bab39-8be5-4639-845d-48859e2685ea} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:37:22.057375 [ 269 ] {3d8bab39-8be5-4639-845d-48859e2685ea} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.057479 [ 95 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.09 00:37:22.057503 [ 269 ] {3d8bab39-8be5-4639-845d-48859e2685ea} executeQuery: Read 212 rows, 14.00 KiB in 0.001213 sec., 174773.28936521022 rows/sec., 11.27 MiB/sec. 2026.01.09 00:37:22.057543 [ 95 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.057554 [ 269 ] {3d8bab39-8be5-4639-845d-48859e2685ea} TCPHandler: Processed in 0.00139085 sec. 2026.01.09 00:37:22.057572 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.057677 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:22.057679 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.09 00:37:22.057779 [ 269 ] {657b86da-1be4-478a-ad62-da74a811c4aa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:37:22.057809 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:22.057822 [ 269 ] {657b86da-1be4-478a-ad62-da74a811c4aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:37:22.057847 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 466 rows starting from the beginning of the part 2026.01.09 00:37:22.057918 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2026.01.09 00:37:22.057962 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part 2026.01.09 00:37:22.058004 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2026.01.09 00:37:22.058043 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 440 rows starting from the beginning of the part 2026.01.09 00:37:22.058083 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part 2026.01.09 00:37:22.058310 [ 269 ] {657b86da-1be4-478a-ad62-da74a811c4aa} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.058353 [ 269 ] {657b86da-1be4-478a-ad62-da74a811c4aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.058670 [ 269 ] {657b86da-1be4-478a-ad62-da74a811c4aa} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:37:22.058883 [ 269 ] {657b86da-1be4-478a-ad62-da74a811c4aa} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.059038 [ 269 ] {657b86da-1be4-478a-ad62-da74a811c4aa} executeQuery: Read 211 rows, 12.27 KiB in 0.001278 sec., 165101.7214397496 rows/sec., 9.38 MiB/sec. 2026.01.09 00:37:22.059045 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1355 rows, containing 5 columns (5 merged, 0 gathered) in 0.00141143 sec., 960019.2712355554 rows/sec., 67.24 MiB/sec. 2026.01.09 00:37:22.059080 [ 269 ] {657b86da-1be4-478a-ad62-da74a811c4aa} TCPHandler: Processed in 0.001453831 sec. 2026.01.09 00:37:22.059192 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:22.059207 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.09 00:37:22.059295 [ 269 ] {ce7bc043-cc69-4160-9d7f-1d24b5b69a39} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:22.059339 [ 269 ] {ce7bc043-cc69-4160-9d7f-1d24b5b69a39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:22.059462 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.059559 [ 195 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_36_7} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.09 00:37:22.059628 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.09 00:37:22.060003 [ 269 ] {ce7bc043-cc69-4160-9d7f-1d24b5b69a39} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.060045 [ 269 ] {ce7bc043-cc69-4160-9d7f-1d24b5b69a39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.060385 [ 269 ] {ce7bc043-cc69-4160-9d7f-1d24b5b69a39} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:37:22.060590 [ 269 ] {ce7bc043-cc69-4160-9d7f-1d24b5b69a39} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.060719 [ 269 ] {ce7bc043-cc69-4160-9d7f-1d24b5b69a39} executeQuery: Read 679 rows, 48.47 KiB in 0.001448 sec., 468922.65193370165 rows/sec., 32.69 MiB/sec. 2026.01.09 00:37:22.060757 [ 269 ] {ce7bc043-cc69-4160-9d7f-1d24b5b69a39} TCPHandler: Processed in 0.001614226 sec. 2026.01.09 00:37:22.060879 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:22.061005 [ 269 ] {ab351f3b-e738-4ece-b8f8-b8b222892a3c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:37:22.061055 [ 269 ] {ab351f3b-e738-4ece-b8f8-b8b222892a3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:37:22.061431 [ 269 ] {ab351f3b-e738-4ece-b8f8-b8b222892a3c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.061467 [ 269 ] {ab351f3b-e738-4ece-b8f8-b8b222892a3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.061778 [ 269 ] {ab351f3b-e738-4ece-b8f8-b8b222892a3c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:37:22.061988 [ 269 ] {ab351f3b-e738-4ece-b8f8-b8b222892a3c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.062116 [ 269 ] {ab351f3b-e738-4ece-b8f8-b8b222892a3c} executeQuery: Read 6 rows, 321.00 B in 0.001136 sec., 5281.69014084507 rows/sec., 275.95 KiB/sec. 2026.01.09 00:37:22.062155 [ 269 ] {ab351f3b-e738-4ece-b8f8-b8b222892a3c} TCPHandler: Processed in 0.001339058 sec. 2026.01.09 00:37:22.062266 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:22.062370 [ 269 ] {640065f5-3b76-4c5e-bdf4-ae67bc660ef6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:22.062414 [ 269 ] {640065f5-3b76-4c5e-bdf4-ae67bc660ef6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:22.062881 [ 269 ] {640065f5-3b76-4c5e-bdf4-ae67bc660ef6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.062918 [ 269 ] {640065f5-3b76-4c5e-bdf4-ae67bc660ef6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.063288 [ 269 ] {640065f5-3b76-4c5e-bdf4-ae67bc660ef6} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:37:22.063508 [ 269 ] {640065f5-3b76-4c5e-bdf4-ae67bc660ef6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.063646 [ 269 ] {640065f5-3b76-4c5e-bdf4-ae67bc660ef6} executeQuery: Read 314 rows, 21.12 KiB in 0.001293 sec., 242846.094354215 rows/sec., 15.95 MiB/sec. 2026.01.09 00:37:22.063686 [ 269 ] {640065f5-3b76-4c5e-bdf4-ae67bc660ef6} TCPHandler: Processed in 0.001471842 sec. 2026.01.09 00:37:22.063797 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:22.063892 [ 269 ] {895b25bb-68c2-40c0-927a-ba8e18e5a8fe} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:37:22.063935 [ 269 ] {895b25bb-68c2-40c0-927a-ba8e18e5a8fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:37:22.064265 [ 269 ] {895b25bb-68c2-40c0-927a-ba8e18e5a8fe} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.064304 [ 269 ] {895b25bb-68c2-40c0-927a-ba8e18e5a8fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.064598 [ 269 ] {895b25bb-68c2-40c0-927a-ba8e18e5a8fe} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:37:22.064804 [ 269 ] {895b25bb-68c2-40c0-927a-ba8e18e5a8fe} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.064936 [ 269 ] {895b25bb-68c2-40c0-927a-ba8e18e5a8fe} executeQuery: Read 1 rows, 69.00 B in 0.001061 sec., 942.507068803016 rows/sec., 63.51 KiB/sec. 2026.01.09 00:37:22.064973 [ 269 ] {895b25bb-68c2-40c0-927a-ba8e18e5a8fe} TCPHandler: Processed in 0.001225605 sec. 2026.01.09 00:37:22.065075 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:22.065169 [ 269 ] {5c18590a-5b6a-4bef-bc5c-9e56e973f4c5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:22.065210 [ 269 ] {5c18590a-5b6a-4bef-bc5c-9e56e973f4c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:22.065552 [ 269 ] {5c18590a-5b6a-4bef-bc5c-9e56e973f4c5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.065587 [ 269 ] {5c18590a-5b6a-4bef-bc5c-9e56e973f4c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.065891 [ 269 ] {5c18590a-5b6a-4bef-bc5c-9e56e973f4c5} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:37:22.066100 [ 269 ] {5c18590a-5b6a-4bef-bc5c-9e56e973f4c5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.066228 [ 269 ] {5c18590a-5b6a-4bef-bc5c-9e56e973f4c5} executeQuery: Read 104 rows, 6.53 KiB in 0.001075 sec., 96744.18604651163 rows/sec., 5.93 MiB/sec. 2026.01.09 00:37:22.066266 [ 269 ] {5c18590a-5b6a-4bef-bc5c-9e56e973f4c5} TCPHandler: Processed in 0.001239585 sec. 2026.01.09 00:37:22.191000 [ 95 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.01.09 00:37:22.191069 [ 95 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:22.191105 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:22.191226 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.01.09 00:37:22.191391 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:22.191446 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part 2026.01.09 00:37:22.191551 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2026.01.09 00:37:22.191636 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2026.01.09 00:37:22.191711 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part 2026.01.09 00:37:22.191762 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2026.01.09 00:37:22.192542 [ 193 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001365638 sec., 29290.339021028998 rows/sec., 2.44 MiB/sec. 2026.01.09 00:37:22.192741 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.01.09 00:37:22.193067 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:22.193156 [ 198 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_17_4} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.01.09 00:37:22.193256 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:37:24.947521 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1400 2026.01.09 00:37:24.949809 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:24.949863 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:24.951065 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:37:24.951336 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:24.951703 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1400 2026.01.09 00:37:25.001176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 314.67 MiB, peak 330.85 MiB, free memory in arenas 0.00 B, will set to 318.67 MiB (RSS), difference: 4.01 MiB 2026.01.09 00:37:27.040875 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:27.041068 [ 269 ] {145ed2bc-536b-4c9f-ab71-1b5be5c52621} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:37:27.041134 [ 269 ] {145ed2bc-536b-4c9f-ab71-1b5be5c52621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:37:27.041756 [ 269 ] {145ed2bc-536b-4c9f-ab71-1b5be5c52621} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:27.041805 [ 269 ] {145ed2bc-536b-4c9f-ab71-1b5be5c52621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:27.042202 [ 269 ] {145ed2bc-536b-4c9f-ab71-1b5be5c52621} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.09 00:37:27.042451 [ 269 ] {145ed2bc-536b-4c9f-ab71-1b5be5c52621} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:27.042620 [ 269 ] {145ed2bc-536b-4c9f-ab71-1b5be5c52621} executeQuery: Read 2 rows, 167.00 B in 0.001595 sec., 1253.9184952978055 rows/sec., 102.25 KiB/sec. 2026.01.09 00:37:27.042672 [ 269 ] {145ed2bc-536b-4c9f-ab71-1b5be5c52621} TCPHandler: Processed in 0.001923555 sec. 2026.01.09 00:37:27.042800 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:27.042908 [ 269 ] {21340b00-d43a-47f3-ae72-e83ec050f338} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:27.042952 [ 269 ] {21340b00-d43a-47f3-ae72-e83ec050f338} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:27.043516 [ 269 ] {21340b00-d43a-47f3-ae72-e83ec050f338} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:27.043555 [ 269 ] {21340b00-d43a-47f3-ae72-e83ec050f338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:27.043880 [ 269 ] {21340b00-d43a-47f3-ae72-e83ec050f338} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:37:27.044101 [ 269 ] {21340b00-d43a-47f3-ae72-e83ec050f338} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:27.044256 [ 269 ] {21340b00-d43a-47f3-ae72-e83ec050f338} executeQuery: Read 139 rows, 12.34 KiB in 0.001357 sec., 102431.83492999263 rows/sec., 8.88 MiB/sec. 2026.01.09 00:37:27.044316 [ 269 ] {21340b00-d43a-47f3-ae72-e83ec050f338} TCPHandler: Processed in 0.001567524 sec. 2026.01.09 00:37:27.044466 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:27.044584 [ 269 ] {94161257-8572-4b17-93d8-73ac4fd25ae7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:27.044633 [ 269 ] {94161257-8572-4b17-93d8-73ac4fd25ae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:27.045149 [ 269 ] {94161257-8572-4b17-93d8-73ac4fd25ae7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:27.045192 [ 269 ] {94161257-8572-4b17-93d8-73ac4fd25ae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:27.045559 [ 269 ] {94161257-8572-4b17-93d8-73ac4fd25ae7} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:37:27.045763 [ 269 ] {94161257-8572-4b17-93d8-73ac4fd25ae7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:27.045892 [ 269 ] {94161257-8572-4b17-93d8-73ac4fd25ae7} executeQuery: Read 43 rows, 3.22 KiB in 0.001334 sec., 32233.88305847077 rows/sec., 2.36 MiB/sec. 2026.01.09 00:37:27.045930 [ 269 ] {94161257-8572-4b17-93d8-73ac4fd25ae7} TCPHandler: Processed in 0.001523683 sec. 2026.01.09 00:37:27.046075 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:27.046197 [ 269 ] {c1da118f-8dcf-4e12-beba-82ace778403b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:27.046246 [ 269 ] {c1da118f-8dcf-4e12-beba-82ace778403b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:27.046728 [ 269 ] {c1da118f-8dcf-4e12-beba-82ace778403b} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:27.046764 [ 269 ] {c1da118f-8dcf-4e12-beba-82ace778403b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:27.047080 [ 269 ] {c1da118f-8dcf-4e12-beba-82ace778403b} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:37:27.047297 [ 269 ] {c1da118f-8dcf-4e12-beba-82ace778403b} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:27.047429 [ 269 ] {c1da118f-8dcf-4e12-beba-82ace778403b} executeQuery: Read 107 rows, 8.56 KiB in 0.001256 sec., 85191.08280254777 rows/sec., 6.66 MiB/sec. 2026.01.09 00:37:27.047466 [ 269 ] {c1da118f-8dcf-4e12-beba-82ace778403b} TCPHandler: Processed in 0.001451001 sec. 2026.01.09 00:37:27.047575 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:27.047669 [ 269 ] {0586c4d8-7255-4d64-a0d3-285e6db08e9a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:27.047711 [ 269 ] {0586c4d8-7255-4d64-a0d3-285e6db08e9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:27.048138 [ 269 ] {0586c4d8-7255-4d64-a0d3-285e6db08e9a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:27.048175 [ 269 ] {0586c4d8-7255-4d64-a0d3-285e6db08e9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:27.048508 [ 269 ] {0586c4d8-7255-4d64-a0d3-285e6db08e9a} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:37:27.048715 [ 269 ] {0586c4d8-7255-4d64-a0d3-285e6db08e9a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:27.048848 [ 269 ] {0586c4d8-7255-4d64-a0d3-285e6db08e9a} executeQuery: Read 161 rows, 11.48 KiB in 0.001198 sec., 134390.6510851419 rows/sec., 9.36 MiB/sec. 2026.01.09 00:37:27.048886 [ 269 ] {0586c4d8-7255-4d64-a0d3-285e6db08e9a} TCPHandler: Processed in 0.001359388 sec. 2026.01.09 00:37:27.049000 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:27.049120 [ 269 ] {d0650854-eeea-4f03-860a-e4c8fb25f9db} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:27.049183 [ 269 ] {d0650854-eeea-4f03-860a-e4c8fb25f9db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:37:27.050091 [ 269 ] {d0650854-eeea-4f03-860a-e4c8fb25f9db} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:27.050126 [ 269 ] {d0650854-eeea-4f03-860a-e4c8fb25f9db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:27.050676 [ 269 ] {d0650854-eeea-4f03-860a-e4c8fb25f9db} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:37:27.050883 [ 269 ] {d0650854-eeea-4f03-860a-e4c8fb25f9db} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:27.051017 [ 269 ] {d0650854-eeea-4f03-860a-e4c8fb25f9db} executeQuery: Read 41 rows, 75.23 KiB in 0.00192 sec., 21354.166666666668 rows/sec., 38.27 MiB/sec. 2026.01.09 00:37:27.051078 [ 269 ] {d0650854-eeea-4f03-860a-e4c8fb25f9db} TCPHandler: Processed in 0.002135651 sec. 2026.01.09 00:37:27.051186 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:27.051283 [ 269 ] {ad89424b-8ebd-4cf8-bd5e-298cbdef39d9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:27.051324 [ 269 ] {ad89424b-8ebd-4cf8-bd5e-298cbdef39d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:27.051650 [ 269 ] {ad89424b-8ebd-4cf8-bd5e-298cbdef39d9} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:27.051685 [ 269 ] {ad89424b-8ebd-4cf8-bd5e-298cbdef39d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:27.051977 [ 269 ] {ad89424b-8ebd-4cf8-bd5e-298cbdef39d9} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:37:27.052169 [ 269 ] {ad89424b-8ebd-4cf8-bd5e-298cbdef39d9} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:27.052299 [ 269 ] {ad89424b-8ebd-4cf8-bd5e-298cbdef39d9} executeQuery: Read 60 rows, 4.14 KiB in 0.001035 sec., 57971.01449275363 rows/sec., 3.91 MiB/sec. 2026.01.09 00:37:27.052334 [ 269 ] {ad89424b-8ebd-4cf8-bd5e-298cbdef39d9} TCPHandler: Processed in 0.001196664 sec. 2026.01.09 00:37:27.391454 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22551 2026.01.09 00:37:27.391997 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:27.392048 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:27.392552 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:37:27.392793 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:27.392934 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22551 2026.01.09 00:37:28.595348 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.01.09 00:37:28.612189 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:28.612252 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:28.617537 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:37:28.618217 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:28.621221 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.01.09 00:37:32.050381 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:32.050600 [ 269 ] {20cb897e-e4e8-4881-a33b-020f0bddf281} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:37:32.050671 [ 269 ] {20cb897e-e4e8-4881-a33b-020f0bddf281} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:37:32.051485 [ 269 ] {20cb897e-e4e8-4881-a33b-020f0bddf281} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:32.051533 [ 269 ] {20cb897e-e4e8-4881-a33b-020f0bddf281} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:32.051935 [ 269 ] {20cb897e-e4e8-4881-a33b-020f0bddf281} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:37:32.052162 [ 269 ] {20cb897e-e4e8-4881-a33b-020f0bddf281} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:32.052313 [ 269 ] {20cb897e-e4e8-4881-a33b-020f0bddf281} executeQuery: Read 410 rows, 26.63 KiB in 0.001764 sec., 232426.3038548753 rows/sec., 14.74 MiB/sec. 2026.01.09 00:37:32.052354 [ 269 ] {20cb897e-e4e8-4881-a33b-020f0bddf281} TCPHandler: Processed in 0.0021086 sec. 2026.01.09 00:37:32.052472 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:32.052565 [ 269 ] {4bfc8275-17c2-4815-a36b-2020ce2adca6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:32.052605 [ 269 ] {4bfc8275-17c2-4815-a36b-2020ce2adca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:32.053522 [ 269 ] {4bfc8275-17c2-4815-a36b-2020ce2adca6} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:32.053558 [ 269 ] {4bfc8275-17c2-4815-a36b-2020ce2adca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:32.053923 [ 269 ] {4bfc8275-17c2-4815-a36b-2020ce2adca6} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:37:32.054116 [ 269 ] {4bfc8275-17c2-4815-a36b-2020ce2adca6} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:32.054239 [ 269 ] {4bfc8275-17c2-4815-a36b-2020ce2adca6} executeQuery: Read 1112 rows, 89.84 KiB in 0.001692 sec., 657210.401891253 rows/sec., 51.85 MiB/sec. 2026.01.09 00:37:32.054277 [ 269 ] {4bfc8275-17c2-4815-a36b-2020ce2adca6} TCPHandler: Processed in 0.001852653 sec. 2026.01.09 00:37:32.054395 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:32.054487 [ 269 ] {f6346df4-a41e-4967-9f85-d6b94cb60015} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:32.054526 [ 269 ] {f6346df4-a41e-4967-9f85-d6b94cb60015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:32.055030 [ 269 ] {f6346df4-a41e-4967-9f85-d6b94cb60015} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:32.055065 [ 269 ] {f6346df4-a41e-4967-9f85-d6b94cb60015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:32.055363 [ 269 ] {f6346df4-a41e-4967-9f85-d6b94cb60015} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:37:32.055570 [ 269 ] {f6346df4-a41e-4967-9f85-d6b94cb60015} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:32.055702 [ 269 ] {f6346df4-a41e-4967-9f85-d6b94cb60015} executeQuery: Read 205 rows, 12.32 KiB in 0.001233 sec., 166261.15166261152 rows/sec., 9.75 MiB/sec. 2026.01.09 00:37:32.055739 [ 269 ] {f6346df4-a41e-4967-9f85-d6b94cb60015} TCPHandler: Processed in 0.00139129 sec. 2026.01.09 00:37:32.055849 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:32.055942 [ 269 ] {96bb541d-fa10-4fbe-a3f1-0ecb3696571f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:37:32.055981 [ 269 ] {96bb541d-fa10-4fbe-a3f1-0ecb3696571f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:37:32.056481 [ 269 ] {96bb541d-fa10-4fbe-a3f1-0ecb3696571f} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:32.056518 [ 269 ] {96bb541d-fa10-4fbe-a3f1-0ecb3696571f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:32.056832 [ 269 ] {96bb541d-fa10-4fbe-a3f1-0ecb3696571f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:37:32.057045 [ 269 ] {96bb541d-fa10-4fbe-a3f1-0ecb3696571f} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:32.057171 [ 269 ] {96bb541d-fa10-4fbe-a3f1-0ecb3696571f} executeQuery: Read 212 rows, 14.00 KiB in 0.001246 sec., 170144.46227929374 rows/sec., 10.97 MiB/sec. 2026.01.09 00:37:32.057207 [ 269 ] {96bb541d-fa10-4fbe-a3f1-0ecb3696571f} TCPHandler: Processed in 0.00140512 sec. 2026.01.09 00:37:32.057320 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:32.057412 [ 269 ] {fc78278d-418c-4a58-ba32-81f287db6b4f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:37:32.057451 [ 269 ] {fc78278d-418c-4a58-ba32-81f287db6b4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:37:32.057933 [ 269 ] {fc78278d-418c-4a58-ba32-81f287db6b4f} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:32.057970 [ 269 ] {fc78278d-418c-4a58-ba32-81f287db6b4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:32.058265 [ 269 ] {fc78278d-418c-4a58-ba32-81f287db6b4f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:37:32.058471 [ 269 ] {fc78278d-418c-4a58-ba32-81f287db6b4f} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:32.058595 [ 269 ] {fc78278d-418c-4a58-ba32-81f287db6b4f} executeQuery: Read 211 rows, 12.27 KiB in 0.0012 sec., 175833.33333333334 rows/sec., 9.98 MiB/sec. 2026.01.09 00:37:32.058631 [ 269 ] {fc78278d-418c-4a58-ba32-81f287db6b4f} TCPHandler: Processed in 0.001357719 sec. 2026.01.09 00:37:32.058737 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:32.058828 [ 269 ] {ad2ec97a-b3f9-4884-9fe1-f2606cbfb98a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:32.058866 [ 269 ] {ad2ec97a-b3f9-4884-9fe1-f2606cbfb98a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:32.059500 [ 269 ] {ad2ec97a-b3f9-4884-9fe1-f2606cbfb98a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:32.059535 [ 269 ] {ad2ec97a-b3f9-4884-9fe1-f2606cbfb98a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:32.059868 [ 269 ] {ad2ec97a-b3f9-4884-9fe1-f2606cbfb98a} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:37:32.060066 [ 269 ] {ad2ec97a-b3f9-4884-9fe1-f2606cbfb98a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:32.060189 [ 269 ] {ad2ec97a-b3f9-4884-9fe1-f2606cbfb98a} executeQuery: Read 679 rows, 48.47 KiB in 0.001378 sec., 492743.1059506531 rows/sec., 34.35 MiB/sec. 2026.01.09 00:37:32.060226 [ 269 ] {ad2ec97a-b3f9-4884-9fe1-f2606cbfb98a} TCPHandler: Processed in 0.001536274 sec. 2026.01.09 00:37:32.060340 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:32.060432 [ 269 ] {80362bb0-11f5-4ef0-a6ed-9cd15adb78c2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:37:32.060472 [ 269 ] {80362bb0-11f5-4ef0-a6ed-9cd15adb78c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:37:32.060792 [ 269 ] {80362bb0-11f5-4ef0-a6ed-9cd15adb78c2} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:32.060828 [ 269 ] {80362bb0-11f5-4ef0-a6ed-9cd15adb78c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:32.061113 [ 269 ] {80362bb0-11f5-4ef0-a6ed-9cd15adb78c2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:37:32.061331 [ 269 ] {80362bb0-11f5-4ef0-a6ed-9cd15adb78c2} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:32.061458 [ 269 ] {80362bb0-11f5-4ef0-a6ed-9cd15adb78c2} executeQuery: Read 6 rows, 321.00 B in 0.001044 sec., 5747.126436781609 rows/sec., 300.26 KiB/sec. 2026.01.09 00:37:32.061494 [ 269 ] {80362bb0-11f5-4ef0-a6ed-9cd15adb78c2} TCPHandler: Processed in 0.001202814 sec. 2026.01.09 00:37:32.061603 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:32.061707 [ 269 ] {fe49f62f-a5e1-4f49-b7ae-3a2932ee2d78} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:32.061751 [ 269 ] {fe49f62f-a5e1-4f49-b7ae-3a2932ee2d78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:32.062212 [ 269 ] {fe49f62f-a5e1-4f49-b7ae-3a2932ee2d78} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:32.062252 [ 269 ] {fe49f62f-a5e1-4f49-b7ae-3a2932ee2d78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:32.062620 [ 269 ] {fe49f62f-a5e1-4f49-b7ae-3a2932ee2d78} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:37:32.062841 [ 269 ] {fe49f62f-a5e1-4f49-b7ae-3a2932ee2d78} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:32.062980 [ 269 ] {fe49f62f-a5e1-4f49-b7ae-3a2932ee2d78} executeQuery: Read 314 rows, 21.12 KiB in 0.001292 sec., 243034.0557275542 rows/sec., 15.97 MiB/sec. 2026.01.09 00:37:32.063020 [ 269 ] {fe49f62f-a5e1-4f49-b7ae-3a2932ee2d78} TCPHandler: Processed in 0.001468091 sec. 2026.01.09 00:37:32.063125 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:32.063221 [ 269 ] {ef8772c0-7ee6-4830-b650-5990e8dcdfde} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:37:32.063270 [ 269 ] {ef8772c0-7ee6-4830-b650-5990e8dcdfde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:37:32.063595 [ 269 ] {ef8772c0-7ee6-4830-b650-5990e8dcdfde} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:32.063631 [ 269 ] {ef8772c0-7ee6-4830-b650-5990e8dcdfde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:32.063942 [ 269 ] {ef8772c0-7ee6-4830-b650-5990e8dcdfde} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:37:32.064156 [ 269 ] {ef8772c0-7ee6-4830-b650-5990e8dcdfde} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:32.064292 [ 269 ] {ef8772c0-7ee6-4830-b650-5990e8dcdfde} executeQuery: Read 1 rows, 69.00 B in 0.001088 sec., 919.1176470588235 rows/sec., 61.93 KiB/sec. 2026.01.09 00:37:32.064331 [ 269 ] {ef8772c0-7ee6-4830-b650-5990e8dcdfde} TCPHandler: Processed in 0.001256156 sec. 2026.01.09 00:37:32.064434 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:32.064529 [ 269 ] {3b8fc54c-605f-4d1a-86a4-210b072c79bd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:32.064570 [ 269 ] {3b8fc54c-605f-4d1a-86a4-210b072c79bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:32.064904 [ 269 ] {3b8fc54c-605f-4d1a-86a4-210b072c79bd} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:32.064940 [ 269 ] {3b8fc54c-605f-4d1a-86a4-210b072c79bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:32.065244 [ 269 ] {3b8fc54c-605f-4d1a-86a4-210b072c79bd} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:37:32.065457 [ 269 ] {3b8fc54c-605f-4d1a-86a4-210b072c79bd} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:32.065585 [ 269 ] {3b8fc54c-605f-4d1a-86a4-210b072c79bd} executeQuery: Read 104 rows, 6.53 KiB in 0.001074 sec., 96834.26443202978 rows/sec., 5.93 MiB/sec. 2026.01.09 00:37:32.065623 [ 269 ] {3b8fc54c-605f-4d1a-86a4-210b072c79bd} TCPHandler: Processed in 0.001237825 sec. 2026.01.09 00:37:34.736838 [ 70 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:37:34.736919 [ 70 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:37:34.893025 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22999 2026.01.09 00:37:34.893849 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:34.893905 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:34.894422 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:37:34.894655 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:34.894802 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22999 2026.01.09 00:37:34.951998 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1434 2026.01.09 00:37:34.954817 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:34.954872 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:34.956106 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:37:34.956365 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:34.956710 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1434 2026.01.09 00:37:35.001213 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000862515 sec. 2026.01.09 00:37:36.121267 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.01.09 00:37:36.138729 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:36.138792 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:36.144723 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:37:36.145470 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:36.148302 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.01.09 00:37:37.040539 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:37.040715 [ 269 ] {2c89b399-fa04-4dba-b9d3-607a24c2d048} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:37.040779 [ 269 ] {2c89b399-fa04-4dba-b9d3-607a24c2d048} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:37.041474 [ 269 ] {2c89b399-fa04-4dba-b9d3-607a24c2d048} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:37.041524 [ 269 ] {2c89b399-fa04-4dba-b9d3-607a24c2d048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:37.041927 [ 269 ] {2c89b399-fa04-4dba-b9d3-607a24c2d048} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.09 00:37:37.042155 [ 269 ] {2c89b399-fa04-4dba-b9d3-607a24c2d048} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:37.042319 [ 269 ] {2c89b399-fa04-4dba-b9d3-607a24c2d048} executeQuery: Read 138 rows, 12.27 KiB in 0.001648 sec., 83737.8640776699 rows/sec., 7.27 MiB/sec. 2026.01.09 00:37:37.042372 [ 269 ] {2c89b399-fa04-4dba-b9d3-607a24c2d048} TCPHandler: Processed in 0.001965086 sec. 2026.01.09 00:37:37.042495 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:37.042598 [ 269 ] {28fe45b4-ac25-4f42-9119-2196260145f6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:37.042642 [ 269 ] {28fe45b4-ac25-4f42-9119-2196260145f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:37.043069 [ 269 ] {28fe45b4-ac25-4f42-9119-2196260145f6} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:37.043107 [ 269 ] {28fe45b4-ac25-4f42-9119-2196260145f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:37.043453 [ 269 ] {28fe45b4-ac25-4f42-9119-2196260145f6} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:37:37.043684 [ 269 ] {28fe45b4-ac25-4f42-9119-2196260145f6} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:37.043800 [ 84 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.09 00:37:37.043819 [ 269 ] {28fe45b4-ac25-4f42-9119-2196260145f6} executeQuery: Read 41 rows, 3.08 KiB in 0.001243 sec., 32984.71440064361 rows/sec., 2.42 MiB/sec. 2026.01.09 00:37:37.043867 [ 84 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:37.043879 [ 269 ] {28fe45b4-ac25-4f42-9119-2196260145f6} TCPHandler: Processed in 0.001435541 sec. 2026.01.09 00:37:37.043896 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:37.044001 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:37.044051 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.09 00:37:37.044101 [ 269 ] {6cf49465-e464-45b1-84f2-50e06df13cbc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:37.044147 [ 269 ] {6cf49465-e464-45b1-84f2-50e06df13cbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:37.044224 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:37.044267 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 278 rows starting from the beginning of the part 2026.01.09 00:37:37.044343 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part 2026.01.09 00:37:37.044394 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 205 rows starting from the beginning of the part 2026.01.09 00:37:37.044443 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 43 rows starting from the beginning of the part 2026.01.09 00:37:37.044491 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 205 rows starting from the beginning of the part 2026.01.09 00:37:37.044541 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part 2026.01.09 00:37:37.044592 [ 269 ] {6cf49465-e464-45b1-84f2-50e06df13cbc} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:37.044636 [ 269 ] {6cf49465-e464-45b1-84f2-50e06df13cbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:37.044993 [ 269 ] {6cf49465-e464-45b1-84f2-50e06df13cbc} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.09 00:37:37.045240 [ 269 ] {6cf49465-e464-45b1-84f2-50e06df13cbc} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:37.045384 [ 269 ] {6cf49465-e464-45b1-84f2-50e06df13cbc} executeQuery: Read 105 rows, 8.40 KiB in 0.001299 sec., 80831.40877598152 rows/sec., 6.31 MiB/sec. 2026.01.09 00:37:37.045424 [ 269 ] {6cf49465-e464-45b1-84f2-50e06df13cbc} TCPHandler: Processed in 0.001474132 sec. 2026.01.09 00:37:37.045539 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:37.045551 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 813 rows, containing 5 columns (5 merged, 0 gathered) in 0.001566495 sec., 518993.0385989103 rows/sec., 34.26 MiB/sec. 2026.01.09 00:37:37.045636 [ 269 ] {37c30fc3-4d54-4dd1-a0ba-891a16f9c3a6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:37.045684 [ 269 ] {37c30fc3-4d54-4dd1-a0ba-891a16f9c3a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:37.045741 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.09 00:37:37.046019 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:37.046083 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_66_13} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.09 00:37:37.046100 [ 269 ] {37c30fc3-4d54-4dd1-a0ba-891a16f9c3a6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:37.046135 [ 269 ] {37c30fc3-4d54-4dd1-a0ba-891a16f9c3a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:37.046175 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:37:37.046472 [ 269 ] {37c30fc3-4d54-4dd1-a0ba-891a16f9c3a6} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.09 00:37:37.046687 [ 269 ] {37c30fc3-4d54-4dd1-a0ba-891a16f9c3a6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:37.046829 [ 269 ] {37c30fc3-4d54-4dd1-a0ba-891a16f9c3a6} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.01.09 00:37:37.046868 [ 269 ] {37c30fc3-4d54-4dd1-a0ba-891a16f9c3a6} TCPHandler: Processed in 0.001378339 sec. 2026.01.09 00:37:37.046984 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:37.047079 [ 269 ] {48b0cba8-a746-4f51-8034-1713476dffbe} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:37.047134 [ 269 ] {48b0cba8-a746-4f51-8034-1713476dffbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:37:37.047994 [ 269 ] {48b0cba8-a746-4f51-8034-1713476dffbe} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:37.048031 [ 269 ] {48b0cba8-a746-4f51-8034-1713476dffbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:37.048591 [ 269 ] {48b0cba8-a746-4f51-8034-1713476dffbe} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:37:37.048832 [ 269 ] {48b0cba8-a746-4f51-8034-1713476dffbe} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:37.048972 [ 269 ] {48b0cba8-a746-4f51-8034-1713476dffbe} executeQuery: Read 41 rows, 75.23 KiB in 0.001909 sec., 21477.2132006286 rows/sec., 38.49 MiB/sec. 2026.01.09 00:37:37.049039 [ 269 ] {48b0cba8-a746-4f51-8034-1713476dffbe} TCPHandler: Processed in 0.00210469 sec. 2026.01.09 00:37:37.049154 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:37.049249 [ 269 ] {0903e62f-b945-4b31-956a-f8f2bbc3a732} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:37.049295 [ 269 ] {0903e62f-b945-4b31-956a-f8f2bbc3a732} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:37.049640 [ 269 ] {0903e62f-b945-4b31-956a-f8f2bbc3a732} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:37.049676 [ 269 ] {0903e62f-b945-4b31-956a-f8f2bbc3a732} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:37.049984 [ 269 ] {0903e62f-b945-4b31-956a-f8f2bbc3a732} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.09 00:37:37.050193 [ 269 ] {0903e62f-b945-4b31-956a-f8f2bbc3a732} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:37.050326 [ 269 ] {0903e62f-b945-4b31-956a-f8f2bbc3a732} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.01.09 00:37:37.050363 [ 269 ] {0903e62f-b945-4b31-956a-f8f2bbc3a732} TCPHandler: Processed in 0.001259166 sec. 2026.01.09 00:37:39.549314 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:39.549570 [ 269 ] {e4d1006c-8782-48b8-bd24-819cff82716d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:37:39.549715 [ 269 ] {e4d1006c-8782-48b8-bd24-819cff82716d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:37:39.551089 [ 269 ] {e4d1006c-8782-48b8-bd24-819cff82716d} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.551157 [ 269 ] {e4d1006c-8782-48b8-bd24-819cff82716d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.551863 [ 269 ] {e4d1006c-8782-48b8-bd24-819cff82716d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:37:39.552222 [ 269 ] {e4d1006c-8782-48b8-bd24-819cff82716d} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.552544 [ 269 ] {e4d1006c-8782-48b8-bd24-819cff82716d} executeQuery: Read 410 rows, 26.63 KiB in 0.003043 sec., 134735.45842918172 rows/sec., 8.55 MiB/sec. 2026.01.09 00:37:39.552626 [ 269 ] {e4d1006c-8782-48b8-bd24-819cff82716d} TCPHandler: Processed in 0.003571752 sec. 2026.01.09 00:37:39.552832 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:39.552965 [ 269 ] {c037f16a-d0ae-423f-90fc-3049c0b13fc5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:39.553026 [ 269 ] {c037f16a-d0ae-423f-90fc-3049c0b13fc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:39.555750 [ 269 ] {c037f16a-d0ae-423f-90fc-3049c0b13fc5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.555807 [ 269 ] {c037f16a-d0ae-423f-90fc-3049c0b13fc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.556579 [ 269 ] {c037f16a-d0ae-423f-90fc-3049c0b13fc5} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.09 00:37:39.556911 [ 269 ] {c037f16a-d0ae-423f-90fc-3049c0b13fc5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.557121 [ 269 ] {c037f16a-d0ae-423f-90fc-3049c0b13fc5} executeQuery: Read 2252 rows, 186.40 KiB in 0.004191 sec., 537341.9231686948 rows/sec., 43.43 MiB/sec. 2026.01.09 00:37:39.557150 [ 63 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.09 00:37:39.557186 [ 269 ] {c037f16a-d0ae-423f-90fc-3049c0b13fc5} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:37:39.557233 [ 269 ] {c037f16a-d0ae-423f-90fc-3049c0b13fc5} TCPHandler: Processed in 0.004476377 sec. 2026.01.09 00:37:39.557247 [ 63 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.557283 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.557451 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:39.557479 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.09 00:37:39.557581 [ 269 ] {af8e359c-a7f8-4585-be5e-2b029e116cff} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:39.557648 [ 269 ] {af8e359c-a7f8-4585-be5e-2b029e116cff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:39.557706 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:39.557775 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2466 rows starting from the beginning of the part 2026.01.09 00:37:39.557889 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:37:39.557983 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 139 rows starting from the beginning of the part 2026.01.09 00:37:39.558078 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:37:39.558166 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 138 rows starting from the beginning of the part 2026.01.09 00:37:39.558235 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:37:39.558564 [ 269 ] {af8e359c-a7f8-4585-be5e-2b029e116cff} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.558620 [ 269 ] {af8e359c-a7f8-4585-be5e-2b029e116cff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.559388 [ 269 ] {af8e359c-a7f8-4585-be5e-2b029e116cff} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:37:39.559782 [ 269 ] {af8e359c-a7f8-4585-be5e-2b029e116cff} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.560010 [ 269 ] {af8e359c-a7f8-4585-be5e-2b029e116cff} executeQuery: Read 205 rows, 12.32 KiB in 0.002463 sec., 83231.83110028421 rows/sec., 4.88 MiB/sec. 2026.01.09 00:37:39.560078 [ 269 ] {af8e359c-a7f8-4585-be5e-2b029e116cff} TCPHandler: Processed in 0.002704507 sec. 2026.01.09 00:37:39.560644 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:39.560798 [ 269 ] {788b70bb-0151-429d-9262-31b938bbca8f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:37:39.560869 [ 269 ] {788b70bb-0151-429d-9262-31b938bbca8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:37:39.562264 [ 269 ] {788b70bb-0151-429d-9262-31b938bbca8f} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.562318 [ 269 ] {788b70bb-0151-429d-9262-31b938bbca8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.562833 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 7219 rows, containing 5 columns (5 merged, 0 gathered) in 0.005450085 sec., 1324566.4975867348 rows/sec., 112.09 MiB/sec. 2026.01.09 00:37:39.562982 [ 269 ] {788b70bb-0151-429d-9262-31b938bbca8f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:37:39.563228 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.09 00:37:39.563378 [ 269 ] {788b70bb-0151-429d-9262-31b938bbca8f} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.563645 [ 269 ] {788b70bb-0151-429d-9262-31b938bbca8f} executeQuery: Read 440 rows, 29.81 KiB in 0.002885 sec., 152512.99826689775 rows/sec., 10.09 MiB/sec. 2026.01.09 00:37:39.563665 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.563714 [ 269 ] {788b70bb-0151-429d-9262-31b938bbca8f} TCPHandler: Processed in 0.00315775 sec. 2026.01.09 00:37:39.563793 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_81_16} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.09 00:37:39.563915 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:39.563929 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2026.01.09 00:37:39.564055 [ 269 ] {1213b829-490a-430c-a02c-493bfbe02e03} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:37:39.564123 [ 269 ] {1213b829-490a-430c-a02c-493bfbe02e03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:37:39.565630 [ 269 ] {1213b829-490a-430c-a02c-493bfbe02e03} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.565684 [ 269 ] {1213b829-490a-430c-a02c-493bfbe02e03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.566207 [ 269 ] {1213b829-490a-430c-a02c-493bfbe02e03} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:37:39.566583 [ 269 ] {1213b829-490a-430c-a02c-493bfbe02e03} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.566828 [ 269 ] {1213b829-490a-430c-a02c-493bfbe02e03} executeQuery: Read 211 rows, 12.27 KiB in 0.002806 sec., 75196.0085531005 rows/sec., 4.27 MiB/sec. 2026.01.09 00:37:39.566893 [ 269 ] {1213b829-490a-430c-a02c-493bfbe02e03} TCPHandler: Processed in 0.003051267 sec. 2026.01.09 00:37:39.567080 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:39.567216 [ 269 ] {94fb44cb-f4dd-449d-844e-f2749ce1612d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:39.567276 [ 269 ] {94fb44cb-f4dd-449d-844e-f2749ce1612d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:39.568798 [ 269 ] {94fb44cb-f4dd-449d-844e-f2749ce1612d} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.568848 [ 269 ] {94fb44cb-f4dd-449d-844e-f2749ce1612d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.569458 [ 269 ] {94fb44cb-f4dd-449d-844e-f2749ce1612d} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.09 00:37:39.569804 [ 269 ] {94fb44cb-f4dd-449d-844e-f2749ce1612d} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.570012 [ 269 ] {94fb44cb-f4dd-449d-844e-f2749ce1612d} executeQuery: Read 1135 rows, 82.76 KiB in 0.002829 sec., 401201.8381053376 rows/sec., 28.57 MiB/sec. 2026.01.09 00:37:39.570009 [ 63 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.09 00:37:39.570074 [ 269 ] {94fb44cb-f4dd-449d-844e-f2749ce1612d} TCPHandler: Processed in 0.003062868 sec. 2026.01.09 00:37:39.570116 [ 63 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.570155 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.570331 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.09 00:37:39.570407 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:39.570540 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:39.570546 [ 269 ] {c2b56511-a5d9-41cc-9fe1-eefa1f8a0f0d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:37:39.570641 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1250 rows starting from the beginning of the part 2026.01.09 00:37:39.570671 [ 269 ] {c2b56511-a5d9-41cc-9fe1-eefa1f8a0f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:37:39.570754 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 679 rows starting from the beginning of the part 2026.01.09 00:37:39.570831 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 107 rows starting from the beginning of the part 2026.01.09 00:37:39.570931 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 679 rows starting from the beginning of the part 2026.01.09 00:37:39.571011 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 105 rows starting from the beginning of the part 2026.01.09 00:37:39.571077 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:37:39.571225 [ 269 ] {c2b56511-a5d9-41cc-9fe1-eefa1f8a0f0d} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.571310 [ 269 ] {c2b56511-a5d9-41cc-9fe1-eefa1f8a0f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.571843 [ 269 ] {c2b56511-a5d9-41cc-9fe1-eefa1f8a0f0d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:37:39.572153 [ 269 ] {c2b56511-a5d9-41cc-9fe1-eefa1f8a0f0d} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.572331 [ 63 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 2026.01.09 00:37:39.572355 [ 269 ] {c2b56511-a5d9-41cc-9fe1-eefa1f8a0f0d} executeQuery: Read 6 rows, 321.00 B in 0.001841 sec., 3259.0983161325366 rows/sec., 170.28 KiB/sec. 2026.01.09 00:37:39.572401 [ 63 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.572432 [ 269 ] {c2b56511-a5d9-41cc-9fe1-eefa1f8a0f0d} TCPHandler: Processed in 0.00209109 sec. 2026.01.09 00:37:39.572439 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.572620 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full 2026.01.09 00:37:39.572658 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:39.572806 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:39.572943 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 162 rows starting from the beginning of the part 2026.01.09 00:37:39.573041 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2026.01.09 00:37:39.573115 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2026.01.09 00:37:39.573184 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2026.01.09 00:37:39.573187 [ 269 ] {68c6ea79-60ce-4f50-9ce5-f5df18da3918} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:39.573249 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part 2026.01.09 00:37:39.573322 [ 269 ] {68c6ea79-60ce-4f50-9ce5-f5df18da3918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:39.573323 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2026.01.09 00:37:39.573610 [ 187 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3955 rows, containing 5 columns (5 merged, 0 gathered) in 0.003361156 sec., 1176678.4998970593 rows/sec., 88.46 MiB/sec. 2026.01.09 00:37:39.573946 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.09 00:37:39.574400 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.574502 [ 269 ] {68c6ea79-60ce-4f50-9ce5-f5df18da3918} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.574519 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_81_16} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.09 00:37:39.574550 [ 269 ] {68c6ea79-60ce-4f50-9ce5-f5df18da3918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.574645 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.01.09 00:37:39.574722 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 4 columns (4 merged, 0 gathered) in 0.002156982 sec., 89013.26019410454 rows/sec., 4.54 MiB/sec. 2026.01.09 00:37:39.574918 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2026.01.09 00:37:39.575227 [ 269 ] {68c6ea79-60ce-4f50-9ce5-f5df18da3918} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.09 00:37:39.575320 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.575440 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_32_7} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 2026.01.09 00:37:39.575558 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.01.09 00:37:39.575673 [ 269 ] {68c6ea79-60ce-4f50-9ce5-f5df18da3918} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.575873 [ 63 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.09 00:37:39.575901 [ 269 ] {68c6ea79-60ce-4f50-9ce5-f5df18da3918} executeQuery: Read 934 rows, 63.32 KiB in 0.002793 sec., 334407.44718940207 rows/sec., 22.14 MiB/sec. 2026.01.09 00:37:39.575923 [ 63 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.575961 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.575994 [ 269 ] {68c6ea79-60ce-4f50-9ce5-f5df18da3918} TCPHandler: Processed in 0.003401557 sec. 2026.01.09 00:37:39.576073 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.09 00:37:39.576208 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:39.576222 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:39.576253 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23659 rows starting from the beginning of the part 2026.01.09 00:37:39.576329 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 314 rows starting from the beginning of the part 2026.01.09 00:37:39.576370 [ 269 ] {75fa8b0c-7216-46ed-a5e0-cd871c26a95c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:37:39.576393 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 161 rows starting from the beginning of the part 2026.01.09 00:37:39.576448 [ 269 ] {75fa8b0c-7216-46ed-a5e0-cd871c26a95c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:37:39.576458 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 314 rows starting from the beginning of the part 2026.01.09 00:37:39.576530 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2026.01.09 00:37:39.576586 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 934 rows starting from the beginning of the part 2026.01.09 00:37:39.577251 [ 269 ] {75fa8b0c-7216-46ed-a5e0-cd871c26a95c} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.577308 [ 269 ] {75fa8b0c-7216-46ed-a5e0-cd871c26a95c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.578514 [ 269 ] {75fa8b0c-7216-46ed-a5e0-cd871c26a95c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:37:39.582950 [ 269 ] {75fa8b0c-7216-46ed-a5e0-cd871c26a95c} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.583235 [ 269 ] {75fa8b0c-7216-46ed-a5e0-cd871c26a95c} executeQuery: Read 1 rows, 69.00 B in 0.006893 sec., 145.0747134774409 rows/sec., 9.78 KiB/sec. 2026.01.09 00:37:39.583348 [ 269 ] {75fa8b0c-7216-46ed-a5e0-cd871c26a95c} TCPHandler: Processed in 0.007199116 sec. 2026.01.09 00:37:39.583593 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:39.583746 [ 269 ] {212f3f10-893c-40e2-9db5-29494508c748} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:39.583817 [ 269 ] {212f3f10-893c-40e2-9db5-29494508c748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:39.584793 [ 269 ] {212f3f10-893c-40e2-9db5-29494508c748} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.584872 [ 269 ] {212f3f10-893c-40e2-9db5-29494508c748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.585600 [ 269 ] {212f3f10-893c-40e2-9db5-29494508c748} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.09 00:37:39.585988 [ 269 ] {212f3f10-893c-40e2-9db5-29494508c748} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.586644 [ 63 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.09 00:37:39.586704 [ 63 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:39.586719 [ 269 ] {212f3f10-893c-40e2-9db5-29494508c748} executeQuery: Read 80 rows, 4.87 KiB in 0.003013 sec., 26551.609691337537 rows/sec., 1.58 MiB/sec. 2026.01.09 00:37:39.586738 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:39.586806 [ 269 ] {212f3f10-893c-40e2-9db5-29494508c748} TCPHandler: Processed in 0.003312784 sec. 2026.01.09 00:37:39.586917 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.09 00:37:39.587117 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:39.587159 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5176 rows starting from the beginning of the part 2026.01.09 00:37:39.587245 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 104 rows starting from the beginning of the part 2026.01.09 00:37:39.587310 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2026.01.09 00:37:39.587375 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 104 rows starting from the beginning of the part 2026.01.09 00:37:39.587431 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2026.01.09 00:37:39.587484 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 80 rows starting from the beginning of the part 2026.01.09 00:37:39.588837 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 25542 rows, containing 5 columns (5 merged, 0 gathered) in 0.012810414 sec., 1993846.5688930897 rows/sec., 134.20 MiB/sec. 2026.01.09 00:37:39.589493 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.09 00:37:39.589883 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 5584 rows, containing 4 columns (4 merged, 0 gathered) in 0.003044546 sec., 1834099.4026695606 rows/sec., 116.92 MiB/sec. 2026.01.09 00:37:39.590015 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.590138 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_81_16} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.09 00:37:39.590279 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.09 00:37:39.590549 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.09 00:37:39.590934 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:39.591035 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_81_16} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.09 00:37:39.591159 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.01.09 00:37:40.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 320.34 MiB, peak 330.85 MiB, free memory in arenas 0.00 B, will set to 321.79 MiB (RSS), difference: 1.45 MiB 2026.01.09 00:37:40.369266 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59307 2026.01.09 00:37:40.369374 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.369402 [ 286 ] {} TCP-Session: cd94d6a9-1757-42e0-acec-2301a0f25ea1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59307 2026.01.09 00:37:40.369425 [ 286 ] {} TCP-Session: cd94d6a9-1757-42e0-acec-2301a0f25ea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.369438 [ 286 ] {} TCP-Session: cd94d6a9-1757-42e0-acec-2301a0f25ea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.369640 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35851 2026.01.09 00:37:40.369667 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41443 2026.01.09 00:37:40.369699 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64996 2026.01.09 00:37:40.369729 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33061 2026.01.09 00:37:40.369753 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.369750 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41750 2026.01.09 00:37:40.369798 [ 288 ] {} TCP-Session: bd28ef44-33b5-4ee8-a3d1-e6cf0dce24ea Authenticating user 'default' from [fd00:1122:3344:101::e]:35851 2026.01.09 00:37:40.369739 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58446 2026.01.09 00:37:40.369841 [ 288 ] {} TCP-Session: bd28ef44-33b5-4ee8-a3d1-e6cf0dce24ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.369851 [ 286 ] {} TCP-Session: cd94d6a9-1757-42e0-acec-2301a0f25ea1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:40.369877 [ 288 ] {} TCP-Session: bd28ef44-33b5-4ee8-a3d1-e6cf0dce24ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.369838 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.369715 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55597 2026.01.09 00:37:40.369944 [ 353 ] {} TCP-Session: 11762e5e-40a5-47a5-8ebf-e568567c332a Authenticating user 'default' from [fd00:1122:3344:101::e]:33061 2026.01.09 00:37:40.369703 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42037 2026.01.09 00:37:40.369974 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.369981 [ 353 ] {} TCP-Session: 11762e5e-40a5-47a5-8ebf-e568567c332a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370026 [ 290 ] {} TCP-Session: a318bc4b-d7de-4df7-98ae-13322f99b943 Authenticating user 'default' from [fd00:1122:3344:101::e]:64996 2026.01.09 00:37:40.370037 [ 353 ] {} TCP-Session: 11762e5e-40a5-47a5-8ebf-e568567c332a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370048 [ 286 ] {9b4df06a-6d28-41fa-9680-1de0a8b1ff4d} executeQuery: (from [fd00:1122:3344:101::e]:59307) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:37:40.370066 [ 290 ] {} TCP-Session: a318bc4b-d7de-4df7-98ae-13322f99b943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.369790 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.370099 [ 290 ] {} TCP-Session: a318bc4b-d7de-4df7-98ae-13322f99b943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370143 [ 289 ] {} TCP-Session: 65179051-1c4d-4e6a-ab57-c7dabda83110 Authenticating user 'default' from [fd00:1122:3344:101::e]:41443 2026.01.09 00:37:40.370184 [ 289 ] {} TCP-Session: 65179051-1c4d-4e6a-ab57-c7dabda83110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370209 [ 289 ] {} TCP-Session: 65179051-1c4d-4e6a-ab57-c7dabda83110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370332 [ 286 ] {9b4df06a-6d28-41fa-9680-1de0a8b1ff4d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:37:40.370367 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.370392 [ 286 ] {9b4df06a-6d28-41fa-9680-1de0a8b1ff4d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:37:40.370405 [ 354 ] {} TCP-Session: f807cfaf-ce80-4d6a-baaa-382d3a21f1b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:58446 2026.01.09 00:37:40.370444 [ 354 ] {} TCP-Session: f807cfaf-ce80-4d6a-baaa-382d3a21f1b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370462 [ 354 ] {} TCP-Session: f807cfaf-ce80-4d6a-baaa-382d3a21f1b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370498 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.370534 [ 351 ] {} TCP-Session: 5ffbc208-38f0-4a8a-8047-b0bc950f421c Authenticating user 'default' from [fd00:1122:3344:101::e]:42037 2026.01.09 00:37:40.370551 [ 351 ] {} TCP-Session: 5ffbc208-38f0-4a8a-8047-b0bc950f421c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370563 [ 351 ] {} TCP-Session: 5ffbc208-38f0-4a8a-8047-b0bc950f421c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370710 [ 286 ] {9b4df06a-6d28-41fa-9680-1de0a8b1ff4d} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:37:40.370870 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.370905 [ 352 ] {} TCP-Session: 29aaa04e-f986-4cf5-945f-405029d5c5e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55597 2026.01.09 00:37:40.370924 [ 352 ] {} TCP-Session: 29aaa04e-f986-4cf5-945f-405029d5c5e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370937 [ 352 ] {} TCP-Session: 29aaa04e-f986-4cf5-945f-405029d5c5e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.370985 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.371026 [ 355 ] {} TCP-Session: 1cc4e172-e361-4add-8c90-5247f7055ddd Authenticating user 'default' from [fd00:1122:3344:101::e]:41750 2026.01.09 00:37:40.371042 [ 355 ] {} TCP-Session: 1cc4e172-e361-4add-8c90-5247f7055ddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.371055 [ 355 ] {} TCP-Session: 1cc4e172-e361-4add-8c90-5247f7055ddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.371726 [ 335 ] {9b4df06a-6d28-41fa-9680-1de0a8b1ff4d} AggregatingTransform: Aggregating 2026.01.09 00:37:40.371775 [ 335 ] {9b4df06a-6d28-41fa-9680-1de0a8b1ff4d} Aggregator: Aggregation method: without_key 2026.01.09 00:37:40.371814 [ 335 ] {9b4df06a-6d28-41fa-9680-1de0a8b1ff4d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000996099 sec. (1003.916 rows/sec., 39.22 KiB/sec.) 2026.01.09 00:37:40.371833 [ 335 ] {9b4df06a-6d28-41fa-9680-1de0a8b1ff4d} Aggregator: Merging aggregated data 2026.01.09 00:37:40.373055 [ 286 ] {9b4df06a-6d28-41fa-9680-1de0a8b1ff4d} executeQuery: Read 1 rows, 40.00 B in 0.003067 sec., 326.0515161395501 rows/sec., 12.74 KiB/sec. 2026.01.09 00:37:40.373197 [ 286 ] {9b4df06a-6d28-41fa-9680-1de0a8b1ff4d} TCPHandler: Processed in 0.003464538 sec. 2026.01.09 00:37:40.373313 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.373337 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.373372 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.373341 [ 286 ] {} TCP-Session: cd94d6a9-1757-42e0-acec-2301a0f25ea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.373405 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.373416 [ 351 ] {} TCP-Session: 5ffbc208-38f0-4a8a-8047-b0bc950f421c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.373424 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.373453 [ 355 ] {} TCP-Session: 1cc4e172-e361-4add-8c90-5247f7055ddd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.373467 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.373486 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.373508 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.373533 [ 289 ] {} TCP-Session: 65179051-1c4d-4e6a-ab57-c7dabda83110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.373552 [ 353 ] {} TCP-Session: 11762e5e-40a5-47a5-8ebf-e568567c332a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.373567 [ 354 ] {} TCP-Session: f807cfaf-ce80-4d6a-baaa-382d3a21f1b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.373500 [ 352 ] {} TCP-Session: 29aaa04e-f986-4cf5-945f-405029d5c5e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.373447 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.373424 [ 288 ] {} TCP-Session: bd28ef44-33b5-4ee8-a3d1-e6cf0dce24ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.373650 [ 290 ] {} TCP-Session: a318bc4b-d7de-4df7-98ae-13322f99b943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.467584 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43102 2026.01.09 00:37:40.467720 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.467747 [ 286 ] {} TCP-Session: 8681d560-b23d-4100-a200-6e384f2b0b0f Authenticating user 'default' from [fd00:1122:3344:101::e]:43102 2026.01.09 00:37:40.467768 [ 286 ] {} TCP-Session: 8681d560-b23d-4100-a200-6e384f2b0b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.467780 [ 286 ] {} TCP-Session: 8681d560-b23d-4100-a200-6e384f2b0b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468000 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58001 2026.01.09 00:37:40.468035 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47236 2026.01.09 00:37:40.468060 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33777 2026.01.09 00:37:40.468084 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40562 2026.01.09 00:37:40.468111 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.468100 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53541 2026.01.09 00:37:40.468161 [ 288 ] {} TCP-Session: 4cf4dda5-0e55-4d6d-9932-8a78f1db3f9a Authenticating user 'default' from [fd00:1122:3344:101::e]:58001 2026.01.09 00:37:40.468194 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.468196 [ 286 ] {} TCP-Session: 8681d560-b23d-4100-a200-6e384f2b0b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:40.468218 [ 288 ] {} TCP-Session: 4cf4dda5-0e55-4d6d-9932-8a78f1db3f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468248 [ 354 ] {} TCP-Session: 1f5312ea-5ac7-4ae2-a908-df1537a7902a Authenticating user 'default' from [fd00:1122:3344:101::e]:40562 2026.01.09 00:37:40.468281 [ 288 ] {} TCP-Session: 4cf4dda5-0e55-4d6d-9932-8a78f1db3f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468262 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.468309 [ 354 ] {} TCP-Session: 1f5312ea-5ac7-4ae2-a908-df1537a7902a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468158 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.468344 [ 355 ] {} TCP-Session: 5c627511-920b-466e-a85d-b8676f88c4ea Authenticating user 'default' from [fd00:1122:3344:101::e]:53541 2026.01.09 00:37:40.468353 [ 354 ] {} TCP-Session: 1f5312ea-5ac7-4ae2-a908-df1537a7902a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468373 [ 289 ] {} TCP-Session: 82b49c13-575a-4015-a975-a5e5597f5aa3 Authenticating user 'default' from [fd00:1122:3344:101::e]:47236 2026.01.09 00:37:40.468400 [ 355 ] {} TCP-Session: 5c627511-920b-466e-a85d-b8676f88c4ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468402 [ 286 ] {3aa3dedc-88c6-4317-8d55-397a9c33341e} executeQuery: (from [fd00:1122:3344:101::e]:43102) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:37:40.468428 [ 355 ] {} TCP-Session: 5c627511-920b-466e-a85d-b8676f88c4ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468157 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.468071 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42306 2026.01.09 00:37:40.468496 [ 352 ] {} TCP-Session: 1027960a-e5d8-4445-8427-4cd5c1cd62e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:33777 2026.01.09 00:37:40.468043 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63539 2026.01.09 00:37:40.468531 [ 352 ] {} TCP-Session: 1027960a-e5d8-4445-8427-4cd5c1cd62e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468047 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65156 2026.01.09 00:37:40.468576 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.468600 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.468568 [ 352 ] {} TCP-Session: 1027960a-e5d8-4445-8427-4cd5c1cd62e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468627 [ 353 ] {} TCP-Session: 14d2ba04-4701-4d79-8931-3aeb7ae95216 Authenticating user 'default' from [fd00:1122:3344:101::e]:42306 2026.01.09 00:37:40.468634 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.468677 [ 353 ] {} TCP-Session: 14d2ba04-4701-4d79-8931-3aeb7ae95216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468699 [ 351 ] {} TCP-Session: cfef4523-60c7-48fd-885c-57de6f1e3b00 Authenticating user 'default' from [fd00:1122:3344:101::e]:65156 2026.01.09 00:37:40.468634 [ 290 ] {} TCP-Session: cadfe330-ba88-4b92-8542-22ef624959cd Authenticating user 'default' from [fd00:1122:3344:101::e]:63539 2026.01.09 00:37:40.468718 [ 353 ] {} TCP-Session: 14d2ba04-4701-4d79-8931-3aeb7ae95216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468750 [ 290 ] {} TCP-Session: cadfe330-ba88-4b92-8542-22ef624959cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468759 [ 286 ] {3aa3dedc-88c6-4317-8d55-397a9c33341e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:37:40.468775 [ 290 ] {} TCP-Session: cadfe330-ba88-4b92-8542-22ef624959cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468728 [ 351 ] {} TCP-Session: cfef4523-60c7-48fd-885c-57de6f1e3b00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468415 [ 289 ] {} TCP-Session: 82b49c13-575a-4015-a975-a5e5597f5aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468818 [ 351 ] {} TCP-Session: cfef4523-60c7-48fd-885c-57de6f1e3b00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.468835 [ 286 ] {3aa3dedc-88c6-4317-8d55-397a9c33341e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:37:40.468843 [ 289 ] {} TCP-Session: 82b49c13-575a-4015-a975-a5e5597f5aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.469138 [ 286 ] {3aa3dedc-88c6-4317-8d55-397a9c33341e} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:37:40.470076 [ 334 ] {3aa3dedc-88c6-4317-8d55-397a9c33341e} AggregatingTransform: Aggregating 2026.01.09 00:37:40.470127 [ 334 ] {3aa3dedc-88c6-4317-8d55-397a9c33341e} Aggregator: Aggregation method: without_key 2026.01.09 00:37:40.470162 [ 334 ] {3aa3dedc-88c6-4317-8d55-397a9c33341e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000913376 sec. (1094.839 rows/sec., 42.77 KiB/sec.) 2026.01.09 00:37:40.470179 [ 334 ] {3aa3dedc-88c6-4317-8d55-397a9c33341e} Aggregator: Merging aggregated data 2026.01.09 00:37:40.471434 [ 286 ] {3aa3dedc-88c6-4317-8d55-397a9c33341e} executeQuery: Read 1 rows, 40.00 B in 0.00309 sec., 323.62459546925567 rows/sec., 12.64 KiB/sec. 2026.01.09 00:37:40.471570 [ 286 ] {3aa3dedc-88c6-4317-8d55-397a9c33341e} TCPHandler: Processed in 0.00349403 sec. 2026.01.09 00:37:40.471682 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.471706 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.471711 [ 286 ] {} TCP-Session: 8681d560-b23d-4100-a200-6e384f2b0b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.471727 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.471740 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.471751 [ 288 ] {} TCP-Session: 4cf4dda5-0e55-4d6d-9932-8a78f1db3f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.471782 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.471782 [ 355 ] {} TCP-Session: 5c627511-920b-466e-a85d-b8676f88c4ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.471811 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.471829 [ 352 ] {} TCP-Session: 1027960a-e5d8-4445-8427-4cd5c1cd62e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.471794 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.471862 [ 353 ] {} TCP-Session: 14d2ba04-4701-4d79-8931-3aeb7ae95216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.471791 [ 290 ] {} TCP-Session: cadfe330-ba88-4b92-8542-22ef624959cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.471898 [ 351 ] {} TCP-Session: cfef4523-60c7-48fd-885c-57de6f1e3b00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.471765 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.471757 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.471969 [ 289 ] {} TCP-Session: 82b49c13-575a-4015-a975-a5e5597f5aa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.471996 [ 354 ] {} TCP-Session: 1f5312ea-5ac7-4ae2-a908-df1537a7902a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.535614 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46506 2026.01.09 00:37:40.535719 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.535746 [ 352 ] {} TCP-Session: 0c19666a-2117-43de-af1e-523af531a722 Authenticating user 'default' from [fd00:1122:3344:101::e]:46506 2026.01.09 00:37:40.535767 [ 352 ] {} TCP-Session: 0c19666a-2117-43de-af1e-523af531a722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.535780 [ 352 ] {} TCP-Session: 0c19666a-2117-43de-af1e-523af531a722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536015 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43065 2026.01.09 00:37:40.536039 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52331 2026.01.09 00:37:40.536049 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38380 2026.01.09 00:37:40.536075 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57956 2026.01.09 00:37:40.536068 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48040 2026.01.09 00:37:40.536128 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.536148 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.536195 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.536199 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.536219 [ 288 ] {} TCP-Session: f77be921-305a-4a84-a18a-96b194f3c76c Authenticating user 'default' from [fd00:1122:3344:101::e]:38380 2026.01.09 00:37:40.536233 [ 351 ] {} TCP-Session: 4af09da7-db67-4ecc-86dc-c930662bc070 Authenticating user 'default' from [fd00:1122:3344:101::e]:57956 2026.01.09 00:37:40.536241 [ 290 ] {} TCP-Session: b9466871-30c5-4cb3-b802-3c38906d8d74 Authenticating user 'default' from [fd00:1122:3344:101::e]:48040 2026.01.09 00:37:40.536256 [ 288 ] {} TCP-Session: f77be921-305a-4a84-a18a-96b194f3c76c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536270 [ 351 ] {} TCP-Session: 4af09da7-db67-4ecc-86dc-c930662bc070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536290 [ 288 ] {} TCP-Session: f77be921-305a-4a84-a18a-96b194f3c76c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536323 [ 351 ] {} TCP-Session: 4af09da7-db67-4ecc-86dc-c930662bc070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536274 [ 290 ] {} TCP-Session: b9466871-30c5-4cb3-b802-3c38906d8d74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536128 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.536363 [ 290 ] {} TCP-Session: b9466871-30c5-4cb3-b802-3c38906d8d74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536060 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41003 2026.01.09 00:37:40.536395 [ 353 ] {} TCP-Session: 53406e76-f0d4-48b8-9a4a-b5738b17b1ec Authenticating user 'default' from [fd00:1122:3344:101::e]:43065 2026.01.09 00:37:40.536033 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55493 2026.01.09 00:37:40.536470 [ 353 ] {} TCP-Session: 53406e76-f0d4-48b8-9a4a-b5738b17b1ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536029 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38651 2026.01.09 00:37:40.536512 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.536529 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.536499 [ 353 ] {} TCP-Session: 53406e76-f0d4-48b8-9a4a-b5738b17b1ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536551 [ 289 ] {} TCP-Session: 02495b3c-8f3a-4b2d-9e54-28f6bfd18d8c Authenticating user 'default' from [fd00:1122:3344:101::e]:41003 2026.01.09 00:37:40.536574 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:37:40.536563 [ 355 ] {} TCP-Session: 3edcd0b1-cd39-44ed-a1fa-98e012fdce2a Authenticating user 'default' from [fd00:1122:3344:101::e]:55493 2026.01.09 00:37:40.536595 [ 289 ] {} TCP-Session: 02495b3c-8f3a-4b2d-9e54-28f6bfd18d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536604 [ 354 ] {} TCP-Session: 88f4d3c5-dd3f-41b8-aa55-7b9573801635 Authenticating user 'default' from [fd00:1122:3344:101::e]:38651 2026.01.09 00:37:40.536622 [ 355 ] {} TCP-Session: 3edcd0b1-cd39-44ed-a1fa-98e012fdce2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536628 [ 289 ] {} TCP-Session: 02495b3c-8f3a-4b2d-9e54-28f6bfd18d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536651 [ 354 ] {} TCP-Session: 88f4d3c5-dd3f-41b8-aa55-7b9573801635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536655 [ 355 ] {} TCP-Session: 3edcd0b1-cd39-44ed-a1fa-98e012fdce2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536676 [ 354 ] {} TCP-Session: 88f4d3c5-dd3f-41b8-aa55-7b9573801635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536141 [ 352 ] {} TCP-Session: 0c19666a-2117-43de-af1e-523af531a722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:40.536200 [ 286 ] {} TCP-Session: bfbe64f7-534f-44a0-8122-68da53f78892 Authenticating user 'default' from [fd00:1122:3344:101::e]:52331 2026.01.09 00:37:40.536753 [ 286 ] {} TCP-Session: bfbe64f7-534f-44a0-8122-68da53f78892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536765 [ 286 ] {} TCP-Session: bfbe64f7-534f-44a0-8122-68da53f78892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.536885 [ 352 ] {c48d73e1-d71c-42ec-bedb-1941c4568250} executeQuery: (from [fd00:1122:3344:101::e]:46506) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:37:40.537191 [ 352 ] {c48d73e1-d71c-42ec-bedb-1941c4568250} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:37:40.537260 [ 352 ] {c48d73e1-d71c-42ec-bedb-1941c4568250} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:37:40.537679 [ 352 ] {c48d73e1-d71c-42ec-bedb-1941c4568250} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:37:40.539284 [ 301 ] {c48d73e1-d71c-42ec-bedb-1941c4568250} AggregatingTransform: Aggregating 2026.01.09 00:37:40.539340 [ 301 ] {c48d73e1-d71c-42ec-bedb-1941c4568250} Aggregator: Aggregation method: without_key 2026.01.09 00:37:40.539384 [ 301 ] {c48d73e1-d71c-42ec-bedb-1941c4568250} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001569155 sec. (637.286 rows/sec., 24.89 KiB/sec.) 2026.01.09 00:37:40.539404 [ 301 ] {c48d73e1-d71c-42ec-bedb-1941c4568250} Aggregator: Merging aggregated data 2026.01.09 00:37:40.541882 [ 352 ] {c48d73e1-d71c-42ec-bedb-1941c4568250} executeQuery: Read 1 rows, 40.00 B in 0.005049 sec., 198.05902158843335 rows/sec., 7.74 KiB/sec. 2026.01.09 00:37:40.542050 [ 352 ] {c48d73e1-d71c-42ec-bedb-1941c4568250} TCPHandler: Processed in 0.006052112 sec. 2026.01.09 00:37:40.542143 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.542173 [ 352 ] {} TCP-Session: 0c19666a-2117-43de-af1e-523af531a722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.542171 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.542194 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.542210 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.542239 [ 354 ] {} TCP-Session: 88f4d3c5-dd3f-41b8-aa55-7b9573801635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.542254 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.542268 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.542289 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.542312 [ 353 ] {} TCP-Session: 53406e76-f0d4-48b8-9a4a-b5738b17b1ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.542323 [ 288 ] {} TCP-Session: f77be921-305a-4a84-a18a-96b194f3c76c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.542344 [ 286 ] {} TCP-Session: bfbe64f7-534f-44a0-8122-68da53f78892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.542308 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.542262 [ 355 ] {} TCP-Session: 3edcd0b1-cd39-44ed-a1fa-98e012fdce2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.542231 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:37:40.542409 [ 290 ] {} TCP-Session: b9466871-30c5-4cb3-b802-3c38906d8d74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.542279 [ 289 ] {} TCP-Session: 02495b3c-8f3a-4b2d-9e54-28f6bfd18d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:40.542439 [ 351 ] {} TCP-Session: 4af09da7-db67-4ecc-86dc-c930662bc070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:37:42.033684 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:42.033901 [ 269 ] {eeb66374-0c34-4d29-a97e-47963fa923d1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:42.033990 [ 269 ] {eeb66374-0c34-4d29-a97e-47963fa923d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:42.034792 [ 269 ] {eeb66374-0c34-4d29-a97e-47963fa923d1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:42.034839 [ 269 ] {eeb66374-0c34-4d29-a97e-47963fa923d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:42.035248 [ 269 ] {eeb66374-0c34-4d29-a97e-47963fa923d1} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.09 00:37:42.035475 [ 269 ] {eeb66374-0c34-4d29-a97e-47963fa923d1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:42.035640 [ 269 ] {eeb66374-0c34-4d29-a97e-47963fa923d1} executeQuery: Read 56 rows, 4.41 KiB in 0.001801 sec., 31093.83675735702 rows/sec., 2.39 MiB/sec. 2026.01.09 00:37:42.035692 [ 269 ] {eeb66374-0c34-4d29-a97e-47963fa923d1} TCPHandler: Processed in 0.002192873 sec. 2026.01.09 00:37:42.035825 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:42.035997 [ 269 ] {9358f057-6408-4275-a6c5-9c5dca939c9f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:42.036042 [ 269 ] {9358f057-6408-4275-a6c5-9c5dca939c9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:42.036496 [ 269 ] {9358f057-6408-4275-a6c5-9c5dca939c9f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:42.036530 [ 269 ] {9358f057-6408-4275-a6c5-9c5dca939c9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:42.036857 [ 269 ] {9358f057-6408-4275-a6c5-9c5dca939c9f} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.09 00:37:42.037076 [ 269 ] {9358f057-6408-4275-a6c5-9c5dca939c9f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:42.037211 [ 269 ] {9358f057-6408-4275-a6c5-9c5dca939c9f} executeQuery: Read 64 rows, 5.12 KiB in 0.00124 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec. 2026.01.09 00:37:42.037249 [ 269 ] {9358f057-6408-4275-a6c5-9c5dca939c9f} TCPHandler: Processed in 0.001478402 sec. 2026.01.09 00:37:42.037451 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:42.037553 [ 269 ] {07ca580b-23f6-441f-99e0-3fcff7a802ee} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:42.037597 [ 269 ] {07ca580b-23f6-441f-99e0-3fcff7a802ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:42.037971 [ 269 ] {07ca580b-23f6-441f-99e0-3fcff7a802ee} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:42.038005 [ 269 ] {07ca580b-23f6-441f-99e0-3fcff7a802ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:42.038337 [ 269 ] {07ca580b-23f6-441f-99e0-3fcff7a802ee} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.09 00:37:42.038550 [ 269 ] {07ca580b-23f6-441f-99e0-3fcff7a802ee} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:42.038681 [ 269 ] {07ca580b-23f6-441f-99e0-3fcff7a802ee} executeQuery: Read 64 rows, 4.56 KiB in 0.00115 sec., 55652.17391304348 rows/sec., 3.88 MiB/sec. 2026.01.09 00:37:42.038717 [ 269 ] {07ca580b-23f6-441f-99e0-3fcff7a802ee} TCPHandler: Processed in 0.001317868 sec. 2026.01.09 00:37:42.038836 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:42.038932 [ 269 ] {288651d2-e598-4a94-b108-337958221218} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:42.038973 [ 269 ] {288651d2-e598-4a94-b108-337958221218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:42.039302 [ 269 ] {288651d2-e598-4a94-b108-337958221218} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:42.039335 [ 269 ] {288651d2-e598-4a94-b108-337958221218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:42.039640 [ 269 ] {288651d2-e598-4a94-b108-337958221218} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.09 00:37:42.039844 [ 269 ] {288651d2-e598-4a94-b108-337958221218} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:42.039973 [ 269 ] {288651d2-e598-4a94-b108-337958221218} executeQuery: Read 24 rows, 1.66 KiB in 0.00106 sec., 22641.509433962266 rows/sec., 1.53 MiB/sec. 2026.01.09 00:37:42.040008 [ 269 ] {288651d2-e598-4a94-b108-337958221218} TCPHandler: Processed in 0.001222815 sec. 2026.01.09 00:37:42.395814 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23511 2026.01.09 00:37:42.396415 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:42.396467 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:42.396980 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:37:42.397212 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:42.397362 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23511 2026.01.09 00:37:43.649276 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.01.09 00:37:43.667131 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:43.667197 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:43.673621 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:37:43.674342 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:43.677550 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.01.09 00:37:44.957829 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1480 2026.01.09 00:37:44.960397 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:44.960435 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:44.961631 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:37:44.961891 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:44.962045 [ 121 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.09 00:37:44.962088 [ 121 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:44.962110 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.01.09 00:37:44.962148 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1480 2026.01.09 00:37:44.962267 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.09 00:37:44.962902 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:44.963058 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1298 rows starting from the beginning of the part 2026.01.09 00:37:44.963432 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 28 rows starting from the beginning of the part 2026.01.09 00:37:44.963792 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part 2026.01.09 00:37:44.964123 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part 2026.01.09 00:37:44.964472 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part 2026.01.09 00:37:44.964805 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 46 rows starting from the beginning of the part 2026.01.09 00:37:44.971306 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1480 rows, containing 72 columns (72 merged, 0 gathered) in 0.00912433 sec., 162203.6905723489 rows/sec., 128.88 MiB/sec. 2026.01.09 00:37:44.972718 [ 190 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.09 00:37:44.973235 [ 190 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:44.973302 [ 190 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_36_7} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.09 00:37:44.973437 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. 2026.01.09 00:37:47.040312 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:47.040517 [ 269 ] {6ee2a7b5-adbc-4cd1-99cc-77d5ac4aecfb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:47.040582 [ 269 ] {6ee2a7b5-adbc-4cd1-99cc-77d5ac4aecfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:47.041352 [ 269 ] {6ee2a7b5-adbc-4cd1-99cc-77d5ac4aecfb} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:47.041403 [ 269 ] {6ee2a7b5-adbc-4cd1-99cc-77d5ac4aecfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:47.041844 [ 269 ] {6ee2a7b5-adbc-4cd1-99cc-77d5ac4aecfb} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.09 00:37:47.042062 [ 269 ] {6ee2a7b5-adbc-4cd1-99cc-77d5ac4aecfb} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:47.042220 [ 269 ] {6ee2a7b5-adbc-4cd1-99cc-77d5ac4aecfb} executeQuery: Read 139 rows, 12.36 KiB in 0.001749 sec., 79473.98513436249 rows/sec., 6.90 MiB/sec. 2026.01.09 00:37:47.042261 [ 269 ] {6ee2a7b5-adbc-4cd1-99cc-77d5ac4aecfb} TCPHandler: Processed in 0.002086459 sec. 2026.01.09 00:37:47.042382 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:47.042476 [ 269 ] {ef968ebb-91f3-45c2-91d9-68b01c1022b5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:47.042516 [ 269 ] {ef968ebb-91f3-45c2-91d9-68b01c1022b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:47.042943 [ 269 ] {ef968ebb-91f3-45c2-91d9-68b01c1022b5} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:47.042979 [ 269 ] {ef968ebb-91f3-45c2-91d9-68b01c1022b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:47.043269 [ 269 ] {ef968ebb-91f3-45c2-91d9-68b01c1022b5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:37:47.043480 [ 269 ] {ef968ebb-91f3-45c2-91d9-68b01c1022b5} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:47.043608 [ 269 ] {ef968ebb-91f3-45c2-91d9-68b01c1022b5} executeQuery: Read 41 rows, 3.08 KiB in 0.00115 sec., 35652.17391304348 rows/sec., 2.62 MiB/sec. 2026.01.09 00:37:47.043647 [ 269 ] {ef968ebb-91f3-45c2-91d9-68b01c1022b5} TCPHandler: Processed in 0.001313427 sec. 2026.01.09 00:37:47.043755 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:47.043847 [ 269 ] {52631790-7e0c-4d79-ac53-2846784f1b70} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:37:47.043885 [ 269 ] {52631790-7e0c-4d79-ac53-2846784f1b70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:37:47.044303 [ 269 ] {52631790-7e0c-4d79-ac53-2846784f1b70} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:47.044338 [ 269 ] {52631790-7e0c-4d79-ac53-2846784f1b70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:47.044632 [ 269 ] {52631790-7e0c-4d79-ac53-2846784f1b70} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:37:47.044834 [ 269 ] {52631790-7e0c-4d79-ac53-2846784f1b70} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:47.044960 [ 269 ] {52631790-7e0c-4d79-ac53-2846784f1b70} executeQuery: Read 1 rows, 68.00 B in 0.001131 sec., 884.1732979664014 rows/sec., 58.71 KiB/sec. 2026.01.09 00:37:47.044997 [ 269 ] {52631790-7e0c-4d79-ac53-2846784f1b70} TCPHandler: Processed in 0.001290177 sec. 2026.01.09 00:37:47.045103 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:47.045203 [ 269 ] {ae6e2002-4bdf-400c-879e-853b14078ced} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:47.045241 [ 269 ] {ae6e2002-4bdf-400c-879e-853b14078ced} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:47.045663 [ 269 ] {ae6e2002-4bdf-400c-879e-853b14078ced} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:47.045697 [ 269 ] {ae6e2002-4bdf-400c-879e-853b14078ced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:47.046001 [ 269 ] {ae6e2002-4bdf-400c-879e-853b14078ced} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.09 00:37:47.046214 [ 269 ] {ae6e2002-4bdf-400c-879e-853b14078ced} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:47.046340 [ 269 ] {ae6e2002-4bdf-400c-879e-853b14078ced} executeQuery: Read 105 rows, 8.40 KiB in 0.001162 sec., 90361.44578313253 rows/sec., 7.06 MiB/sec. 2026.01.09 00:37:47.046377 [ 269 ] {ae6e2002-4bdf-400c-879e-853b14078ced} TCPHandler: Processed in 0.001322348 sec. 2026.01.09 00:37:47.046485 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:47.046579 [ 269 ] {f6d5b956-d763-42e2-8ed3-4397e9ebab1b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:47.046620 [ 269 ] {f6d5b956-d763-42e2-8ed3-4397e9ebab1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:47.047034 [ 269 ] {f6d5b956-d763-42e2-8ed3-4397e9ebab1b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:47.047069 [ 269 ] {f6d5b956-d763-42e2-8ed3-4397e9ebab1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:47.047388 [ 269 ] {f6d5b956-d763-42e2-8ed3-4397e9ebab1b} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.09 00:37:47.047586 [ 269 ] {f6d5b956-d763-42e2-8ed3-4397e9ebab1b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:47.047711 [ 269 ] {f6d5b956-d763-42e2-8ed3-4397e9ebab1b} executeQuery: Read 160 rows, 11.41 KiB in 0.00115 sec., 139130.4347826087 rows/sec., 9.69 MiB/sec. 2026.01.09 00:37:47.047747 [ 269 ] {f6d5b956-d763-42e2-8ed3-4397e9ebab1b} TCPHandler: Processed in 0.001309408 sec. 2026.01.09 00:37:47.047847 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:47.047939 [ 269 ] {4fb49a30-d0f2-4a87-ba78-347c467eb793} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:37:47.047979 [ 269 ] {4fb49a30-d0f2-4a87-ba78-347c467eb793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:37:47.048282 [ 269 ] {4fb49a30-d0f2-4a87-ba78-347c467eb793} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:47.048316 [ 269 ] {4fb49a30-d0f2-4a87-ba78-347c467eb793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:47.048595 [ 269 ] {4fb49a30-d0f2-4a87-ba78-347c467eb793} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:37:47.048791 [ 269 ] {4fb49a30-d0f2-4a87-ba78-347c467eb793} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:47.048913 [ 269 ] {4fb49a30-d0f2-4a87-ba78-347c467eb793} executeQuery: Read 1 rows, 65.00 B in 0.000992 sec., 1008.0645161290322 rows/sec., 63.99 KiB/sec. 2026.01.09 00:37:47.048948 [ 269 ] {4fb49a30-d0f2-4a87-ba78-347c467eb793} TCPHandler: Processed in 0.001148383 sec. 2026.01.09 00:37:47.049284 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:47.049412 [ 269 ] {8a72804d-aa85-4cdf-ad35-cba4cf8dcb49} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:47.049476 [ 269 ] {8a72804d-aa85-4cdf-ad35-cba4cf8dcb49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:37:47.050366 [ 269 ] {8a72804d-aa85-4cdf-ad35-cba4cf8dcb49} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:47.050403 [ 269 ] {8a72804d-aa85-4cdf-ad35-cba4cf8dcb49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:47.050971 [ 269 ] {8a72804d-aa85-4cdf-ad35-cba4cf8dcb49} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:37:47.051195 [ 269 ] {8a72804d-aa85-4cdf-ad35-cba4cf8dcb49} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:47.051333 [ 269 ] {8a72804d-aa85-4cdf-ad35-cba4cf8dcb49} executeQuery: Read 41 rows, 75.23 KiB in 0.001946 sec., 21068.8591983556 rows/sec., 37.75 MiB/sec. 2026.01.09 00:37:47.051385 [ 269 ] {8a72804d-aa85-4cdf-ad35-cba4cf8dcb49} TCPHandler: Processed in 0.002160701 sec. 2026.01.09 00:37:47.051499 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:47.051594 [ 269 ] {eb1ec2b8-6050-4b39-ba4e-e54af1064cae} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:47.051635 [ 269 ] {eb1ec2b8-6050-4b39-ba4e-e54af1064cae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:47.051807 [ 120 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.09 00:37:47.051904 [ 120 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:47.051940 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:47.051971 [ 269 ] {eb1ec2b8-6050-4b39-ba4e-e54af1064cae} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:47.052013 [ 269 ] {eb1ec2b8-6050-4b39-ba4e-e54af1064cae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:47.052100 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.09 00:37:47.052318 [ 269 ] {eb1ec2b8-6050-4b39-ba4e-e54af1064cae} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.09 00:37:47.052371 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:47.052436 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1147 rows starting from the beginning of the part 2026.01.09 00:37:47.052540 [ 269 ] {eb1ec2b8-6050-4b39-ba4e-e54af1064cae} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:47.052569 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part 2026.01.09 00:37:47.052678 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part 2026.01.09 00:37:47.052679 [ 269 ] {eb1ec2b8-6050-4b39-ba4e-e54af1064cae} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.01.09 00:37:47.052729 [ 269 ] {eb1ec2b8-6050-4b39-ba4e-e54af1064cae} TCPHandler: Processed in 0.001279166 sec. 2026.01.09 00:37:47.052777 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part 2026.01.09 00:37:47.052874 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part 2026.01.09 00:37:47.052967 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part 2026.01.09 00:37:47.058868 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1352 rows, containing 19 columns (19 merged, 0 gathered) in 0.006830094 sec., 197947.49530533547 rows/sec., 354.71 MiB/sec. 2026.01.09 00:37:47.059960 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.09 00:37:47.060316 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:47.060389 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_36_7} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.09 00:37:47.060504 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.48 MiB. 2026.01.09 00:37:48.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 322.53 MiB, peak 333.98 MiB, free memory in arenas 0.00 B, will set to 324.11 MiB (RSS), difference: 1.58 MiB 2026.01.09 00:37:49.737186 [ 118 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:37:49.737270 [ 118 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:37:49.897553 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23959 2026.01.09 00:37:49.898339 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:49.898415 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:49.898918 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:37:49.899149 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:49.899300 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23959 2026.01.09 00:37:51.177717 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.01.09 00:37:51.196552 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:51.196604 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:51.202824 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:37:51.203541 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:51.206812 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.01.09 00:37:52.049786 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:52.049997 [ 269 ] {65567c66-5e33-4973-890f-26b339c0f919} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:37:52.050073 [ 269 ] {65567c66-5e33-4973-890f-26b339c0f919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:37:52.051017 [ 269 ] {65567c66-5e33-4973-890f-26b339c0f919} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.051075 [ 269 ] {65567c66-5e33-4973-890f-26b339c0f919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.051510 [ 269 ] {65567c66-5e33-4973-890f-26b339c0f919} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:37:52.051741 [ 269 ] {65567c66-5e33-4973-890f-26b339c0f919} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.051909 [ 269 ] {65567c66-5e33-4973-890f-26b339c0f919} executeQuery: Read 410 rows, 26.63 KiB in 0.001964 sec., 208757.63747454176 rows/sec., 13.24 MiB/sec. 2026.01.09 00:37:52.051960 [ 269 ] {65567c66-5e33-4973-890f-26b339c0f919} TCPHandler: Processed in 0.002316856 sec. 2026.01.09 00:37:52.052089 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:52.052195 [ 269 ] {6cb69627-c9e8-4af6-8968-a066285f75f7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:52.052241 [ 269 ] {6cb69627-c9e8-4af6-8968-a066285f75f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:52.053232 [ 269 ] {6cb69627-c9e8-4af6-8968-a066285f75f7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.053271 [ 269 ] {6cb69627-c9e8-4af6-8968-a066285f75f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.053663 [ 269 ] {6cb69627-c9e8-4af6-8968-a066285f75f7} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.09 00:37:52.053885 [ 269 ] {6cb69627-c9e8-4af6-8968-a066285f75f7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.054017 [ 269 ] {6cb69627-c9e8-4af6-8968-a066285f75f7} executeQuery: Read 1112 rows, 89.84 KiB in 0.001846 sec., 602383.5319609968 rows/sec., 47.53 MiB/sec. 2026.01.09 00:37:52.054057 [ 269 ] {6cb69627-c9e8-4af6-8968-a066285f75f7} TCPHandler: Processed in 0.002018558 sec. 2026.01.09 00:37:52.054185 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:52.054286 [ 269 ] {c1e34ebe-b125-4216-84ae-9528a43eeaff} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:52.054329 [ 269 ] {c1e34ebe-b125-4216-84ae-9528a43eeaff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:52.054828 [ 269 ] {c1e34ebe-b125-4216-84ae-9528a43eeaff} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.054865 [ 269 ] {c1e34ebe-b125-4216-84ae-9528a43eeaff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.055190 [ 269 ] {c1e34ebe-b125-4216-84ae-9528a43eeaff} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:37:52.055394 [ 269 ] {c1e34ebe-b125-4216-84ae-9528a43eeaff} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.055526 [ 269 ] {c1e34ebe-b125-4216-84ae-9528a43eeaff} executeQuery: Read 205 rows, 12.32 KiB in 0.001262 sec., 162440.5705229794 rows/sec., 9.53 MiB/sec. 2026.01.09 00:37:52.055565 [ 269 ] {c1e34ebe-b125-4216-84ae-9528a43eeaff} TCPHandler: Processed in 0.001429731 sec. 2026.01.09 00:37:52.055667 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:52.055764 [ 269 ] {76fc8ca8-8acc-4dd8-8a88-7aa269091758} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:37:52.055804 [ 269 ] {76fc8ca8-8acc-4dd8-8a88-7aa269091758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:37:52.056284 [ 269 ] {76fc8ca8-8acc-4dd8-8a88-7aa269091758} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.056320 [ 269 ] {76fc8ca8-8acc-4dd8-8a88-7aa269091758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.056621 [ 269 ] {76fc8ca8-8acc-4dd8-8a88-7aa269091758} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:37:52.056826 [ 269 ] {76fc8ca8-8acc-4dd8-8a88-7aa269091758} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.056957 [ 269 ] {76fc8ca8-8acc-4dd8-8a88-7aa269091758} executeQuery: Read 212 rows, 14.00 KiB in 0.001213 sec., 174773.28936521022 rows/sec., 11.27 MiB/sec. 2026.01.09 00:37:52.056995 [ 269 ] {76fc8ca8-8acc-4dd8-8a88-7aa269091758} TCPHandler: Processed in 0.001377759 sec. 2026.01.09 00:37:52.057103 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:52.057210 [ 269 ] {42fa8ac9-eb72-40e4-a42f-b4e6453c20d3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:37:52.057252 [ 269 ] {42fa8ac9-eb72-40e4-a42f-b4e6453c20d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:37:52.057777 [ 269 ] {42fa8ac9-eb72-40e4-a42f-b4e6453c20d3} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.057818 [ 269 ] {42fa8ac9-eb72-40e4-a42f-b4e6453c20d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.058149 [ 269 ] {42fa8ac9-eb72-40e4-a42f-b4e6453c20d3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:37:52.058367 [ 269 ] {42fa8ac9-eb72-40e4-a42f-b4e6453c20d3} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.058504 [ 269 ] {42fa8ac9-eb72-40e4-a42f-b4e6453c20d3} executeQuery: Read 211 rows, 12.27 KiB in 0.001312 sec., 160823.1707317073 rows/sec., 9.13 MiB/sec. 2026.01.09 00:37:52.058545 [ 269 ] {42fa8ac9-eb72-40e4-a42f-b4e6453c20d3} TCPHandler: Processed in 0.001493552 sec. 2026.01.09 00:37:52.058659 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:52.058755 [ 269 ] {156a3adf-4b7c-4468-b924-5284a4d9606a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:52.058796 [ 269 ] {156a3adf-4b7c-4468-b924-5284a4d9606a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:52.059477 [ 269 ] {156a3adf-4b7c-4468-b924-5284a4d9606a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.059513 [ 269 ] {156a3adf-4b7c-4468-b924-5284a4d9606a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.059849 [ 269 ] {156a3adf-4b7c-4468-b924-5284a4d9606a} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.09 00:37:52.060074 [ 269 ] {156a3adf-4b7c-4468-b924-5284a4d9606a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.060209 [ 269 ] {156a3adf-4b7c-4468-b924-5284a4d9606a} executeQuery: Read 679 rows, 48.47 KiB in 0.00147 sec., 461904.7619047619 rows/sec., 32.20 MiB/sec. 2026.01.09 00:37:52.060248 [ 269 ] {156a3adf-4b7c-4468-b924-5284a4d9606a} TCPHandler: Processed in 0.001639397 sec. 2026.01.09 00:37:52.060379 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:52.060502 [ 269 ] {5fe4fee6-bcea-4488-970c-d04519dfc99c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:37:52.060552 [ 269 ] {5fe4fee6-bcea-4488-970c-d04519dfc99c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:37:52.060931 [ 269 ] {5fe4fee6-bcea-4488-970c-d04519dfc99c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.060974 [ 269 ] {5fe4fee6-bcea-4488-970c-d04519dfc99c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.061338 [ 269 ] {5fe4fee6-bcea-4488-970c-d04519dfc99c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:37:52.061572 [ 269 ] {5fe4fee6-bcea-4488-970c-d04519dfc99c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.061696 [ 269 ] {5fe4fee6-bcea-4488-970c-d04519dfc99c} executeQuery: Read 6 rows, 321.00 B in 0.001218 sec., 4926.108374384236 rows/sec., 257.37 KiB/sec. 2026.01.09 00:37:52.061733 [ 269 ] {5fe4fee6-bcea-4488-970c-d04519dfc99c} TCPHandler: Processed in 0.00141393 sec. 2026.01.09 00:37:52.061856 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:52.061949 [ 269 ] {aee6a0f6-82a1-46d0-acff-72f72908698f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:52.061989 [ 269 ] {aee6a0f6-82a1-46d0-acff-72f72908698f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:52.062430 [ 269 ] {aee6a0f6-82a1-46d0-acff-72f72908698f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.062465 [ 269 ] {aee6a0f6-82a1-46d0-acff-72f72908698f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.062803 [ 269 ] {aee6a0f6-82a1-46d0-acff-72f72908698f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.09 00:37:52.063004 [ 269 ] {aee6a0f6-82a1-46d0-acff-72f72908698f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.063130 [ 269 ] {aee6a0f6-82a1-46d0-acff-72f72908698f} executeQuery: Read 314 rows, 21.12 KiB in 0.001199 sec., 261884.90408673894 rows/sec., 17.20 MiB/sec. 2026.01.09 00:37:52.063166 [ 269 ] {aee6a0f6-82a1-46d0-acff-72f72908698f} TCPHandler: Processed in 0.001362589 sec. 2026.01.09 00:37:52.063272 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:52.063364 [ 269 ] {7b26c21e-7141-4b08-b72e-7b2a89b52f11} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:37:52.063404 [ 269 ] {7b26c21e-7141-4b08-b72e-7b2a89b52f11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:37:52.063708 [ 269 ] {7b26c21e-7141-4b08-b72e-7b2a89b52f11} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.063741 [ 269 ] {7b26c21e-7141-4b08-b72e-7b2a89b52f11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.064023 [ 269 ] {7b26c21e-7141-4b08-b72e-7b2a89b52f11} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:37:52.064232 [ 269 ] {7b26c21e-7141-4b08-b72e-7b2a89b52f11} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.064340 [ 116 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 2026.01.09 00:37:52.064355 [ 269 ] {7b26c21e-7141-4b08-b72e-7b2a89b52f11} executeQuery: Read 1 rows, 69.00 B in 0.001009 sec., 991.0802775024778 rows/sec., 66.78 KiB/sec. 2026.01.09 00:37:52.064417 [ 116 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.064431 [ 269 ] {7b26c21e-7141-4b08-b72e-7b2a89b52f11} TCPHandler: Processed in 0.001205714 sec. 2026.01.09 00:37:52.064443 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.064552 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:52.064583 [ 195 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full 2026.01.09 00:37:52.064647 [ 269 ] {0383161b-f0f9-4bcb-a8e7-05cb9920b4b5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:52.064691 [ 269 ] {0383161b-f0f9-4bcb-a8e7-05cb9920b4b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:52.064740 [ 195 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:52.064783 [ 195 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part 2026.01.09 00:37:52.064855 [ 195 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part 2026.01.09 00:37:52.064903 [ 195 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part 2026.01.09 00:37:52.064950 [ 195 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part 2026.01.09 00:37:52.064993 [ 195 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part 2026.01.09 00:37:52.065022 [ 269 ] {0383161b-f0f9-4bcb-a8e7-05cb9920b4b5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:52.065038 [ 195 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2026.01.09 00:37:52.065066 [ 269 ] {0383161b-f0f9-4bcb-a8e7-05cb9920b4b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:52.065396 [ 269 ] {0383161b-f0f9-4bcb-a8e7-05cb9920b4b5} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.09 00:37:52.065615 [ 269 ] {0383161b-f0f9-4bcb-a8e7-05cb9920b4b5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.065747 [ 269 ] {0383161b-f0f9-4bcb-a8e7-05cb9920b4b5} executeQuery: Read 104 rows, 6.53 KiB in 0.001117 sec., 93106.53536257835 rows/sec., 5.70 MiB/sec. 2026.01.09 00:37:52.065783 [ 269 ] {0383161b-f0f9-4bcb-a8e7-05cb9920b4b5} TCPHandler: Processed in 0.001279537 sec. 2026.01.09 00:37:52.065911 [ 195 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.00138719 sec., 26672.625956069463 rows/sec., 1.74 MiB/sec. 2026.01.09 00:37:52.066046 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2026.01.09 00:37:52.066314 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:52.066387 [ 199 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_37_8} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 2026.01.09 00:37:52.066450 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:37:54.962389 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1516 2026.01.09 00:37:54.964741 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:54.964790 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:54.965978 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:37:54.966258 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:54.966618 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1516 2026.01.09 00:37:57.040899 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:57.041118 [ 269 ] {43893402-0b29-47ed-9154-13b7fa0a3e5e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:37:57.041191 [ 269 ] {43893402-0b29-47ed-9154-13b7fa0a3e5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:37:57.041876 [ 269 ] {43893402-0b29-47ed-9154-13b7fa0a3e5e} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:57.041928 [ 269 ] {43893402-0b29-47ed-9154-13b7fa0a3e5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:57.042324 [ 269 ] {43893402-0b29-47ed-9154-13b7fa0a3e5e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.09 00:37:57.042544 [ 269 ] {43893402-0b29-47ed-9154-13b7fa0a3e5e} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:57.042691 [ 269 ] {43893402-0b29-47ed-9154-13b7fa0a3e5e} executeQuery: Read 14 rows, 1.14 KiB in 0.001626 sec., 8610.086100861008 rows/sec., 702.09 KiB/sec. 2026.01.09 00:37:57.042740 [ 269 ] {43893402-0b29-47ed-9154-13b7fa0a3e5e} TCPHandler: Processed in 0.001979027 sec. 2026.01.09 00:37:57.042865 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:57.042962 [ 269 ] {b0a4cd2c-9ab2-4138-8c4b-4e44e09e8867} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:37:57.043003 [ 269 ] {b0a4cd2c-9ab2-4138-8c4b-4e44e09e8867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:37:57.043542 [ 269 ] {b0a4cd2c-9ab2-4138-8c4b-4e44e09e8867} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:57.043576 [ 269 ] {b0a4cd2c-9ab2-4138-8c4b-4e44e09e8867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:57.043894 [ 269 ] {b0a4cd2c-9ab2-4138-8c4b-4e44e09e8867} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.09 00:37:57.044108 [ 269 ] {b0a4cd2c-9ab2-4138-8c4b-4e44e09e8867} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:57.044243 [ 269 ] {b0a4cd2c-9ab2-4138-8c4b-4e44e09e8867} executeQuery: Read 145 rows, 12.78 KiB in 0.001302 sec., 111367.12749615975 rows/sec., 9.59 MiB/sec. 2026.01.09 00:37:57.044280 [ 269 ] {b0a4cd2c-9ab2-4138-8c4b-4e44e09e8867} TCPHandler: Processed in 0.001462191 sec. 2026.01.09 00:37:57.044393 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:57.044486 [ 269 ] {34fcffe3-f2b5-4efa-8008-8a383ac22e02} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:37:57.044525 [ 269 ] {34fcffe3-f2b5-4efa-8008-8a383ac22e02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:37:57.044980 [ 269 ] {34fcffe3-f2b5-4efa-8008-8a383ac22e02} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:57.045014 [ 269 ] {34fcffe3-f2b5-4efa-8008-8a383ac22e02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:57.045330 [ 269 ] {34fcffe3-f2b5-4efa-8008-8a383ac22e02} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:37:57.045550 [ 269 ] {34fcffe3-f2b5-4efa-8008-8a383ac22e02} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:57.045687 [ 269 ] {34fcffe3-f2b5-4efa-8008-8a383ac22e02} executeQuery: Read 55 rows, 4.06 KiB in 0.001218 sec., 45155.9934318555 rows/sec., 3.26 MiB/sec. 2026.01.09 00:37:57.045733 [ 269 ] {34fcffe3-f2b5-4efa-8008-8a383ac22e02} TCPHandler: Processed in 0.00138726 sec. 2026.01.09 00:37:57.045846 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:57.045940 [ 269 ] {11c3f45c-bca7-4c68-9ca3-a90ffed3a368} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:37:57.045983 [ 269 ] {11c3f45c-bca7-4c68-9ca3-a90ffed3a368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:37:57.046460 [ 269 ] {11c3f45c-bca7-4c68-9ca3-a90ffed3a368} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:57.046500 [ 269 ] {11c3f45c-bca7-4c68-9ca3-a90ffed3a368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:57.046844 [ 269 ] {11c3f45c-bca7-4c68-9ca3-a90ffed3a368} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.09 00:37:57.047058 [ 269 ] {11c3f45c-bca7-4c68-9ca3-a90ffed3a368} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:57.047193 [ 269 ] {11c3f45c-bca7-4c68-9ca3-a90ffed3a368} executeQuery: Read 119 rows, 9.54 KiB in 0.00127 sec., 93700.7874015748 rows/sec., 7.34 MiB/sec. 2026.01.09 00:37:57.047234 [ 269 ] {11c3f45c-bca7-4c68-9ca3-a90ffed3a368} TCPHandler: Processed in 0.001436161 sec. 2026.01.09 00:37:57.047360 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:57.047457 [ 269 ] {06a6fcff-ea22-474f-b095-7765fcdeb1d6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:57.047500 [ 269 ] {06a6fcff-ea22-474f-b095-7765fcdeb1d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:37:57.047951 [ 269 ] {06a6fcff-ea22-474f-b095-7765fcdeb1d6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:57.047986 [ 269 ] {06a6fcff-ea22-474f-b095-7765fcdeb1d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:57.048319 [ 269 ] {06a6fcff-ea22-474f-b095-7765fcdeb1d6} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.09 00:37:57.048532 [ 269 ] {06a6fcff-ea22-474f-b095-7765fcdeb1d6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:57.048668 [ 269 ] {06a6fcff-ea22-474f-b095-7765fcdeb1d6} executeQuery: Read 167 rows, 11.90 KiB in 0.001229 sec., 135882.8315703824 rows/sec., 9.46 MiB/sec. 2026.01.09 00:37:57.048708 [ 269 ] {06a6fcff-ea22-474f-b095-7765fcdeb1d6} TCPHandler: Processed in 0.001397869 sec. 2026.01.09 00:37:57.048820 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:57.048915 [ 269 ] {5eff7ec0-2769-40e7-83dd-9688a9af0eae} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:37:57.048970 [ 269 ] {5eff7ec0-2769-40e7-83dd-9688a9af0eae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:37:57.049863 [ 269 ] {5eff7ec0-2769-40e7-83dd-9688a9af0eae} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:57.049896 [ 269 ] {5eff7ec0-2769-40e7-83dd-9688a9af0eae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:57.050472 [ 269 ] {5eff7ec0-2769-40e7-83dd-9688a9af0eae} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:37:57.050710 [ 269 ] {5eff7ec0-2769-40e7-83dd-9688a9af0eae} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:57.050853 [ 269 ] {5eff7ec0-2769-40e7-83dd-9688a9af0eae} executeQuery: Read 41 rows, 75.23 KiB in 0.001954 sec., 20982.59979529171 rows/sec., 37.60 MiB/sec. 2026.01.09 00:37:57.050922 [ 269 ] {5eff7ec0-2769-40e7-83dd-9688a9af0eae} TCPHandler: Processed in 0.002151611 sec. 2026.01.09 00:37:57.051037 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:37:57.051133 [ 269 ] {9061af0c-eac7-4e45-a853-af2d5717127a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:37:57.051174 [ 269 ] {9061af0c-eac7-4e45-a853-af2d5717127a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:37:57.051524 [ 269 ] {9061af0c-eac7-4e45-a853-af2d5717127a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:57.051558 [ 269 ] {9061af0c-eac7-4e45-a853-af2d5717127a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:57.051861 [ 269 ] {9061af0c-eac7-4e45-a853-af2d5717127a} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.09 00:37:57.052083 [ 269 ] {9061af0c-eac7-4e45-a853-af2d5717127a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:57.052226 [ 269 ] {9061af0c-eac7-4e45-a853-af2d5717127a} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.01.09 00:37:57.052267 [ 269 ] {9061af0c-eac7-4e45-a853-af2d5717127a} TCPHandler: Processed in 0.001278207 sec. 2026.01.09 00:37:57.399419 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24471 2026.01.09 00:37:57.400004 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:57.400052 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:57.400522 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:37:57.400752 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:57.400910 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24471 2026.01.09 00:37:57.400932 [ 105 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.09 00:37:57.400990 [ 105 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:57.401011 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:57.401133 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.09 00:37:57.401268 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:57.401308 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22039 rows starting from the beginning of the part 2026.01.09 00:37:57.401374 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 512 rows starting from the beginning of the part 2026.01.09 00:37:57.401417 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 448 rows starting from the beginning of the part 2026.01.09 00:37:57.401458 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 512 rows starting from the beginning of the part 2026.01.09 00:37:57.401496 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 448 rows starting from the beginning of the part 2026.01.09 00:37:57.401536 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 512 rows starting from the beginning of the part 2026.01.09 00:37:57.403589 [ 193 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24471 rows, containing 4 columns (4 merged, 0 gathered) in 0.002515471 sec., 9728198.019376889 rows/sec., 139.16 MiB/sec. 2026.01.09 00:37:57.403841 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.09 00:37:57.404110 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:57.404191 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_51_10} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.09 00:37:57.404283 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2026.01.09 00:37:58.707849 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.01.09 00:37:58.726795 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:58.726854 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:58.732773 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:37:58.733489 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:58.733857 [ 103 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.09 00:37:58.733936 [ 103 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:37:58.733966 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:37:58.734107 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.09 00:37:58.737510 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.01.09 00:37:58.738230 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:37:58.739889 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.01.09 00:37:58.745022 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.01.09 00:37:58.749829 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.01.09 00:37:58.754574 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.01.09 00:37:58.759088 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.01.09 00:37:58.763364 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.01.09 00:37:58.815697 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.081648314 sec., 4703.097727161886 rows/sec., 24.32 MiB/sec. 2026.01.09 00:37:58.819283 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.09 00:37:58.821682 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:37:58.821815 [ 191 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_51_10} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.09 00:37:58.825188 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.09 00:37:59.001159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 325.21 MiB, peak 338.63 MiB, free memory in arenas 0.00 B, will set to 326.94 MiB (RSS), difference: 1.73 MiB 2026.01.09 00:38:02.050095 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:02.050296 [ 269 ] {15770f71-fc03-4477-bcb3-3976abbebefb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:38:02.050361 [ 269 ] {15770f71-fc03-4477-bcb3-3976abbebefb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:38:02.051247 [ 269 ] {15770f71-fc03-4477-bcb3-3976abbebefb} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.051298 [ 269 ] {15770f71-fc03-4477-bcb3-3976abbebefb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.051727 [ 269 ] {15770f71-fc03-4477-bcb3-3976abbebefb} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:38:02.051972 [ 269 ] {15770f71-fc03-4477-bcb3-3976abbebefb} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.052124 [ 100 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 2026.01.09 00:38:02.052142 [ 269 ] {15770f71-fc03-4477-bcb3-3976abbebefb} executeQuery: Read 410 rows, 26.63 KiB in 0.00189 sec., 216931.21693121694 rows/sec., 13.76 MiB/sec. 2026.01.09 00:38:02.052189 [ 100 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.052215 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.052222 [ 269 ] {15770f71-fc03-4477-bcb3-3976abbebefb} TCPHandler: Processed in 0.002247674 sec. 2026.01.09 00:38:02.052315 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full 2026.01.09 00:38:02.052388 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:02.052409 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:02.052437 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 434 rows starting from the beginning of the part 2026.01.09 00:38:02.052498 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 410 rows starting from the beginning of the part 2026.01.09 00:38:02.052500 [ 269 ] {d9f809ab-88ad-48a1-b66e-1643854d8d1f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:02.052541 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 410 rows starting from the beginning of the part 2026.01.09 00:38:02.052552 [ 269 ] {d9f809ab-88ad-48a1-b66e-1643854d8d1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:02.052582 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 410 rows starting from the beginning of the part 2026.01.09 00:38:02.052621 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 410 rows starting from the beginning of the part 2026.01.09 00:38:02.052659 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 410 rows starting from the beginning of the part 2026.01.09 00:38:02.053608 [ 269 ] {d9f809ab-88ad-48a1-b66e-1643854d8d1f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.053646 [ 269 ] {d9f809ab-88ad-48a1-b66e-1643854d8d1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.053694 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014198 sec., 1749542.18904071 rows/sec., 117.99 MiB/sec. 2026.01.09 00:38:02.053828 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2026.01.09 00:38:02.054077 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.054082 [ 269 ] {d9f809ab-88ad-48a1-b66e-1643854d8d1f} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.09 00:38:02.054148 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_37_8} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 2026.01.09 00:38:02.054205 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.09 00:38:02.054323 [ 269 ] {d9f809ab-88ad-48a1-b66e-1643854d8d1f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.054465 [ 269 ] {d9f809ab-88ad-48a1-b66e-1643854d8d1f} executeQuery: Read 1112 rows, 89.84 KiB in 0.001988 sec., 559356.1368209255 rows/sec., 44.13 MiB/sec. 2026.01.09 00:38:02.054472 [ 100 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.09 00:38:02.054510 [ 269 ] {d9f809ab-88ad-48a1-b66e-1643854d8d1f} TCPHandler: Processed in 0.002175172 sec. 2026.01.09 00:38:02.054523 [ 100 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.054552 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.054650 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.09 00:38:02.054663 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:02.054781 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:02.054791 [ 269 ] {85f63003-a6f1-4643-8814-fd6e57ea91b6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:02.054834 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2466 rows starting from the beginning of the part 2026.01.09 00:38:02.054854 [ 269 ] {85f63003-a6f1-4643-8814-fd6e57ea91b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:02.054903 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 56 rows starting from the beginning of the part 2026.01.09 00:38:02.054953 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 139 rows starting from the beginning of the part 2026.01.09 00:38:02.054996 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:38:02.055034 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 145 rows starting from the beginning of the part 2026.01.09 00:38:02.055074 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:38:02.055400 [ 269 ] {85f63003-a6f1-4643-8814-fd6e57ea91b6} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.055445 [ 269 ] {85f63003-a6f1-4643-8814-fd6e57ea91b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.055806 [ 269 ] {85f63003-a6f1-4643-8814-fd6e57ea91b6} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:38:02.056037 [ 269 ] {85f63003-a6f1-4643-8814-fd6e57ea91b6} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.056157 [ 97 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.09 00:38:02.056172 [ 269 ] {85f63003-a6f1-4643-8814-fd6e57ea91b6} executeQuery: Read 205 rows, 12.32 KiB in 0.001401 sec., 146324.05424696647 rows/sec., 8.58 MiB/sec. 2026.01.09 00:38:02.056196 [ 97 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.056215 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.056217 [ 269 ] {85f63003-a6f1-4643-8814-fd6e57ea91b6} TCPHandler: Processed in 0.001605536 sec. 2026.01.09 00:38:02.056295 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.09 00:38:02.056339 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:02.056369 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:02.056392 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 278 rows starting from the beginning of the part 2026.01.09 00:38:02.056436 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 205 rows starting from the beginning of the part 2026.01.09 00:38:02.056436 [ 269 ] {acbc3951-c453-4025-aa90-46e8c98c0ca5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:38:02.056473 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 41 rows starting from the beginning of the part 2026.01.09 00:38:02.056485 [ 269 ] {acbc3951-c453-4025-aa90-46e8c98c0ca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:38:02.056507 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 205 rows starting from the beginning of the part 2026.01.09 00:38:02.056540 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 55 rows starting from the beginning of the part 2026.01.09 00:38:02.056575 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 205 rows starting from the beginning of the part 2026.01.09 00:38:02.056941 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5030 rows, containing 5 columns (5 merged, 0 gathered) in 0.002339117 sec., 2150384.0979309715 rows/sec., 181.83 MiB/sec. 2026.01.09 00:38:02.056975 [ 269 ] {acbc3951-c453-4025-aa90-46e8c98c0ca5} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.057014 [ 269 ] {acbc3951-c453-4025-aa90-46e8c98c0ca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.057206 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.09 00:38:02.057309 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 5 columns (5 merged, 0 gathered) in 0.001043989 sec., 947327.9890880077 rows/sec., 61.47 MiB/sec. 2026.01.09 00:38:02.057364 [ 269 ] {acbc3951-c453-4025-aa90-46e8c98c0ca5} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:38:02.057468 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.09 00:38:02.057495 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.057591 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_86_17} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.09 00:38:02.057661 [ 269 ] {acbc3951-c453-4025-aa90-46e8c98c0ca5} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.057663 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.01.09 00:38:02.057779 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.057786 [ 96 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.09 00:38:02.057814 [ 269 ] {acbc3951-c453-4025-aa90-46e8c98c0ca5} executeQuery: Read 212 rows, 14.00 KiB in 0.001396 sec., 151862.4641833811 rows/sec., 9.79 MiB/sec. 2026.01.09 00:38:02.057817 [ 96 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.057856 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.057861 [ 269 ] {acbc3951-c453-4025-aa90-46e8c98c0ca5} TCPHandler: Processed in 0.001573474 sec. 2026.01.09 00:38:02.057864 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_71_14} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.09 00:38:02.057954 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.09 00:38:02.057977 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:02.057958 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:38:02.058097 [ 269 ] {978b0adc-5c9f-4d43-8f81-712634568c53} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:38:02.058115 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:02.058142 [ 269 ] {978b0adc-5c9f-4d43-8f81-712634568c53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:38:02.058154 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 466 rows starting from the beginning of the part 2026.01.09 00:38:02.058224 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part 2026.01.09 00:38:02.058266 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 440 rows starting from the beginning of the part 2026.01.09 00:38:02.058310 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2026.01.09 00:38:02.058349 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part 2026.01.09 00:38:02.058389 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part 2026.01.09 00:38:02.058645 [ 269 ] {978b0adc-5c9f-4d43-8f81-712634568c53} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.058688 [ 269 ] {978b0adc-5c9f-4d43-8f81-712634568c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.059048 [ 269 ] {978b0adc-5c9f-4d43-8f81-712634568c53} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:38:02.059290 [ 269 ] {978b0adc-5c9f-4d43-8f81-712634568c53} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.059419 [ 96 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 2026.01.09 00:38:02.059426 [ 269 ] {978b0adc-5c9f-4d43-8f81-712634568c53} executeQuery: Read 211 rows, 12.27 KiB in 0.001346 sec., 156760.77265973255 rows/sec., 8.90 MiB/sec. 2026.01.09 00:38:02.059454 [ 187 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1543 rows, containing 5 columns (5 merged, 0 gathered) in 0.001542684 sec., 1000204.8378021682 rows/sec., 69.56 MiB/sec. 2026.01.09 00:38:02.059484 [ 269 ] {978b0adc-5c9f-4d43-8f81-712634568c53} TCPHandler: Processed in 0.001556714 sec. 2026.01.09 00:38:02.059459 [ 96 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.059539 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.059601 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full 2026.01.09 00:38:02.059609 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:02.059645 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.09 00:38:02.059682 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:02.059713 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 223 rows starting from the beginning of the part 2026.01.09 00:38:02.059715 [ 269 ] {113f1162-b2e2-4a66-b602-3e7464f87bd7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:02.059765 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 211 rows starting from the beginning of the part 2026.01.09 00:38:02.059767 [ 269 ] {113f1162-b2e2-4a66-b602-3e7464f87bd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:02.059812 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 211 rows starting from the beginning of the part 2026.01.09 00:38:02.059861 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 211 rows starting from the beginning of the part 2026.01.09 00:38:02.059902 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 211 rows starting from the beginning of the part 2026.01.09 00:38:02.059926 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.059943 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 211 rows starting from the beginning of the part 2026.01.09 00:38:02.060000 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_41_8} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.09 00:38:02.060080 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.09 00:38:02.060483 [ 269 ] {113f1162-b2e2-4a66-b602-3e7464f87bd7} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.060523 [ 269 ] {113f1162-b2e2-4a66-b602-3e7464f87bd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.060901 [ 269 ] {113f1162-b2e2-4a66-b602-3e7464f87bd7} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.09 00:38:02.060964 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001389389 sec., 919828.7880499989 rows/sec., 55.91 MiB/sec. 2026.01.09 00:38:02.061102 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2026.01.09 00:38:02.061130 [ 269 ] {113f1162-b2e2-4a66-b602-3e7464f87bd7} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.061255 [ 96 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.09 00:38:02.061272 [ 269 ] {113f1162-b2e2-4a66-b602-3e7464f87bd7} executeQuery: Read 679 rows, 48.47 KiB in 0.001574 sec., 431385.0063532401 rows/sec., 30.07 MiB/sec. 2026.01.09 00:38:02.061288 [ 96 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.061317 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.061321 [ 269 ] {113f1162-b2e2-4a66-b602-3e7464f87bd7} TCPHandler: Processed in 0.00176013 sec. 2026.01.09 00:38:02.061370 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.061386 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.09 00:38:02.061438 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:02.061447 [ 189 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_37_8} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 2026.01.09 00:38:02.061508 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:02.061530 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.09 00:38:02.061539 [ 269 ] {e289f683-bc15-4849-8615-3f333288cf30} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:38:02.061545 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1250 rows starting from the beginning of the part 2026.01.09 00:38:02.061589 [ 269 ] {e289f683-bc15-4849-8615-3f333288cf30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:38:02.061624 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part 2026.01.09 00:38:02.061677 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 105 rows starting from the beginning of the part 2026.01.09 00:38:02.061723 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 679 rows starting from the beginning of the part 2026.01.09 00:38:02.061767 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 119 rows starting from the beginning of the part 2026.01.09 00:38:02.061811 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 679 rows starting from the beginning of the part 2026.01.09 00:38:02.061952 [ 269 ] {e289f683-bc15-4849-8615-3f333288cf30} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.061995 [ 269 ] {e289f683-bc15-4849-8615-3f333288cf30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.062330 [ 269 ] {e289f683-bc15-4849-8615-3f333288cf30} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:38:02.062564 [ 269 ] {e289f683-bc15-4849-8615-3f333288cf30} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.062696 [ 269 ] {e289f683-bc15-4849-8615-3f333288cf30} executeQuery: Read 6 rows, 321.00 B in 0.001174 sec., 5110.732538330494 rows/sec., 267.02 KiB/sec. 2026.01.09 00:38:02.062735 [ 269 ] {e289f683-bc15-4849-8615-3f333288cf30} TCPHandler: Processed in 0.001345648 sec. 2026.01.09 00:38:02.062848 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:02.062942 [ 269 ] {0e03a967-e6ec-4f60-9f48-6febf72d40b5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:02.062984 [ 269 ] {0e03a967-e6ec-4f60-9f48-6febf72d40b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:02.063000 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 2896 rows, containing 5 columns (5 merged, 0 gathered) in 0.001642366 sec., 1763309.7616487434 rows/sec., 133.00 MiB/sec. 2026.01.09 00:38:02.063201 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.09 00:38:02.063435 [ 269 ] {0e03a967-e6ec-4f60-9f48-6febf72d40b5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.063442 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.063480 [ 269 ] {0e03a967-e6ec-4f60-9f48-6febf72d40b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.063540 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_86_17} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.09 00:38:02.063620 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.01.09 00:38:02.063847 [ 269 ] {0e03a967-e6ec-4f60-9f48-6febf72d40b5} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.09 00:38:02.064070 [ 269 ] {0e03a967-e6ec-4f60-9f48-6febf72d40b5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.064181 [ 96 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.09 00:38:02.064205 [ 269 ] {0e03a967-e6ec-4f60-9f48-6febf72d40b5} executeQuery: Read 314 rows, 21.12 KiB in 0.00128 sec., 245312.49999999997 rows/sec., 16.11 MiB/sec. 2026.01.09 00:38:02.064215 [ 96 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.064244 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.064251 [ 269 ] {0e03a967-e6ec-4f60-9f48-6febf72d40b5} TCPHandler: Processed in 0.001452021 sec. 2026.01.09 00:38:02.064313 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.09 00:38:02.064361 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:02.064412 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:02.064442 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25542 rows starting from the beginning of the part 2026.01.09 00:38:02.064459 [ 269 ] {d8c130a4-a008-4359-bafd-61ca85f3782e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:38:02.064486 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part 2026.01.09 00:38:02.064506 [ 269 ] {d8c130a4-a008-4359-bafd-61ca85f3782e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:38:02.064528 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2026.01.09 00:38:02.064564 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 314 rows starting from the beginning of the part 2026.01.09 00:38:02.064594 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 167 rows starting from the beginning of the part 2026.01.09 00:38:02.064626 [ 194 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 314 rows starting from the beginning of the part 2026.01.09 00:38:02.064840 [ 269 ] {d8c130a4-a008-4359-bafd-61ca85f3782e} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.064880 [ 269 ] {d8c130a4-a008-4359-bafd-61ca85f3782e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.065194 [ 269 ] {d8c130a4-a008-4359-bafd-61ca85f3782e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:38:02.065434 [ 269 ] {d8c130a4-a008-4359-bafd-61ca85f3782e} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.065569 [ 269 ] {d8c130a4-a008-4359-bafd-61ca85f3782e} executeQuery: Read 1 rows, 69.00 B in 0.001126 sec., 888.0994671403197 rows/sec., 59.84 KiB/sec. 2026.01.09 00:38:02.065607 [ 269 ] {d8c130a4-a008-4359-bafd-61ca85f3782e} TCPHandler: Processed in 0.001295537 sec. 2026.01.09 00:38:02.065709 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:02.065803 [ 269 ] {494e24fc-f5d2-4bd2-be5e-fab1e0d44c85} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:02.065845 [ 269 ] {494e24fc-f5d2-4bd2-be5e-fab1e0d44c85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:02.066189 [ 269 ] {494e24fc-f5d2-4bd2-be5e-fab1e0d44c85} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.066225 [ 269 ] {494e24fc-f5d2-4bd2-be5e-fab1e0d44c85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.066580 [ 269 ] {494e24fc-f5d2-4bd2-be5e-fab1e0d44c85} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.09 00:38:02.066804 [ 269 ] {494e24fc-f5d2-4bd2-be5e-fab1e0d44c85} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.066903 [ 96 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.09 00:38:02.066930 [ 96 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:02.066934 [ 269 ] {494e24fc-f5d2-4bd2-be5e-fab1e0d44c85} executeQuery: Read 104 rows, 6.53 KiB in 0.001147 sec., 90671.3164777681 rows/sec., 5.56 MiB/sec. 2026.01.09 00:38:02.066948 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:02.066982 [ 269 ] {494e24fc-f5d2-4bd2-be5e-fab1e0d44c85} TCPHandler: Processed in 0.001320838 sec. 2026.01.09 00:38:02.067037 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.09 00:38:02.067145 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:02.067174 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5584 rows starting from the beginning of the part 2026.01.09 00:38:02.067230 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 24 rows starting from the beginning of the part 2026.01.09 00:38:02.067274 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2026.01.09 00:38:02.067316 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 104 rows starting from the beginning of the part 2026.01.09 00:38:02.067355 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2026.01.09 00:38:02.067397 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 104 rows starting from the beginning of the part 2026.01.09 00:38:02.069953 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5936 rows, containing 4 columns (4 merged, 0 gathered) in 0.002948824 sec., 2013005.862676104 rows/sec., 128.32 MiB/sec. 2026.01.09 00:38:02.070724 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.09 00:38:02.071042 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.071126 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_86_17} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.09 00:38:02.071220 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.01.09 00:38:02.072045 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 26561 rows, containing 5 columns (5 merged, 0 gathered) in 0.007760311 sec., 3422672.1068266467 rows/sec., 230.35 MiB/sec. 2026.01.09 00:38:02.072451 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.09 00:38:02.072744 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:02.072815 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_86_17} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.09 00:38:02.072890 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.01.09 00:38:03.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 327.87 MiB, peak 339.30 MiB, free memory in arenas 0.00 B, will set to 330.73 MiB (RSS), difference: 2.86 MiB 2026.01.09 00:38:04.737328 [ 92 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:38:04.737380 [ 92 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:38:04.901958 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24919 2026.01.09 00:38:04.902438 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:04.902475 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:04.902971 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:38:04.903218 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:04.903360 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24919 2026.01.09 00:38:04.967751 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1550 2026.01.09 00:38:04.970086 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:04.970136 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:04.971314 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:38:04.971580 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:04.971885 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1550 2026.01.09 00:38:06.238518 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.01.09 00:38:06.253917 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:06.253964 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:06.259180 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:38:06.259855 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:06.262650 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.01.09 00:38:07.040729 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:07.040924 [ 269 ] {efdd3462-43f1-4ed4-afcd-07bd14f595a8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:07.040997 [ 269 ] {efdd3462-43f1-4ed4-afcd-07bd14f595a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:07.041766 [ 269 ] {efdd3462-43f1-4ed4-afcd-07bd14f595a8} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:07.041808 [ 269 ] {efdd3462-43f1-4ed4-afcd-07bd14f595a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:07.042227 [ 269 ] {efdd3462-43f1-4ed4-afcd-07bd14f595a8} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.09 00:38:07.042469 [ 269 ] {efdd3462-43f1-4ed4-afcd-07bd14f595a8} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:07.042634 [ 269 ] {efdd3462-43f1-4ed4-afcd-07bd14f595a8} executeQuery: Read 138 rows, 12.27 KiB in 0.00176 sec., 78409.09090909091 rows/sec., 6.81 MiB/sec. 2026.01.09 00:38:07.042696 [ 269 ] {efdd3462-43f1-4ed4-afcd-07bd14f595a8} TCPHandler: Processed in 0.00210297 sec. 2026.01.09 00:38:07.042825 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:07.042929 [ 269 ] {e12c4981-4ee1-4166-854d-e6bdb172a02a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:07.042975 [ 269 ] {e12c4981-4ee1-4166-854d-e6bdb172a02a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:07.043446 [ 269 ] {e12c4981-4ee1-4166-854d-e6bdb172a02a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:07.043482 [ 269 ] {e12c4981-4ee1-4166-854d-e6bdb172a02a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:07.043800 [ 269 ] {e12c4981-4ee1-4166-854d-e6bdb172a02a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:38:07.044033 [ 269 ] {e12c4981-4ee1-4166-854d-e6bdb172a02a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:07.044177 [ 269 ] {e12c4981-4ee1-4166-854d-e6bdb172a02a} executeQuery: Read 41 rows, 3.08 KiB in 0.001271 sec., 32258.064516129034 rows/sec., 2.37 MiB/sec. 2026.01.09 00:38:07.044220 [ 269 ] {e12c4981-4ee1-4166-854d-e6bdb172a02a} TCPHandler: Processed in 0.001448561 sec. 2026.01.09 00:38:07.044346 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:07.044444 [ 269 ] {c1087052-70de-4dab-ac41-82dfa37a6d31} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:07.044484 [ 269 ] {c1087052-70de-4dab-ac41-82dfa37a6d31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:07.044936 [ 269 ] {c1087052-70de-4dab-ac41-82dfa37a6d31} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:07.044970 [ 269 ] {c1087052-70de-4dab-ac41-82dfa37a6d31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:07.045296 [ 269 ] {c1087052-70de-4dab-ac41-82dfa37a6d31} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.09 00:38:07.045558 [ 269 ] {c1087052-70de-4dab-ac41-82dfa37a6d31} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:07.045700 [ 269 ] {c1087052-70de-4dab-ac41-82dfa37a6d31} executeQuery: Read 105 rows, 8.40 KiB in 0.001274 sec., 82417.58241758242 rows/sec., 6.44 MiB/sec. 2026.01.09 00:38:07.045743 [ 269 ] {c1087052-70de-4dab-ac41-82dfa37a6d31} TCPHandler: Processed in 0.001458002 sec. 2026.01.09 00:38:07.045860 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:07.045957 [ 269 ] {4d447290-4854-484d-923f-7cda9bf1aab6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:07.046000 [ 269 ] {4d447290-4854-484d-923f-7cda9bf1aab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:07.046422 [ 269 ] {4d447290-4854-484d-923f-7cda9bf1aab6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:07.046456 [ 269 ] {4d447290-4854-484d-923f-7cda9bf1aab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:07.046787 [ 269 ] {4d447290-4854-484d-923f-7cda9bf1aab6} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.09 00:38:07.047001 [ 269 ] {4d447290-4854-484d-923f-7cda9bf1aab6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:07.047129 [ 269 ] {4d447290-4854-484d-923f-7cda9bf1aab6} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.01.09 00:38:07.047167 [ 269 ] {4d447290-4854-484d-923f-7cda9bf1aab6} TCPHandler: Processed in 0.001357138 sec. 2026.01.09 00:38:07.047280 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:07.047376 [ 269 ] {43e3e6bb-199d-44c4-b1eb-916c4586dffd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:07.047432 [ 269 ] {43e3e6bb-199d-44c4-b1eb-916c4586dffd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:38:07.048347 [ 269 ] {43e3e6bb-199d-44c4-b1eb-916c4586dffd} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:07.048382 [ 269 ] {43e3e6bb-199d-44c4-b1eb-916c4586dffd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:07.048945 [ 269 ] {43e3e6bb-199d-44c4-b1eb-916c4586dffd} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:38:07.049175 [ 269 ] {43e3e6bb-199d-44c4-b1eb-916c4586dffd} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:07.049324 [ 269 ] {43e3e6bb-199d-44c4-b1eb-916c4586dffd} executeQuery: Read 41 rows, 75.23 KiB in 0.001964 sec., 20875.763747454173 rows/sec., 37.41 MiB/sec. 2026.01.09 00:38:07.049390 [ 269 ] {43e3e6bb-199d-44c4-b1eb-916c4586dffd} TCPHandler: Processed in 0.002167451 sec. 2026.01.09 00:38:07.049508 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:07.049604 [ 269 ] {2be37586-a437-48cb-b53b-f07cf06215c7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:07.049646 [ 269 ] {2be37586-a437-48cb-b53b-f07cf06215c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:07.049999 [ 269 ] {2be37586-a437-48cb-b53b-f07cf06215c7} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:07.050036 [ 269 ] {2be37586-a437-48cb-b53b-f07cf06215c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:07.050353 [ 269 ] {2be37586-a437-48cb-b53b-f07cf06215c7} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.09 00:38:07.050586 [ 269 ] {2be37586-a437-48cb-b53b-f07cf06215c7} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:07.050720 [ 269 ] {2be37586-a437-48cb-b53b-f07cf06215c7} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2026.01.09 00:38:07.050757 [ 269 ] {2be37586-a437-48cb-b53b-f07cf06215c7} TCPHandler: Processed in 0.001297908 sec. 2026.01.09 00:38:09.457909 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.458102 [ 269 ] {887fb571-0d0e-421b-bbe8-b3b33a3fd419} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:38:09.458177 [ 269 ] {887fb571-0d0e-421b-bbe8-b3b33a3fd419} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:38:09.459156 [ 269 ] {887fb571-0d0e-421b-bbe8-b3b33a3fd419} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.459216 [ 269 ] {887fb571-0d0e-421b-bbe8-b3b33a3fd419} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.459817 [ 269 ] {887fb571-0d0e-421b-bbe8-b3b33a3fd419} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:38:09.460070 [ 269 ] {887fb571-0d0e-421b-bbe8-b3b33a3fd419} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.460337 [ 269 ] {887fb571-0d0e-421b-bbe8-b3b33a3fd419} executeQuery: Read 410 rows, 26.63 KiB in 0.002281 sec., 179745.72555896535 rows/sec., 11.40 MiB/sec. 2026.01.09 00:38:09.460413 [ 269 ] {887fb571-0d0e-421b-bbe8-b3b33a3fd419} TCPHandler: Processed in 0.002642976 sec. 2026.01.09 00:38:09.460830 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.460971 [ 269 ] {f8c8dc80-25ea-48fc-a7ba-fa1ee7bd8d2f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:38:09.461035 [ 269 ] {f8c8dc80-25ea-48fc-a7ba-fa1ee7bd8d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:38:09.461931 [ 269 ] {f8c8dc80-25ea-48fc-a7ba-fa1ee7bd8d2f} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.461982 [ 269 ] {f8c8dc80-25ea-48fc-a7ba-fa1ee7bd8d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.462345 [ 269 ] {f8c8dc80-25ea-48fc-a7ba-fa1ee7bd8d2f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.09 00:38:09.462597 [ 269 ] {f8c8dc80-25ea-48fc-a7ba-fa1ee7bd8d2f} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.462771 [ 269 ] {f8c8dc80-25ea-48fc-a7ba-fa1ee7bd8d2f} executeQuery: Read 2 rows, 167.00 B in 0.001834 sec., 1090.5125408942204 rows/sec., 88.92 KiB/sec. 2026.01.09 00:38:09.462841 [ 269 ] {f8c8dc80-25ea-48fc-a7ba-fa1ee7bd8d2f} TCPHandler: Processed in 0.002079399 sec. 2026.01.09 00:38:09.462992 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.463117 [ 269 ] {ea37b053-96d9-487c-99a1-ba3b565763d7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:09.463172 [ 269 ] {ea37b053-96d9-487c-99a1-ba3b565763d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:09.465406 [ 269 ] {ea37b053-96d9-487c-99a1-ba3b565763d7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.465458 [ 269 ] {ea37b053-96d9-487c-99a1-ba3b565763d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.466196 [ 269 ] {ea37b053-96d9-487c-99a1-ba3b565763d7} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.09 00:38:09.466602 [ 269 ] {ea37b053-96d9-487c-99a1-ba3b565763d7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.467365 [ 269 ] {ea37b053-96d9-487c-99a1-ba3b565763d7} executeQuery: Read 2253 rows, 186.48 KiB in 0.004274 sec., 527140.8516612073 rows/sec., 42.61 MiB/sec. 2026.01.09 00:38:09.467717 [ 269 ] {ea37b053-96d9-487c-99a1-ba3b565763d7} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:38:09.467746 [ 269 ] {ea37b053-96d9-487c-99a1-ba3b565763d7} TCPHandler: Processed in 0.004816837 sec. 2026.01.09 00:38:09.468462 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.468615 [ 269 ] {063f2455-873b-4802-a5e3-aba2cdae93ad} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:09.468677 [ 269 ] {063f2455-873b-4802-a5e3-aba2cdae93ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:09.470618 [ 269 ] {063f2455-873b-4802-a5e3-aba2cdae93ad} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.470667 [ 269 ] {063f2455-873b-4802-a5e3-aba2cdae93ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.471247 [ 269 ] {063f2455-873b-4802-a5e3-aba2cdae93ad} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:38:09.471569 [ 269 ] {063f2455-873b-4802-a5e3-aba2cdae93ad} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.471888 [ 269 ] {063f2455-873b-4802-a5e3-aba2cdae93ad} executeQuery: Read 207 rows, 12.46 KiB in 0.003304 sec., 62651.33171912833 rows/sec., 3.68 MiB/sec. 2026.01.09 00:38:09.471959 [ 269 ] {063f2455-873b-4802-a5e3-aba2cdae93ad} TCPHandler: Processed in 0.003576692 sec. 2026.01.09 00:38:09.472128 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.472263 [ 269 ] {bce16793-0513-49d2-a8fe-b29939fd9364} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:38:09.472323 [ 269 ] {bce16793-0513-49d2-a8fe-b29939fd9364} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:38:09.473211 [ 269 ] {bce16793-0513-49d2-a8fe-b29939fd9364} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.473261 [ 269 ] {bce16793-0513-49d2-a8fe-b29939fd9364} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.473712 [ 269 ] {bce16793-0513-49d2-a8fe-b29939fd9364} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:38:09.473986 [ 269 ] {bce16793-0513-49d2-a8fe-b29939fd9364} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.474165 [ 269 ] {bce16793-0513-49d2-a8fe-b29939fd9364} executeQuery: Read 440 rows, 29.81 KiB in 0.001933 sec., 227625.45266425246 rows/sec., 15.06 MiB/sec. 2026.01.09 00:38:09.474222 [ 269 ] {bce16793-0513-49d2-a8fe-b29939fd9364} TCPHandler: Processed in 0.002163301 sec. 2026.01.09 00:38:09.474384 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.474501 [ 269 ] {0c42bd86-e9ad-4659-844b-0f87a0e0bc24} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:38:09.474553 [ 269 ] {0c42bd86-e9ad-4659-844b-0f87a0e0bc24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:38:09.475362 [ 269 ] {0c42bd86-e9ad-4659-844b-0f87a0e0bc24} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.475415 [ 269 ] {0c42bd86-e9ad-4659-844b-0f87a0e0bc24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.475903 [ 269 ] {0c42bd86-e9ad-4659-844b-0f87a0e0bc24} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:38:09.476232 [ 269 ] {0c42bd86-e9ad-4659-844b-0f87a0e0bc24} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.476405 [ 269 ] {0c42bd86-e9ad-4659-844b-0f87a0e0bc24} executeQuery: Read 211 rows, 12.27 KiB in 0.001933 sec., 109156.75116399379 rows/sec., 6.20 MiB/sec. 2026.01.09 00:38:09.476453 [ 269 ] {0c42bd86-e9ad-4659-844b-0f87a0e0bc24} TCPHandler: Processed in 0.002132361 sec. 2026.01.09 00:38:09.476629 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.476803 [ 269 ] {db2afa96-e922-4918-ae2a-16fe17a878f9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:09.476866 [ 269 ] {db2afa96-e922-4918-ae2a-16fe17a878f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:09.478780 [ 269 ] {db2afa96-e922-4918-ae2a-16fe17a878f9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.478832 [ 269 ] {db2afa96-e922-4918-ae2a-16fe17a878f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.479396 [ 269 ] {db2afa96-e922-4918-ae2a-16fe17a878f9} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.09 00:38:09.479757 [ 269 ] {db2afa96-e922-4918-ae2a-16fe17a878f9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.479948 [ 269 ] {db2afa96-e922-4918-ae2a-16fe17a878f9} executeQuery: Read 1137 rows, 82.92 KiB in 0.003182 sec., 357322.43871778756 rows/sec., 25.45 MiB/sec. 2026.01.09 00:38:09.480009 [ 269 ] {db2afa96-e922-4918-ae2a-16fe17a878f9} TCPHandler: Processed in 0.003457628 sec. 2026.01.09 00:38:09.482670 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.482822 [ 269 ] {401d35c7-777c-490c-b258-d9eef202d8e1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:38:09.482899 [ 269 ] {401d35c7-777c-490c-b258-d9eef202d8e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:38:09.483523 [ 269 ] {401d35c7-777c-490c-b258-d9eef202d8e1} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.483578 [ 269 ] {401d35c7-777c-490c-b258-d9eef202d8e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.484102 [ 269 ] {401d35c7-777c-490c-b258-d9eef202d8e1} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:38:09.484499 [ 269 ] {401d35c7-777c-490c-b258-d9eef202d8e1} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.484736 [ 269 ] {401d35c7-777c-490c-b258-d9eef202d8e1} executeQuery: Read 6 rows, 321.00 B in 0.001951 sec., 3075.3459764223476 rows/sec., 160.67 KiB/sec. 2026.01.09 00:38:09.484799 [ 269 ] {401d35c7-777c-490c-b258-d9eef202d8e1} TCPHandler: Processed in 0.002227153 sec. 2026.01.09 00:38:09.484975 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.485102 [ 269 ] {d52b253d-bb68-4c24-b072-28282ff635aa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:09.485155 [ 269 ] {d52b253d-bb68-4c24-b072-28282ff635aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:09.486249 [ 269 ] {d52b253d-bb68-4c24-b072-28282ff635aa} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.486314 [ 269 ] {d52b253d-bb68-4c24-b072-28282ff635aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.486921 [ 269 ] {d52b253d-bb68-4c24-b072-28282ff635aa} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.09 00:38:09.487258 [ 269 ] {d52b253d-bb68-4c24-b072-28282ff635aa} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.487460 [ 269 ] {d52b253d-bb68-4c24-b072-28282ff635aa} executeQuery: Read 935 rows, 63.39 KiB in 0.002383 sec., 392362.5681913554 rows/sec., 25.98 MiB/sec. 2026.01.09 00:38:09.487520 [ 269 ] {d52b253d-bb68-4c24-b072-28282ff635aa} TCPHandler: Processed in 0.002605184 sec. 2026.01.09 00:38:09.487721 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.487875 [ 269 ] {afac7ed6-4819-4b01-bbf5-1cf216f8c362} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:38:09.487934 [ 269 ] {afac7ed6-4819-4b01-bbf5-1cf216f8c362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:38:09.488921 [ 269 ] {afac7ed6-4819-4b01-bbf5-1cf216f8c362} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.488968 [ 269 ] {afac7ed6-4819-4b01-bbf5-1cf216f8c362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.489421 [ 269 ] {afac7ed6-4819-4b01-bbf5-1cf216f8c362} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:38:09.489724 [ 269 ] {afac7ed6-4819-4b01-bbf5-1cf216f8c362} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.489905 [ 269 ] {afac7ed6-4819-4b01-bbf5-1cf216f8c362} executeQuery: Read 1 rows, 69.00 B in 0.002088 sec., 478.9272030651341 rows/sec., 32.27 KiB/sec. 2026.01.09 00:38:09.489955 [ 269 ] {afac7ed6-4819-4b01-bbf5-1cf216f8c362} TCPHandler: Processed in 0.002307895 sec. 2026.01.09 00:38:09.490166 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:09.490337 [ 269 ] {e08844de-75bb-4ce5-a292-5e1baa3f7f28} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:09.490396 [ 269 ] {e08844de-75bb-4ce5-a292-5e1baa3f7f28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:09.490983 [ 269 ] {e08844de-75bb-4ce5-a292-5e1baa3f7f28} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:09.491040 [ 269 ] {e08844de-75bb-4ce5-a292-5e1baa3f7f28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.01.09 00:38:09.491543 [ 269 ] {e08844de-75bb-4ce5-a292-5e1baa3f7f28} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.09 00:38:09.491907 [ 269 ] {e08844de-75bb-4ce5-a292-5e1baa3f7f28} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:09.492111 [ 269 ] {e08844de-75bb-4ce5-a292-5e1baa3f7f28} executeQuery: Read 80 rows, 4.87 KiB in 0.001801 sec., 44419.76679622432 rows/sec., 2.64 MiB/sec. 2026.01.09 00:38:09.492165 [ 269 ] {e08844de-75bb-4ce5-a292-5e1baa3f7f28} TCPHandler: Processed in 0.002065809 sec. 2026.01.09 00:38:12.033365 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:12.033582 [ 269 ] {e62b5876-fcb5-495b-8f1d-8af9f9d591cf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:12.033652 [ 269 ] {e62b5876-fcb5-495b-8f1d-8af9f9d591cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:12.034352 [ 269 ] {e62b5876-fcb5-495b-8f1d-8af9f9d591cf} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:12.034395 [ 269 ] {e62b5876-fcb5-495b-8f1d-8af9f9d591cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:12.034794 [ 269 ] {e62b5876-fcb5-495b-8f1d-8af9f9d591cf} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.09 00:38:12.035012 [ 269 ] {e62b5876-fcb5-495b-8f1d-8af9f9d591cf} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:12.035164 [ 269 ] {e62b5876-fcb5-495b-8f1d-8af9f9d591cf} executeQuery: Read 56 rows, 4.41 KiB in 0.001638 sec., 34188.03418803419 rows/sec., 2.63 MiB/sec. 2026.01.09 00:38:12.035207 [ 269 ] {e62b5876-fcb5-495b-8f1d-8af9f9d591cf} TCPHandler: Processed in 0.001975956 sec. 2026.01.09 00:38:12.035372 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:12.035470 [ 269 ] {150ad9a4-0098-42d8-b990-f74f0a348045} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:12.035510 [ 269 ] {150ad9a4-0098-42d8-b990-f74f0a348045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:12.035968 [ 269 ] {150ad9a4-0098-42d8-b990-f74f0a348045} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:12.036005 [ 269 ] {150ad9a4-0098-42d8-b990-f74f0a348045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:12.036308 [ 269 ] {150ad9a4-0098-42d8-b990-f74f0a348045} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.09 00:38:12.036512 [ 269 ] {150ad9a4-0098-42d8-b990-f74f0a348045} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:12.036639 [ 269 ] {150ad9a4-0098-42d8-b990-f74f0a348045} executeQuery: Read 64 rows, 5.12 KiB in 0.001188 sec., 53872.05387205387 rows/sec., 4.20 MiB/sec. 2026.01.09 00:38:12.036677 [ 269 ] {150ad9a4-0098-42d8-b990-f74f0a348045} TCPHandler: Processed in 0.001361859 sec. 2026.01.09 00:38:12.036804 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:12.036898 [ 269 ] {944e1ba3-ebea-4ad9-a9d5-85c4bbab81f8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:12.036941 [ 269 ] {944e1ba3-ebea-4ad9-a9d5-85c4bbab81f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:12.037322 [ 269 ] {944e1ba3-ebea-4ad9-a9d5-85c4bbab81f8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:12.037357 [ 269 ] {944e1ba3-ebea-4ad9-a9d5-85c4bbab81f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:12.037677 [ 269 ] {944e1ba3-ebea-4ad9-a9d5-85c4bbab81f8} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.09 00:38:12.037881 [ 269 ] {944e1ba3-ebea-4ad9-a9d5-85c4bbab81f8} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:12.038006 [ 269 ] {944e1ba3-ebea-4ad9-a9d5-85c4bbab81f8} executeQuery: Read 64 rows, 4.56 KiB in 0.001126 sec., 56838.36589698046 rows/sec., 3.96 MiB/sec. 2026.01.09 00:38:12.038042 [ 269 ] {944e1ba3-ebea-4ad9-a9d5-85c4bbab81f8} TCPHandler: Processed in 0.001295297 sec. 2026.01.09 00:38:12.038156 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:12.038249 [ 269 ] {1a7f013b-1012-423d-87b3-df00b70a3bdc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:12.038290 [ 269 ] {1a7f013b-1012-423d-87b3-df00b70a3bdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:12.038603 [ 269 ] {1a7f013b-1012-423d-87b3-df00b70a3bdc} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:12.038639 [ 269 ] {1a7f013b-1012-423d-87b3-df00b70a3bdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:12.038933 [ 269 ] {1a7f013b-1012-423d-87b3-df00b70a3bdc} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.09 00:38:12.039143 [ 269 ] {1a7f013b-1012-423d-87b3-df00b70a3bdc} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:12.039268 [ 269 ] {1a7f013b-1012-423d-87b3-df00b70a3bdc} executeQuery: Read 24 rows, 1.66 KiB in 0.001037 sec., 23143.683702989394 rows/sec., 1.56 MiB/sec. 2026.01.09 00:38:12.039302 [ 269 ] {1a7f013b-1012-423d-87b3-df00b70a3bdc} TCPHandler: Processed in 0.001195974 sec. 2026.01.09 00:38:12.403499 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25431 2026.01.09 00:38:12.404081 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:12.404127 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:12.404618 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:38:12.404854 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:12.404999 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25431 2026.01.09 00:38:13.762743 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2026.01.09 00:38:13.779505 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:13.779571 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:13.784828 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:38:13.785501 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:13.788383 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2026.01.09 00:38:14.972084 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1592 2026.01.09 00:38:14.974580 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:14.974637 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:14.975848 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:38:14.976126 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:14.976499 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1592 2026.01.09 00:38:17.040629 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:17.040849 [ 269 ] {6bc95f4d-8a79-4d47-bade-d4eacbe84a89} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:17.040920 [ 269 ] {6bc95f4d-8a79-4d47-bade-d4eacbe84a89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:17.041742 [ 269 ] {6bc95f4d-8a79-4d47-bade-d4eacbe84a89} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:17.041793 [ 269 ] {6bc95f4d-8a79-4d47-bade-d4eacbe84a89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:17.042201 [ 269 ] {6bc95f4d-8a79-4d47-bade-d4eacbe84a89} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.09 00:38:17.042419 [ 269 ] {6bc95f4d-8a79-4d47-bade-d4eacbe84a89} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:17.042573 [ 269 ] {6bc95f4d-8a79-4d47-bade-d4eacbe84a89} executeQuery: Read 138 rows, 12.27 KiB in 0.001776 sec., 77702.7027027027 rows/sec., 6.75 MiB/sec. 2026.01.09 00:38:17.042614 [ 269 ] {6bc95f4d-8a79-4d47-bade-d4eacbe84a89} TCPHandler: Processed in 0.00212114 sec. 2026.01.09 00:38:17.042734 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:17.042830 [ 269 ] {2040dcb2-1563-4c09-80fb-945da37e9ee4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:17.042870 [ 269 ] {2040dcb2-1563-4c09-80fb-945da37e9ee4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:17.043317 [ 269 ] {2040dcb2-1563-4c09-80fb-945da37e9ee4} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:17.043353 [ 269 ] {2040dcb2-1563-4c09-80fb-945da37e9ee4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:17.043648 [ 269 ] {2040dcb2-1563-4c09-80fb-945da37e9ee4} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:38:17.043857 [ 269 ] {2040dcb2-1563-4c09-80fb-945da37e9ee4} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:17.043984 [ 269 ] {2040dcb2-1563-4c09-80fb-945da37e9ee4} executeQuery: Read 41 rows, 3.08 KiB in 0.001172 sec., 34982.93515358362 rows/sec., 2.57 MiB/sec. 2026.01.09 00:38:17.044022 [ 269 ] {2040dcb2-1563-4c09-80fb-945da37e9ee4} TCPHandler: Processed in 0.001335918 sec. 2026.01.09 00:38:17.044137 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:17.044232 [ 269 ] {cc447ec4-b7e9-46ac-917a-97a9e4a1c677} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:17.044271 [ 269 ] {cc447ec4-b7e9-46ac-917a-97a9e4a1c677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:17.044742 [ 269 ] {cc447ec4-b7e9-46ac-917a-97a9e4a1c677} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:17.044779 [ 269 ] {cc447ec4-b7e9-46ac-917a-97a9e4a1c677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:17.045086 [ 269 ] {cc447ec4-b7e9-46ac-917a-97a9e4a1c677} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.09 00:38:17.045312 [ 269 ] {cc447ec4-b7e9-46ac-917a-97a9e4a1c677} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:17.045440 [ 269 ] {cc447ec4-b7e9-46ac-917a-97a9e4a1c677} executeQuery: Read 105 rows, 8.40 KiB in 0.001225 sec., 85714.28571428571 rows/sec., 6.70 MiB/sec. 2026.01.09 00:38:17.045477 [ 269 ] {cc447ec4-b7e9-46ac-917a-97a9e4a1c677} TCPHandler: Processed in 0.001387899 sec. 2026.01.09 00:38:17.045596 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:17.045691 [ 269 ] {b6976833-5772-46e9-a18c-297577b72f68} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:17.045735 [ 269 ] {b6976833-5772-46e9-a18c-297577b72f68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:17.046164 [ 269 ] {b6976833-5772-46e9-a18c-297577b72f68} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:17.046199 [ 269 ] {b6976833-5772-46e9-a18c-297577b72f68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:17.046524 [ 269 ] {b6976833-5772-46e9-a18c-297577b72f68} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.09 00:38:17.046728 [ 269 ] {b6976833-5772-46e9-a18c-297577b72f68} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:17.046853 [ 269 ] {b6976833-5772-46e9-a18c-297577b72f68} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.01.09 00:38:17.046889 [ 269 ] {b6976833-5772-46e9-a18c-297577b72f68} TCPHandler: Processed in 0.001341449 sec. 2026.01.09 00:38:17.046998 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:17.047091 [ 269 ] {3df498e6-cfc2-4b8e-87bd-1dfb53d5b354} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:17.047145 [ 269 ] {3df498e6-cfc2-4b8e-87bd-1dfb53d5b354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:38:17.047979 [ 269 ] {3df498e6-cfc2-4b8e-87bd-1dfb53d5b354} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:17.048014 [ 269 ] {3df498e6-cfc2-4b8e-87bd-1dfb53d5b354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:17.048554 [ 269 ] {3df498e6-cfc2-4b8e-87bd-1dfb53d5b354} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:38:17.048771 [ 269 ] {3df498e6-cfc2-4b8e-87bd-1dfb53d5b354} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:17.048902 [ 269 ] {3df498e6-cfc2-4b8e-87bd-1dfb53d5b354} executeQuery: Read 41 rows, 75.23 KiB in 0.001829 sec., 22416.62110442865 rows/sec., 40.17 MiB/sec. 2026.01.09 00:38:17.048953 [ 269 ] {3df498e6-cfc2-4b8e-87bd-1dfb53d5b354} TCPHandler: Processed in 0.002002637 sec. 2026.01.09 00:38:17.049063 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:17.049156 [ 269 ] {4d372c92-ced6-4cf8-9637-b130d13f570f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:17.049197 [ 269 ] {4d372c92-ced6-4cf8-9637-b130d13f570f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:17.049521 [ 269 ] {4d372c92-ced6-4cf8-9637-b130d13f570f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:17.049556 [ 269 ] {4d372c92-ced6-4cf8-9637-b130d13f570f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:17.049850 [ 269 ] {4d372c92-ced6-4cf8-9637-b130d13f570f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.09 00:38:17.050060 [ 269 ] {4d372c92-ced6-4cf8-9637-b130d13f570f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:17.050187 [ 269 ] {4d372c92-ced6-4cf8-9637-b130d13f570f} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.01.09 00:38:17.050222 [ 269 ] {4d372c92-ced6-4cf8-9637-b130d13f570f} TCPHandler: Processed in 0.001208095 sec. 2026.01.09 00:38:19.737643 [ 69 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:38:19.737700 [ 69 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:38:19.906072 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25879 2026.01.09 00:38:19.906570 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:19.906618 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:19.907101 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:38:19.907329 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:19.907475 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25879 2026.01.09 00:38:21.289400 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2026.01.09 00:38:21.306879 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:21.306938 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:21.312801 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:38:21.313486 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:21.316450 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.01.09 00:38:22.049854 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:22.050053 [ 269 ] {3b0cc806-9239-4d9c-b6ee-c31f9e467dc5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:38:22.050123 [ 269 ] {3b0cc806-9239-4d9c-b6ee-c31f9e467dc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:38:22.050967 [ 269 ] {3b0cc806-9239-4d9c-b6ee-c31f9e467dc5} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.051015 [ 269 ] {3b0cc806-9239-4d9c-b6ee-c31f9e467dc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.051419 [ 269 ] {3b0cc806-9239-4d9c-b6ee-c31f9e467dc5} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:38:22.051635 [ 269 ] {3b0cc806-9239-4d9c-b6ee-c31f9e467dc5} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.051783 [ 269 ] {3b0cc806-9239-4d9c-b6ee-c31f9e467dc5} executeQuery: Read 410 rows, 26.63 KiB in 0.001783 sec., 229949.52327537857 rows/sec., 14.59 MiB/sec. 2026.01.09 00:38:22.051822 [ 269 ] {3b0cc806-9239-4d9c-b6ee-c31f9e467dc5} TCPHandler: Processed in 0.00210519 sec. 2026.01.09 00:38:22.051947 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:22.052043 [ 269 ] {2a41c5d3-61ce-4dff-8264-33b2860b239a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:22.052082 [ 269 ] {2a41c5d3-61ce-4dff-8264-33b2860b239a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:22.053021 [ 269 ] {2a41c5d3-61ce-4dff-8264-33b2860b239a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.053056 [ 269 ] {2a41c5d3-61ce-4dff-8264-33b2860b239a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.053423 [ 269 ] {2a41c5d3-61ce-4dff-8264-33b2860b239a} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.09 00:38:22.053627 [ 269 ] {2a41c5d3-61ce-4dff-8264-33b2860b239a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.053751 [ 269 ] {2a41c5d3-61ce-4dff-8264-33b2860b239a} executeQuery: Read 1112 rows, 89.84 KiB in 0.001727 sec., 643891.1407064273 rows/sec., 50.80 MiB/sec. 2026.01.09 00:38:22.053755 [ 59 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.09 00:38:22.053788 [ 269 ] {2a41c5d3-61ce-4dff-8264-33b2860b239a} TCPHandler: Processed in 0.001889214 sec. 2026.01.09 00:38:22.053827 [ 59 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.053853 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.053924 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:22.053968 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.09 00:38:22.054024 [ 269 ] {197b9c0e-1cab-4625-8aa2-48f297f8ba95} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:22.054068 [ 269 ] {197b9c0e-1cab-4625-8aa2-48f297f8ba95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:22.054101 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:22.054141 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2466 rows starting from the beginning of the part 2026.01.09 00:38:22.054208 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 138 rows starting from the beginning of the part 2026.01.09 00:38:22.054252 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:38:22.054295 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part 2026.01.09 00:38:22.054334 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 138 rows starting from the beginning of the part 2026.01.09 00:38:22.054372 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:38:22.054552 [ 269 ] {197b9c0e-1cab-4625-8aa2-48f297f8ba95} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.054594 [ 269 ] {197b9c0e-1cab-4625-8aa2-48f297f8ba95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.054931 [ 269 ] {197b9c0e-1cab-4625-8aa2-48f297f8ba95} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:38:22.055159 [ 269 ] {197b9c0e-1cab-4625-8aa2-48f297f8ba95} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.055299 [ 269 ] {197b9c0e-1cab-4625-8aa2-48f297f8ba95} executeQuery: Read 205 rows, 12.32 KiB in 0.001295 sec., 158301.1583011583 rows/sec., 9.29 MiB/sec. 2026.01.09 00:38:22.055336 [ 269 ] {197b9c0e-1cab-4625-8aa2-48f297f8ba95} TCPHandler: Processed in 0.001460792 sec. 2026.01.09 00:38:22.055516 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:22.055611 [ 269 ] {f488c821-18f2-4124-8d3c-94f94bea592a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:38:22.055651 [ 269 ] {f488c821-18f2-4124-8d3c-94f94bea592a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:38:22.056126 [ 269 ] {f488c821-18f2-4124-8d3c-94f94bea592a} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.056164 [ 269 ] {f488c821-18f2-4124-8d3c-94f94bea592a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.056468 [ 269 ] {f488c821-18f2-4124-8d3c-94f94bea592a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:38:22.056490 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 6163 rows, containing 5 columns (5 merged, 0 gathered) in 0.002579174 sec., 2389524.708298083 rows/sec., 202.94 MiB/sec. 2026.01.09 00:38:22.056678 [ 269 ] {f488c821-18f2-4124-8d3c-94f94bea592a} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.056788 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.09 00:38:22.056816 [ 269 ] {f488c821-18f2-4124-8d3c-94f94bea592a} executeQuery: Read 212 rows, 14.00 KiB in 0.001223 sec., 173344.2354865086 rows/sec., 11.18 MiB/sec. 2026.01.09 00:38:22.056856 [ 269 ] {f488c821-18f2-4124-8d3c-94f94bea592a} TCPHandler: Processed in 0.001388299 sec. 2026.01.09 00:38:22.056971 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:22.057065 [ 269 ] {0a3af9ae-2324-4bc8-9c90-27c614c03db4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:38:22.057087 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.057104 [ 269 ] {0a3af9ae-2324-4bc8-9c90-27c614c03db4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:38:22.057176 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_91_18} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.09 00:38:22.057270 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.09 00:38:22.057584 [ 269 ] {0a3af9ae-2324-4bc8-9c90-27c614c03db4} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.057624 [ 269 ] {0a3af9ae-2324-4bc8-9c90-27c614c03db4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.057937 [ 269 ] {0a3af9ae-2324-4bc8-9c90-27c614c03db4} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:38:22.058144 [ 269 ] {0a3af9ae-2324-4bc8-9c90-27c614c03db4} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.058273 [ 269 ] {0a3af9ae-2324-4bc8-9c90-27c614c03db4} executeQuery: Read 211 rows, 12.27 KiB in 0.001226 sec., 172104.40456769982 rows/sec., 9.77 MiB/sec. 2026.01.09 00:38:22.058309 [ 269 ] {0a3af9ae-2324-4bc8-9c90-27c614c03db4} TCPHandler: Processed in 0.00138534 sec. 2026.01.09 00:38:22.058422 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:22.058516 [ 269 ] {5b256436-115a-4151-955a-460ade79fad0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:22.058554 [ 269 ] {5b256436-115a-4151-955a-460ade79fad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:22.059236 [ 269 ] {5b256436-115a-4151-955a-460ade79fad0} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.059273 [ 269 ] {5b256436-115a-4151-955a-460ade79fad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.059609 [ 269 ] {5b256436-115a-4151-955a-460ade79fad0} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.09 00:38:22.059815 [ 269 ] {5b256436-115a-4151-955a-460ade79fad0} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.059975 [ 58 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.09 00:38:22.059979 [ 269 ] {5b256436-115a-4151-955a-460ade79fad0} executeQuery: Read 679 rows, 48.47 KiB in 0.001479 sec., 459093.9824205544 rows/sec., 32.00 MiB/sec. 2026.01.09 00:38:22.060026 [ 58 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.060054 [ 269 ] {5b256436-115a-4151-955a-460ade79fad0} TCPHandler: Processed in 0.001679148 sec. 2026.01.09 00:38:22.060056 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.060176 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.09 00:38:22.060182 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:22.060315 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:22.060325 [ 269 ] {b3144ea9-2ded-4d8c-b105-eec05c7d67fc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:38:22.060352 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1250 rows starting from the beginning of the part 2026.01.09 00:38:22.060374 [ 269 ] {b3144ea9-2ded-4d8c-b105-eec05c7d67fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:38:22.060421 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 105 rows starting from the beginning of the part 2026.01.09 00:38:22.060469 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:38:22.060508 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part 2026.01.09 00:38:22.060548 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 105 rows starting from the beginning of the part 2026.01.09 00:38:22.060588 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 679 rows starting from the beginning of the part 2026.01.09 00:38:22.060736 [ 269 ] {b3144ea9-2ded-4d8c-b105-eec05c7d67fc} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.060778 [ 269 ] {b3144ea9-2ded-4d8c-b105-eec05c7d67fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.061111 [ 269 ] {b3144ea9-2ded-4d8c-b105-eec05c7d67fc} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:38:22.061350 [ 269 ] {b3144ea9-2ded-4d8c-b105-eec05c7d67fc} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.061489 [ 269 ] {b3144ea9-2ded-4d8c-b105-eec05c7d67fc} executeQuery: Read 6 rows, 321.00 B in 0.001182 sec., 5076.142131979695 rows/sec., 265.21 KiB/sec. 2026.01.09 00:38:22.061527 [ 269 ] {b3144ea9-2ded-4d8c-b105-eec05c7d67fc} TCPHandler: Processed in 0.00140152 sec. 2026.01.09 00:38:22.061644 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:22.061739 [ 269 ] {f02ac10f-bc3e-4851-9053-2e85aa35af26} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:22.061782 [ 269 ] {f02ac10f-bc3e-4851-9053-2e85aa35af26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:22.061865 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3340 rows, containing 5 columns (5 merged, 0 gathered) in 0.00174033 sec., 1919176.248182816 rows/sec., 145.18 MiB/sec. 2026.01.09 00:38:22.062046 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.09 00:38:22.062259 [ 269 ] {f02ac10f-bc3e-4851-9053-2e85aa35af26} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.062303 [ 269 ] {f02ac10f-bc3e-4851-9053-2e85aa35af26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.062313 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.062405 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_91_18} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.09 00:38:22.062485 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.01.09 00:38:22.062671 [ 269 ] {f02ac10f-bc3e-4851-9053-2e85aa35af26} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.09 00:38:22.062894 [ 269 ] {f02ac10f-bc3e-4851-9053-2e85aa35af26} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.063016 [ 58 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.09 00:38:22.063030 [ 269 ] {f02ac10f-bc3e-4851-9053-2e85aa35af26} executeQuery: Read 314 rows, 21.12 KiB in 0.001308 sec., 240061.16207951072 rows/sec., 15.77 MiB/sec. 2026.01.09 00:38:22.063056 [ 58 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.063079 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.063080 [ 269 ] {f02ac10f-bc3e-4851-9053-2e85aa35af26} TCPHandler: Processed in 0.001485382 sec. 2026.01.09 00:38:22.063151 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.09 00:38:22.063221 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:22.063248 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:22.063277 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26561 rows starting from the beginning of the part 2026.01.09 00:38:22.063323 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2026.01.09 00:38:22.063324 [ 269 ] {88ebaec9-c275-4518-91b8-8a15468096c0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:38:22.063360 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 935 rows starting from the beginning of the part 2026.01.09 00:38:22.063379 [ 269 ] {88ebaec9-c275-4518-91b8-8a15468096c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:38:22.063399 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part 2026.01.09 00:38:22.063435 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2026.01.09 00:38:22.063468 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 314 rows starting from the beginning of the part 2026.01.09 00:38:22.063716 [ 269 ] {88ebaec9-c275-4518-91b8-8a15468096c0} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.063757 [ 269 ] {88ebaec9-c275-4518-91b8-8a15468096c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.064077 [ 269 ] {88ebaec9-c275-4518-91b8-8a15468096c0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:38:22.064303 [ 269 ] {88ebaec9-c275-4518-91b8-8a15468096c0} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.064437 [ 269 ] {88ebaec9-c275-4518-91b8-8a15468096c0} executeQuery: Read 1 rows, 69.00 B in 0.00113 sec., 884.9557522123895 rows/sec., 59.63 KiB/sec. 2026.01.09 00:38:22.064473 [ 269 ] {88ebaec9-c275-4518-91b8-8a15468096c0} TCPHandler: Processed in 0.001307267 sec. 2026.01.09 00:38:22.064589 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:22.064683 [ 269 ] {5705425f-4159-4909-b989-0497d3f878b1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:22.064723 [ 269 ] {5705425f-4159-4909-b989-0497d3f878b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:22.065080 [ 269 ] {5705425f-4159-4909-b989-0497d3f878b1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.065116 [ 269 ] {5705425f-4159-4909-b989-0497d3f878b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.065446 [ 269 ] {5705425f-4159-4909-b989-0497d3f878b1} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.09 00:38:22.065681 [ 269 ] {5705425f-4159-4909-b989-0497d3f878b1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.065803 [ 58 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.09 00:38:22.065813 [ 269 ] {5705425f-4159-4909-b989-0497d3f878b1} executeQuery: Read 104 rows, 6.53 KiB in 0.001146 sec., 90750.43630017451 rows/sec., 5.56 MiB/sec. 2026.01.09 00:38:22.065840 [ 58 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:22.065863 [ 269 ] {5705425f-4159-4909-b989-0497d3f878b1} TCPHandler: Processed in 0.001323778 sec. 2026.01.09 00:38:22.065864 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:22.065977 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.09 00:38:22.066086 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:22.066116 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5936 rows starting from the beginning of the part 2026.01.09 00:38:22.066177 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2026.01.09 00:38:22.066222 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 80 rows starting from the beginning of the part 2026.01.09 00:38:22.066266 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 24 rows starting from the beginning of the part 2026.01.09 00:38:22.066304 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2026.01.09 00:38:22.066341 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 104 rows starting from the beginning of the part 2026.01.09 00:38:22.069704 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 6264 rows, containing 4 columns (4 merged, 0 gathered) in 0.003771598 sec., 1660834.4791783218 rows/sec., 105.85 MiB/sec. 2026.01.09 00:38:22.070243 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.09 00:38:22.070509 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.070585 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_91_18} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.09 00:38:22.070678 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.01.09 00:38:22.071986 [ 201 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 28194 rows, containing 5 columns (5 merged, 0 gathered) in 0.008864933 sec., 3180396.2872590236 rows/sec., 213.97 MiB/sec. 2026.01.09 00:38:22.072286 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.09 00:38:22.072553 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:22.072632 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_91_18} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.09 00:38:22.072717 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.09 00:38:23.001253 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 331.75 MiB, peak 343.14 MiB, free memory in arenas 0.00 B, will set to 334.21 MiB (RSS), difference: 2.47 MiB 2026.01.09 00:38:24.977618 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1624 2026.01.09 00:38:24.979934 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:24.979981 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:24.981182 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:38:24.981470 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:24.981822 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1624 2026.01.09 00:38:27.040552 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:27.040741 [ 269 ] {0ace67d9-5765-4ef6-9558-10b1aa258701} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:38:27.040808 [ 269 ] {0ace67d9-5765-4ef6-9558-10b1aa258701} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:38:27.041458 [ 269 ] {0ace67d9-5765-4ef6-9558-10b1aa258701} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:27.041512 [ 269 ] {0ace67d9-5765-4ef6-9558-10b1aa258701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:27.041913 [ 269 ] {0ace67d9-5765-4ef6-9558-10b1aa258701} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.09 00:38:27.042157 [ 269 ] {0ace67d9-5765-4ef6-9558-10b1aa258701} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:27.042335 [ 269 ] {0ace67d9-5765-4ef6-9558-10b1aa258701} executeQuery: Read 2 rows, 167.00 B in 0.001637 sec., 1221.7470983506414 rows/sec., 99.62 KiB/sec. 2026.01.09 00:38:27.042387 [ 269 ] {0ace67d9-5765-4ef6-9558-10b1aa258701} TCPHandler: Processed in 0.001974937 sec. 2026.01.09 00:38:27.042519 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:27.042622 [ 269 ] {46bbb7ce-2de2-4cf1-ba16-3cfcf6062232} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:27.042667 [ 269 ] {46bbb7ce-2de2-4cf1-ba16-3cfcf6062232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:27.043224 [ 269 ] {46bbb7ce-2de2-4cf1-ba16-3cfcf6062232} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:27.043263 [ 269 ] {46bbb7ce-2de2-4cf1-ba16-3cfcf6062232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:27.043593 [ 269 ] {46bbb7ce-2de2-4cf1-ba16-3cfcf6062232} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.09 00:38:27.043817 [ 269 ] {46bbb7ce-2de2-4cf1-ba16-3cfcf6062232} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:27.043954 [ 269 ] {46bbb7ce-2de2-4cf1-ba16-3cfcf6062232} executeQuery: Read 139 rows, 12.34 KiB in 0.001353 sec., 102734.66371027347 rows/sec., 8.91 MiB/sec. 2026.01.09 00:38:27.043994 [ 269 ] {46bbb7ce-2de2-4cf1-ba16-3cfcf6062232} TCPHandler: Processed in 0.001527873 sec. 2026.01.09 00:38:27.044119 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:27.044218 [ 269 ] {244ca5d8-22cc-4d91-8951-652ab53784cc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:27.044260 [ 269 ] {244ca5d8-22cc-4d91-8951-652ab53784cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:27.044706 [ 269 ] {244ca5d8-22cc-4d91-8951-652ab53784cc} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:27.044743 [ 269 ] {244ca5d8-22cc-4d91-8951-652ab53784cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:27.045047 [ 269 ] {244ca5d8-22cc-4d91-8951-652ab53784cc} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:38:27.045269 [ 269 ] {244ca5d8-22cc-4d91-8951-652ab53784cc} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:27.045376 [ 54 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.09 00:38:27.045404 [ 269 ] {244ca5d8-22cc-4d91-8951-652ab53784cc} executeQuery: Read 43 rows, 3.22 KiB in 0.001204 sec., 35714.28571428572 rows/sec., 2.61 MiB/sec. 2026.01.09 00:38:27.045444 [ 54 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:27.045454 [ 269 ] {244ca5d8-22cc-4d91-8951-652ab53784cc} TCPHandler: Processed in 0.00138484 sec. 2026.01.09 00:38:27.045474 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:27.045587 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:27.045593 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.09 00:38:27.045687 [ 269 ] {6b08cb29-2cf0-445d-abb8-e2133eaa7263} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:27.045731 [ 269 ] {6b08cb29-2cf0-445d-abb8-e2133eaa7263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:27.045740 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:27.045780 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 278 rows starting from the beginning of the part 2026.01.09 00:38:27.045852 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 41 rows starting from the beginning of the part 2026.01.09 00:38:27.045903 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 207 rows starting from the beginning of the part 2026.01.09 00:38:27.045952 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 41 rows starting from the beginning of the part 2026.01.09 00:38:27.045995 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 205 rows starting from the beginning of the part 2026.01.09 00:38:27.046045 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 43 rows starting from the beginning of the part 2026.01.09 00:38:27.046183 [ 269 ] {6b08cb29-2cf0-445d-abb8-e2133eaa7263} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:27.046225 [ 269 ] {6b08cb29-2cf0-445d-abb8-e2133eaa7263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:27.046567 [ 269 ] {6b08cb29-2cf0-445d-abb8-e2133eaa7263} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.09 00:38:27.046804 [ 269 ] {6b08cb29-2cf0-445d-abb8-e2133eaa7263} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:27.046940 [ 269 ] {6b08cb29-2cf0-445d-abb8-e2133eaa7263} executeQuery: Read 107 rows, 8.56 KiB in 0.00127 sec., 84251.96850393701 rows/sec., 6.58 MiB/sec. 2026.01.09 00:38:27.046981 [ 269 ] {6b08cb29-2cf0-445d-abb8-e2133eaa7263} TCPHandler: Processed in 0.001443711 sec. 2026.01.09 00:38:27.047028 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 815 rows, containing 5 columns (5 merged, 0 gathered) in 0.001490603 sec., 546758.5936698101 rows/sec., 36.10 MiB/sec. 2026.01.09 00:38:27.047098 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:27.047172 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.09 00:38:27.047198 [ 269 ] {5126519e-8941-4923-aedb-1b19980a926b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:27.047247 [ 269 ] {5126519e-8941-4923-aedb-1b19980a926b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:27.047425 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:27.047499 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_76_15} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.09 00:38:27.047570 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:38:27.047681 [ 269 ] {5126519e-8941-4923-aedb-1b19980a926b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:27.047722 [ 269 ] {5126519e-8941-4923-aedb-1b19980a926b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:27.048065 [ 269 ] {5126519e-8941-4923-aedb-1b19980a926b} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.09 00:38:27.048292 [ 269 ] {5126519e-8941-4923-aedb-1b19980a926b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:27.048427 [ 269 ] {5126519e-8941-4923-aedb-1b19980a926b} executeQuery: Read 161 rows, 11.48 KiB in 0.001247 sec., 129109.86367281475 rows/sec., 8.99 MiB/sec. 2026.01.09 00:38:27.048464 [ 269 ] {5126519e-8941-4923-aedb-1b19980a926b} TCPHandler: Processed in 0.001415391 sec. 2026.01.09 00:38:27.048576 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:27.048671 [ 269 ] {cc5536bd-3b23-4c63-8908-425e531d81f1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:27.048727 [ 269 ] {cc5536bd-3b23-4c63-8908-425e531d81f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:38:27.049612 [ 269 ] {cc5536bd-3b23-4c63-8908-425e531d81f1} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:27.049648 [ 269 ] {cc5536bd-3b23-4c63-8908-425e531d81f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:27.050216 [ 269 ] {cc5536bd-3b23-4c63-8908-425e531d81f1} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:38:27.050448 [ 269 ] {cc5536bd-3b23-4c63-8908-425e531d81f1} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:27.050589 [ 269 ] {cc5536bd-3b23-4c63-8908-425e531d81f1} executeQuery: Read 41 rows, 75.23 KiB in 0.001934 sec., 21199.586349534642 rows/sec., 37.99 MiB/sec. 2026.01.09 00:38:27.050655 [ 269 ] {cc5536bd-3b23-4c63-8908-425e531d81f1} TCPHandler: Processed in 0.002127281 sec. 2026.01.09 00:38:27.050774 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:27.050885 [ 269 ] {883921af-0d3c-4020-b5b1-029491e82a0b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:27.050927 [ 269 ] {883921af-0d3c-4020-b5b1-029491e82a0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:27.051280 [ 269 ] {883921af-0d3c-4020-b5b1-029491e82a0b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:27.051315 [ 269 ] {883921af-0d3c-4020-b5b1-029491e82a0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:27.051630 [ 269 ] {883921af-0d3c-4020-b5b1-029491e82a0b} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.09 00:38:27.051851 [ 269 ] {883921af-0d3c-4020-b5b1-029491e82a0b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:27.051981 [ 269 ] {883921af-0d3c-4020-b5b1-029491e82a0b} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.01.09 00:38:27.052019 [ 269 ] {883921af-0d3c-4020-b5b1-029491e82a0b} TCPHandler: Processed in 0.001295487 sec. 2026.01.09 00:38:27.408550 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26391 2026.01.09 00:38:27.409087 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:27.409133 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:27.409650 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:38:27.409896 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:27.410040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26391 2026.01.09 00:38:28.817485 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.01.09 00:38:28.835904 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:28.835965 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:28.842389 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:38:28.843130 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:28.846538 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.01.09 00:38:32.049769 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:32.049960 [ 269 ] {36960359-d590-4dea-a237-5a789e43c645} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:38:32.050023 [ 269 ] {36960359-d590-4dea-a237-5a789e43c645} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:38:32.050776 [ 269 ] {36960359-d590-4dea-a237-5a789e43c645} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.050813 [ 269 ] {36960359-d590-4dea-a237-5a789e43c645} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.051224 [ 269 ] {36960359-d590-4dea-a237-5a789e43c645} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:38:32.051453 [ 269 ] {36960359-d590-4dea-a237-5a789e43c645} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.051607 [ 269 ] {36960359-d590-4dea-a237-5a789e43c645} executeQuery: Read 410 rows, 26.63 KiB in 0.00169 sec., 242603.55029585797 rows/sec., 15.39 MiB/sec. 2026.01.09 00:38:32.051648 [ 269 ] {36960359-d590-4dea-a237-5a789e43c645} TCPHandler: Processed in 0.002008037 sec. 2026.01.09 00:38:32.051763 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:32.051860 [ 269 ] {c7a69c44-4c7f-443b-a1c6-00241fcb156f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:32.051902 [ 269 ] {c7a69c44-4c7f-443b-a1c6-00241fcb156f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:32.052736 [ 269 ] {c7a69c44-4c7f-443b-a1c6-00241fcb156f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.052770 [ 269 ] {c7a69c44-4c7f-443b-a1c6-00241fcb156f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.053147 [ 269 ] {c7a69c44-4c7f-443b-a1c6-00241fcb156f} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.09 00:38:32.053375 [ 269 ] {c7a69c44-4c7f-443b-a1c6-00241fcb156f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.053506 [ 269 ] {c7a69c44-4c7f-443b-a1c6-00241fcb156f} executeQuery: Read 1112 rows, 89.84 KiB in 0.001663 sec., 668671.0763680097 rows/sec., 52.76 MiB/sec. 2026.01.09 00:38:32.053543 [ 269 ] {c7a69c44-4c7f-443b-a1c6-00241fcb156f} TCPHandler: Processed in 0.001830342 sec. 2026.01.09 00:38:32.053656 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:32.053751 [ 269 ] {55f80f9f-a536-4b40-ab34-9fab338d6536} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:32.053791 [ 269 ] {55f80f9f-a536-4b40-ab34-9fab338d6536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:32.054254 [ 269 ] {55f80f9f-a536-4b40-ab34-9fab338d6536} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.054288 [ 269 ] {55f80f9f-a536-4b40-ab34-9fab338d6536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.054591 [ 269 ] {55f80f9f-a536-4b40-ab34-9fab338d6536} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:38:32.054801 [ 269 ] {55f80f9f-a536-4b40-ab34-9fab338d6536} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.054932 [ 269 ] {55f80f9f-a536-4b40-ab34-9fab338d6536} executeQuery: Read 205 rows, 12.32 KiB in 0.001197 sec., 171261.48705096074 rows/sec., 10.05 MiB/sec. 2026.01.09 00:38:32.054967 [ 269 ] {55f80f9f-a536-4b40-ab34-9fab338d6536} TCPHandler: Processed in 0.001360369 sec. 2026.01.09 00:38:32.055069 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:32.055163 [ 269 ] {38fe1e10-37aa-4e38-98f8-8688db8e7019} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:38:32.055204 [ 269 ] {38fe1e10-37aa-4e38-98f8-8688db8e7019} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:38:32.055664 [ 269 ] {38fe1e10-37aa-4e38-98f8-8688db8e7019} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.055699 [ 269 ] {38fe1e10-37aa-4e38-98f8-8688db8e7019} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.056007 [ 269 ] {38fe1e10-37aa-4e38-98f8-8688db8e7019} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:38:32.056222 [ 269 ] {38fe1e10-37aa-4e38-98f8-8688db8e7019} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.056352 [ 269 ] {38fe1e10-37aa-4e38-98f8-8688db8e7019} executeQuery: Read 212 rows, 14.00 KiB in 0.001205 sec., 175933.60995850625 rows/sec., 11.35 MiB/sec. 2026.01.09 00:38:32.056389 [ 269 ] {38fe1e10-37aa-4e38-98f8-8688db8e7019} TCPHandler: Processed in 0.001368809 sec. 2026.01.09 00:38:32.056495 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:32.056589 [ 269 ] {f11ddc30-e1de-4b1b-b9eb-1dca49aa3f92} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:38:32.056628 [ 269 ] {f11ddc30-e1de-4b1b-b9eb-1dca49aa3f92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:38:32.057082 [ 269 ] {f11ddc30-e1de-4b1b-b9eb-1dca49aa3f92} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.057117 [ 269 ] {f11ddc30-e1de-4b1b-b9eb-1dca49aa3f92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.057426 [ 269 ] {f11ddc30-e1de-4b1b-b9eb-1dca49aa3f92} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:38:32.057639 [ 269 ] {f11ddc30-e1de-4b1b-b9eb-1dca49aa3f92} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.057767 [ 269 ] {f11ddc30-e1de-4b1b-b9eb-1dca49aa3f92} executeQuery: Read 211 rows, 12.27 KiB in 0.001193 sec., 176865.0461022632 rows/sec., 10.04 MiB/sec. 2026.01.09 00:38:32.057804 [ 269 ] {f11ddc30-e1de-4b1b-b9eb-1dca49aa3f92} TCPHandler: Processed in 0.001358558 sec. 2026.01.09 00:38:32.057907 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:32.058001 [ 269 ] {49816d0b-576e-45b8-ba00-9179342705c3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:32.058041 [ 269 ] {49816d0b-576e-45b8-ba00-9179342705c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:32.058668 [ 269 ] {49816d0b-576e-45b8-ba00-9179342705c3} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.058702 [ 269 ] {49816d0b-576e-45b8-ba00-9179342705c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.059030 [ 269 ] {49816d0b-576e-45b8-ba00-9179342705c3} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.09 00:38:32.059246 [ 269 ] {49816d0b-576e-45b8-ba00-9179342705c3} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.059377 [ 269 ] {49816d0b-576e-45b8-ba00-9179342705c3} executeQuery: Read 679 rows, 48.47 KiB in 0.001391 sec., 488138.03019410494 rows/sec., 34.03 MiB/sec. 2026.01.09 00:38:32.059414 [ 269 ] {49816d0b-576e-45b8-ba00-9179342705c3} TCPHandler: Processed in 0.001556714 sec. 2026.01.09 00:38:32.059588 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:32.059706 [ 269 ] {f2a35af9-b7a8-4f55-8f2b-e9b45561709f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:38:32.059755 [ 269 ] {f2a35af9-b7a8-4f55-8f2b-e9b45561709f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:38:32.060111 [ 269 ] {f2a35af9-b7a8-4f55-8f2b-e9b45561709f} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.060145 [ 269 ] {f2a35af9-b7a8-4f55-8f2b-e9b45561709f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.060457 [ 269 ] {f2a35af9-b7a8-4f55-8f2b-e9b45561709f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:38:32.060663 [ 269 ] {f2a35af9-b7a8-4f55-8f2b-e9b45561709f} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.060765 [ 49 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 2026.01.09 00:38:32.060791 [ 269 ] {f2a35af9-b7a8-4f55-8f2b-e9b45561709f} executeQuery: Read 6 rows, 321.00 B in 0.00111 sec., 5405.405405405405 rows/sec., 282.41 KiB/sec. 2026.01.09 00:38:32.060803 [ 49 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.060824 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.060827 [ 269 ] {f2a35af9-b7a8-4f55-8f2b-e9b45561709f} TCPHandler: Processed in 0.001299206 sec. 2026.01.09 00:38:32.060932 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full 2026.01.09 00:38:32.060943 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:32.061076 [ 269 ] {4bc10897-e8d0-4a6a-8594-3de811afcd78} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:32.061099 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:32.061118 [ 269 ] {4bc10897-e8d0-4a6a-8594-3de811afcd78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:32.061156 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 192 rows starting from the beginning of the part 2026.01.09 00:38:32.061241 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2026.01.09 00:38:32.061295 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part 2026.01.09 00:38:32.061344 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part 2026.01.09 00:38:32.061391 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2026.01.09 00:38:32.061434 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part 2026.01.09 00:38:32.061576 [ 269 ] {4bc10897-e8d0-4a6a-8594-3de811afcd78} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.061617 [ 269 ] {4bc10897-e8d0-4a6a-8594-3de811afcd78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.061969 [ 269 ] {4bc10897-e8d0-4a6a-8594-3de811afcd78} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.09 00:38:32.062201 [ 269 ] {4bc10897-e8d0-4a6a-8594-3de811afcd78} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.062335 [ 269 ] {4bc10897-e8d0-4a6a-8594-3de811afcd78} executeQuery: Read 314 rows, 21.12 KiB in 0.001278 sec., 245696.40062597807 rows/sec., 16.14 MiB/sec. 2026.01.09 00:38:32.062371 [ 269 ] {4bc10897-e8d0-4a6a-8594-3de811afcd78} TCPHandler: Processed in 0.001476862 sec. 2026.01.09 00:38:32.062387 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.001504533 sec., 147554.09153538008 rows/sec., 7.53 MiB/sec. 2026.01.09 00:38:32.062479 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:32.062577 [ 269 ] {22cbfd96-4899-4817-9c0c-98dac6620535} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:38:32.062598 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2026.01.09 00:38:32.062622 [ 269 ] {22cbfd96-4899-4817-9c0c-98dac6620535} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:38:32.062916 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.062920 [ 269 ] {22cbfd96-4899-4817-9c0c-98dac6620535} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.062970 [ 269 ] {22cbfd96-4899-4817-9c0c-98dac6620535} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.063012 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_37_8} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 2026.01.09 00:38:32.063126 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.01.09 00:38:32.063276 [ 269 ] {22cbfd96-4899-4817-9c0c-98dac6620535} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:38:32.063496 [ 269 ] {22cbfd96-4899-4817-9c0c-98dac6620535} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.063625 [ 269 ] {22cbfd96-4899-4817-9c0c-98dac6620535} executeQuery: Read 1 rows, 69.00 B in 0.001067 sec., 937.207122774133 rows/sec., 63.15 KiB/sec. 2026.01.09 00:38:32.063660 [ 269 ] {22cbfd96-4899-4817-9c0c-98dac6620535} TCPHandler: Processed in 0.001229035 sec. 2026.01.09 00:38:32.063766 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:32.063858 [ 269 ] {b21c2413-1873-410f-bb9f-c4c72cf6d3de} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:32.063898 [ 269 ] {b21c2413-1873-410f-bb9f-c4c72cf6d3de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:32.064222 [ 269 ] {b21c2413-1873-410f-bb9f-c4c72cf6d3de} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:32.064258 [ 269 ] {b21c2413-1873-410f-bb9f-c4c72cf6d3de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:32.064559 [ 269 ] {b21c2413-1873-410f-bb9f-c4c72cf6d3de} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.09 00:38:32.064764 [ 269 ] {b21c2413-1873-410f-bb9f-c4c72cf6d3de} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:32.064891 [ 269 ] {b21c2413-1873-410f-bb9f-c4c72cf6d3de} executeQuery: Read 104 rows, 6.53 KiB in 0.001052 sec., 98859.31558935362 rows/sec., 6.06 MiB/sec. 2026.01.09 00:38:32.064926 [ 269 ] {b21c2413-1873-410f-bb9f-c4c72cf6d3de} TCPHandler: Processed in 0.001206574 sec. 2026.01.09 00:38:34.737749 [ 44 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:38:34.737803 [ 44 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:38:34.910171 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26839 2026.01.09 00:38:34.910647 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:34.910681 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:34.911142 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:38:34.911365 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:34.911486 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26839 2026.01.09 00:38:34.911486 [ 44 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.09 00:38:34.911535 [ 44 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:34.911553 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:34.911667 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.09 00:38:34.911804 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:34.911841 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24471 rows starting from the beginning of the part 2026.01.09 00:38:34.911904 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 448 rows starting from the beginning of the part 2026.01.09 00:38:34.911952 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 512 rows starting from the beginning of the part 2026.01.09 00:38:34.911992 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 448 rows starting from the beginning of the part 2026.01.09 00:38:34.912032 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 512 rows starting from the beginning of the part 2026.01.09 00:38:34.912068 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 448 rows starting from the beginning of the part 2026.01.09 00:38:34.914343 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26839 rows, containing 4 columns (4 merged, 0 gathered) in 0.002725107 sec., 9848787.588891005 rows/sec., 140.89 MiB/sec. 2026.01.09 00:38:34.914720 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.09 00:38:34.915105 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:34.915190 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_56_11} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.09 00:38:34.915319 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. 2026.01.09 00:38:34.982008 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1658 2026.01.09 00:38:34.984410 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:34.984452 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:34.985580 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:38:34.985844 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:34.985978 [ 44 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.09 00:38:34.986017 [ 44 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:34.986034 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:34.986095 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1658 2026.01.09 00:38:34.986110 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.09 00:38:34.986627 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:34.986756 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1480 rows starting from the beginning of the part 2026.01.09 00:38:34.987078 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part 2026.01.09 00:38:34.987386 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 34 rows starting from the beginning of the part 2026.01.09 00:38:34.987676 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part 2026.01.09 00:38:34.987952 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part 2026.01.09 00:38:34.988231 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part 2026.01.09 00:38:34.994333 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1658 rows, containing 72 columns (72 merged, 0 gathered) in 0.008258596 sec., 200760.51667862188 rows/sec., 157.63 MiB/sec. 2026.01.09 00:38:34.995940 [ 189 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.09 00:38:34.996479 [ 189 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:34.996545 [ 189 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_41_8} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.09 00:38:34.996823 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2026.01.09 00:38:36.346633 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.01.09 00:38:36.365113 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:36.365186 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:36.371468 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:38:36.372194 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:36.372515 [ 40 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.09 00:38:36.372588 [ 40 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:36.372611 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:36.372722 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.09 00:38:36.375727 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.01.09 00:38:36.376412 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:36.378038 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2026.01.09 00:38:36.383002 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.01.09 00:38:36.387707 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part 2026.01.09 00:38:36.392429 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part 2026.01.09 00:38:36.397326 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2026.01.09 00:38:36.401176 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.01.09 00:38:36.457024 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.084348121 sec., 5003.07529079397 rows/sec., 25.87 MiB/sec. 2026.01.09 00:38:36.460181 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.09 00:38:36.462211 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:36.462300 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_56_11} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.09 00:38:36.464730 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.01.09 00:38:37.040921 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:37.041116 [ 269 ] {7eff9388-3015-43a2-8806-51f4566a8383} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:37.041185 [ 269 ] {7eff9388-3015-43a2-8806-51f4566a8383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:37.041954 [ 269 ] {7eff9388-3015-43a2-8806-51f4566a8383} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:37.042004 [ 269 ] {7eff9388-3015-43a2-8806-51f4566a8383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:37.042399 [ 269 ] {7eff9388-3015-43a2-8806-51f4566a8383} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.09 00:38:37.042637 [ 269 ] {7eff9388-3015-43a2-8806-51f4566a8383} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:37.042791 [ 269 ] {7eff9388-3015-43a2-8806-51f4566a8383} executeQuery: Read 138 rows, 12.27 KiB in 0.001727 sec., 79907.3537927041 rows/sec., 6.94 MiB/sec. 2026.01.09 00:38:37.042831 [ 269 ] {7eff9388-3015-43a2-8806-51f4566a8383} TCPHandler: Processed in 0.002043928 sec. 2026.01.09 00:38:37.042961 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:37.043056 [ 269 ] {921e312c-47ef-4d26-b70e-08b6b18a96cf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:37.043096 [ 269 ] {921e312c-47ef-4d26-b70e-08b6b18a96cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:37.043559 [ 269 ] {921e312c-47ef-4d26-b70e-08b6b18a96cf} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:37.043596 [ 269 ] {921e312c-47ef-4d26-b70e-08b6b18a96cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:37.043896 [ 269 ] {921e312c-47ef-4d26-b70e-08b6b18a96cf} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:38:37.044102 [ 269 ] {921e312c-47ef-4d26-b70e-08b6b18a96cf} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:37.044238 [ 269 ] {921e312c-47ef-4d26-b70e-08b6b18a96cf} executeQuery: Read 41 rows, 3.08 KiB in 0.0012 sec., 34166.66666666667 rows/sec., 2.51 MiB/sec. 2026.01.09 00:38:37.044276 [ 269 ] {921e312c-47ef-4d26-b70e-08b6b18a96cf} TCPHandler: Processed in 0.001373569 sec. 2026.01.09 00:38:37.044397 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:37.044492 [ 269 ] {7339399d-d99e-45ed-b1bc-f5b9517fa810} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:37.044531 [ 269 ] {7339399d-d99e-45ed-b1bc-f5b9517fa810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:37.045028 [ 269 ] {7339399d-d99e-45ed-b1bc-f5b9517fa810} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:37.045066 [ 269 ] {7339399d-d99e-45ed-b1bc-f5b9517fa810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:37.045378 [ 269 ] {7339399d-d99e-45ed-b1bc-f5b9517fa810} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.09 00:38:37.045592 [ 269 ] {7339399d-d99e-45ed-b1bc-f5b9517fa810} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:37.045719 [ 269 ] {7339399d-d99e-45ed-b1bc-f5b9517fa810} executeQuery: Read 105 rows, 8.40 KiB in 0.001245 sec., 84337.34939759035 rows/sec., 6.59 MiB/sec. 2026.01.09 00:38:37.045757 [ 269 ] {7339399d-d99e-45ed-b1bc-f5b9517fa810} TCPHandler: Processed in 0.00141675 sec. 2026.01.09 00:38:37.045877 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:37.045973 [ 269 ] {2be322b1-0e66-45ad-94e1-05562eeacb40} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:37.046015 [ 269 ] {2be322b1-0e66-45ad-94e1-05562eeacb40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:37.046468 [ 269 ] {2be322b1-0e66-45ad-94e1-05562eeacb40} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:37.046515 [ 269 ] {2be322b1-0e66-45ad-94e1-05562eeacb40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:37.046849 [ 269 ] {2be322b1-0e66-45ad-94e1-05562eeacb40} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.09 00:38:37.047060 [ 269 ] {2be322b1-0e66-45ad-94e1-05562eeacb40} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:37.047193 [ 269 ] {2be322b1-0e66-45ad-94e1-05562eeacb40} executeQuery: Read 160 rows, 11.41 KiB in 0.001239 sec., 129136.40032284099 rows/sec., 8.99 MiB/sec. 2026.01.09 00:38:37.047232 [ 269 ] {2be322b1-0e66-45ad-94e1-05562eeacb40} TCPHandler: Processed in 0.00140361 sec. 2026.01.09 00:38:37.047338 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:37.047436 [ 269 ] {b62b000f-982f-4786-9370-80a7b786306a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:37.047492 [ 269 ] {b62b000f-982f-4786-9370-80a7b786306a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:38:37.048387 [ 269 ] {b62b000f-982f-4786-9370-80a7b786306a} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:37.048423 [ 269 ] {b62b000f-982f-4786-9370-80a7b786306a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:37.048990 [ 269 ] {b62b000f-982f-4786-9370-80a7b786306a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:38:37.049209 [ 269 ] {b62b000f-982f-4786-9370-80a7b786306a} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:37.049367 [ 29 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.09 00:38:37.049384 [ 269 ] {b62b000f-982f-4786-9370-80a7b786306a} executeQuery: Read 41 rows, 75.23 KiB in 0.001967 sec., 20843.924758515506 rows/sec., 37.35 MiB/sec. 2026.01.09 00:38:37.049405 [ 29 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:37.049425 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:37.049452 [ 269 ] {b62b000f-982f-4786-9370-80a7b786306a} TCPHandler: Processed in 0.002164971 sec. 2026.01.09 00:38:37.049564 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.09 00:38:37.049572 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:37.049722 [ 269 ] {f0690cdd-f4ba-4a1c-975b-e7b5049e567b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:37.049765 [ 269 ] {f0690cdd-f4ba-4a1c-975b-e7b5049e567b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:37.049870 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:37.049941 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1352 rows starting from the beginning of the part 2026.01.09 00:38:37.050089 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part 2026.01.09 00:38:37.050164 [ 269 ] {f0690cdd-f4ba-4a1c-975b-e7b5049e567b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:37.050211 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part 2026.01.09 00:38:37.050216 [ 269 ] {f0690cdd-f4ba-4a1c-975b-e7b5049e567b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:37.050312 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part 2026.01.09 00:38:37.050410 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part 2026.01.09 00:38:37.050498 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part 2026.01.09 00:38:37.050557 [ 269 ] {f0690cdd-f4ba-4a1c-975b-e7b5049e567b} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.09 00:38:37.050785 [ 269 ] {f0690cdd-f4ba-4a1c-975b-e7b5049e567b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:37.050930 [ 269 ] {f0690cdd-f4ba-4a1c-975b-e7b5049e567b} executeQuery: Read 60 rows, 4.14 KiB in 0.001229 sec., 48820.17900732302 rows/sec., 3.29 MiB/sec. 2026.01.09 00:38:37.050971 [ 269 ] {f0690cdd-f4ba-4a1c-975b-e7b5049e567b} TCPHandler: Processed in 0.001450162 sec. 2026.01.09 00:38:37.059235 [ 193 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1557 rows, containing 19 columns (19 merged, 0 gathered) in 0.009735148 sec., 159935.9352318013 rows/sec., 286.60 MiB/sec. 2026.01.09 00:38:37.060646 [ 195 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.09 00:38:37.060985 [ 195 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:37.061061 [ 195 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_41_8} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.09 00:38:37.061156 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.77 MiB. 2026.01.09 00:38:38.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 336.93 MiB, peak 348.88 MiB, free memory in arenas 0.00 B, will set to 341.91 MiB (RSS), difference: 4.98 MiB 2026.01.09 00:38:39.574656 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:39.574914 [ 269 ] {66ae434d-7df9-49d2-a584-88690189ace4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:38:39.575021 [ 269 ] {66ae434d-7df9-49d2-a584-88690189ace4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:38:39.576314 [ 269 ] {66ae434d-7df9-49d2-a584-88690189ace4} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.576385 [ 269 ] {66ae434d-7df9-49d2-a584-88690189ace4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.577057 [ 269 ] {66ae434d-7df9-49d2-a584-88690189ace4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:38:39.577441 [ 269 ] {66ae434d-7df9-49d2-a584-88690189ace4} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.577691 [ 269 ] {66ae434d-7df9-49d2-a584-88690189ace4} executeQuery: Read 410 rows, 26.63 KiB in 0.002846 sec., 144061.84118060436 rows/sec., 9.14 MiB/sec. 2026.01.09 00:38:39.577774 [ 269 ] {66ae434d-7df9-49d2-a584-88690189ace4} TCPHandler: Processed in 0.003329325 sec. 2026.01.09 00:38:39.578036 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:39.578183 [ 269 ] {1d5dd10e-40b7-4a54-aac4-acc5e6315b11} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:39.578250 [ 269 ] {1d5dd10e-40b7-4a54-aac4-acc5e6315b11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:39.580842 [ 269 ] {1d5dd10e-40b7-4a54-aac4-acc5e6315b11} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.580897 [ 269 ] {1d5dd10e-40b7-4a54-aac4-acc5e6315b11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.581586 [ 269 ] {1d5dd10e-40b7-4a54-aac4-acc5e6315b11} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.09 00:38:39.581923 [ 269 ] {1d5dd10e-40b7-4a54-aac4-acc5e6315b11} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.582132 [ 269 ] {1d5dd10e-40b7-4a54-aac4-acc5e6315b11} executeQuery: Read 2252 rows, 186.40 KiB in 0.003986 sec., 564977.4209734069 rows/sec., 45.67 MiB/sec. 2026.01.09 00:38:39.582204 [ 269 ] {1d5dd10e-40b7-4a54-aac4-acc5e6315b11} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:38:39.582232 [ 269 ] {1d5dd10e-40b7-4a54-aac4-acc5e6315b11} TCPHandler: Processed in 0.004268941 sec. 2026.01.09 00:38:39.582423 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:39.582569 [ 269 ] {921e4e1e-92ba-494a-89c5-3cb81f3404a5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:39.582636 [ 269 ] {921e4e1e-92ba-494a-89c5-3cb81f3404a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:39.583477 [ 269 ] {921e4e1e-92ba-494a-89c5-3cb81f3404a5} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.583532 [ 269 ] {921e4e1e-92ba-494a-89c5-3cb81f3404a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.584034 [ 269 ] {921e4e1e-92ba-494a-89c5-3cb81f3404a5} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:38:39.584400 [ 269 ] {921e4e1e-92ba-494a-89c5-3cb81f3404a5} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.584616 [ 269 ] {921e4e1e-92ba-494a-89c5-3cb81f3404a5} executeQuery: Read 205 rows, 12.32 KiB in 0.002084 sec., 98368.52207293667 rows/sec., 5.77 MiB/sec. 2026.01.09 00:38:39.584679 [ 269 ] {921e4e1e-92ba-494a-89c5-3cb81f3404a5} TCPHandler: Processed in 0.002328657 sec. 2026.01.09 00:38:39.584866 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:39.585003 [ 269 ] {f83b9c0b-51e9-4285-821a-12a8e4401c39} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:38:39.585067 [ 269 ] {f83b9c0b-51e9-4285-821a-12a8e4401c39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:38:39.585978 [ 269 ] {f83b9c0b-51e9-4285-821a-12a8e4401c39} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.586030 [ 269 ] {f83b9c0b-51e9-4285-821a-12a8e4401c39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.586556 [ 269 ] {f83b9c0b-51e9-4285-821a-12a8e4401c39} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:38:39.586923 [ 269 ] {f83b9c0b-51e9-4285-821a-12a8e4401c39} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.587118 [ 269 ] {f83b9c0b-51e9-4285-821a-12a8e4401c39} executeQuery: Read 440 rows, 29.81 KiB in 0.002148 sec., 204841.71322160147 rows/sec., 13.55 MiB/sec. 2026.01.09 00:38:39.587177 [ 269 ] {f83b9c0b-51e9-4285-821a-12a8e4401c39} TCPHandler: Processed in 0.002381878 sec. 2026.01.09 00:38:39.587359 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:39.587493 [ 269 ] {333b2903-b061-4da1-ae7a-516b6c5ca0a6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:38:39.587555 [ 269 ] {333b2903-b061-4da1-ae7a-516b6c5ca0a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:38:39.588348 [ 269 ] {333b2903-b061-4da1-ae7a-516b6c5ca0a6} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.588398 [ 269 ] {333b2903-b061-4da1-ae7a-516b6c5ca0a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.588811 [ 269 ] {333b2903-b061-4da1-ae7a-516b6c5ca0a6} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:38:39.589102 [ 269 ] {333b2903-b061-4da1-ae7a-516b6c5ca0a6} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.589289 [ 269 ] {333b2903-b061-4da1-ae7a-516b6c5ca0a6} executeQuery: Read 211 rows, 12.27 KiB in 0.001827 sec., 115489.87411056376 rows/sec., 6.56 MiB/sec. 2026.01.09 00:38:39.589342 [ 269 ] {333b2903-b061-4da1-ae7a-516b6c5ca0a6} TCPHandler: Processed in 0.002045918 sec. 2026.01.09 00:38:39.589505 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:39.589628 [ 269 ] {7699767d-8240-4f7c-b1a8-b8e8ac34adc5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:39.589680 [ 269 ] {7699767d-8240-4f7c-b1a8-b8e8ac34adc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:39.590913 [ 269 ] {7699767d-8240-4f7c-b1a8-b8e8ac34adc5} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.590958 [ 269 ] {7699767d-8240-4f7c-b1a8-b8e8ac34adc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.591455 [ 269 ] {7699767d-8240-4f7c-b1a8-b8e8ac34adc5} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.09 00:38:39.591753 [ 269 ] {7699767d-8240-4f7c-b1a8-b8e8ac34adc5} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.591933 [ 269 ] {7699767d-8240-4f7c-b1a8-b8e8ac34adc5} executeQuery: Read 1135 rows, 82.76 KiB in 0.002335 sec., 486081.37044967886 rows/sec., 34.61 MiB/sec. 2026.01.09 00:38:39.591985 [ 269 ] {7699767d-8240-4f7c-b1a8-b8e8ac34adc5} TCPHandler: Processed in 0.002544553 sec. 2026.01.09 00:38:39.592154 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:39.592279 [ 269 ] {012b9f6b-820b-43a4-bb76-02476ed1f60f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:38:39.592336 [ 269 ] {012b9f6b-820b-43a4-bb76-02476ed1f60f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:38:39.592812 [ 269 ] {012b9f6b-820b-43a4-bb76-02476ed1f60f} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.592860 [ 269 ] {012b9f6b-820b-43a4-bb76-02476ed1f60f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.593286 [ 269 ] {012b9f6b-820b-43a4-bb76-02476ed1f60f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:38:39.593615 [ 269 ] {012b9f6b-820b-43a4-bb76-02476ed1f60f} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.593808 [ 269 ] {012b9f6b-820b-43a4-bb76-02476ed1f60f} executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec. 2026.01.09 00:38:39.593867 [ 269 ] {012b9f6b-820b-43a4-bb76-02476ed1f60f} TCPHandler: Processed in 0.00178082 sec. 2026.01.09 00:38:39.594042 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:39.594174 [ 269 ] {2ae68261-2c4e-4738-814e-51e54932ee5d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:39.594235 [ 269 ] {2ae68261-2c4e-4738-814e-51e54932ee5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:39.595160 [ 269 ] {2ae68261-2c4e-4738-814e-51e54932ee5d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.595208 [ 269 ] {2ae68261-2c4e-4738-814e-51e54932ee5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.595819 [ 269 ] {2ae68261-2c4e-4738-814e-51e54932ee5d} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.09 00:38:39.596140 [ 269 ] {2ae68261-2c4e-4738-814e-51e54932ee5d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.596341 [ 269 ] {2ae68261-2c4e-4738-814e-51e54932ee5d} executeQuery: Read 934 rows, 63.32 KiB in 0.002195 sec., 425512.5284738041 rows/sec., 28.17 MiB/sec. 2026.01.09 00:38:39.596399 [ 269 ] {2ae68261-2c4e-4738-814e-51e54932ee5d} TCPHandler: Processed in 0.002421339 sec. 2026.01.09 00:38:39.596609 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:39.596744 [ 269 ] {40592196-ddf3-4550-a7a4-0e94726a0389} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:38:39.596806 [ 269 ] {40592196-ddf3-4550-a7a4-0e94726a0389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:38:39.597319 [ 269 ] {40592196-ddf3-4550-a7a4-0e94726a0389} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.597369 [ 269 ] {40592196-ddf3-4550-a7a4-0e94726a0389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.597823 [ 269 ] {40592196-ddf3-4550-a7a4-0e94726a0389} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:38:39.598162 [ 269 ] {40592196-ddf3-4550-a7a4-0e94726a0389} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.598363 [ 27 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 2026.01.09 00:38:39.598418 [ 269 ] {40592196-ddf3-4550-a7a4-0e94726a0389} executeQuery: Read 1 rows, 69.00 B in 0.00166 sec., 602.4096385542168 rows/sec., 40.59 KiB/sec. 2026.01.09 00:38:39.598459 [ 27 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.598482 [ 269 ] {40592196-ddf3-4550-a7a4-0e94726a0389} TCPHandler: Processed in 0.001939756 sec. 2026.01.09 00:38:39.598499 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.598641 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full 2026.01.09 00:38:39.598665 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:39.598780 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:39.598791 [ 269 ] {a3e82527-de36-4dab-b9c6-0e9593076206} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:39.598828 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 37 rows starting from the beginning of the part 2026.01.09 00:38:39.598857 [ 269 ] {a3e82527-de36-4dab-b9c6-0e9593076206} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:39.598916 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part 2026.01.09 00:38:39.598988 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2026.01.09 00:38:39.599060 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part 2026.01.09 00:38:39.599125 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2026.01.09 00:38:39.599190 [ 197 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part 2026.01.09 00:38:39.599495 [ 269 ] {a3e82527-de36-4dab-b9c6-0e9593076206} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:39.599546 [ 269 ] {a3e82527-de36-4dab-b9c6-0e9593076206} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:39.600018 [ 269 ] {a3e82527-de36-4dab-b9c6-0e9593076206} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.09 00:38:39.600345 [ 195 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.001766901 sec., 23770.43195968535 rows/sec., 1.56 MiB/sec. 2026.01.09 00:38:39.600404 [ 269 ] {a3e82527-de36-4dab-b9c6-0e9593076206} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.600528 [ 193 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) 2026.01.09 00:38:39.600633 [ 269 ] {a3e82527-de36-4dab-b9c6-0e9593076206} executeQuery: Read 80 rows, 4.87 KiB in 0.001868 sec., 42826.552462526764 rows/sec., 2.55 MiB/sec. 2026.01.09 00:38:39.600691 [ 269 ] {a3e82527-de36-4dab-b9c6-0e9593076206} TCPHandler: Processed in 0.002090179 sec. 2026.01.09 00:38:39.600899 [ 193 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:39.600988 [ 193 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_42_9} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 2026.01.09 00:38:39.601075 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:38:40.310554 [ 24 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.01.09 00:38:40.310619 [ 24 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:40.310647 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.01.09 00:38:40.310790 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.01.09 00:38:40.310937 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:40.310977 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part 2026.01.09 00:38:40.311048 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2026.01.09 00:38:40.311098 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2026.01.09 00:38:40.311152 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2026.01.09 00:38:40.311194 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2026.01.09 00:38:40.311991 [ 193 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001268886 sec., 31523.714502327235 rows/sec., 2.63 MiB/sec. 2026.01.09 00:38:40.312206 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.01.09 00:38:40.312550 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:40.312643 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_21_5} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.01.09 00:38:40.312747 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:38:40.405764 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35945 2026.01.09 00:38:40.405859 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.405886 [ 352 ] {} TCP-Session: ca6099c3-80ec-46b5-a385-952e65e89ead Authenticating user 'default' from [fd00:1122:3344:101::e]:35945 2026.01.09 00:38:40.405907 [ 352 ] {} TCP-Session: ca6099c3-80ec-46b5-a385-952e65e89ead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.405920 [ 352 ] {} TCP-Session: ca6099c3-80ec-46b5-a385-952e65e89ead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.406127 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39193 2026.01.09 00:38:40.406181 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60941 2026.01.09 00:38:40.406206 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56779 2026.01.09 00:38:40.406250 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.406189 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51993 2026.01.09 00:38:40.406292 [ 353 ] {} TCP-Session: 2029248c-a419-4a2b-82f8-b95df94e9855 Authenticating user 'default' from [fd00:1122:3344:101::e]:39193 2026.01.09 00:38:40.406296 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.406323 [ 352 ] {} TCP-Session: ca6099c3-80ec-46b5-a385-952e65e89ead Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:40.406326 [ 353 ] {} TCP-Session: 2029248c-a419-4a2b-82f8-b95df94e9855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.406347 [ 355 ] {} TCP-Session: f9406da4-f4df-409c-aeaf-fbd590670cf1 Authenticating user 'default' from [fd00:1122:3344:101::e]:60941 2026.01.09 00:38:40.406369 [ 353 ] {} TCP-Session: 2029248c-a419-4a2b-82f8-b95df94e9855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.406391 [ 355 ] {} TCP-Session: f9406da4-f4df-409c-aeaf-fbd590670cf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.406347 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.406413 [ 355 ] {} TCP-Session: f9406da4-f4df-409c-aeaf-fbd590670cf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.406192 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61136 2026.01.09 00:38:40.406456 [ 289 ] {} TCP-Session: 6cfe74a9-5987-41a8-9cd5-21c548984f45 Authenticating user 'default' from [fd00:1122:3344:101::e]:56779 2026.01.09 00:38:40.406186 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57721 2026.01.09 00:38:40.406499 [ 289 ] {} TCP-Session: 6cfe74a9-5987-41a8-9cd5-21c548984f45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.406517 [ 352 ] {14838bfd-e673-4936-a856-8f45e615bc02} executeQuery: (from [fd00:1122:3344:101::e]:35945) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:38:40.406525 [ 289 ] {} TCP-Session: 6cfe74a9-5987-41a8-9cd5-21c548984f45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.406214 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47550 2026.01.09 00:38:40.406221 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56738 2026.01.09 00:38:40.406632 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.406674 [ 286 ] {} TCP-Session: f7db80ad-f24d-4aa5-b612-ded48ed9e705 Authenticating user 'default' from [fd00:1122:3344:101::e]:51993 2026.01.09 00:38:40.406698 [ 286 ] {} TCP-Session: f7db80ad-f24d-4aa5-b612-ded48ed9e705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.406718 [ 286 ] {} TCP-Session: f7db80ad-f24d-4aa5-b612-ded48ed9e705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.406820 [ 352 ] {14838bfd-e673-4936-a856-8f45e615bc02} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:38:40.406883 [ 352 ] {14838bfd-e673-4936-a856-8f45e615bc02} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:38:40.407049 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.407077 [ 288 ] {} TCP-Session: d347b8c2-ea35-4970-ab6f-1a9506491c77 Authenticating user 'default' from [fd00:1122:3344:101::e]:61136 2026.01.09 00:38:40.407096 [ 288 ] {} TCP-Session: d347b8c2-ea35-4970-ab6f-1a9506491c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.407109 [ 288 ] {} TCP-Session: d347b8c2-ea35-4970-ab6f-1a9506491c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.407180 [ 352 ] {14838bfd-e673-4936-a856-8f45e615bc02} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:38:40.407181 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.407232 [ 290 ] {} TCP-Session: b75f3a24-457a-4634-b125-bd6d4e93e4e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:47550 2026.01.09 00:38:40.407251 [ 290 ] {} TCP-Session: b75f3a24-457a-4634-b125-bd6d4e93e4e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.407265 [ 290 ] {} TCP-Session: b75f3a24-457a-4634-b125-bd6d4e93e4e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.407693 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.407737 [ 354 ] {} TCP-Session: 689390f5-e1d6-41c3-ac61-7a3c3897be3e Authenticating user 'default' from [fd00:1122:3344:101::e]:57721 2026.01.09 00:38:40.407761 [ 354 ] {} TCP-Session: 689390f5-e1d6-41c3-ac61-7a3c3897be3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.407782 [ 354 ] {} TCP-Session: 689390f5-e1d6-41c3-ac61-7a3c3897be3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.407830 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.407866 [ 351 ] {} TCP-Session: 87cf5757-fff7-443a-8e79-5911786725ea Authenticating user 'default' from [fd00:1122:3344:101::e]:56738 2026.01.09 00:38:40.407903 [ 351 ] {} TCP-Session: 87cf5757-fff7-443a-8e79-5911786725ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.407919 [ 351 ] {} TCP-Session: 87cf5757-fff7-443a-8e79-5911786725ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.408235 [ 301 ] {14838bfd-e673-4936-a856-8f45e615bc02} AggregatingTransform: Aggregating 2026.01.09 00:38:40.408280 [ 301 ] {14838bfd-e673-4936-a856-8f45e615bc02} Aggregator: Aggregation method: without_key 2026.01.09 00:38:40.408319 [ 301 ] {14838bfd-e673-4936-a856-8f45e615bc02} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001027339 sec. (973.389 rows/sec., 38.02 KiB/sec.) 2026.01.09 00:38:40.408340 [ 301 ] {14838bfd-e673-4936-a856-8f45e615bc02} Aggregator: Merging aggregated data 2026.01.09 00:38:40.410097 [ 352 ] {14838bfd-e673-4936-a856-8f45e615bc02} executeQuery: Read 1 rows, 40.00 B in 0.003642 sec., 274.57440966501923 rows/sec., 10.73 KiB/sec. 2026.01.09 00:38:40.410249 [ 352 ] {14838bfd-e673-4936-a856-8f45e615bc02} TCPHandler: Processed in 0.004045995 sec. 2026.01.09 00:38:40.410371 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.410398 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.410399 [ 352 ] {} TCP-Session: ca6099c3-80ec-46b5-a385-952e65e89ead Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.410422 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.410435 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.410454 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.410491 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.410497 [ 286 ] {} TCP-Session: f7db80ad-f24d-4aa5-b612-ded48ed9e705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.410510 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.410528 [ 354 ] {} TCP-Session: 689390f5-e1d6-41c3-ac61-7a3c3897be3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.410532 [ 289 ] {} TCP-Session: 6cfe74a9-5987-41a8-9cd5-21c548984f45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.410526 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.410564 [ 288 ] {} TCP-Session: d347b8c2-ea35-4970-ab6f-1a9506491c77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.410611 [ 290 ] {} TCP-Session: b75f3a24-457a-4634-b125-bd6d4e93e4e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.410475 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.410475 [ 351 ] {} TCP-Session: 87cf5757-fff7-443a-8e79-5911786725ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.410444 [ 353 ] {} TCP-Session: 2029248c-a419-4a2b-82f8-b95df94e9855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.410690 [ 355 ] {} TCP-Session: f9406da4-f4df-409c-aeaf-fbd590670cf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.411772 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33565 2026.01.09 00:38:40.411824 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.411842 [ 352 ] {} TCP-Session: 2e6dd6ea-3b36-4413-9588-a654d2023020 Authenticating user 'default' from [fd00:1122:3344:101::e]:33565 2026.01.09 00:38:40.411859 [ 352 ] {} TCP-Session: 2e6dd6ea-3b36-4413-9588-a654d2023020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.411871 [ 352 ] {} TCP-Session: 2e6dd6ea-3b36-4413-9588-a654d2023020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412052 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52653 2026.01.09 00:38:40.412066 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50917 2026.01.09 00:38:40.412082 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59509 2026.01.09 00:38:40.412094 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49966 2026.01.09 00:38:40.412118 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.412151 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.412164 [ 353 ] {} TCP-Session: b5f9c15c-4f65-4c90-8f93-1046b8463ef3 Authenticating user 'default' from [fd00:1122:3344:101::e]:52653 2026.01.09 00:38:40.412162 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.412182 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.412191 [ 353 ] {} TCP-Session: b5f9c15c-4f65-4c90-8f93-1046b8463ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412114 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62832 2026.01.09 00:38:40.412244 [ 288 ] {} TCP-Session: ae266a75-8202-4ce8-9280-90ad2bdf3bb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:49966 2026.01.09 00:38:40.412104 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64214 2026.01.09 00:38:40.412279 [ 288 ] {} TCP-Session: ae266a75-8202-4ce8-9280-90ad2bdf3bb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412078 [ 352 ] {} TCP-Session: 2e6dd6ea-3b36-4413-9588-a654d2023020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:40.412307 [ 288 ] {} TCP-Session: ae266a75-8202-4ce8-9280-90ad2bdf3bb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412308 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.412329 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.412059 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64473 2026.01.09 00:38:40.412372 [ 289 ] {} TCP-Session: f132f235-ac3a-405b-bdbb-da64c37c35aa Authenticating user 'default' from [fd00:1122:3344:101::e]:64214 2026.01.09 00:38:40.412223 [ 286 ] {} TCP-Session: 5bc85b72-6bc7-4331-95ce-8e037c80984b Authenticating user 'default' from [fd00:1122:3344:101::e]:59509 2026.01.09 00:38:40.412401 [ 289 ] {} TCP-Session: f132f235-ac3a-405b-bdbb-da64c37c35aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412423 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.412429 [ 352 ] {d312dfc0-5966-4b06-b6ce-9bae803554cb} executeQuery: (from [fd00:1122:3344:101::e]:33565) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:38:40.412447 [ 354 ] {} TCP-Session: 7d73759a-c56c-417c-a235-359b2ce89cad Authenticating user 'default' from [fd00:1122:3344:101::e]:64473 2026.01.09 00:38:40.412435 [ 289 ] {} TCP-Session: f132f235-ac3a-405b-bdbb-da64c37c35aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412474 [ 354 ] {} TCP-Session: 7d73759a-c56c-417c-a235-359b2ce89cad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412426 [ 286 ] {} TCP-Session: 5bc85b72-6bc7-4331-95ce-8e037c80984b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412492 [ 354 ] {} TCP-Session: 7d73759a-c56c-417c-a235-359b2ce89cad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412513 [ 286 ] {} TCP-Session: 5bc85b72-6bc7-4331-95ce-8e037c80984b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412364 [ 290 ] {} TCP-Session: 9404c468-74db-4a9b-98f2-ed4d56abe8db Authenticating user 'default' from [fd00:1122:3344:101::e]:62832 2026.01.09 00:38:40.412223 [ 353 ] {} TCP-Session: b5f9c15c-4f65-4c90-8f93-1046b8463ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412576 [ 290 ] {} TCP-Session: 9404c468-74db-4a9b-98f2-ed4d56abe8db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412181 [ 355 ] {} TCP-Session: 7ddfacf6-02fe-459e-93c3-fb3a77f9251e Authenticating user 'default' from [fd00:1122:3344:101::e]:50917 2026.01.09 00:38:40.412608 [ 290 ] {} TCP-Session: 9404c468-74db-4a9b-98f2-ed4d56abe8db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412609 [ 352 ] {d312dfc0-5966-4b06-b6ce-9bae803554cb} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:38:40.412624 [ 355 ] {} TCP-Session: 7ddfacf6-02fe-459e-93c3-fb3a77f9251e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412116 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48011 2026.01.09 00:38:40.412661 [ 355 ] {} TCP-Session: 7ddfacf6-02fe-459e-93c3-fb3a77f9251e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412668 [ 352 ] {d312dfc0-5966-4b06-b6ce-9bae803554cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:38:40.412706 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.412732 [ 351 ] {} TCP-Session: 9bb1bda0-fd7b-4468-9057-fc72f66f11a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:48011 2026.01.09 00:38:40.412747 [ 351 ] {} TCP-Session: 9bb1bda0-fd7b-4468-9057-fc72f66f11a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412758 [ 351 ] {} TCP-Session: 9bb1bda0-fd7b-4468-9057-fc72f66f11a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.412901 [ 352 ] {d312dfc0-5966-4b06-b6ce-9bae803554cb} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:38:40.413720 [ 301 ] {d312dfc0-5966-4b06-b6ce-9bae803554cb} AggregatingTransform: Aggregating 2026.01.09 00:38:40.413755 [ 301 ] {d312dfc0-5966-4b06-b6ce-9bae803554cb} Aggregator: Aggregation method: without_key 2026.01.09 00:38:40.413785 [ 301 ] {d312dfc0-5966-4b06-b6ce-9bae803554cb} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000801293 sec. (1247.983 rows/sec., 48.75 KiB/sec.) 2026.01.09 00:38:40.413803 [ 301 ] {d312dfc0-5966-4b06-b6ce-9bae803554cb} Aggregator: Merging aggregated data 2026.01.09 00:38:40.415047 [ 352 ] {d312dfc0-5966-4b06-b6ce-9bae803554cb} executeQuery: Read 1 rows, 40.00 B in 0.002652 sec., 377.0739064856712 rows/sec., 14.73 KiB/sec. 2026.01.09 00:38:40.415176 [ 352 ] {d312dfc0-5966-4b06-b6ce-9bae803554cb} TCPHandler: Processed in 0.00315012 sec. 2026.01.09 00:38:40.415281 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.415304 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.415309 [ 352 ] {} TCP-Session: 2e6dd6ea-3b36-4413-9588-a654d2023020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.415321 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.415336 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.415367 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.415396 [ 288 ] {} TCP-Session: ae266a75-8202-4ce8-9280-90ad2bdf3bb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.415408 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.415425 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.415429 [ 355 ] {} TCP-Session: 7ddfacf6-02fe-459e-93c3-fb3a77f9251e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.415451 [ 286 ] {} TCP-Session: 5bc85b72-6bc7-4331-95ce-8e037c80984b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.415468 [ 290 ] {} TCP-Session: 9404c468-74db-4a9b-98f2-ed4d56abe8db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.415388 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.415354 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.415532 [ 289 ] {} TCP-Session: f132f235-ac3a-405b-bdbb-da64c37c35aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.415380 [ 353 ] {} TCP-Session: b5f9c15c-4f65-4c90-8f93-1046b8463ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.415552 [ 354 ] {} TCP-Session: 7d73759a-c56c-417c-a235-359b2ce89cad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.415346 [ 351 ] {} TCP-Session: 9bb1bda0-fd7b-4468-9057-fc72f66f11a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464070 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51065 2026.01.09 00:38:40.464149 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.464173 [ 352 ] {} TCP-Session: 88e0c9e8-ff2d-4cfa-92af-3311346476c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51065 2026.01.09 00:38:40.464190 [ 352 ] {} TCP-Session: 88e0c9e8-ff2d-4cfa-92af-3311346476c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464202 [ 352 ] {} TCP-Session: 88e0c9e8-ff2d-4cfa-92af-3311346476c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464418 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40080 2026.01.09 00:38:40.464442 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54905 2026.01.09 00:38:40.464466 [ 352 ] {} TCP-Session: 88e0c9e8-ff2d-4cfa-92af-3311346476c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:40.464473 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50414 2026.01.09 00:38:40.464463 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50780 2026.01.09 00:38:40.464539 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.464449 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48951 2026.01.09 00:38:40.464596 [ 286 ] {} TCP-Session: d2517214-182d-435e-b1f8-f4f2068fcc06 Authenticating user 'default' from [fd00:1122:3344:101::e]:54905 2026.01.09 00:38:40.464610 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.464626 [ 352 ] {77484a80-441e-4dcb-a8cc-31eaedfc4b9c} executeQuery: (from [fd00:1122:3344:101::e]:51065) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:38:40.464634 [ 286 ] {} TCP-Session: d2517214-182d-435e-b1f8-f4f2068fcc06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464655 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.464679 [ 286 ] {} TCP-Session: d2517214-182d-435e-b1f8-f4f2068fcc06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464696 [ 288 ] {} TCP-Session: bd6002fa-91d8-4362-b06d-c336e52dbd80 Authenticating user 'default' from [fd00:1122:3344:101::e]:48951 2026.01.09 00:38:40.464630 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.464724 [ 288 ] {} TCP-Session: bd6002fa-91d8-4362-b06d-c336e52dbd80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464432 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64202 2026.01.09 00:38:40.464753 [ 288 ] {} TCP-Session: bd6002fa-91d8-4362-b06d-c336e52dbd80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464752 [ 289 ] {} TCP-Session: 3fd7ffbb-932a-4f69-8e1b-d24edec2cedb Authenticating user 'default' from [fd00:1122:3344:101::e]:50780 2026.01.09 00:38:40.464653 [ 290 ] {} TCP-Session: bc3d4ed2-5698-482c-8bb4-698abf81317e Authenticating user 'default' from [fd00:1122:3344:101::e]:50414 2026.01.09 00:38:40.464830 [ 289 ] {} TCP-Session: 3fd7ffbb-932a-4f69-8e1b-d24edec2cedb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464840 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.464854 [ 289 ] {} TCP-Session: 3fd7ffbb-932a-4f69-8e1b-d24edec2cedb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464846 [ 352 ] {77484a80-441e-4dcb-a8cc-31eaedfc4b9c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:38:40.464873 [ 354 ] {} TCP-Session: c54caf5c-d5c3-48cd-a571-aa7c48a4b8a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:64202 2026.01.09 00:38:40.464856 [ 290 ] {} TCP-Session: bc3d4ed2-5698-482c-8bb4-698abf81317e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464913 [ 354 ] {} TCP-Session: c54caf5c-d5c3-48cd-a571-aa7c48a4b8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464921 [ 352 ] {77484a80-441e-4dcb-a8cc-31eaedfc4b9c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:38:40.464943 [ 354 ] {} TCP-Session: c54caf5c-d5c3-48cd-a571-aa7c48a4b8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464931 [ 290 ] {} TCP-Session: bc3d4ed2-5698-482c-8bb4-698abf81317e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.464539 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.464478 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45188 2026.01.09 00:38:40.465026 [ 353 ] {} TCP-Session: 798296f5-8282-409d-a153-0da102c0e348 Authenticating user 'default' from [fd00:1122:3344:101::e]:40080 2026.01.09 00:38:40.464431 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54833 2026.01.09 00:38:40.465060 [ 353 ] {} TCP-Session: 798296f5-8282-409d-a153-0da102c0e348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.465092 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.465095 [ 353 ] {} TCP-Session: 798296f5-8282-409d-a153-0da102c0e348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.465122 [ 351 ] {} TCP-Session: f81e6d3e-9cdd-4aef-ba0a-405a16ce804c Authenticating user 'default' from [fd00:1122:3344:101::e]:45188 2026.01.09 00:38:40.465126 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:38:40.465144 [ 351 ] {} TCP-Session: f81e6d3e-9cdd-4aef-ba0a-405a16ce804c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.465154 [ 355 ] {} TCP-Session: 2dc4df31-cef8-4f3a-b0ec-ee888ea0f785 Authenticating user 'default' from [fd00:1122:3344:101::e]:54833 2026.01.09 00:38:40.465157 [ 351 ] {} TCP-Session: f81e6d3e-9cdd-4aef-ba0a-405a16ce804c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.465171 [ 355 ] {} TCP-Session: 2dc4df31-cef8-4f3a-b0ec-ee888ea0f785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.465184 [ 355 ] {} TCP-Session: 2dc4df31-cef8-4f3a-b0ec-ee888ea0f785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.465196 [ 352 ] {77484a80-441e-4dcb-a8cc-31eaedfc4b9c} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:38:40.466075 [ 328 ] {77484a80-441e-4dcb-a8cc-31eaedfc4b9c} AggregatingTransform: Aggregating 2026.01.09 00:38:40.466135 [ 328 ] {77484a80-441e-4dcb-a8cc-31eaedfc4b9c} Aggregator: Aggregation method: without_key 2026.01.09 00:38:40.466175 [ 328 ] {77484a80-441e-4dcb-a8cc-31eaedfc4b9c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000877655 sec. (1139.400 rows/sec., 44.51 KiB/sec.) 2026.01.09 00:38:40.466196 [ 328 ] {77484a80-441e-4dcb-a8cc-31eaedfc4b9c} Aggregator: Merging aggregated data 2026.01.09 00:38:40.467611 [ 352 ] {77484a80-441e-4dcb-a8cc-31eaedfc4b9c} executeQuery: Read 1 rows, 40.00 B in 0.00303 sec., 330.03300330033 rows/sec., 12.89 KiB/sec. 2026.01.09 00:38:40.467752 [ 352 ] {77484a80-441e-4dcb-a8cc-31eaedfc4b9c} TCPHandler: Processed in 0.003370066 sec. 2026.01.09 00:38:40.467854 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.467878 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.467892 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.467907 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.467928 [ 351 ] {} TCP-Session: f81e6d3e-9cdd-4aef-ba0a-405a16ce804c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.467918 [ 290 ] {} TCP-Session: bc3d4ed2-5698-482c-8bb4-698abf81317e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.467934 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.467951 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.467963 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.467989 [ 288 ] {} TCP-Session: bd6002fa-91d8-4362-b06d-c336e52dbd80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.468004 [ 353 ] {} TCP-Session: 798296f5-8282-409d-a153-0da102c0e348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.468015 [ 286 ] {} TCP-Session: d2517214-182d-435e-b1f8-f4f2068fcc06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.467979 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.467922 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:38:40.467952 [ 355 ] {} TCP-Session: 2dc4df31-cef8-4f3a-b0ec-ee888ea0f785 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.468074 [ 289 ] {} TCP-Session: 3fd7ffbb-932a-4f69-8e1b-d24edec2cedb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.468088 [ 354 ] {} TCP-Session: c54caf5c-d5c3-48cd-a571-aa7c48a4b8a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:40.467881 [ 352 ] {} TCP-Session: 88e0c9e8-ff2d-4cfa-92af-3311346476c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:38:42.034428 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:42.034623 [ 269 ] {ed6fe34c-6cdc-4a30-aa19-a74368c926ea} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:42.034689 [ 269 ] {ed6fe34c-6cdc-4a30-aa19-a74368c926ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:42.035365 [ 269 ] {ed6fe34c-6cdc-4a30-aa19-a74368c926ea} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:42.035417 [ 269 ] {ed6fe34c-6cdc-4a30-aa19-a74368c926ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:42.035816 [ 269 ] {ed6fe34c-6cdc-4a30-aa19-a74368c926ea} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.09 00:38:42.036055 [ 269 ] {ed6fe34c-6cdc-4a30-aa19-a74368c926ea} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:42.036224 [ 269 ] {ed6fe34c-6cdc-4a30-aa19-a74368c926ea} executeQuery: Read 56 rows, 4.41 KiB in 0.001645 sec., 34042.553191489365 rows/sec., 2.62 MiB/sec. 2026.01.09 00:38:42.036238 [ 31 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.09 00:38:42.036278 [ 269 ] {ed6fe34c-6cdc-4a30-aa19-a74368c926ea} TCPHandler: Processed in 0.001978587 sec. 2026.01.09 00:38:42.036336 [ 31 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:42.036378 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:42.036430 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:42.036518 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.09 00:38:42.036541 [ 269 ] {fcde6719-471f-4b44-a6f5-3198bf34e3fb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:42.036614 [ 269 ] {fcde6719-471f-4b44-a6f5-3198bf34e3fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:42.036681 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:42.036725 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2466 rows starting from the beginning of the part 2026.01.09 00:38:42.036803 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 139 rows starting from the beginning of the part 2026.01.09 00:38:42.036859 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:38:42.036910 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 138 rows starting from the beginning of the part 2026.01.09 00:38:42.036955 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:38:42.036998 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part 2026.01.09 00:38:42.037083 [ 269 ] {fcde6719-471f-4b44-a6f5-3198bf34e3fb} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:42.037127 [ 269 ] {fcde6719-471f-4b44-a6f5-3198bf34e3fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:42.037489 [ 269 ] {fcde6719-471f-4b44-a6f5-3198bf34e3fb} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.09 00:38:42.037733 [ 269 ] {fcde6719-471f-4b44-a6f5-3198bf34e3fb} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:42.037861 [ 31 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.09 00:38:42.037876 [ 269 ] {fcde6719-471f-4b44-a6f5-3198bf34e3fb} executeQuery: Read 64 rows, 5.12 KiB in 0.001357 sec., 47162.859248341934 rows/sec., 3.68 MiB/sec. 2026.01.09 00:38:42.037897 [ 31 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:42.037922 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:42.037924 [ 269 ] {fcde6719-471f-4b44-a6f5-3198bf34e3fb} TCPHandler: Processed in 0.001546444 sec. 2026.01.09 00:38:42.038017 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.09 00:38:42.038051 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:42.038141 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:42.038156 [ 269 ] {6a35c62f-5903-48c2-9141-b360cf1753cb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:42.038180 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1250 rows starting from the beginning of the part 2026.01.09 00:38:42.038206 [ 269 ] {6a35c62f-5903-48c2-9141-b360cf1753cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:42.038254 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 107 rows starting from the beginning of the part 2026.01.09 00:38:42.038306 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 679 rows starting from the beginning of the part 2026.01.09 00:38:42.038351 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 105 rows starting from the beginning of the part 2026.01.09 00:38:42.038393 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:38:42.038435 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part 2026.01.09 00:38:42.038605 [ 269 ] {6a35c62f-5903-48c2-9141-b360cf1753cb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:42.038648 [ 269 ] {6a35c62f-5903-48c2-9141-b360cf1753cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:42.039012 [ 269 ] {6a35c62f-5903-48c2-9141-b360cf1753cb} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.09 00:38:42.039196 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 6163 rows, containing 5 columns (5 merged, 0 gathered) in 0.002742318 sec., 2247368.831769328 rows/sec., 190.87 MiB/sec. 2026.01.09 00:38:42.039255 [ 269 ] {6a35c62f-5903-48c2-9141-b360cf1753cb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:42.039380 [ 31 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 5 parts from all_1_91_18 to all_95_95_0 2026.01.09 00:38:42.039399 [ 269 ] {6a35c62f-5903-48c2-9141-b360cf1753cb} executeQuery: Read 64 rows, 4.56 KiB in 0.001262 sec., 50713.153724247226 rows/sec., 3.53 MiB/sec. 2026.01.09 00:38:42.039412 [ 31 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:42.039443 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:42.039448 [ 269 ] {6a35c62f-5903-48c2-9141-b360cf1753cb} TCPHandler: Processed in 0.001447332 sec. 2026.01.09 00:38:42.039465 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.09 00:38:42.039541 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} MergeTask::PrepareStage: Merging 5 parts: from all_1_91_18 to all_95_95_0 into Compact with storage Full 2026.01.09 00:38:42.039568 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:42.039679 [ 269 ] {736e3c2f-44ad-4ccc-87a1-32434a054849} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:42.039696 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:42.039724 [ 269 ] {736e3c2f-44ad-4ccc-87a1-32434a054849} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:42.039738 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 28194 rows starting from the beginning of the part 2026.01.09 00:38:42.039751 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:42.039812 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 161 rows starting from the beginning of the part 2026.01.09 00:38:42.039842 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_96_19} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.09 00:38:42.039865 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 314 rows starting from the beginning of the part 2026.01.09 00:38:42.039899 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3340 rows, containing 5 columns (5 merged, 0 gathered) in 0.001924954 sec., 1735106.3973476768 rows/sec., 131.25 MiB/sec. 2026.01.09 00:38:42.039916 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2026.01.09 00:38:42.039944 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.09 00:38:42.039973 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 934 rows starting from the beginning of the part 2026.01.09 00:38:42.040056 [ 269 ] {736e3c2f-44ad-4ccc-87a1-32434a054849} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:42.040099 [ 269 ] {736e3c2f-44ad-4ccc-87a1-32434a054849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:42.040153 [ 187 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.09 00:38:42.040478 [ 187 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:42.040483 [ 269 ] {736e3c2f-44ad-4ccc-87a1-32434a054849} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.09 00:38:42.040561 [ 187 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_96_19} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.09 00:38:42.040678 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.09 00:38:42.040734 [ 269 ] {736e3c2f-44ad-4ccc-87a1-32434a054849} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:42.040870 [ 31 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.09 00:38:42.040879 [ 269 ] {736e3c2f-44ad-4ccc-87a1-32434a054849} executeQuery: Read 24 rows, 1.66 KiB in 0.001218 sec., 19704.433497536946 rows/sec., 1.33 MiB/sec. 2026.01.09 00:38:42.040907 [ 31 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:42.040931 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:42.040931 [ 269 ] {736e3c2f-44ad-4ccc-87a1-32434a054849} TCPHandler: Processed in 0.00141218 sec. 2026.01.09 00:38:42.041016 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.09 00:38:42.041116 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:42.041142 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 6264 rows starting from the beginning of the part 2026.01.09 00:38:42.041191 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2026.01.09 00:38:42.041228 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 104 rows starting from the beginning of the part 2026.01.09 00:38:42.041268 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2026.01.09 00:38:42.041302 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 80 rows starting from the beginning of the part 2026.01.09 00:38:42.041338 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 24 rows starting from the beginning of the part 2026.01.09 00:38:42.043278 [ 189 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 6592 rows, containing 4 columns (4 merged, 0 gathered) in 0.002294056 sec., 2873513.113890855 rows/sec., 183.11 MiB/sec. 2026.01.09 00:38:42.043732 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.09 00:38:42.044045 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:42.044134 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_96_19} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.09 00:38:42.044229 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.01.09 00:38:42.047285 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 29763 rows, containing 5 columns (5 merged, 0 gathered) in 0.007793482 sec., 3818960.510847398 rows/sec., 256.84 MiB/sec. 2026.01.09 00:38:42.047788 [ 191 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2026.01.09 00:38:42.048078 [ 191 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:42.048153 [ 191 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_95_19} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 5 parts: [all_1_91_18, all_95_95_0] -> all_1_95_19 2026.01.09 00:38:42.048250 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.01.09 00:38:42.411654 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27351 2026.01.09 00:38:42.412473 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:42.412522 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:42.412998 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:38:42.413243 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:42.413391 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27351 2026.01.09 00:38:43.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 342.34 MiB, peak 353.13 MiB, free memory in arenas 0.00 B, will set to 343.67 MiB (RSS), difference: 1.33 MiB 2026.01.09 00:38:43.875802 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.01.09 00:38:43.891834 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:43.891890 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:43.897150 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:38:43.897836 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:43.900752 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.01.09 00:38:44.986306 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1704 2026.01.09 00:38:44.988843 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:44.988891 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:44.990098 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:38:44.990370 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:44.990632 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1704 2026.01.09 00:38:47.040431 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:47.040642 [ 269 ] {62a62322-5933-4a64-ae57-1e630a0470c2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:47.040711 [ 269 ] {62a62322-5933-4a64-ae57-1e630a0470c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:47.041500 [ 269 ] {62a62322-5933-4a64-ae57-1e630a0470c2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:47.041555 [ 269 ] {62a62322-5933-4a64-ae57-1e630a0470c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:47.041988 [ 269 ] {62a62322-5933-4a64-ae57-1e630a0470c2} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.09 00:38:47.042255 [ 269 ] {62a62322-5933-4a64-ae57-1e630a0470c2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:47.042428 [ 269 ] {62a62322-5933-4a64-ae57-1e630a0470c2} executeQuery: Read 139 rows, 12.36 KiB in 0.001829 sec., 75997.81301257518 rows/sec., 6.60 MiB/sec. 2026.01.09 00:38:47.042482 [ 269 ] {62a62322-5933-4a64-ae57-1e630a0470c2} TCPHandler: Processed in 0.002184092 sec. 2026.01.09 00:38:47.042615 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:47.042722 [ 269 ] {b4c19033-c569-4ab3-9cad-a6319a02b296} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:47.042767 [ 269 ] {b4c19033-c569-4ab3-9cad-a6319a02b296} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:47.043213 [ 269 ] {b4c19033-c569-4ab3-9cad-a6319a02b296} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:47.043253 [ 269 ] {b4c19033-c569-4ab3-9cad-a6319a02b296} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:47.043571 [ 269 ] {b4c19033-c569-4ab3-9cad-a6319a02b296} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.09 00:38:47.043784 [ 269 ] {b4c19033-c569-4ab3-9cad-a6319a02b296} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:47.043922 [ 269 ] {b4c19033-c569-4ab3-9cad-a6319a02b296} executeQuery: Read 41 rows, 3.08 KiB in 0.001224 sec., 33496.73202614379 rows/sec., 2.46 MiB/sec. 2026.01.09 00:38:47.043964 [ 269 ] {b4c19033-c569-4ab3-9cad-a6319a02b296} TCPHandler: Processed in 0.00140218 sec. 2026.01.09 00:38:47.044076 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:47.044174 [ 269 ] {5f185d32-e4b2-43cf-bca8-b67213e7e8d0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:38:47.044215 [ 269 ] {5f185d32-e4b2-43cf-bca8-b67213e7e8d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:38:47.044615 [ 269 ] {5f185d32-e4b2-43cf-bca8-b67213e7e8d0} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:47.044652 [ 269 ] {5f185d32-e4b2-43cf-bca8-b67213e7e8d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:47.044948 [ 269 ] {5f185d32-e4b2-43cf-bca8-b67213e7e8d0} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:38:47.045159 [ 269 ] {5f185d32-e4b2-43cf-bca8-b67213e7e8d0} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:47.045274 [ 34 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.09 00:38:47.045295 [ 269 ] {5f185d32-e4b2-43cf-bca8-b67213e7e8d0} executeQuery: Read 1 rows, 68.00 B in 0.001139 sec., 877.9631255487269 rows/sec., 58.30 KiB/sec. 2026.01.09 00:38:47.045345 [ 34 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:47.045355 [ 269 ] {5f185d32-e4b2-43cf-bca8-b67213e7e8d0} TCPHandler: Processed in 0.001329187 sec. 2026.01.09 00:38:47.045377 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:47.045478 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:47.045479 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.09 00:38:47.045579 [ 269 ] {b5203380-3c50-4c9a-bb98-c10971461395} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:47.045597 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:47.045620 [ 269 ] {b5203380-3c50-4c9a-bb98-c10971461395} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:47.045632 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 466 rows starting from the beginning of the part 2026.01.09 00:38:47.045697 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 440 rows starting from the beginning of the part 2026.01.09 00:38:47.045746 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part 2026.01.09 00:38:47.045794 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 212 rows starting from the beginning of the part 2026.01.09 00:38:47.045837 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 440 rows starting from the beginning of the part 2026.01.09 00:38:47.045884 [ 189 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part 2026.01.09 00:38:47.046063 [ 269 ] {b5203380-3c50-4c9a-bb98-c10971461395} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:47.046099 [ 269 ] {b5203380-3c50-4c9a-bb98-c10971461395} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:47.046418 [ 269 ] {b5203380-3c50-4c9a-bb98-c10971461395} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.09 00:38:47.046656 [ 269 ] {b5203380-3c50-4c9a-bb98-c10971461395} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:47.046790 [ 269 ] {b5203380-3c50-4c9a-bb98-c10971461395} executeQuery: Read 105 rows, 8.40 KiB in 0.001228 sec., 85504.88599348535 rows/sec., 6.68 MiB/sec. 2026.01.09 00:38:47.046831 [ 269 ] {b5203380-3c50-4c9a-bb98-c10971461395} TCPHandler: Processed in 0.00140194 sec. 2026.01.09 00:38:47.046959 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:47.047005 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1771 rows, containing 5 columns (5 merged, 0 gathered) in 0.001564324 sec., 1132118.4102526074 rows/sec., 79.02 MiB/sec. 2026.01.09 00:38:47.047055 [ 269 ] {d8420807-8450-48b9-9219-4cf01549febb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:47.047104 [ 269 ] {d8420807-8450-48b9-9219-4cf01549febb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:47.047237 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.09 00:38:47.047539 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:47.047549 [ 269 ] {d8420807-8450-48b9-9219-4cf01549febb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:47.047592 [ 269 ] {d8420807-8450-48b9-9219-4cf01549febb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:47.047623 [ 198 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_46_9} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.09 00:38:47.047724 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.09 00:38:47.047941 [ 269 ] {d8420807-8450-48b9-9219-4cf01549febb} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.09 00:38:47.048157 [ 269 ] {d8420807-8450-48b9-9219-4cf01549febb} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:47.048294 [ 269 ] {d8420807-8450-48b9-9219-4cf01549febb} executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. 2026.01.09 00:38:47.048333 [ 269 ] {d8420807-8450-48b9-9219-4cf01549febb} TCPHandler: Processed in 0.00142464 sec. 2026.01.09 00:38:47.048437 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:47.048532 [ 269 ] {8f04e475-8709-42e9-993d-6adae90460cd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:38:47.048576 [ 269 ] {8f04e475-8709-42e9-993d-6adae90460cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:38:47.048894 [ 269 ] {8f04e475-8709-42e9-993d-6adae90460cd} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:47.048930 [ 269 ] {8f04e475-8709-42e9-993d-6adae90460cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:47.049224 [ 269 ] {8f04e475-8709-42e9-993d-6adae90460cd} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:38:47.049442 [ 269 ] {8f04e475-8709-42e9-993d-6adae90460cd} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:47.049575 [ 269 ] {8f04e475-8709-42e9-993d-6adae90460cd} executeQuery: Read 1 rows, 65.00 B in 0.001059 sec., 944.2870632672332 rows/sec., 59.94 KiB/sec. 2026.01.09 00:38:47.049614 [ 269 ] {8f04e475-8709-42e9-993d-6adae90460cd} TCPHandler: Processed in 0.001224924 sec. 2026.01.09 00:38:47.049716 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:47.049810 [ 269 ] {a7c4bb5e-2d48-4d04-a4bc-6beac2ff41de} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:47.049864 [ 269 ] {a7c4bb5e-2d48-4d04-a4bc-6beac2ff41de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:38:47.050746 [ 269 ] {a7c4bb5e-2d48-4d04-a4bc-6beac2ff41de} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:47.050783 [ 269 ] {a7c4bb5e-2d48-4d04-a4bc-6beac2ff41de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:47.051352 [ 269 ] {a7c4bb5e-2d48-4d04-a4bc-6beac2ff41de} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:38:47.051582 [ 269 ] {a7c4bb5e-2d48-4d04-a4bc-6beac2ff41de} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:47.051726 [ 269 ] {a7c4bb5e-2d48-4d04-a4bc-6beac2ff41de} executeQuery: Read 41 rows, 75.23 KiB in 0.001932 sec., 21221.53209109731 rows/sec., 38.03 MiB/sec. 2026.01.09 00:38:47.051798 [ 269 ] {a7c4bb5e-2d48-4d04-a4bc-6beac2ff41de} TCPHandler: Processed in 0.002131331 sec. 2026.01.09 00:38:47.051942 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:47.052039 [ 269 ] {11ba050c-49f6-4676-b05b-2dd4cff1e179} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:47.052082 [ 269 ] {11ba050c-49f6-4676-b05b-2dd4cff1e179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:47.052442 [ 269 ] {11ba050c-49f6-4676-b05b-2dd4cff1e179} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:47.052478 [ 269 ] {11ba050c-49f6-4676-b05b-2dd4cff1e179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:47.052804 [ 269 ] {11ba050c-49f6-4676-b05b-2dd4cff1e179} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.09 00:38:47.053016 [ 269 ] {11ba050c-49f6-4676-b05b-2dd4cff1e179} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:47.053149 [ 269 ] {11ba050c-49f6-4676-b05b-2dd4cff1e179} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2026.01.09 00:38:47.053186 [ 269 ] {11ba050c-49f6-4676-b05b-2dd4cff1e179} TCPHandler: Processed in 0.001293277 sec. 2026.01.09 00:38:49.737860 [ 32 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:38:49.737931 [ 32 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:38:49.914483 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27799 2026.01.09 00:38:49.914998 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:49.915040 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:49.915530 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:38:49.915763 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:49.915910 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27799 2026.01.09 00:38:50.143175 [ 30 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 5 parts from all_1_37_8 to all_41_41_0 2026.01.09 00:38:50.143253 [ 30 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:50.143278 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:50.143407 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_8 to all_41_41_0 into Compact with storage Full 2026.01.09 00:38:50.143561 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:50.143599 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 223 rows starting from the beginning of the part 2026.01.09 00:38:50.143675 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 211 rows starting from the beginning of the part 2026.01.09 00:38:50.143722 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 211 rows starting from the beginning of the part 2026.01.09 00:38:50.143764 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 211 rows starting from the beginning of the part 2026.01.09 00:38:50.143804 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 211 rows starting from the beginning of the part 2026.01.09 00:38:50.144688 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001340199 sec., 796150.4224372649 rows/sec., 48.42 MiB/sec. 2026.01.09 00:38:50.144907 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) 2026.01.09 00:38:50.145276 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:50.145372 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_41_9} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 5 parts: [all_1_37_8, all_41_41_0] -> all_1_41_9 2026.01.09 00:38:50.145475 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:38:50.528825 [ 30 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 5 parts from all_1_37_8 to all_41_41_0 2026.01.09 00:38:50.528900 [ 30 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:50.528926 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:50.529057 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_8 to all_41_41_0 into Compact with storage Full 2026.01.09 00:38:50.529226 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:50.529275 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 434 rows starting from the beginning of the part 2026.01.09 00:38:50.529352 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 410 rows starting from the beginning of the part 2026.01.09 00:38:50.529408 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 410 rows starting from the beginning of the part 2026.01.09 00:38:50.529458 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 410 rows starting from the beginning of the part 2026.01.09 00:38:50.529507 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 410 rows starting from the beginning of the part 2026.01.09 00:38:50.530578 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.001583325 sec., 1309901.6310612161 rows/sec., 88.39 MiB/sec. 2026.01.09 00:38:50.530807 [ 199 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) 2026.01.09 00:38:50.531176 [ 199 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:50.531270 [ 199 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_41_9} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 5 parts: [all_1_37_8, all_41_41_0] -> all_1_41_9 2026.01.09 00:38:50.531374 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:38:51.401739 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.01.09 00:38:51.418688 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:51.418749 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:51.424333 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:38:51.425097 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:51.428467 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.01.09 00:38:52.049255 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:52.049451 [ 269 ] {cfb19d13-db2d-455a-94c7-cef7e22a3f00} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:38:52.049519 [ 269 ] {cfb19d13-db2d-455a-94c7-cef7e22a3f00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:38:52.050379 [ 269 ] {cfb19d13-db2d-455a-94c7-cef7e22a3f00} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.050440 [ 269 ] {cfb19d13-db2d-455a-94c7-cef7e22a3f00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.050876 [ 269 ] {cfb19d13-db2d-455a-94c7-cef7e22a3f00} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:38:52.051126 [ 269 ] {cfb19d13-db2d-455a-94c7-cef7e22a3f00} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.051307 [ 269 ] {cfb19d13-db2d-455a-94c7-cef7e22a3f00} executeQuery: Read 410 rows, 26.63 KiB in 0.001902 sec., 215562.56572029443 rows/sec., 13.67 MiB/sec. 2026.01.09 00:38:52.051363 [ 269 ] {cfb19d13-db2d-455a-94c7-cef7e22a3f00} TCPHandler: Processed in 0.002248453 sec. 2026.01.09 00:38:52.051493 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:52.051597 [ 269 ] {fa4e4997-9d6f-49b0-b7e0-950eb91b4bbe} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:52.051644 [ 269 ] {fa4e4997-9d6f-49b0-b7e0-950eb91b4bbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:52.052874 [ 269 ] {fa4e4997-9d6f-49b0-b7e0-950eb91b4bbe} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.052914 [ 269 ] {fa4e4997-9d6f-49b0-b7e0-950eb91b4bbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.053317 [ 269 ] {fa4e4997-9d6f-49b0-b7e0-950eb91b4bbe} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.09 00:38:52.053542 [ 269 ] {fa4e4997-9d6f-49b0-b7e0-950eb91b4bbe} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.053692 [ 269 ] {fa4e4997-9d6f-49b0-b7e0-950eb91b4bbe} executeQuery: Read 1112 rows, 89.84 KiB in 0.002117 sec., 525271.6107699575 rows/sec., 41.44 MiB/sec. 2026.01.09 00:38:52.053733 [ 269 ] {fa4e4997-9d6f-49b0-b7e0-950eb91b4bbe} TCPHandler: Processed in 0.002293995 sec. 2026.01.09 00:38:52.053848 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:52.053947 [ 269 ] {91d92e2a-f2ef-4fa0-9e7a-1f741cdc2def} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:52.053990 [ 269 ] {91d92e2a-f2ef-4fa0-9e7a-1f741cdc2def} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:52.054584 [ 269 ] {91d92e2a-f2ef-4fa0-9e7a-1f741cdc2def} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.054619 [ 269 ] {91d92e2a-f2ef-4fa0-9e7a-1f741cdc2def} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.054970 [ 269 ] {91d92e2a-f2ef-4fa0-9e7a-1f741cdc2def} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.09 00:38:52.055202 [ 269 ] {91d92e2a-f2ef-4fa0-9e7a-1f741cdc2def} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.055320 [ 65 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.09 00:38:52.055358 [ 65 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.055361 [ 269 ] {91d92e2a-f2ef-4fa0-9e7a-1f741cdc2def} executeQuery: Read 205 rows, 12.32 KiB in 0.001431 sec., 143256.464011181 rows/sec., 8.40 MiB/sec. 2026.01.09 00:38:52.055377 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.055408 [ 269 ] {91d92e2a-f2ef-4fa0-9e7a-1f741cdc2def} TCPHandler: Processed in 0.001608876 sec. 2026.01.09 00:38:52.055492 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.09 00:38:52.055528 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:52.055634 [ 269 ] {a921443e-bb5b-44c2-ba83-827c5bde1768} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:38:52.055637 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:38:52.055679 [ 269 ] {a921443e-bb5b-44c2-ba83-827c5bde1768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:38:52.055688 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 278 rows starting from the beginning of the part 2026.01.09 00:38:52.055762 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 205 rows starting from the beginning of the part 2026.01.09 00:38:52.055809 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 41 rows starting from the beginning of the part 2026.01.09 00:38:52.055851 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 205 rows starting from the beginning of the part 2026.01.09 00:38:52.055889 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 41 rows starting from the beginning of the part 2026.01.09 00:38:52.055929 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 205 rows starting from the beginning of the part 2026.01.09 00:38:52.056246 [ 269 ] {a921443e-bb5b-44c2-ba83-827c5bde1768} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.056287 [ 269 ] {a921443e-bb5b-44c2-ba83-827c5bde1768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.056624 [ 269 ] {a921443e-bb5b-44c2-ba83-827c5bde1768} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:38:52.056843 [ 269 ] {a921443e-bb5b-44c2-ba83-827c5bde1768} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.056889 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 975 rows, containing 5 columns (5 merged, 0 gathered) in 0.001446252 sec., 674156.3710888559 rows/sec., 43.67 MiB/sec. 2026.01.09 00:38:52.056976 [ 269 ] {a921443e-bb5b-44c2-ba83-827c5bde1768} executeQuery: Read 212 rows, 14.00 KiB in 0.00136 sec., 155882.35294117645 rows/sec., 10.05 MiB/sec. 2026.01.09 00:38:52.057020 [ 269 ] {a921443e-bb5b-44c2-ba83-827c5bde1768} TCPHandler: Processed in 0.001542473 sec. 2026.01.09 00:38:52.057056 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.09 00:38:52.057143 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:52.057245 [ 269 ] {f1c54ae6-d915-4efd-9ef4-209e9fb40d3e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:38:52.057286 [ 269 ] {f1c54ae6-d915-4efd-9ef4-209e9fb40d3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:38:52.057329 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.057409 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_81_16} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.09 00:38:52.057485 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.09 00:38:52.057839 [ 269 ] {f1c54ae6-d915-4efd-9ef4-209e9fb40d3e} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.057879 [ 269 ] {f1c54ae6-d915-4efd-9ef4-209e9fb40d3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.058209 [ 269 ] {f1c54ae6-d915-4efd-9ef4-209e9fb40d3e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:38:52.058430 [ 269 ] {f1c54ae6-d915-4efd-9ef4-209e9fb40d3e} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.058560 [ 269 ] {f1c54ae6-d915-4efd-9ef4-209e9fb40d3e} executeQuery: Read 211 rows, 12.27 KiB in 0.001333 sec., 158289.57239309826 rows/sec., 8.99 MiB/sec. 2026.01.09 00:38:52.058599 [ 269 ] {f1c54ae6-d915-4efd-9ef4-209e9fb40d3e} TCPHandler: Processed in 0.001506734 sec. 2026.01.09 00:38:52.058709 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:52.058804 [ 269 ] {050579d3-fbef-4ce1-827d-3b4a5959587e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:52.058844 [ 269 ] {050579d3-fbef-4ce1-827d-3b4a5959587e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:52.059631 [ 269 ] {050579d3-fbef-4ce1-827d-3b4a5959587e} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.059666 [ 269 ] {050579d3-fbef-4ce1-827d-3b4a5959587e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.060013 [ 269 ] {050579d3-fbef-4ce1-827d-3b4a5959587e} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.09 00:38:52.060253 [ 269 ] {050579d3-fbef-4ce1-827d-3b4a5959587e} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.060398 [ 269 ] {050579d3-fbef-4ce1-827d-3b4a5959587e} executeQuery: Read 679 rows, 48.47 KiB in 0.001609 sec., 422001.2430080796 rows/sec., 29.42 MiB/sec. 2026.01.09 00:38:52.060437 [ 269 ] {050579d3-fbef-4ce1-827d-3b4a5959587e} TCPHandler: Processed in 0.001776321 sec. 2026.01.09 00:38:52.060547 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:52.060643 [ 269 ] {0c31fc23-f985-45f3-a74b-b10b826023bb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:38:52.060684 [ 269 ] {0c31fc23-f985-45f3-a74b-b10b826023bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:38:52.061028 [ 269 ] {0c31fc23-f985-45f3-a74b-b10b826023bb} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.061062 [ 269 ] {0c31fc23-f985-45f3-a74b-b10b826023bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.061367 [ 269 ] {0c31fc23-f985-45f3-a74b-b10b826023bb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:38:52.061580 [ 269 ] {0c31fc23-f985-45f3-a74b-b10b826023bb} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.061707 [ 269 ] {0c31fc23-f985-45f3-a74b-b10b826023bb} executeQuery: Read 6 rows, 321.00 B in 0.001081 sec., 5550.416281221092 rows/sec., 289.99 KiB/sec. 2026.01.09 00:38:52.061743 [ 269 ] {0c31fc23-f985-45f3-a74b-b10b826023bb} TCPHandler: Processed in 0.001246475 sec. 2026.01.09 00:38:52.061854 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:52.061949 [ 269 ] {3242c0ac-dd20-4e12-b547-7b22aed142d1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:52.061991 [ 269 ] {3242c0ac-dd20-4e12-b547-7b22aed142d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:52.062469 [ 269 ] {3242c0ac-dd20-4e12-b547-7b22aed142d1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.062504 [ 269 ] {3242c0ac-dd20-4e12-b547-7b22aed142d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.062849 [ 269 ] {3242c0ac-dd20-4e12-b547-7b22aed142d1} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.09 00:38:52.063067 [ 269 ] {3242c0ac-dd20-4e12-b547-7b22aed142d1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.063211 [ 269 ] {3242c0ac-dd20-4e12-b547-7b22aed142d1} executeQuery: Read 314 rows, 21.12 KiB in 0.001279 sec., 245504.30023455826 rows/sec., 16.13 MiB/sec. 2026.01.09 00:38:52.063249 [ 269 ] {3242c0ac-dd20-4e12-b547-7b22aed142d1} TCPHandler: Processed in 0.001444451 sec. 2026.01.09 00:38:52.063352 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:52.063446 [ 269 ] {114e2983-88d4-4c2e-9cc7-3816a4b8b2cf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:38:52.063488 [ 269 ] {114e2983-88d4-4c2e-9cc7-3816a4b8b2cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:38:52.063813 [ 269 ] {114e2983-88d4-4c2e-9cc7-3816a4b8b2cf} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.063847 [ 269 ] {114e2983-88d4-4c2e-9cc7-3816a4b8b2cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.064142 [ 269 ] {114e2983-88d4-4c2e-9cc7-3816a4b8b2cf} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:38:52.064385 [ 269 ] {114e2983-88d4-4c2e-9cc7-3816a4b8b2cf} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.064527 [ 269 ] {114e2983-88d4-4c2e-9cc7-3816a4b8b2cf} executeQuery: Read 1 rows, 69.00 B in 0.001097 sec., 911.5770282588878 rows/sec., 61.42 KiB/sec. 2026.01.09 00:38:52.064563 [ 269 ] {114e2983-88d4-4c2e-9cc7-3816a4b8b2cf} TCPHandler: Processed in 0.001260176 sec. 2026.01.09 00:38:52.064673 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:52.064768 [ 269 ] {8631f698-cd16-4229-ad51-889d911955e0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:52.064808 [ 269 ] {8631f698-cd16-4229-ad51-889d911955e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:52.065155 [ 269 ] {8631f698-cd16-4229-ad51-889d911955e0} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:52.065189 [ 269 ] {8631f698-cd16-4229-ad51-889d911955e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:52.065507 [ 269 ] {8631f698-cd16-4229-ad51-889d911955e0} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.09 00:38:52.065719 [ 269 ] {8631f698-cd16-4229-ad51-889d911955e0} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:52.065858 [ 269 ] {8631f698-cd16-4229-ad51-889d911955e0} executeQuery: Read 104 rows, 6.53 KiB in 0.001107 sec., 93947.6061427281 rows/sec., 5.76 MiB/sec. 2026.01.09 00:38:52.065895 [ 269 ] {8631f698-cd16-4229-ad51-889d911955e0} TCPHandler: Processed in 0.001269816 sec. 2026.01.09 00:38:54.991708 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1740 2026.01.09 00:38:54.994108 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:54.994163 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:54.995370 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:38:54.995648 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:54.996009 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1740 2026.01.09 00:38:57.040520 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:57.040892 [ 269 ] {73caa95e-7414-4968-bb1b-c8ad61468e55} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:38:57.040993 [ 269 ] {73caa95e-7414-4968-bb1b-c8ad61468e55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:38:57.041592 [ 269 ] {73caa95e-7414-4968-bb1b-c8ad61468e55} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:57.041643 [ 269 ] {73caa95e-7414-4968-bb1b-c8ad61468e55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:57.042017 [ 269 ] {73caa95e-7414-4968-bb1b-c8ad61468e55} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.09 00:38:57.042319 [ 269 ] {73caa95e-7414-4968-bb1b-c8ad61468e55} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:57.042488 [ 269 ] {73caa95e-7414-4968-bb1b-c8ad61468e55} executeQuery: Read 14 rows, 1.14 KiB in 0.001661 sec., 8428.657435279953 rows/sec., 687.30 KiB/sec. 2026.01.09 00:38:57.042539 [ 269 ] {73caa95e-7414-4968-bb1b-c8ad61468e55} TCPHandler: Processed in 0.002179552 sec. 2026.01.09 00:38:57.042766 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:57.042874 [ 269 ] {46c92082-3fa5-400a-bf1a-eaad8ca7709a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:38:57.042919 [ 269 ] {46c92082-3fa5-400a-bf1a-eaad8ca7709a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:38:57.043440 [ 269 ] {46c92082-3fa5-400a-bf1a-eaad8ca7709a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:57.043478 [ 269 ] {46c92082-3fa5-400a-bf1a-eaad8ca7709a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:57.043814 [ 269 ] {46c92082-3fa5-400a-bf1a-eaad8ca7709a} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.09 00:38:57.044053 [ 269 ] {46c92082-3fa5-400a-bf1a-eaad8ca7709a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:57.044195 [ 269 ] {46c92082-3fa5-400a-bf1a-eaad8ca7709a} executeQuery: Read 145 rows, 12.78 KiB in 0.001344 sec., 107886.90476190476 rows/sec., 9.29 MiB/sec. 2026.01.09 00:38:57.044236 [ 269 ] {46c92082-3fa5-400a-bf1a-eaad8ca7709a} TCPHandler: Processed in 0.001523263 sec. 2026.01.09 00:38:57.044342 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:57.044438 [ 269 ] {5392c629-8b76-4caa-8740-812eae0fa22c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:38:57.044479 [ 269 ] {5392c629-8b76-4caa-8740-812eae0fa22c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:38:57.044890 [ 269 ] {5392c629-8b76-4caa-8740-812eae0fa22c} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:57.044927 [ 269 ] {5392c629-8b76-4caa-8740-812eae0fa22c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:57.045236 [ 269 ] {5392c629-8b76-4caa-8740-812eae0fa22c} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.09 00:38:57.045449 [ 269 ] {5392c629-8b76-4caa-8740-812eae0fa22c} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:57.045581 [ 269 ] {5392c629-8b76-4caa-8740-812eae0fa22c} executeQuery: Read 55 rows, 4.06 KiB in 0.001161 sec., 47372.95434969854 rows/sec., 3.42 MiB/sec. 2026.01.09 00:38:57.045619 [ 269 ] {5392c629-8b76-4caa-8740-812eae0fa22c} TCPHandler: Processed in 0.001328358 sec. 2026.01.09 00:38:57.045731 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:57.045826 [ 269 ] {9de6c67e-00a5-4163-8eba-cdd65a6a0b4b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:38:57.045866 [ 269 ] {9de6c67e-00a5-4163-8eba-cdd65a6a0b4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:38:57.046305 [ 269 ] {9de6c67e-00a5-4163-8eba-cdd65a6a0b4b} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:57.046342 [ 269 ] {9de6c67e-00a5-4163-8eba-cdd65a6a0b4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:57.046652 [ 269 ] {9de6c67e-00a5-4163-8eba-cdd65a6a0b4b} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.09 00:38:57.046862 [ 269 ] {9de6c67e-00a5-4163-8eba-cdd65a6a0b4b} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:57.046992 [ 269 ] {9de6c67e-00a5-4163-8eba-cdd65a6a0b4b} executeQuery: Read 119 rows, 9.54 KiB in 0.001182 sec., 100676.81895093061 rows/sec., 7.88 MiB/sec. 2026.01.09 00:38:57.047030 [ 269 ] {9de6c67e-00a5-4163-8eba-cdd65a6a0b4b} TCPHandler: Processed in 0.001348068 sec. 2026.01.09 00:38:57.047142 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:57.047237 [ 269 ] {82934dbe-1ea0-4bd8-beba-6de0706e852a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:57.047281 [ 269 ] {82934dbe-1ea0-4bd8-beba-6de0706e852a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:38:57.047692 [ 269 ] {82934dbe-1ea0-4bd8-beba-6de0706e852a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:57.047728 [ 269 ] {82934dbe-1ea0-4bd8-beba-6de0706e852a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:57.048063 [ 269 ] {82934dbe-1ea0-4bd8-beba-6de0706e852a} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.09 00:38:57.048276 [ 269 ] {82934dbe-1ea0-4bd8-beba-6de0706e852a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:57.048408 [ 269 ] {82934dbe-1ea0-4bd8-beba-6de0706e852a} executeQuery: Read 167 rows, 11.90 KiB in 0.001187 sec., 140690.81718618367 rows/sec., 9.79 MiB/sec. 2026.01.09 00:38:57.048446 [ 269 ] {82934dbe-1ea0-4bd8-beba-6de0706e852a} TCPHandler: Processed in 0.001356468 sec. 2026.01.09 00:38:57.048549 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:57.048643 [ 269 ] {725517de-ee54-447b-9ec8-d0e5f596c9fb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:38:57.048698 [ 269 ] {725517de-ee54-447b-9ec8-d0e5f596c9fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:38:57.049575 [ 269 ] {725517de-ee54-447b-9ec8-d0e5f596c9fb} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:57.049611 [ 269 ] {725517de-ee54-447b-9ec8-d0e5f596c9fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:57.050204 [ 269 ] {725517de-ee54-447b-9ec8-d0e5f596c9fb} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:38:57.050432 [ 269 ] {725517de-ee54-447b-9ec8-d0e5f596c9fb} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:57.050572 [ 269 ] {725517de-ee54-447b-9ec8-d0e5f596c9fb} executeQuery: Read 41 rows, 75.23 KiB in 0.001946 sec., 21068.8591983556 rows/sec., 37.75 MiB/sec. 2026.01.09 00:38:57.050639 [ 269 ] {725517de-ee54-447b-9ec8-d0e5f596c9fb} TCPHandler: Processed in 0.002138951 sec. 2026.01.09 00:38:57.050750 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:38:57.050845 [ 269 ] {50caec50-c631-42ca-a3ca-7a381bc2bf11} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:38:57.050888 [ 269 ] {50caec50-c631-42ca-a3ca-7a381bc2bf11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:38:57.051230 [ 269 ] {50caec50-c631-42ca-a3ca-7a381bc2bf11} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:57.051266 [ 269 ] {50caec50-c631-42ca-a3ca-7a381bc2bf11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:57.051571 [ 269 ] {50caec50-c631-42ca-a3ca-7a381bc2bf11} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.09 00:38:57.051781 [ 269 ] {50caec50-c631-42ca-a3ca-7a381bc2bf11} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:57.051911 [ 269 ] {50caec50-c631-42ca-a3ca-7a381bc2bf11} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.01.09 00:38:57.051947 [ 269 ] {50caec50-c631-42ca-a3ca-7a381bc2bf11} TCPHandler: Processed in 0.001247406 sec. 2026.01.09 00:38:57.416945 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28311 2026.01.09 00:38:57.417470 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:57.417516 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:57.418011 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:38:57.418293 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:57.418439 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28311 2026.01.09 00:38:58.928539 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.01.09 00:38:58.946014 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:38:58.946077 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.01.09 00:38:58.952250 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:38:58.952975 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:38:58.955891 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.01.09 00:39:02.049627 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:02.049817 [ 269 ] {ef3aa92a-0fcb-4505-8ba0-207044712346} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:39:02.049881 [ 269 ] {ef3aa92a-0fcb-4505-8ba0-207044712346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:39:02.050848 [ 269 ] {ef3aa92a-0fcb-4505-8ba0-207044712346} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.050895 [ 269 ] {ef3aa92a-0fcb-4505-8ba0-207044712346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.051313 [ 269 ] {ef3aa92a-0fcb-4505-8ba0-207044712346} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:39:02.051542 [ 269 ] {ef3aa92a-0fcb-4505-8ba0-207044712346} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.051699 [ 269 ] {ef3aa92a-0fcb-4505-8ba0-207044712346} executeQuery: Read 410 rows, 26.63 KiB in 0.001925 sec., 212987.01298701297 rows/sec., 13.51 MiB/sec. 2026.01.09 00:39:02.051742 [ 269 ] {ef3aa92a-0fcb-4505-8ba0-207044712346} TCPHandler: Processed in 0.002243374 sec. 2026.01.09 00:39:02.051871 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:02.051976 [ 269 ] {1bfdd451-3206-4335-9e59-b9b54d091025} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:02.052018 [ 269 ] {1bfdd451-3206-4335-9e59-b9b54d091025} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:02.053299 [ 269 ] {1bfdd451-3206-4335-9e59-b9b54d091025} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.053336 [ 269 ] {1bfdd451-3206-4335-9e59-b9b54d091025} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.053724 [ 269 ] {1bfdd451-3206-4335-9e59-b9b54d091025} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.09 00:39:02.053934 [ 269 ] {1bfdd451-3206-4335-9e59-b9b54d091025} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.054065 [ 269 ] {1bfdd451-3206-4335-9e59-b9b54d091025} executeQuery: Read 1112 rows, 89.84 KiB in 0.002106 sec., 528015.1946818614 rows/sec., 41.66 MiB/sec. 2026.01.09 00:39:02.054103 [ 269 ] {1bfdd451-3206-4335-9e59-b9b54d091025} TCPHandler: Processed in 0.002283075 sec. 2026.01.09 00:39:02.054424 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:02.054519 [ 269 ] {58cfa5bc-6202-4966-8baf-e6ec750a2611} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:02.054560 [ 269 ] {58cfa5bc-6202-4966-8baf-e6ec750a2611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:02.055141 [ 269 ] {58cfa5bc-6202-4966-8baf-e6ec750a2611} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.055177 [ 269 ] {58cfa5bc-6202-4966-8baf-e6ec750a2611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.055488 [ 269 ] {58cfa5bc-6202-4966-8baf-e6ec750a2611} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.09 00:39:02.055707 [ 269 ] {58cfa5bc-6202-4966-8baf-e6ec750a2611} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.055836 [ 269 ] {58cfa5bc-6202-4966-8baf-e6ec750a2611} executeQuery: Read 205 rows, 12.32 KiB in 0.001333 sec., 153788.44711177793 rows/sec., 9.02 MiB/sec. 2026.01.09 00:39:02.055874 [ 269 ] {58cfa5bc-6202-4966-8baf-e6ec750a2611} TCPHandler: Processed in 0.001503543 sec. 2026.01.09 00:39:02.055993 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:02.056088 [ 269 ] {fd118fdb-b031-4172-a388-740bea9aebdf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:39:02.056128 [ 269 ] {fd118fdb-b031-4172-a388-740bea9aebdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:39:02.056672 [ 269 ] {fd118fdb-b031-4172-a388-740bea9aebdf} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.056707 [ 269 ] {fd118fdb-b031-4172-a388-740bea9aebdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.057011 [ 269 ] {fd118fdb-b031-4172-a388-740bea9aebdf} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:39:02.057223 [ 269 ] {fd118fdb-b031-4172-a388-740bea9aebdf} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.057354 [ 269 ] {fd118fdb-b031-4172-a388-740bea9aebdf} executeQuery: Read 212 rows, 14.00 KiB in 0.001282 sec., 165366.61466458658 rows/sec., 10.66 MiB/sec. 2026.01.09 00:39:02.057392 [ 269 ] {fd118fdb-b031-4172-a388-740bea9aebdf} TCPHandler: Processed in 0.001448271 sec. 2026.01.09 00:39:02.057502 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:02.057598 [ 269 ] {552a1734-7088-4750-a183-cccaa651742d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:39:02.057641 [ 269 ] {552a1734-7088-4750-a183-cccaa651742d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:39:02.058159 [ 269 ] {552a1734-7088-4750-a183-cccaa651742d} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.058195 [ 269 ] {552a1734-7088-4750-a183-cccaa651742d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.058505 [ 269 ] {552a1734-7088-4750-a183-cccaa651742d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:39:02.058733 [ 269 ] {552a1734-7088-4750-a183-cccaa651742d} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.058862 [ 269 ] {552a1734-7088-4750-a183-cccaa651742d} executeQuery: Read 211 rows, 12.27 KiB in 0.00128 sec., 164843.75 rows/sec., 9.36 MiB/sec. 2026.01.09 00:39:02.058900 [ 269 ] {552a1734-7088-4750-a183-cccaa651742d} TCPHandler: Processed in 0.001446831 sec. 2026.01.09 00:39:02.059001 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:02.059096 [ 269 ] {28208408-7ab9-4e0e-ab0e-6ad060a99517} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:02.059134 [ 269 ] {28208408-7ab9-4e0e-ab0e-6ad060a99517} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:02.059926 [ 269 ] {28208408-7ab9-4e0e-ab0e-6ad060a99517} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.059962 [ 269 ] {28208408-7ab9-4e0e-ab0e-6ad060a99517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.060295 [ 269 ] {28208408-7ab9-4e0e-ab0e-6ad060a99517} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.09 00:39:02.060504 [ 269 ] {28208408-7ab9-4e0e-ab0e-6ad060a99517} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.060634 [ 269 ] {28208408-7ab9-4e0e-ab0e-6ad060a99517} executeQuery: Read 679 rows, 48.47 KiB in 0.001554 sec., 436936.9369369369 rows/sec., 30.46 MiB/sec. 2026.01.09 00:39:02.060686 [ 269 ] {28208408-7ab9-4e0e-ab0e-6ad060a99517} TCPHandler: Processed in 0.00173244 sec. 2026.01.09 00:39:02.060837 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:02.060940 [ 269 ] {404eae17-240d-4a18-a7a8-78d83b1a9d9f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:39:02.060983 [ 269 ] {404eae17-240d-4a18-a7a8-78d83b1a9d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:39:02.061363 [ 269 ] {404eae17-240d-4a18-a7a8-78d83b1a9d9f} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.061400 [ 269 ] {404eae17-240d-4a18-a7a8-78d83b1a9d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.061698 [ 269 ] {404eae17-240d-4a18-a7a8-78d83b1a9d9f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:39:02.061910 [ 269 ] {404eae17-240d-4a18-a7a8-78d83b1a9d9f} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.062048 [ 269 ] {404eae17-240d-4a18-a7a8-78d83b1a9d9f} executeQuery: Read 6 rows, 321.00 B in 0.001131 sec., 5305.039787798408 rows/sec., 277.17 KiB/sec. 2026.01.09 00:39:02.062085 [ 269 ] {404eae17-240d-4a18-a7a8-78d83b1a9d9f} TCPHandler: Processed in 0.001307748 sec. 2026.01.09 00:39:02.062210 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:02.062315 [ 269 ] {b0dc1eba-dae4-478b-8a78-ef6f1b434a32} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:02.062357 [ 269 ] {b0dc1eba-dae4-478b-8a78-ef6f1b434a32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:02.062868 [ 269 ] {b0dc1eba-dae4-478b-8a78-ef6f1b434a32} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.062903 [ 269 ] {b0dc1eba-dae4-478b-8a78-ef6f1b434a32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.063246 [ 269 ] {b0dc1eba-dae4-478b-8a78-ef6f1b434a32} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.09 00:39:02.063482 [ 269 ] {b0dc1eba-dae4-478b-8a78-ef6f1b434a32} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.063611 [ 269 ] {b0dc1eba-dae4-478b-8a78-ef6f1b434a32} executeQuery: Read 314 rows, 21.12 KiB in 0.001312 sec., 239329.26829268291 rows/sec., 15.72 MiB/sec. 2026.01.09 00:39:02.063618 [ 148 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 2026.01.09 00:39:02.063649 [ 269 ] {b0dc1eba-dae4-478b-8a78-ef6f1b434a32} TCPHandler: Processed in 0.001489072 sec. 2026.01.09 00:39:02.063687 [ 148 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.063711 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.063787 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:02.063848 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full 2026.01.09 00:39:02.063886 [ 269 ] {41da1f5a-8c8b-4b0c-87a8-a5d442e1b346} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:39:02.063938 [ 269 ] {41da1f5a-8c8b-4b0c-87a8-a5d442e1b346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:39:02.064018 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:02.064059 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 29763 rows starting from the beginning of the part 2026.01.09 00:39:02.064126 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part 2026.01.09 00:39:02.064173 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2026.01.09 00:39:02.064217 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 314 rows starting from the beginning of the part 2026.01.09 00:39:02.064261 [ 269 ] {41da1f5a-8c8b-4b0c-87a8-a5d442e1b346} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.064267 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 167 rows starting from the beginning of the part 2026.01.09 00:39:02.064308 [ 269 ] {41da1f5a-8c8b-4b0c-87a8-a5d442e1b346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.064335 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 314 rows starting from the beginning of the part 2026.01.09 00:39:02.064644 [ 269 ] {41da1f5a-8c8b-4b0c-87a8-a5d442e1b346} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:39:02.064868 [ 269 ] {41da1f5a-8c8b-4b0c-87a8-a5d442e1b346} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.065002 [ 269 ] {41da1f5a-8c8b-4b0c-87a8-a5d442e1b346} executeQuery: Read 1 rows, 69.00 B in 0.001132 sec., 883.3922261484099 rows/sec., 59.53 KiB/sec. 2026.01.09 00:39:02.065039 [ 269 ] {41da1f5a-8c8b-4b0c-87a8-a5d442e1b346} TCPHandler: Processed in 0.001308358 sec. 2026.01.09 00:39:02.065149 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:02.065247 [ 269 ] {80f3c072-a2a2-4368-817f-51c3fcd8cf18} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:02.065293 [ 269 ] {80f3c072-a2a2-4368-817f-51c3fcd8cf18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:02.065652 [ 269 ] {80f3c072-a2a2-4368-817f-51c3fcd8cf18} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:02.065689 [ 269 ] {80f3c072-a2a2-4368-817f-51c3fcd8cf18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:02.066030 [ 269 ] {80f3c072-a2a2-4368-817f-51c3fcd8cf18} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.09 00:39:02.066246 [ 269 ] {80f3c072-a2a2-4368-817f-51c3fcd8cf18} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.066377 [ 269 ] {80f3c072-a2a2-4368-817f-51c3fcd8cf18} executeQuery: Read 104 rows, 6.53 KiB in 0.001146 sec., 90750.43630017451 rows/sec., 5.56 MiB/sec. 2026.01.09 00:39:02.066414 [ 269 ] {80f3c072-a2a2-4368-817f-51c3fcd8cf18} TCPHandler: Processed in 0.001314948 sec. 2026.01.09 00:39:02.070235 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 30782 rows, containing 5 columns (5 merged, 0 gathered) in 0.006442843 sec., 4777704.500947796 rows/sec., 321.31 MiB/sec. 2026.01.09 00:39:02.070852 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2026.01.09 00:39:02.071159 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:02.071242 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_100_20} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 2026.01.09 00:39:02.071334 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.09 00:39:04.738211 [ 149 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:39:04.738289 [ 149 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:39:04.918660 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28759 2026.01.09 00:39:04.919228 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:04.919296 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:04.919765 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:39:04.919988 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:04.920115 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28759 2026.01.09 00:39:04.996310 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1774 2026.01.09 00:39:04.998699 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:04.998738 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:04.999909 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:39:05.000312 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:05.000577 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1774 2026.01.09 00:39:06.456026 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.01.09 00:39:06.472964 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:06.473023 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:06.479192 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:39:06.479889 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:06.482719 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.01.09 00:39:07.040770 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:07.040946 [ 269 ] {1bfcd8c2-62a7-4570-a26b-e612ec46df25} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:07.041012 [ 269 ] {1bfcd8c2-62a7-4570-a26b-e612ec46df25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:07.041748 [ 269 ] {1bfcd8c2-62a7-4570-a26b-e612ec46df25} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:07.041800 [ 269 ] {1bfcd8c2-62a7-4570-a26b-e612ec46df25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:07.042209 [ 269 ] {1bfcd8c2-62a7-4570-a26b-e612ec46df25} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.09 00:39:07.042460 [ 269 ] {1bfcd8c2-62a7-4570-a26b-e612ec46df25} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:07.042621 [ 145 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.09 00:39:07.042630 [ 269 ] {1bfcd8c2-62a7-4570-a26b-e612ec46df25} executeQuery: Read 138 rows, 12.27 KiB in 0.001728 sec., 79861.11111111111 rows/sec., 6.93 MiB/sec. 2026.01.09 00:39:07.042666 [ 145 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:07.042689 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:07.042694 [ 269 ] {1bfcd8c2-62a7-4570-a26b-e612ec46df25} TCPHandler: Processed in 0.002053448 sec. 2026.01.09 00:39:07.042826 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:07.042827 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.09 00:39:07.042930 [ 269 ] {3975ae2c-1ac7-4073-bfaf-c1c47a567f5b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:07.042979 [ 269 ] {3975ae2c-1ac7-4073-bfaf-c1c47a567f5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:07.042991 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:07.043035 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2466 rows starting from the beginning of the part 2026.01.09 00:39:07.043112 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 139 rows starting from the beginning of the part 2026.01.09 00:39:07.043167 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:39:07.043218 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 145 rows starting from the beginning of the part 2026.01.09 00:39:07.043265 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:39:07.043311 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 138 rows starting from the beginning of the part 2026.01.09 00:39:07.043419 [ 269 ] {3975ae2c-1ac7-4073-bfaf-c1c47a567f5b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:07.043464 [ 269 ] {3975ae2c-1ac7-4073-bfaf-c1c47a567f5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:07.043791 [ 269 ] {3975ae2c-1ac7-4073-bfaf-c1c47a567f5b} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.09 00:39:07.044027 [ 269 ] {3975ae2c-1ac7-4073-bfaf-c1c47a567f5b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:07.044173 [ 269 ] {3975ae2c-1ac7-4073-bfaf-c1c47a567f5b} executeQuery: Read 41 rows, 3.08 KiB in 0.001264 sec., 32436.708860759496 rows/sec., 2.38 MiB/sec. 2026.01.09 00:39:07.044211 [ 269 ] {3975ae2c-1ac7-4073-bfaf-c1c47a567f5b} TCPHandler: Processed in 0.00143911 sec. 2026.01.09 00:39:07.044341 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:07.044438 [ 269 ] {7a25d957-5ece-4860-a930-7408af2d60cd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:07.044478 [ 269 ] {7a25d957-5ece-4860-a930-7408af2d60cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:07.044933 [ 269 ] {7a25d957-5ece-4860-a930-7408af2d60cd} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:07.044969 [ 269 ] {7a25d957-5ece-4860-a930-7408af2d60cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:07.045198 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5112 rows, containing 5 columns (5 merged, 0 gathered) in 0.002432679 sec., 2101386.989405507 rows/sec., 178.12 MiB/sec. 2026.01.09 00:39:07.045294 [ 269 ] {7a25d957-5ece-4860-a930-7408af2d60cd} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.09 00:39:07.045479 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.09 00:39:07.045551 [ 269 ] {7a25d957-5ece-4860-a930-7408af2d60cd} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:07.045696 [ 144 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.09 00:39:07.045704 [ 269 ] {7a25d957-5ece-4860-a930-7408af2d60cd} executeQuery: Read 105 rows, 8.40 KiB in 0.001283 sec., 81839.43881527669 rows/sec., 6.39 MiB/sec. 2026.01.09 00:39:07.045759 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:07.045768 [ 144 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:07.045784 [ 269 ] {7a25d957-5ece-4860-a930-7408af2d60cd} TCPHandler: Processed in 0.001497082 sec. 2026.01.09 00:39:07.045806 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:07.045844 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_101_20} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.09 00:39:07.045915 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:07.045930 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.09 00:39:07.045968 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.09 00:39:07.046017 [ 269 ] {3da06ebe-efa1-49af-8a68-43536b84bf46} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:07.046043 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:07.046070 [ 269 ] {3da06ebe-efa1-49af-8a68-43536b84bf46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:07.046073 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1250 rows starting from the beginning of the part 2026.01.09 00:39:07.046134 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 105 rows starting from the beginning of the part 2026.01.09 00:39:07.046170 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 679 rows starting from the beginning of the part 2026.01.09 00:39:07.046203 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 119 rows starting from the beginning of the part 2026.01.09 00:39:07.046235 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 679 rows starting from the beginning of the part 2026.01.09 00:39:07.046267 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 105 rows starting from the beginning of the part 2026.01.09 00:39:07.046527 [ 269 ] {3da06ebe-efa1-49af-8a68-43536b84bf46} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:07.046569 [ 269 ] {3da06ebe-efa1-49af-8a68-43536b84bf46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:07.046923 [ 269 ] {3da06ebe-efa1-49af-8a68-43536b84bf46} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.09 00:39:07.047141 [ 269 ] {3da06ebe-efa1-49af-8a68-43536b84bf46} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:07.047282 [ 269 ] {3da06ebe-efa1-49af-8a68-43536b84bf46} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2026.01.09 00:39:07.047320 [ 269 ] {3da06ebe-efa1-49af-8a68-43536b84bf46} TCPHandler: Processed in 0.001455221 sec. 2026.01.09 00:39:07.047325 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2937 rows, containing 5 columns (5 merged, 0 gathered) in 0.001446941 sec., 2029799.4182209226 rows/sec., 153.29 MiB/sec. 2026.01.09 00:39:07.047443 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:07.047484 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.09 00:39:07.047539 [ 269 ] {83b0c9c8-7b84-4ad7-a40b-fb9c341f92e5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:07.047600 [ 269 ] {83b0c9c8-7b84-4ad7-a40b-fb9c341f92e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:39:07.047729 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:07.047800 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_101_20} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.09 00:39:07.047865 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.01.09 00:39:07.048564 [ 269 ] {83b0c9c8-7b84-4ad7-a40b-fb9c341f92e5} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:07.048606 [ 269 ] {83b0c9c8-7b84-4ad7-a40b-fb9c341f92e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:07.049215 [ 269 ] {83b0c9c8-7b84-4ad7-a40b-fb9c341f92e5} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:39:07.049453 [ 269 ] {83b0c9c8-7b84-4ad7-a40b-fb9c341f92e5} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:07.049598 [ 269 ] {83b0c9c8-7b84-4ad7-a40b-fb9c341f92e5} executeQuery: Read 41 rows, 75.23 KiB in 0.002076 sec., 19749.518304431596 rows/sec., 35.39 MiB/sec. 2026.01.09 00:39:07.049665 [ 269 ] {83b0c9c8-7b84-4ad7-a40b-fb9c341f92e5} TCPHandler: Processed in 0.002271205 sec. 2026.01.09 00:39:07.049779 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:07.049875 [ 269 ] {b6522c53-ce4e-4069-b963-e6bacf350aff} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:07.049918 [ 269 ] {b6522c53-ce4e-4069-b963-e6bacf350aff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:07.050265 [ 269 ] {b6522c53-ce4e-4069-b963-e6bacf350aff} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:07.050302 [ 269 ] {b6522c53-ce4e-4069-b963-e6bacf350aff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:07.050616 [ 269 ] {b6522c53-ce4e-4069-b963-e6bacf350aff} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.09 00:39:07.050831 [ 269 ] {b6522c53-ce4e-4069-b963-e6bacf350aff} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:07.050949 [ 144 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.09 00:39:07.050963 [ 269 ] {b6522c53-ce4e-4069-b963-e6bacf350aff} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.01.09 00:39:07.050982 [ 144 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:07.051005 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:07.051007 [ 269 ] {b6522c53-ce4e-4069-b963-e6bacf350aff} TCPHandler: Processed in 0.001277576 sec. 2026.01.09 00:39:07.051106 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.09 00:39:07.051253 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:07.051291 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6592 rows starting from the beginning of the part 2026.01.09 00:39:07.051359 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2026.01.09 00:39:07.051411 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 104 rows starting from the beginning of the part 2026.01.09 00:39:07.051458 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2026.01.09 00:39:07.051501 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 104 rows starting from the beginning of the part 2026.01.09 00:39:07.051545 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2026.01.09 00:39:07.053436 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6980 rows, containing 4 columns (4 merged, 0 gathered) in 0.002372827 sec., 2941638.8131119544 rows/sec., 187.52 MiB/sec. 2026.01.09 00:39:07.053912 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.09 00:39:07.054233 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:07.054320 [ 187 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_101_20} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.09 00:39:07.054409 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.01.09 00:39:09.463987 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.464172 [ 269 ] {a915dd3c-9a38-43d3-aa84-5fb73d331c6f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:39:09.464237 [ 269 ] {a915dd3c-9a38-43d3-aa84-5fb73d331c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:39:09.465091 [ 269 ] {a915dd3c-9a38-43d3-aa84-5fb73d331c6f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.465146 [ 269 ] {a915dd3c-9a38-43d3-aa84-5fb73d331c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.465567 [ 269 ] {a915dd3c-9a38-43d3-aa84-5fb73d331c6f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:39:09.465798 [ 269 ] {a915dd3c-9a38-43d3-aa84-5fb73d331c6f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.465967 [ 269 ] {a915dd3c-9a38-43d3-aa84-5fb73d331c6f} executeQuery: Read 410 rows, 26.63 KiB in 0.001843 sec., 222463.3749321758 rows/sec., 14.11 MiB/sec. 2026.01.09 00:39:09.466017 [ 269 ] {a915dd3c-9a38-43d3-aa84-5fb73d331c6f} TCPHandler: Processed in 0.002158311 sec. 2026.01.09 00:39:09.466144 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.466247 [ 269 ] {e99d7a29-ceb9-4fe5-a725-afacb5db1d18} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:39:09.466321 [ 269 ] {e99d7a29-ceb9-4fe5-a725-afacb5db1d18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:39:09.466742 [ 269 ] {e99d7a29-ceb9-4fe5-a725-afacb5db1d18} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.466781 [ 269 ] {e99d7a29-ceb9-4fe5-a725-afacb5db1d18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.467092 [ 269 ] {e99d7a29-ceb9-4fe5-a725-afacb5db1d18} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.09 00:39:09.467303 [ 269 ] {e99d7a29-ceb9-4fe5-a725-afacb5db1d18} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.467434 [ 269 ] {e99d7a29-ceb9-4fe5-a725-afacb5db1d18} executeQuery: Read 2 rows, 167.00 B in 0.001211 sec., 1651.5276630883566 rows/sec., 134.67 KiB/sec. 2026.01.09 00:39:09.467472 [ 269 ] {e99d7a29-ceb9-4fe5-a725-afacb5db1d18} TCPHandler: Processed in 0.00137832 sec. 2026.01.09 00:39:09.467602 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.467695 [ 269 ] {d12659ae-7764-45ce-81bd-96be3ab07417} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:09.467735 [ 269 ] {d12659ae-7764-45ce-81bd-96be3ab07417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:09.469720 [ 269 ] {d12659ae-7764-45ce-81bd-96be3ab07417} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.469763 [ 269 ] {d12659ae-7764-45ce-81bd-96be3ab07417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.470221 [ 269 ] {d12659ae-7764-45ce-81bd-96be3ab07417} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.09 00:39:09.470436 [ 269 ] {d12659ae-7764-45ce-81bd-96be3ab07417} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.470572 [ 269 ] {d12659ae-7764-45ce-81bd-96be3ab07417} executeQuery: Read 2253 rows, 186.48 KiB in 0.002895 sec., 778238.3419689119 rows/sec., 62.90 MiB/sec. 2026.01.09 00:39:09.470612 [ 269 ] {d12659ae-7764-45ce-81bd-96be3ab07417} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:39:09.470625 [ 269 ] {d12659ae-7764-45ce-81bd-96be3ab07417} TCPHandler: Processed in 0.003071907 sec. 2026.01.09 00:39:09.470750 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.470846 [ 269 ] {72db98dd-efd7-44b4-89aa-b27fe1cc76f7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:09.470888 [ 269 ] {72db98dd-efd7-44b4-89aa-b27fe1cc76f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:09.471425 [ 269 ] {72db98dd-efd7-44b4-89aa-b27fe1cc76f7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.471462 [ 269 ] {72db98dd-efd7-44b4-89aa-b27fe1cc76f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.471782 [ 269 ] {72db98dd-efd7-44b4-89aa-b27fe1cc76f7} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.09 00:39:09.471990 [ 269 ] {72db98dd-efd7-44b4-89aa-b27fe1cc76f7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.472132 [ 269 ] {72db98dd-efd7-44b4-89aa-b27fe1cc76f7} executeQuery: Read 207 rows, 12.46 KiB in 0.001305 sec., 158620.6896551724 rows/sec., 9.32 MiB/sec. 2026.01.09 00:39:09.472170 [ 269 ] {72db98dd-efd7-44b4-89aa-b27fe1cc76f7} TCPHandler: Processed in 0.001469641 sec. 2026.01.09 00:39:09.472280 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.472375 [ 269 ] {ffb0c5b1-6f5b-4829-8ad5-fac6266412c3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:39:09.472415 [ 269 ] {ffb0c5b1-6f5b-4829-8ad5-fac6266412c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:39:09.473032 [ 269 ] {ffb0c5b1-6f5b-4829-8ad5-fac6266412c3} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.473069 [ 269 ] {ffb0c5b1-6f5b-4829-8ad5-fac6266412c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.473397 [ 269 ] {ffb0c5b1-6f5b-4829-8ad5-fac6266412c3} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:39:09.473607 [ 269 ] {ffb0c5b1-6f5b-4829-8ad5-fac6266412c3} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.473733 [ 269 ] {ffb0c5b1-6f5b-4829-8ad5-fac6266412c3} executeQuery: Read 440 rows, 29.81 KiB in 0.001376 sec., 319767.4418604651 rows/sec., 21.16 MiB/sec. 2026.01.09 00:39:09.473770 [ 269 ] {ffb0c5b1-6f5b-4829-8ad5-fac6266412c3} TCPHandler: Processed in 0.001538094 sec. 2026.01.09 00:39:09.473885 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.473985 [ 269 ] {9129858d-97e5-4032-96a0-f0abdeb25d11} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:39:09.474026 [ 269 ] {9129858d-97e5-4032-96a0-f0abdeb25d11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:39:09.474564 [ 269 ] {9129858d-97e5-4032-96a0-f0abdeb25d11} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.474602 [ 269 ] {9129858d-97e5-4032-96a0-f0abdeb25d11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.474912 [ 269 ] {9129858d-97e5-4032-96a0-f0abdeb25d11} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:39:09.475113 [ 269 ] {9129858d-97e5-4032-96a0-f0abdeb25d11} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.475248 [ 269 ] {9129858d-97e5-4032-96a0-f0abdeb25d11} executeQuery: Read 211 rows, 12.27 KiB in 0.001281 sec., 164715.0663544106 rows/sec., 9.35 MiB/sec. 2026.01.09 00:39:09.475286 [ 269 ] {9129858d-97e5-4032-96a0-f0abdeb25d11} TCPHandler: Processed in 0.001449271 sec. 2026.01.09 00:39:09.475403 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.475497 [ 269 ] {8bc6bb17-9ec8-459c-a583-7a2e1bf64343} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:09.475535 [ 269 ] {8bc6bb17-9ec8-459c-a583-7a2e1bf64343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:09.476539 [ 269 ] {8bc6bb17-9ec8-459c-a583-7a2e1bf64343} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.476575 [ 269 ] {8bc6bb17-9ec8-459c-a583-7a2e1bf64343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.476944 [ 269 ] {8bc6bb17-9ec8-459c-a583-7a2e1bf64343} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.09 00:39:09.477152 [ 269 ] {8bc6bb17-9ec8-459c-a583-7a2e1bf64343} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.477285 [ 269 ] {8bc6bb17-9ec8-459c-a583-7a2e1bf64343} executeQuery: Read 1137 rows, 82.92 KiB in 0.001807 sec., 629219.7011621472 rows/sec., 44.81 MiB/sec. 2026.01.09 00:39:09.477323 [ 269 ] {8bc6bb17-9ec8-459c-a583-7a2e1bf64343} TCPHandler: Processed in 0.001969526 sec. 2026.01.09 00:39:09.477440 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.477534 [ 269 ] {ca1d13c5-2241-4b7c-92d3-e6f585ee2991} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:39:09.477575 [ 269 ] {ca1d13c5-2241-4b7c-92d3-e6f585ee2991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:39:09.477906 [ 269 ] {ca1d13c5-2241-4b7c-92d3-e6f585ee2991} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.477941 [ 269 ] {ca1d13c5-2241-4b7c-92d3-e6f585ee2991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.478239 [ 269 ] {ca1d13c5-2241-4b7c-92d3-e6f585ee2991} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.09 00:39:09.478448 [ 269 ] {ca1d13c5-2241-4b7c-92d3-e6f585ee2991} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.478576 [ 269 ] {ca1d13c5-2241-4b7c-92d3-e6f585ee2991} executeQuery: Read 6 rows, 321.00 B in 0.00106 sec., 5660.377358490567 rows/sec., 295.73 KiB/sec. 2026.01.09 00:39:09.478612 [ 269 ] {ca1d13c5-2241-4b7c-92d3-e6f585ee2991} TCPHandler: Processed in 0.001221435 sec. 2026.01.09 00:39:09.478710 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.478803 [ 269 ] {791778f2-f282-4463-afa2-8b21aad59333} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:09.478845 [ 269 ] {791778f2-f282-4463-afa2-8b21aad59333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:09.479535 [ 269 ] {791778f2-f282-4463-afa2-8b21aad59333} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.479570 [ 269 ] {791778f2-f282-4463-afa2-8b21aad59333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.479948 [ 269 ] {791778f2-f282-4463-afa2-8b21aad59333} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.09 00:39:09.480157 [ 269 ] {791778f2-f282-4463-afa2-8b21aad59333} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.480285 [ 269 ] {791778f2-f282-4463-afa2-8b21aad59333} executeQuery: Read 925 rows, 62.68 KiB in 0.0015 sec., 616666.6666666666 rows/sec., 40.80 MiB/sec. 2026.01.09 00:39:09.480321 [ 269 ] {791778f2-f282-4463-afa2-8b21aad59333} TCPHandler: Processed in 0.001658898 sec. 2026.01.09 00:39:09.480434 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.480527 [ 269 ] {f8d00bc5-d6df-4d5d-9652-8202790d9d66} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:39:09.480568 [ 269 ] {f8d00bc5-d6df-4d5d-9652-8202790d9d66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:39:09.480874 [ 269 ] {f8d00bc5-d6df-4d5d-9652-8202790d9d66} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.480909 [ 269 ] {f8d00bc5-d6df-4d5d-9652-8202790d9d66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.481199 [ 269 ] {f8d00bc5-d6df-4d5d-9652-8202790d9d66} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:39:09.481430 [ 269 ] {f8d00bc5-d6df-4d5d-9652-8202790d9d66} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.481558 [ 269 ] {f8d00bc5-d6df-4d5d-9652-8202790d9d66} executeQuery: Read 1 rows, 69.00 B in 0.001049 sec., 953.2888465204957 rows/sec., 64.24 KiB/sec. 2026.01.09 00:39:09.481593 [ 269 ] {f8d00bc5-d6df-4d5d-9652-8202790d9d66} TCPHandler: Processed in 0.001208495 sec. 2026.01.09 00:39:09.481702 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:09.481808 [ 269 ] {e6031b64-6b24-4290-a964-b38e5cfa143b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:09.481851 [ 269 ] {e6031b64-6b24-4290-a964-b38e5cfa143b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:09.482259 [ 269 ] {e6031b64-6b24-4290-a964-b38e5cfa143b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:09.482300 [ 269 ] {e6031b64-6b24-4290-a964-b38e5cfa143b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:09.482624 [ 269 ] {e6031b64-6b24-4290-a964-b38e5cfa143b} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.09 00:39:09.482846 [ 269 ] {e6031b64-6b24-4290-a964-b38e5cfa143b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:09.482980 [ 269 ] {e6031b64-6b24-4290-a964-b38e5cfa143b} executeQuery: Read 76 rows, 4.59 KiB in 0.00119 sec., 63865.54621848739 rows/sec., 3.77 MiB/sec. 2026.01.09 00:39:09.483018 [ 269 ] {e6031b64-6b24-4290-a964-b38e5cfa143b} TCPHandler: Processed in 0.001367669 sec. 2026.01.09 00:39:12.034714 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:12.034961 [ 269 ] {58c15d2f-a17c-4bb7-a469-5f157633347d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:12.035046 [ 269 ] {58c15d2f-a17c-4bb7-a469-5f157633347d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:12.035912 [ 269 ] {58c15d2f-a17c-4bb7-a469-5f157633347d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:12.035953 [ 269 ] {58c15d2f-a17c-4bb7-a469-5f157633347d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:12.036379 [ 269 ] {58c15d2f-a17c-4bb7-a469-5f157633347d} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.09 00:39:12.036617 [ 269 ] {58c15d2f-a17c-4bb7-a469-5f157633347d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:12.036781 [ 269 ] {58c15d2f-a17c-4bb7-a469-5f157633347d} executeQuery: Read 56 rows, 4.41 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.29 MiB/sec. 2026.01.09 00:39:12.036831 [ 269 ] {58c15d2f-a17c-4bb7-a469-5f157633347d} TCPHandler: Processed in 0.002287085 sec. 2026.01.09 00:39:12.036975 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:12.037078 [ 269 ] {ea8c7e1e-165b-4d39-bed8-0aee143b1ef5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:12.037122 [ 269 ] {ea8c7e1e-165b-4d39-bed8-0aee143b1ef5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:12.037636 [ 269 ] {ea8c7e1e-165b-4d39-bed8-0aee143b1ef5} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:12.037670 [ 269 ] {ea8c7e1e-165b-4d39-bed8-0aee143b1ef5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:12.037982 [ 269 ] {ea8c7e1e-165b-4d39-bed8-0aee143b1ef5} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.09 00:39:12.038196 [ 269 ] {ea8c7e1e-165b-4d39-bed8-0aee143b1ef5} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:12.038331 [ 269 ] {ea8c7e1e-165b-4d39-bed8-0aee143b1ef5} executeQuery: Read 64 rows, 5.12 KiB in 0.001274 sec., 50235.47880690738 rows/sec., 3.92 MiB/sec. 2026.01.09 00:39:12.038371 [ 269 ] {ea8c7e1e-165b-4d39-bed8-0aee143b1ef5} TCPHandler: Processed in 0.001458431 sec. 2026.01.09 00:39:12.038511 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:12.038609 [ 269 ] {cd5c0e15-01e2-4e0d-8a12-24c951305a93} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:12.038652 [ 269 ] {cd5c0e15-01e2-4e0d-8a12-24c951305a93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:12.039090 [ 269 ] {cd5c0e15-01e2-4e0d-8a12-24c951305a93} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:12.039124 [ 269 ] {cd5c0e15-01e2-4e0d-8a12-24c951305a93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:12.039458 [ 269 ] {cd5c0e15-01e2-4e0d-8a12-24c951305a93} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.09 00:39:12.039673 [ 269 ] {cd5c0e15-01e2-4e0d-8a12-24c951305a93} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:12.039804 [ 269 ] {cd5c0e15-01e2-4e0d-8a12-24c951305a93} executeQuery: Read 74 rows, 5.27 KiB in 0.001214 sec., 60955.51894563426 rows/sec., 4.24 MiB/sec. 2026.01.09 00:39:12.039843 [ 269 ] {cd5c0e15-01e2-4e0d-8a12-24c951305a93} TCPHandler: Processed in 0.001399779 sec. 2026.01.09 00:39:12.039975 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:12.040071 [ 269 ] {39642798-c334-4291-80cc-284a2a1877ea} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:12.040113 [ 269 ] {39642798-c334-4291-80cc-284a2a1877ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:12.040455 [ 269 ] {39642798-c334-4291-80cc-284a2a1877ea} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:12.040489 [ 269 ] {39642798-c334-4291-80cc-284a2a1877ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:12.040805 [ 269 ] {39642798-c334-4291-80cc-284a2a1877ea} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.09 00:39:12.041029 [ 269 ] {39642798-c334-4291-80cc-284a2a1877ea} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:12.041157 [ 269 ] {39642798-c334-4291-80cc-284a2a1877ea} executeQuery: Read 28 rows, 1.94 KiB in 0.001104 sec., 25362.318840579712 rows/sec., 1.71 MiB/sec. 2026.01.09 00:39:12.041196 [ 269 ] {39642798-c334-4291-80cc-284a2a1877ea} TCPHandler: Processed in 0.001278937 sec. 2026.01.09 00:39:12.421171 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29271 2026.01.09 00:39:12.421688 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:12.421735 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:12.422214 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:39:12.422449 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:12.422600 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29271 2026.01.09 00:39:12.422630 [ 137 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.09 00:39:12.422697 [ 137 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:12.422721 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:12.422838 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.09 00:39:12.422971 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:12.423014 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26839 rows starting from the beginning of the part 2026.01.09 00:39:12.423085 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 512 rows starting from the beginning of the part 2026.01.09 00:39:12.423135 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 448 rows starting from the beginning of the part 2026.01.09 00:39:12.423183 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 512 rows starting from the beginning of the part 2026.01.09 00:39:12.423231 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 448 rows starting from the beginning of the part 2026.01.09 00:39:12.423278 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 512 rows starting from the beginning of the part 2026.01.09 00:39:12.425700 [ 199 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29271 rows, containing 4 columns (4 merged, 0 gathered) in 0.002908523 sec., 10063870.906298488 rows/sec., 143.96 MiB/sec. 2026.01.09 00:39:12.426014 [ 193 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.09 00:39:12.426324 [ 193 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:12.426406 [ 193 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_61_12} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.09 00:39:12.426513 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2026.01.09 00:39:13.983750 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.01.09 00:39:14.000719 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:14.000775 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:14.006980 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:39:14.007703 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:14.008046 [ 135 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.09 00:39:14.008146 [ 135 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:14.008183 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:14.008354 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.09 00:39:14.011111 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.01.09 00:39:14.012264 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:14.013773 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2026.01.09 00:39:14.018505 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2026.01.09 00:39:14.023313 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2026.01.09 00:39:14.027928 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2026.01.09 00:39:14.032558 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2026.01.09 00:39:14.036471 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2026.01.09 00:39:14.086512 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.078223307 sec., 5880.600266618745 rows/sec., 30.41 MiB/sec. 2026.01.09 00:39:14.088376 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.09 00:39:14.090042 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:14.090135 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_61_12} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.09 00:39:14.091590 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.09 00:39:15.001711 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1816 2026.01.09 00:39:15.004181 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:15.004242 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:15.005431 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:39:15.005706 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:15.005988 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1816 2026.01.09 00:39:17.040258 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:17.040448 [ 269 ] {e7861c05-b61c-4310-b5f9-7424f28aa685} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:17.040512 [ 269 ] {e7861c05-b61c-4310-b5f9-7424f28aa685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:17.041252 [ 269 ] {e7861c05-b61c-4310-b5f9-7424f28aa685} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:17.041298 [ 269 ] {e7861c05-b61c-4310-b5f9-7424f28aa685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:17.041725 [ 269 ] {e7861c05-b61c-4310-b5f9-7424f28aa685} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.09 00:39:17.041959 [ 269 ] {e7861c05-b61c-4310-b5f9-7424f28aa685} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:17.042123 [ 269 ] {e7861c05-b61c-4310-b5f9-7424f28aa685} executeQuery: Read 138 rows, 12.27 KiB in 0.00172 sec., 80232.55813953489 rows/sec., 6.97 MiB/sec. 2026.01.09 00:39:17.042174 [ 269 ] {e7861c05-b61c-4310-b5f9-7424f28aa685} TCPHandler: Processed in 0.002050528 sec. 2026.01.09 00:39:17.042308 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:17.042413 [ 269 ] {02ac2c5b-daae-465f-87c3-bbdeddbc8626} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:17.042458 [ 269 ] {02ac2c5b-daae-465f-87c3-bbdeddbc8626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:17.042901 [ 269 ] {02ac2c5b-daae-465f-87c3-bbdeddbc8626} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:17.042938 [ 269 ] {02ac2c5b-daae-465f-87c3-bbdeddbc8626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:17.043260 [ 269 ] {02ac2c5b-daae-465f-87c3-bbdeddbc8626} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.09 00:39:17.043483 [ 269 ] {02ac2c5b-daae-465f-87c3-bbdeddbc8626} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:17.043595 [ 133 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.09 00:39:17.043620 [ 269 ] {02ac2c5b-daae-465f-87c3-bbdeddbc8626} executeQuery: Read 41 rows, 3.08 KiB in 0.001229 sec., 33360.455655004065 rows/sec., 2.45 MiB/sec. 2026.01.09 00:39:17.043632 [ 133 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:17.043654 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:17.043660 [ 269 ] {02ac2c5b-daae-465f-87c3-bbdeddbc8626} TCPHandler: Processed in 0.00140472 sec. 2026.01.09 00:39:17.043769 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.09 00:39:17.043780 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:17.043920 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:17.043920 [ 269 ] {f275a9ed-f35b-4b66-9ec7-3146a4490a9b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:17.043964 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 278 rows starting from the beginning of the part 2026.01.09 00:39:17.043982 [ 269 ] {f275a9ed-f35b-4b66-9ec7-3146a4490a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:17.044040 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 55 rows starting from the beginning of the part 2026.01.09 00:39:17.044096 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 205 rows starting from the beginning of the part 2026.01.09 00:39:17.044144 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 41 rows starting from the beginning of the part 2026.01.09 00:39:17.044192 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 207 rows starting from the beginning of the part 2026.01.09 00:39:17.044237 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 41 rows starting from the beginning of the part 2026.01.09 00:39:17.044499 [ 269 ] {f275a9ed-f35b-4b66-9ec7-3146a4490a9b} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:17.044542 [ 269 ] {f275a9ed-f35b-4b66-9ec7-3146a4490a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:17.044920 [ 269 ] {f275a9ed-f35b-4b66-9ec7-3146a4490a9b} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.09 00:39:17.045162 [ 269 ] {f275a9ed-f35b-4b66-9ec7-3146a4490a9b} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:17.045218 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 827 rows, containing 5 columns (5 merged, 0 gathered) in 0.001501083 sec., 550935.557860558 rows/sec., 36.42 MiB/sec. 2026.01.09 00:39:17.045299 [ 269 ] {f275a9ed-f35b-4b66-9ec7-3146a4490a9b} executeQuery: Read 105 rows, 8.40 KiB in 0.001396 sec., 75214.89971346705 rows/sec., 5.88 MiB/sec. 2026.01.09 00:39:17.045344 [ 269 ] {f275a9ed-f35b-4b66-9ec7-3146a4490a9b} TCPHandler: Processed in 0.001615986 sec. 2026.01.09 00:39:17.045406 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.09 00:39:17.045468 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:17.045571 [ 269 ] {3b63966f-d7e9-49e8-9462-ec30eea3dfab} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:17.045618 [ 269 ] {3b63966f-d7e9-49e8-9462-ec30eea3dfab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:17.045679 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:17.045756 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_86_17} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.09 00:39:17.045835 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:39:17.046055 [ 269 ] {3b63966f-d7e9-49e8-9462-ec30eea3dfab} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:17.046095 [ 269 ] {3b63966f-d7e9-49e8-9462-ec30eea3dfab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:17.046449 [ 269 ] {3b63966f-d7e9-49e8-9462-ec30eea3dfab} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.09 00:39:17.046670 [ 269 ] {3b63966f-d7e9-49e8-9462-ec30eea3dfab} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:17.046808 [ 269 ] {3b63966f-d7e9-49e8-9462-ec30eea3dfab} executeQuery: Read 160 rows, 11.41 KiB in 0.001255 sec., 127490.03984063744 rows/sec., 8.88 MiB/sec. 2026.01.09 00:39:17.046847 [ 269 ] {3b63966f-d7e9-49e8-9462-ec30eea3dfab} TCPHandler: Processed in 0.00142802 sec. 2026.01.09 00:39:17.046952 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:17.047047 [ 269 ] {498be601-2aa6-4668-a975-e56da1d59afe} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:17.047102 [ 269 ] {498be601-2aa6-4668-a975-e56da1d59afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:39:17.047997 [ 269 ] {498be601-2aa6-4668-a975-e56da1d59afe} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:17.048033 [ 269 ] {498be601-2aa6-4668-a975-e56da1d59afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:17.048608 [ 269 ] {498be601-2aa6-4668-a975-e56da1d59afe} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:39:17.048840 [ 269 ] {498be601-2aa6-4668-a975-e56da1d59afe} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:17.048985 [ 269 ] {498be601-2aa6-4668-a975-e56da1d59afe} executeQuery: Read 41 rows, 75.23 KiB in 0.001954 sec., 20982.59979529171 rows/sec., 37.60 MiB/sec. 2026.01.09 00:39:17.049051 [ 269 ] {498be601-2aa6-4668-a975-e56da1d59afe} TCPHandler: Processed in 0.002146691 sec. 2026.01.09 00:39:17.049168 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:17.049265 [ 269 ] {d55237e1-f864-4f16-92aa-196c5d39073f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:17.049308 [ 269 ] {d55237e1-f864-4f16-92aa-196c5d39073f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:17.049660 [ 269 ] {d55237e1-f864-4f16-92aa-196c5d39073f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:17.049697 [ 269 ] {d55237e1-f864-4f16-92aa-196c5d39073f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:17.050003 [ 269 ] {d55237e1-f864-4f16-92aa-196c5d39073f} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.09 00:39:17.050230 [ 269 ] {d55237e1-f864-4f16-92aa-196c5d39073f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:17.050362 [ 269 ] {d55237e1-f864-4f16-92aa-196c5d39073f} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.01.09 00:39:17.050399 [ 269 ] {d55237e1-f864-4f16-92aa-196c5d39073f} TCPHandler: Processed in 0.001281156 sec. 2026.01.09 00:39:19.738375 [ 130 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:39:19.738434 [ 130 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:39:19.922746 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29719 2026.01.09 00:39:19.923487 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:19.923558 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:19.924143 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:39:19.924375 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:19.924515 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29719 2026.01.09 00:39:20.635923 [ 128 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0 2026.01.09 00:39:20.636049 [ 128 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:20.636094 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:20.636264 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full 2026.01.09 00:39:20.636465 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:20.636522 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 42 rows starting from the beginning of the part 2026.01.09 00:39:20.636623 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part 2026.01.09 00:39:20.636697 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part 2026.01.09 00:39:20.636766 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part 2026.01.09 00:39:20.636833 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part 2026.01.09 00:39:20.637787 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 4 columns (4 merged, 0 gathered) in 0.001590125 sec., 28928.543353509944 rows/sec., 1.89 MiB/sec. 2026.01.09 00:39:20.638096 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) 2026.01.09 00:39:20.638651 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:20.638787 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_46_10} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10 2026.01.09 00:39:20.638918 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:39:21.050196 [ 128 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 5 parts from all_1_37_8 to all_41_41_0 2026.01.09 00:39:21.050292 [ 128 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:21.050332 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:21.050507 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_8 to all_41_41_0 into Compact with storage Full 2026.01.09 00:39:21.050727 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:21.050789 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 222 rows starting from the beginning of the part 2026.01.09 00:39:21.050898 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part 2026.01.09 00:39:21.050955 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part 2026.01.09 00:39:21.051001 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2026.01.09 00:39:21.051042 [ 195 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part 2026.01.09 00:39:21.051839 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.0014147 sec., 173888.45691666077 rows/sec., 8.87 MiB/sec. 2026.01.09 00:39:21.052021 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) 2026.01.09 00:39:21.052343 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:21.052424 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_41_9} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 5 parts: [all_1_37_8, all_41_41_0] -> all_1_41_9 2026.01.09 00:39:21.052522 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.09 00:39:21.511189 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.01.09 00:39:21.526886 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:21.526948 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:21.532804 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:39:21.533499 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:21.536413 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.01.09 00:39:22.049970 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:22.050159 [ 269 ] {6460bbec-399c-49d4-8387-d980784ac481} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:39:22.050229 [ 269 ] {6460bbec-399c-49d4-8387-d980784ac481} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:39:22.051135 [ 269 ] {6460bbec-399c-49d4-8387-d980784ac481} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.051191 [ 269 ] {6460bbec-399c-49d4-8387-d980784ac481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:22.051623 [ 269 ] {6460bbec-399c-49d4-8387-d980784ac481} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:39:22.051867 [ 269 ] {6460bbec-399c-49d4-8387-d980784ac481} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.052039 [ 269 ] {6460bbec-399c-49d4-8387-d980784ac481} executeQuery: Read 410 rows, 26.63 KiB in 0.001923 sec., 213208.52834113364 rows/sec., 13.53 MiB/sec. 2026.01.09 00:39:22.052095 [ 269 ] {6460bbec-399c-49d4-8387-d980784ac481} TCPHandler: Processed in 0.002270975 sec. 2026.01.09 00:39:22.052223 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:22.052337 [ 269 ] {d4e96088-0a8c-4415-95d5-8502f38d6904} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:22.052382 [ 269 ] {d4e96088-0a8c-4415-95d5-8502f38d6904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:22.053375 [ 269 ] {d4e96088-0a8c-4415-95d5-8502f38d6904} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.053410 [ 269 ] {d4e96088-0a8c-4415-95d5-8502f38d6904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:22.053797 [ 269 ] {d4e96088-0a8c-4415-95d5-8502f38d6904} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.09 00:39:22.054022 [ 269 ] {d4e96088-0a8c-4415-95d5-8502f38d6904} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.054164 [ 269 ] {d4e96088-0a8c-4415-95d5-8502f38d6904} executeQuery: Read 1112 rows, 89.84 KiB in 0.00185 sec., 601081.0810810811 rows/sec., 47.42 MiB/sec. 2026.01.09 00:39:22.054209 [ 269 ] {d4e96088-0a8c-4415-95d5-8502f38d6904} TCPHandler: Processed in 0.002041888 sec. 2026.01.09 00:39:22.054329 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:22.054427 [ 269 ] {2934004b-e21a-4236-9439-115b5ada4c23} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:22.054470 [ 269 ] {2934004b-e21a-4236-9439-115b5ada4c23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:22.054985 [ 269 ] {2934004b-e21a-4236-9439-115b5ada4c23} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.055020 [ 269 ] {2934004b-e21a-4236-9439-115b5ada4c23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:22.055345 [ 269 ] {2934004b-e21a-4236-9439-115b5ada4c23} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.09 00:39:22.055570 [ 269 ] {2934004b-e21a-4236-9439-115b5ada4c23} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.055708 [ 269 ] {2934004b-e21a-4236-9439-115b5ada4c23} executeQuery: Read 205 rows, 12.32 KiB in 0.001301 sec., 157571.09915449654 rows/sec., 9.24 MiB/sec. 2026.01.09 00:39:22.055755 [ 269 ] {2934004b-e21a-4236-9439-115b5ada4c23} TCPHandler: Processed in 0.001478352 sec. 2026.01.09 00:39:22.055865 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:22.055962 [ 269 ] {1b117519-b6d2-452e-8a11-e0f4cbb6aa32} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:39:22.056001 [ 269 ] {1b117519-b6d2-452e-8a11-e0f4cbb6aa32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:39:22.056515 [ 269 ] {1b117519-b6d2-452e-8a11-e0f4cbb6aa32} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.056549 [ 269 ] {1b117519-b6d2-452e-8a11-e0f4cbb6aa32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:22.056869 [ 269 ] {1b117519-b6d2-452e-8a11-e0f4cbb6aa32} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:39:22.057090 [ 269 ] {1b117519-b6d2-452e-8a11-e0f4cbb6aa32} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.057224 [ 269 ] {1b117519-b6d2-452e-8a11-e0f4cbb6aa32} executeQuery: Read 212 rows, 14.00 KiB in 0.00128 sec., 165625 rows/sec., 10.68 MiB/sec. 2026.01.09 00:39:22.057263 [ 269 ] {1b117519-b6d2-452e-8a11-e0f4cbb6aa32} TCPHandler: Processed in 0.001447541 sec. 2026.01.09 00:39:22.057372 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:22.057468 [ 269 ] {574ef1a6-197b-4029-8437-50352fa0d207} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:39:22.057508 [ 269 ] {574ef1a6-197b-4029-8437-50352fa0d207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:39:22.058007 [ 269 ] {574ef1a6-197b-4029-8437-50352fa0d207} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.058041 [ 269 ] {574ef1a6-197b-4029-8437-50352fa0d207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:22.058362 [ 269 ] {574ef1a6-197b-4029-8437-50352fa0d207} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:39:22.058575 [ 269 ] {574ef1a6-197b-4029-8437-50352fa0d207} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.058703 [ 269 ] {574ef1a6-197b-4029-8437-50352fa0d207} executeQuery: Read 211 rows, 12.27 KiB in 0.001252 sec., 168530.35143769966 rows/sec., 9.57 MiB/sec. 2026.01.09 00:39:22.058742 [ 269 ] {574ef1a6-197b-4029-8437-50352fa0d207} TCPHandler: Processed in 0.00141987 sec. 2026.01.09 00:39:22.058852 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:22.058946 [ 269 ] {76228959-3f19-4dd9-a81e-5882f45be247} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:22.058986 [ 269 ] {76228959-3f19-4dd9-a81e-5882f45be247} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:22.059666 [ 269 ] {76228959-3f19-4dd9-a81e-5882f45be247} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.059701 [ 269 ] {76228959-3f19-4dd9-a81e-5882f45be247} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:22.060037 [ 269 ] {76228959-3f19-4dd9-a81e-5882f45be247} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.09 00:39:22.060262 [ 269 ] {76228959-3f19-4dd9-a81e-5882f45be247} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.060396 [ 269 ] {76228959-3f19-4dd9-a81e-5882f45be247} executeQuery: Read 679 rows, 48.47 KiB in 0.001466 sec., 463165.0750341064 rows/sec., 32.29 MiB/sec. 2026.01.09 00:39:22.060434 [ 269 ] {76228959-3f19-4dd9-a81e-5882f45be247} TCPHandler: Processed in 0.001632626 sec. 2026.01.09 00:39:22.060543 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:22.060638 [ 269 ] {0ff78d08-24dc-4c91-8cc3-f47e104ec7fd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:39:22.060679 [ 269 ] {0ff78d08-24dc-4c91-8cc3-f47e104ec7fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:39:22.061017 [ 269 ] {0ff78d08-24dc-4c91-8cc3-f47e104ec7fd} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.061051 [ 269 ] {0ff78d08-24dc-4c91-8cc3-f47e104ec7fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:22.061360 [ 269 ] {0ff78d08-24dc-4c91-8cc3-f47e104ec7fd} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.09 00:39:22.061571 [ 269 ] {0ff78d08-24dc-4c91-8cc3-f47e104ec7fd} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.061700 [ 269 ] {0ff78d08-24dc-4c91-8cc3-f47e104ec7fd} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2026.01.09 00:39:22.061737 [ 269 ] {0ff78d08-24dc-4c91-8cc3-f47e104ec7fd} TCPHandler: Processed in 0.001243675 sec. 2026.01.09 00:39:22.061848 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:22.061944 [ 269 ] {85ba777b-343a-49c7-8649-6425f4ad0665} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:22.061989 [ 269 ] {85ba777b-343a-49c7-8649-6425f4ad0665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:22.062462 [ 269 ] {85ba777b-343a-49c7-8649-6425f4ad0665} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.062497 [ 269 ] {85ba777b-343a-49c7-8649-6425f4ad0665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:22.062833 [ 269 ] {85ba777b-343a-49c7-8649-6425f4ad0665} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.09 00:39:22.063051 [ 269 ] {85ba777b-343a-49c7-8649-6425f4ad0665} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.063158 [ 129 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 2026.01.09 00:39:22.063184 [ 269 ] {85ba777b-343a-49c7-8649-6425f4ad0665} executeQuery: Read 314 rows, 21.12 KiB in 0.001256 sec., 250000 rows/sec., 16.42 MiB/sec. 2026.01.09 00:39:22.063195 [ 129 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.063219 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:22.063226 [ 269 ] {85ba777b-343a-49c7-8649-6425f4ad0665} TCPHandler: Processed in 0.001427261 sec. 2026.01.09 00:39:22.063338 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:22.063343 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full 2026.01.09 00:39:22.063438 [ 269 ] {88174417-e1c0-4a1f-8da6-bbe7e03475b2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:39:22.063485 [ 269 ] {88174417-e1c0-4a1f-8da6-bbe7e03475b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:39:22.063530 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:22.063581 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 30782 rows starting from the beginning of the part 2026.01.09 00:39:22.063690 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part 2026.01.09 00:39:22.063745 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 925 rows starting from the beginning of the part 2026.01.09 00:39:22.063795 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 74 rows starting from the beginning of the part 2026.01.09 00:39:22.063811 [ 269 ] {88174417-e1c0-4a1f-8da6-bbe7e03475b2} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.063840 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part 2026.01.09 00:39:22.063853 [ 269 ] {88174417-e1c0-4a1f-8da6-bbe7e03475b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:22.063894 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 314 rows starting from the beginning of the part 2026.01.09 00:39:22.064182 [ 269 ] {88174417-e1c0-4a1f-8da6-bbe7e03475b2} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:39:22.064435 [ 269 ] {88174417-e1c0-4a1f-8da6-bbe7e03475b2} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.064567 [ 269 ] {88174417-e1c0-4a1f-8da6-bbe7e03475b2} executeQuery: Read 1 rows, 69.00 B in 0.00115 sec., 869.5652173913044 rows/sec., 58.59 KiB/sec. 2026.01.09 00:39:22.064605 [ 269 ] {88174417-e1c0-4a1f-8da6-bbe7e03475b2} TCPHandler: Processed in 0.001316587 sec. 2026.01.09 00:39:22.064726 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:22.064820 [ 269 ] {51530e57-317a-4fa1-a736-e442cb07df7e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:22.064865 [ 269 ] {51530e57-317a-4fa1-a736-e442cb07df7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:22.065211 [ 269 ] {51530e57-317a-4fa1-a736-e442cb07df7e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:22.065246 [ 269 ] {51530e57-317a-4fa1-a736-e442cb07df7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:22.065611 [ 269 ] {51530e57-317a-4fa1-a736-e442cb07df7e} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.09 00:39:22.065842 [ 269 ] {51530e57-317a-4fa1-a736-e442cb07df7e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.065978 [ 269 ] {51530e57-317a-4fa1-a736-e442cb07df7e} executeQuery: Read 104 rows, 6.53 KiB in 0.001173 sec., 88661.5515771526 rows/sec., 5.43 MiB/sec. 2026.01.09 00:39:22.066015 [ 269 ] {51530e57-317a-4fa1-a736-e442cb07df7e} TCPHandler: Processed in 0.001337808 sec. 2026.01.09 00:39:22.071546 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 32415 rows, containing 5 columns (5 merged, 0 gathered) in 0.008263895 sec., 3922484.494297181 rows/sec., 263.73 MiB/sec. 2026.01.09 00:39:22.072004 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2026.01.09 00:39:22.072263 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:22.072339 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_105_21} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 2026.01.09 00:39:22.072415 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.01.09 00:39:23.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 345.91 MiB, peak 358.96 MiB, free memory in arenas 0.00 B, will set to 347.38 MiB (RSS), difference: 1.47 MiB 2026.01.09 00:39:25.006172 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1848 2026.01.09 00:39:25.008445 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:25.008491 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:25.009677 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:39:25.009942 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:25.010115 [ 82 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.09 00:39:25.010214 [ 82 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:25.010223 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1848 2026.01.09 00:39:25.010256 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.01.09 00:39:25.010417 [ 198 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.09 00:39:25.011215 [ 198 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:25.011358 [ 198 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1658 rows starting from the beginning of the part 2026.01.09 00:39:25.011734 [ 198 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part 2026.01.09 00:39:25.012114 [ 198 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part 2026.01.09 00:39:25.012476 [ 198 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 34 rows starting from the beginning of the part 2026.01.09 00:39:25.012825 [ 198 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part 2026.01.09 00:39:25.013179 [ 198 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part 2026.01.09 00:39:25.020447 [ 189 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 72 columns (72 merged, 0 gathered) in 0.010102847 sec., 182918.73567916054 rows/sec., 142.23 MiB/sec. 2026.01.09 00:39:25.022162 [ 189 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.09 00:39:25.022748 [ 189 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:25.022822 [ 189 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_46_9} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.09 00:39:25.023166 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. 2026.01.09 00:39:27.048435 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:27.048633 [ 269 ] {58b75ad1-384b-4722-8f85-71f3281f66c0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:39:27.048702 [ 269 ] {58b75ad1-384b-4722-8f85-71f3281f66c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:39:27.049353 [ 269 ] {58b75ad1-384b-4722-8f85-71f3281f66c0} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.049407 [ 269 ] {58b75ad1-384b-4722-8f85-71f3281f66c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.049807 [ 269 ] {58b75ad1-384b-4722-8f85-71f3281f66c0} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:39:27.050043 [ 269 ] {58b75ad1-384b-4722-8f85-71f3281f66c0} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.050191 [ 95 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 6 parts from all_1_41_9 to all_46_46_0 2026.01.09 00:39:27.050210 [ 269 ] {58b75ad1-384b-4722-8f85-71f3281f66c0} executeQuery: Read 24 rows, 2.04 KiB in 0.001621 sec., 14805.675508945094 rows/sec., 1.23 MiB/sec. 2026.01.09 00:39:27.050266 [ 95 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.050289 [ 269 ] {58b75ad1-384b-4722-8f85-71f3281f66c0} TCPHandler: Processed in 0.001988756 sec. 2026.01.09 00:39:27.050297 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.050424 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:27.050432 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_9 to all_46_46_0 into Compact with storage Full 2026.01.09 00:39:27.050533 [ 269 ] {4b3d5b32-f981-4298-9720-620237371af7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:39:27.050582 [ 269 ] {4b3d5b32-f981-4298-9720-620237371af7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:39:27.050588 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:27.050631 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 434 rows starting from the beginning of the part 2026.01.09 00:39:27.050704 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 410 rows starting from the beginning of the part 2026.01.09 00:39:27.050755 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 410 rows starting from the beginning of the part 2026.01.09 00:39:27.050802 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 410 rows starting from the beginning of the part 2026.01.09 00:39:27.050846 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 410 rows starting from the beginning of the part 2026.01.09 00:39:27.050891 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2026.01.09 00:39:27.051012 [ 269 ] {4b3d5b32-f981-4298-9720-620237371af7} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.051056 [ 269 ] {4b3d5b32-f981-4298-9720-620237371af7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.051403 [ 269 ] {4b3d5b32-f981-4298-9720-620237371af7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.09 00:39:27.051634 [ 269 ] {4b3d5b32-f981-4298-9720-620237371af7} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.051778 [ 269 ] {4b3d5b32-f981-4298-9720-620237371af7} executeQuery: Read 2 rows, 167.00 B in 0.001266 sec., 1579.778830963665 rows/sec., 128.82 KiB/sec. 2026.01.09 00:39:27.051819 [ 269 ] {4b3d5b32-f981-4298-9720-620237371af7} TCPHandler: Processed in 0.001447862 sec. 2026.01.09 00:39:27.051938 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:27.052019 [ 190 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} MergeTask::MergeProjectionsStage: Merge sorted 2098 rows, containing 5 columns (5 merged, 0 gathered) in 0.001639257 sec., 1279848.1263157637 rows/sec., 86.64 MiB/sec. 2026.01.09 00:39:27.052035 [ 269 ] {2510dde5-d4c2-40cd-bc60-98ef0be2607f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:27.052099 [ 269 ] {2510dde5-d4c2-40cd-bc60-98ef0be2607f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:27.052183 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) 2026.01.09 00:39:27.052431 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.052504 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_46_10} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 6 parts: [all_1_41_9, all_46_46_0] -> all_1_46_10 2026.01.09 00:39:27.052576 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:39:27.052659 [ 269 ] {2510dde5-d4c2-40cd-bc60-98ef0be2607f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.052701 [ 269 ] {2510dde5-d4c2-40cd-bc60-98ef0be2607f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.053033 [ 269 ] {2510dde5-d4c2-40cd-bc60-98ef0be2607f} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.09 00:39:27.053270 [ 269 ] {2510dde5-d4c2-40cd-bc60-98ef0be2607f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.053390 [ 95 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.09 00:39:27.053406 [ 269 ] {2510dde5-d4c2-40cd-bc60-98ef0be2607f} executeQuery: Read 259 rows, 23.80 KiB in 0.001388 sec., 186599.42363112394 rows/sec., 16.75 MiB/sec. 2026.01.09 00:39:27.053421 [ 95 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.053447 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.053453 [ 269 ] {2510dde5-d4c2-40cd-bc60-98ef0be2607f} TCPHandler: Processed in 0.001564074 sec. 2026.01.09 00:39:27.053534 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.09 00:39:27.053569 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:27.053653 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:27.053671 [ 269 ] {64ba09c5-a218-4b99-94a8-54b5d4db7974} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:27.053691 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2466 rows starting from the beginning of the part 2026.01.09 00:39:27.053716 [ 269 ] {64ba09c5-a218-4b99-94a8-54b5d4db7974} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:27.053762 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:39:27.053814 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part 2026.01.09 00:39:27.053855 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 138 rows starting from the beginning of the part 2026.01.09 00:39:27.053896 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:39:27.053934 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 259 rows starting from the beginning of the part 2026.01.09 00:39:27.054163 [ 269 ] {64ba09c5-a218-4b99-94a8-54b5d4db7974} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.054209 [ 269 ] {64ba09c5-a218-4b99-94a8-54b5d4db7974} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.054534 [ 269 ] {64ba09c5-a218-4b99-94a8-54b5d4db7974} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.09 00:39:27.054780 [ 269 ] {64ba09c5-a218-4b99-94a8-54b5d4db7974} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.054920 [ 269 ] {64ba09c5-a218-4b99-94a8-54b5d4db7974} executeQuery: Read 55 rows, 4.18 KiB in 0.001267 sec., 43409.62904498816 rows/sec., 3.22 MiB/sec. 2026.01.09 00:39:27.054961 [ 269 ] {64ba09c5-a218-4b99-94a8-54b5d4db7974} TCPHandler: Processed in 0.001440461 sec. 2026.01.09 00:39:27.055071 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:27.055167 [ 269 ] {cd5265b9-d2e0-4729-a7db-17347ba004af} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:39:27.055213 [ 269 ] {cd5265b9-d2e0-4729-a7db-17347ba004af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:39:27.055623 [ 269 ] {cd5265b9-d2e0-4729-a7db-17347ba004af} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.055659 [ 269 ] {cd5265b9-d2e0-4729-a7db-17347ba004af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.055959 [ 269 ] {cd5265b9-d2e0-4729-a7db-17347ba004af} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:39:27.056083 [ 187 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6284 rows, containing 5 columns (5 merged, 0 gathered) in 0.002583464 sec., 2432393.0970201246 rows/sec., 207.14 MiB/sec. 2026.01.09 00:39:27.056187 [ 269 ] {cd5265b9-d2e0-4729-a7db-17347ba004af} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.056297 [ 95 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.09 00:39:27.056325 [ 95 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.056326 [ 269 ] {cd5265b9-d2e0-4729-a7db-17347ba004af} executeQuery: Read 24 rows, 2.04 KiB in 0.001177 sec., 20390.824129141885 rows/sec., 1.69 MiB/sec. 2026.01.09 00:39:27.056346 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.056381 [ 269 ] {cd5265b9-d2e0-4729-a7db-17347ba004af} TCPHandler: Processed in 0.001358849 sec. 2026.01.09 00:39:27.056404 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.09 00:39:27.056435 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.09 00:39:27.056533 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:27.056546 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:27.056596 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 466 rows starting from the beginning of the part 2026.01.09 00:39:27.056637 [ 269 ] {bb9bfb13-129a-4c4a-992b-180b0ddc8228} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:39:27.056656 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 212 rows starting from the beginning of the part 2026.01.09 00:39:27.056681 [ 269 ] {bb9bfb13-129a-4c4a-992b-180b0ddc8228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:39:27.056704 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 212 rows starting from the beginning of the part 2026.01.09 00:39:27.056736 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.056748 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 440 rows starting from the beginning of the part 2026.01.09 00:39:27.056798 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 212 rows starting from the beginning of the part 2026.01.09 00:39:27.056829 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_106_21} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.09 00:39:27.056838 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part 2026.01.09 00:39:27.056944 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2026.01.09 00:39:27.057145 [ 269 ] {bb9bfb13-129a-4c4a-992b-180b0ddc8228} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.057187 [ 269 ] {bb9bfb13-129a-4c4a-992b-180b0ddc8228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.057558 [ 269 ] {bb9bfb13-129a-4c4a-992b-180b0ddc8228} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:39:27.057765 [ 269 ] {bb9bfb13-129a-4c4a-992b-180b0ddc8228} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.057767 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1566 rows, containing 5 columns (5 merged, 0 gathered) in 0.001369489 sec., 1143492.2076774621 rows/sec., 79.83 MiB/sec. 2026.01.09 00:39:27.057869 [ 95 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 6 parts from all_1_41_9 to all_46_46_0 2026.01.09 00:39:27.057895 [ 269 ] {bb9bfb13-129a-4c4a-992b-180b0ddc8228} executeQuery: Read 12 rows, 960.00 B in 0.001276 sec., 9404.388714733543 rows/sec., 734.72 KiB/sec. 2026.01.09 00:39:27.057905 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.09 00:39:27.057900 [ 95 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.057942 [ 269 ] {bb9bfb13-129a-4c4a-992b-180b0ddc8228} TCPHandler: Processed in 0.001465462 sec. 2026.01.09 00:39:27.057965 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.058056 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_9 to all_46_46_0 into Compact with storage Full 2026.01.09 00:39:27.058074 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:27.058151 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:27.058170 [ 269 ] {71f9c58e-ea1d-430b-a5d1-5f9b28b8d857} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:27.058183 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 223 rows starting from the beginning of the part 2026.01.09 00:39:27.058198 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.058211 [ 269 ] {71f9c58e-ea1d-430b-a5d1-5f9b28b8d857} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:27.058239 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 211 rows starting from the beginning of the part 2026.01.09 00:39:27.058280 [ 200 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_51_10} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.09 00:39:27.058288 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 211 rows starting from the beginning of the part 2026.01.09 00:39:27.058345 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 211 rows starting from the beginning of the part 2026.01.09 00:39:27.058351 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.09 00:39:27.058387 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 211 rows starting from the beginning of the part 2026.01.09 00:39:27.058432 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part 2026.01.09 00:39:27.058700 [ 269 ] {71f9c58e-ea1d-430b-a5d1-5f9b28b8d857} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.058736 [ 269 ] {71f9c58e-ea1d-430b-a5d1-5f9b28b8d857} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.059044 [ 269 ] {71f9c58e-ea1d-430b-a5d1-5f9b28b8d857} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.09 00:39:27.059333 [ 269 ] {71f9c58e-ea1d-430b-a5d1-5f9b28b8d857} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.059350 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} MergeTask::MergeProjectionsStage: Merge sorted 1079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001330718 sec., 810840.4635692912 rows/sec., 49.49 MiB/sec. 2026.01.09 00:39:27.059469 [ 95 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.09 00:39:27.059496 [ 269 ] {71f9c58e-ea1d-430b-a5d1-5f9b28b8d857} executeQuery: Read 143 rows, 11.82 KiB in 0.001343 sec., 106478.03425167536 rows/sec., 8.59 MiB/sec. 2026.01.09 00:39:27.059499 [ 95 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.059519 [ 194 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) 2026.01.09 00:39:27.059543 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.059551 [ 269 ] {71f9c58e-ea1d-430b-a5d1-5f9b28b8d857} TCPHandler: Processed in 0.001525014 sec. 2026.01.09 00:39:27.059655 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.09 00:39:27.059689 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:27.059797 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:27.059809 [ 269 ] {2c5d9581-670c-4c48-a8e1-2d5341356b5d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:27.059830 [ 194 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.059846 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1250 rows starting from the beginning of the part 2026.01.09 00:39:27.059875 [ 269 ] {2c5d9581-670c-4c48-a8e1-2d5341356b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:27.059918 [ 194 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_46_10} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 6 parts: [all_1_41_9, all_46_46_0] -> all_1_46_10 2026.01.09 00:39:27.059937 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:39:27.059996 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part 2026.01.09 00:39:27.060007 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.09 00:39:27.060049 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 105 rows starting from the beginning of the part 2026.01.09 00:39:27.060100 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 679 rows starting from the beginning of the part 2026.01.09 00:39:27.060143 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 143 rows starting from the beginning of the part 2026.01.09 00:39:27.060391 [ 269 ] {2c5d9581-670c-4c48-a8e1-2d5341356b5d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.060436 [ 269 ] {2c5d9581-670c-4c48-a8e1-2d5341356b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.060814 [ 269 ] {2c5d9581-670c-4c48-a8e1-2d5341356b5d} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.09 00:39:27.061051 [ 269 ] {2c5d9581-670c-4c48-a8e1-2d5341356b5d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.061187 [ 269 ] {2c5d9581-670c-4c48-a8e1-2d5341356b5d} executeQuery: Read 341 rows, 26.42 KiB in 0.001402 sec., 243223.96576319542 rows/sec., 18.40 MiB/sec. 2026.01.09 00:39:27.061225 [ 269 ] {2c5d9581-670c-4c48-a8e1-2d5341356b5d} TCPHandler: Processed in 0.001593605 sec. 2026.01.09 00:39:27.061341 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:27.061434 [ 269 ] {2f397101-32f5-4181-b60b-c15d62232a2c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:27.061488 [ 269 ] {2f397101-32f5-4181-b60b-c15d62232a2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:39:27.061518 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3378 rows, containing 5 columns (5 merged, 0 gathered) in 0.001911815 sec., 1766907.3628986068 rows/sec., 133.98 MiB/sec. 2026.01.09 00:39:27.061691 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.09 00:39:27.061936 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.062008 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_106_21} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.09 00:39:27.062083 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.09 00:39:27.062412 [ 269 ] {2f397101-32f5-4181-b60b-c15d62232a2c} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.062453 [ 269 ] {2f397101-32f5-4181-b60b-c15d62232a2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.063024 [ 269 ] {2f397101-32f5-4181-b60b-c15d62232a2c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:39:27.063248 [ 269 ] {2f397101-32f5-4181-b60b-c15d62232a2c} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.063360 [ 95 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.09 00:39:27.063387 [ 269 ] {2f397101-32f5-4181-b60b-c15d62232a2c} executeQuery: Read 41 rows, 75.23 KiB in 0.001971 sec., 20801.623541349567 rows/sec., 37.28 MiB/sec. 2026.01.09 00:39:27.063400 [ 95 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.063428 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.063467 [ 269 ] {2f397101-32f5-4181-b60b-c15d62232a2c} TCPHandler: Processed in 0.002174292 sec. 2026.01.09 00:39:27.063496 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.09 00:39:27.063587 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:27.063660 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:27.063681 [ 269 ] {d715b2e3-8fab-4edb-ba0c-2f77af2c2684} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:27.063704 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1557 rows starting from the beginning of the part 2026.01.09 00:39:27.063723 [ 269 ] {d715b2e3-8fab-4edb-ba0c-2f77af2c2684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:27.063807 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part 2026.01.09 00:39:27.063902 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part 2026.01.09 00:39:27.063997 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part 2026.01.09 00:39:27.064061 [ 269 ] {d715b2e3-8fab-4edb-ba0c-2f77af2c2684} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.064090 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part 2026.01.09 00:39:27.064098 [ 269 ] {d715b2e3-8fab-4edb-ba0c-2f77af2c2684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.064180 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part 2026.01.09 00:39:27.064422 [ 269 ] {d715b2e3-8fab-4edb-ba0c-2f77af2c2684} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.09 00:39:27.064630 [ 269 ] {d715b2e3-8fab-4edb-ba0c-2f77af2c2684} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.064739 [ 95 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.09 00:39:27.064758 [ 269 ] {d715b2e3-8fab-4edb-ba0c-2f77af2c2684} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.01.09 00:39:27.064767 [ 95 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.064796 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.064801 [ 269 ] {d715b2e3-8fab-4edb-ba0c-2f77af2c2684} TCPHandler: Processed in 0.001261636 sec. 2026.01.09 00:39:27.064866 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.09 00:39:27.064956 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:27.064981 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6980 rows starting from the beginning of the part 2026.01.09 00:39:27.065026 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 76 rows starting from the beginning of the part 2026.01.09 00:39:27.065064 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 28 rows starting from the beginning of the part 2026.01.09 00:39:27.065103 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2026.01.09 00:39:27.065138 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 104 rows starting from the beginning of the part 2026.01.09 00:39:27.065174 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2026.01.09 00:39:27.067382 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 7308 rows, containing 4 columns (4 merged, 0 gathered) in 0.002548403 sec., 2867678.3067670227 rows/sec., 182.77 MiB/sec. 2026.01.09 00:39:27.067960 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.09 00:39:27.068234 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.068304 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_106_21} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.09 00:39:27.068369 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.01.09 00:39:27.074391 [ 192 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1762 rows, containing 19 columns (19 merged, 0 gathered) in 0.010919381 sec., 161364.4582966745 rows/sec., 289.16 MiB/sec. 2026.01.09 00:39:27.075843 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.09 00:39:27.076157 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.076225 [ 201 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_46_9} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.09 00:39:27.076333 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. 2026.01.09 00:39:27.425606 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30231 2026.01.09 00:39:27.426074 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:27.426115 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:27.426560 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:39:27.426783 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:27.426908 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30231 2026.01.09 00:39:28.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 348.88 MiB, peak 360.50 MiB, free memory in arenas 0.00 B, will set to 355.34 MiB (RSS), difference: 6.46 MiB 2026.01.09 00:39:29.037430 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.01.09 00:39:29.056535 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:29.056603 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:29.063085 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:39:29.063803 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:29.067455 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.01.09 00:39:32.038960 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:32.039190 [ 269 ] {e543db43-32aa-48a7-85c4-9d68c75c1be8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:32.039264 [ 269 ] {e543db43-32aa-48a7-85c4-9d68c75c1be8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:32.039964 [ 269 ] {e543db43-32aa-48a7-85c4-9d68c75c1be8} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:32.040018 [ 269 ] {e543db43-32aa-48a7-85c4-9d68c75c1be8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:32.040438 [ 269 ] {e543db43-32aa-48a7-85c4-9d68c75c1be8} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.09 00:39:32.040666 [ 269 ] {e543db43-32aa-48a7-85c4-9d68c75c1be8} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:32.040833 [ 269 ] {e543db43-32aa-48a7-85c4-9d68c75c1be8} executeQuery: Read 56 rows, 4.41 KiB in 0.001695 sec., 33038.348082595876 rows/sec., 2.54 MiB/sec. 2026.01.09 00:39:32.040890 [ 269 ] {e543db43-32aa-48a7-85c4-9d68c75c1be8} TCPHandler: Processed in 0.002074799 sec. 2026.01.09 00:39:32.041017 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:32.041130 [ 269 ] {29ab71fe-7041-4425-aa86-3a81816f58d2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:32.041177 [ 269 ] {29ab71fe-7041-4425-aa86-3a81816f58d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:32.041634 [ 269 ] {29ab71fe-7041-4425-aa86-3a81816f58d2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:32.041675 [ 269 ] {29ab71fe-7041-4425-aa86-3a81816f58d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:32.041998 [ 269 ] {29ab71fe-7041-4425-aa86-3a81816f58d2} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.09 00:39:32.042239 [ 269 ] {29ab71fe-7041-4425-aa86-3a81816f58d2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:32.042387 [ 269 ] {29ab71fe-7041-4425-aa86-3a81816f58d2} executeQuery: Read 64 rows, 5.12 KiB in 0.001287 sec., 49728.04972804973 rows/sec., 3.88 MiB/sec. 2026.01.09 00:39:32.042432 [ 269 ] {29ab71fe-7041-4425-aa86-3a81816f58d2} TCPHandler: Processed in 0.001469312 sec. 2026.01.09 00:39:32.042550 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:32.042654 [ 269 ] {99b4c0d4-3100-43e9-a835-ff27d9953c10} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:32.042701 [ 269 ] {99b4c0d4-3100-43e9-a835-ff27d9953c10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:32.043140 [ 269 ] {99b4c0d4-3100-43e9-a835-ff27d9953c10} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:32.043178 [ 269 ] {99b4c0d4-3100-43e9-a835-ff27d9953c10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:32.043533 [ 269 ] {99b4c0d4-3100-43e9-a835-ff27d9953c10} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.09 00:39:32.043826 [ 269 ] {99b4c0d4-3100-43e9-a835-ff27d9953c10} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:32.043986 [ 269 ] {99b4c0d4-3100-43e9-a835-ff27d9953c10} executeQuery: Read 160 rows, 11.41 KiB in 0.001355 sec., 118081.18081180811 rows/sec., 8.22 MiB/sec. 2026.01.09 00:39:32.044026 [ 269 ] {99b4c0d4-3100-43e9-a835-ff27d9953c10} TCPHandler: Processed in 0.001528183 sec. 2026.01.09 00:39:32.044135 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:32.044236 [ 269 ] {e2920967-cec2-431b-a38d-7fe686f391e6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:32.044280 [ 269 ] {e2920967-cec2-431b-a38d-7fe686f391e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:32.044634 [ 269 ] {e2920967-cec2-431b-a38d-7fe686f391e6} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:32.044670 [ 269 ] {e2920967-cec2-431b-a38d-7fe686f391e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:32.044990 [ 269 ] {e2920967-cec2-431b-a38d-7fe686f391e6} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.09 00:39:32.045196 [ 269 ] {e2920967-cec2-431b-a38d-7fe686f391e6} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:32.045331 [ 269 ] {e2920967-cec2-431b-a38d-7fe686f391e6} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.01.09 00:39:32.045367 [ 269 ] {e2920967-cec2-431b-a38d-7fe686f391e6} TCPHandler: Processed in 0.001283746 sec. 2026.01.09 00:39:34.738688 [ 78 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:39:34.738740 [ 78 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:39:34.927990 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30679 2026.01.09 00:39:34.928529 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:34.928580 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:34.929066 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:39:34.929300 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:34.929437 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30679 2026.01.09 00:39:35.001639 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001244695 sec. 2026.01.09 00:39:35.011349 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1876 2026.01.09 00:39:35.013888 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:35.013952 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:35.015217 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:39:35.015500 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:35.015907 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1876 2026.01.09 00:39:36.567547 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2026.01.09 00:39:36.586133 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:36.586187 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:36.592309 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:39:36.593013 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:36.596413 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2026.01.09 00:39:37.040421 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:37.040599 [ 269 ] {4c30d304-5abf-4741-bf7a-78a6aa884c04} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:37.040663 [ 269 ] {4c30d304-5abf-4741-bf7a-78a6aa884c04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:37.041421 [ 269 ] {4c30d304-5abf-4741-bf7a-78a6aa884c04} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:37.041469 [ 269 ] {4c30d304-5abf-4741-bf7a-78a6aa884c04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:37.041864 [ 269 ] {4c30d304-5abf-4741-bf7a-78a6aa884c04} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.09 00:39:37.042076 [ 269 ] {4c30d304-5abf-4741-bf7a-78a6aa884c04} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:37.042228 [ 269 ] {4c30d304-5abf-4741-bf7a-78a6aa884c04} executeQuery: Read 138 rows, 12.27 KiB in 0.001676 sec., 82338.90214797136 rows/sec., 7.15 MiB/sec. 2026.01.09 00:39:37.042268 [ 269 ] {4c30d304-5abf-4741-bf7a-78a6aa884c04} TCPHandler: Processed in 0.001972746 sec. 2026.01.09 00:39:37.042386 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:37.042480 [ 269 ] {d2c6fdc5-031a-454c-b089-b3600cd00ece} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:37.042520 [ 269 ] {d2c6fdc5-031a-454c-b089-b3600cd00ece} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:37.042926 [ 269 ] {d2c6fdc5-031a-454c-b089-b3600cd00ece} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:37.042962 [ 269 ] {d2c6fdc5-031a-454c-b089-b3600cd00ece} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:37.043246 [ 269 ] {d2c6fdc5-031a-454c-b089-b3600cd00ece} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.09 00:39:37.043444 [ 269 ] {d2c6fdc5-031a-454c-b089-b3600cd00ece} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:37.043572 [ 269 ] {d2c6fdc5-031a-454c-b089-b3600cd00ece} executeQuery: Read 41 rows, 3.08 KiB in 0.001111 sec., 36903.6903690369 rows/sec., 2.71 MiB/sec. 2026.01.09 00:39:37.043610 [ 269 ] {d2c6fdc5-031a-454c-b089-b3600cd00ece} TCPHandler: Processed in 0.001272106 sec. 2026.01.09 00:39:37.043708 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:37.043800 [ 269 ] {366375f8-5c29-4181-923b-17b71dab1ace} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:37.043838 [ 269 ] {366375f8-5c29-4181-923b-17b71dab1ace} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:37.044266 [ 269 ] {366375f8-5c29-4181-923b-17b71dab1ace} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:37.044301 [ 269 ] {366375f8-5c29-4181-923b-17b71dab1ace} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:37.044596 [ 269 ] {366375f8-5c29-4181-923b-17b71dab1ace} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.09 00:39:37.044794 [ 269 ] {366375f8-5c29-4181-923b-17b71dab1ace} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:37.044918 [ 269 ] {366375f8-5c29-4181-923b-17b71dab1ace} executeQuery: Read 105 rows, 8.40 KiB in 0.001136 sec., 92429.57746478873 rows/sec., 7.22 MiB/sec. 2026.01.09 00:39:37.044956 [ 269 ] {366375f8-5c29-4181-923b-17b71dab1ace} TCPHandler: Processed in 0.001294587 sec. 2026.01.09 00:39:37.045067 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:37.045159 [ 269 ] {d649e16d-359d-4464-822a-517cd447f3fe} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:37.045202 [ 269 ] {d649e16d-359d-4464-822a-517cd447f3fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:37.045614 [ 269 ] {d649e16d-359d-4464-822a-517cd447f3fe} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:37.045650 [ 269 ] {d649e16d-359d-4464-822a-517cd447f3fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:37.045968 [ 269 ] {d649e16d-359d-4464-822a-517cd447f3fe} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.09 00:39:37.046176 [ 269 ] {d649e16d-359d-4464-822a-517cd447f3fe} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:37.046302 [ 269 ] {d649e16d-359d-4464-822a-517cd447f3fe} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2026.01.09 00:39:37.046338 [ 269 ] {d649e16d-359d-4464-822a-517cd447f3fe} TCPHandler: Processed in 0.001318727 sec. 2026.01.09 00:39:37.046472 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:37.046594 [ 269 ] {edb1f752-ff8d-47c0-bba8-48f83be0d932} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:37.046661 [ 269 ] {edb1f752-ff8d-47c0-bba8-48f83be0d932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:39:37.047660 [ 269 ] {edb1f752-ff8d-47c0-bba8-48f83be0d932} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:37.047697 [ 269 ] {edb1f752-ff8d-47c0-bba8-48f83be0d932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:37.048285 [ 269 ] {edb1f752-ff8d-47c0-bba8-48f83be0d932} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:39:37.048500 [ 269 ] {edb1f752-ff8d-47c0-bba8-48f83be0d932} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:37.048637 [ 269 ] {edb1f752-ff8d-47c0-bba8-48f83be0d932} executeQuery: Read 41 rows, 75.23 KiB in 0.002067 sec., 19835.510401548137 rows/sec., 35.54 MiB/sec. 2026.01.09 00:39:37.048691 [ 269 ] {edb1f752-ff8d-47c0-bba8-48f83be0d932} TCPHandler: Processed in 0.002278825 sec. 2026.01.09 00:39:37.048804 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:37.048900 [ 269 ] {1808dcac-c00d-4a8e-bafe-70ac02e74156} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:37.048942 [ 269 ] {1808dcac-c00d-4a8e-bafe-70ac02e74156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:37.049281 [ 269 ] {1808dcac-c00d-4a8e-bafe-70ac02e74156} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:37.049317 [ 269 ] {1808dcac-c00d-4a8e-bafe-70ac02e74156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:37.049613 [ 269 ] {1808dcac-c00d-4a8e-bafe-70ac02e74156} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.09 00:39:37.049826 [ 269 ] {1808dcac-c00d-4a8e-bafe-70ac02e74156} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:37.049952 [ 269 ] {1808dcac-c00d-4a8e-bafe-70ac02e74156} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.01.09 00:39:37.049987 [ 269 ] {1808dcac-c00d-4a8e-bafe-70ac02e74156} TCPHandler: Processed in 0.001231435 sec. 2026.01.09 00:39:39.507362 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:39.507630 [ 269 ] {8a5622d2-01b7-4359-92b6-22aee342d6ee} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:39:39.507747 [ 269 ] {8a5622d2-01b7-4359-92b6-22aee342d6ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:39:39.509072 [ 269 ] {8a5622d2-01b7-4359-92b6-22aee342d6ee} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:39.509147 [ 269 ] {8a5622d2-01b7-4359-92b6-22aee342d6ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:39.509804 [ 269 ] {8a5622d2-01b7-4359-92b6-22aee342d6ee} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:39:39.510172 [ 269 ] {8a5622d2-01b7-4359-92b6-22aee342d6ee} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:39.510407 [ 269 ] {8a5622d2-01b7-4359-92b6-22aee342d6ee} executeQuery: Read 410 rows, 26.63 KiB in 0.002866 sec., 143056.52477320307 rows/sec., 9.07 MiB/sec. 2026.01.09 00:39:39.510485 [ 269 ] {8a5622d2-01b7-4359-92b6-22aee342d6ee} TCPHandler: Processed in 0.003333895 sec. 2026.01.09 00:39:39.510663 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:39.510793 [ 269 ] {629ed1d4-2b8d-4faf-ae68-bc0cfa6b7dcd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:39.510850 [ 269 ] {629ed1d4-2b8d-4faf-ae68-bc0cfa6b7dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:39.513700 [ 269 ] {629ed1d4-2b8d-4faf-ae68-bc0cfa6b7dcd} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:39.513755 [ 269 ] {629ed1d4-2b8d-4faf-ae68-bc0cfa6b7dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:39.514551 [ 269 ] {629ed1d4-2b8d-4faf-ae68-bc0cfa6b7dcd} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.09 00:39:39.514920 [ 269 ] {629ed1d4-2b8d-4faf-ae68-bc0cfa6b7dcd} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:39.515146 [ 269 ] {629ed1d4-2b8d-4faf-ae68-bc0cfa6b7dcd} executeQuery: Read 2252 rows, 186.40 KiB in 0.004386 sec., 513451.8923848609 rows/sec., 41.50 MiB/sec. 2026.01.09 00:39:39.515216 [ 269 ] {629ed1d4-2b8d-4faf-ae68-bc0cfa6b7dcd} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:39:39.515239 [ 269 ] {629ed1d4-2b8d-4faf-ae68-bc0cfa6b7dcd} TCPHandler: Processed in 0.004642752 sec. 2026.01.09 00:39:39.515460 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:39.515605 [ 269 ] {e2fbf182-8470-4dd0-8790-b6fc7a5ff9bf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:39.515672 [ 269 ] {e2fbf182-8470-4dd0-8790-b6fc7a5ff9bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:39.516541 [ 269 ] {e2fbf182-8470-4dd0-8790-b6fc7a5ff9bf} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:39.516595 [ 269 ] {e2fbf182-8470-4dd0-8790-b6fc7a5ff9bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:39.517089 [ 269 ] {e2fbf182-8470-4dd0-8790-b6fc7a5ff9bf} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.09 00:39:39.517469 [ 269 ] {e2fbf182-8470-4dd0-8790-b6fc7a5ff9bf} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:39.517701 [ 269 ] {e2fbf182-8470-4dd0-8790-b6fc7a5ff9bf} executeQuery: Read 205 rows, 12.32 KiB in 0.002129 sec., 96289.33771723814 rows/sec., 5.65 MiB/sec. 2026.01.09 00:39:39.517767 [ 269 ] {e2fbf182-8470-4dd0-8790-b6fc7a5ff9bf} TCPHandler: Processed in 0.002383798 sec. 2026.01.09 00:39:39.518341 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:39.518488 [ 269 ] {5c688aaf-2026-49ce-ab13-729d4cd0da9a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:39:39.518551 [ 269 ] {5c688aaf-2026-49ce-ab13-729d4cd0da9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:39:39.519764 [ 269 ] {5c688aaf-2026-49ce-ab13-729d4cd0da9a} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:39.519820 [ 269 ] {5c688aaf-2026-49ce-ab13-729d4cd0da9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:39.520359 [ 269 ] {5c688aaf-2026-49ce-ab13-729d4cd0da9a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:39:39.520732 [ 269 ] {5c688aaf-2026-49ce-ab13-729d4cd0da9a} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:39.520935 [ 269 ] {5c688aaf-2026-49ce-ab13-729d4cd0da9a} executeQuery: Read 440 rows, 29.81 KiB in 0.00248 sec., 177419.35483870967 rows/sec., 11.74 MiB/sec. 2026.01.09 00:39:39.520994 [ 269 ] {5c688aaf-2026-49ce-ab13-729d4cd0da9a} TCPHandler: Processed in 0.002726518 sec. 2026.01.09 00:39:39.521167 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:39.521302 [ 269 ] {2d378110-e0d4-45a4-9d97-4cdfe850e64a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:39:39.521362 [ 269 ] {2d378110-e0d4-45a4-9d97-4cdfe850e64a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:39:39.522179 [ 269 ] {2d378110-e0d4-45a4-9d97-4cdfe850e64a} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:39.522230 [ 269 ] {2d378110-e0d4-45a4-9d97-4cdfe850e64a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:39.522764 [ 269 ] {2d378110-e0d4-45a4-9d97-4cdfe850e64a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:39:39.523130 [ 269 ] {2d378110-e0d4-45a4-9d97-4cdfe850e64a} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:39.523329 [ 269 ] {2d378110-e0d4-45a4-9d97-4cdfe850e64a} executeQuery: Read 211 rows, 12.27 KiB in 0.002056 sec., 102626.45914396887 rows/sec., 5.83 MiB/sec. 2026.01.09 00:39:39.523389 [ 269 ] {2d378110-e0d4-45a4-9d97-4cdfe850e64a} TCPHandler: Processed in 0.002288385 sec. 2026.01.09 00:39:39.523575 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:39.523723 [ 269 ] {bc833860-f748-4f00-9199-6d0f0c71ef66} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:39.523796 [ 269 ] {bc833860-f748-4f00-9199-6d0f0c71ef66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:39.525300 [ 269 ] {bc833860-f748-4f00-9199-6d0f0c71ef66} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:39.525349 [ 269 ] {bc833860-f748-4f00-9199-6d0f0c71ef66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:39.525933 [ 269 ] {bc833860-f748-4f00-9199-6d0f0c71ef66} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.09 00:39:39.526297 [ 269 ] {bc833860-f748-4f00-9199-6d0f0c71ef66} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:39.526517 [ 269 ] {bc833860-f748-4f00-9199-6d0f0c71ef66} executeQuery: Read 1135 rows, 82.76 KiB in 0.002827 sec., 401485.6738592147 rows/sec., 28.59 MiB/sec. 2026.01.09 00:39:39.526587 [ 269 ] {bc833860-f748-4f00-9199-6d0f0c71ef66} TCPHandler: Processed in 0.003082858 sec. 2026.01.09 00:39:39.527024 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:39.527173 [ 269 ] {65f447fb-91e2-43e8-bc58-47e15feb570c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:39:39.527243 [ 269 ] {65f447fb-91e2-43e8-bc58-47e15feb570c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:39:39.527832 [ 269 ] {65f447fb-91e2-43e8-bc58-47e15feb570c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:39.527882 [ 269 ] {65f447fb-91e2-43e8-bc58-47e15feb570c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:39.528360 [ 269 ] {65f447fb-91e2-43e8-bc58-47e15feb570c} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.09 00:39:39.528709 [ 269 ] {65f447fb-91e2-43e8-bc58-47e15feb570c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:39.528908 [ 269 ] {65f447fb-91e2-43e8-bc58-47e15feb570c} executeQuery: Read 6 rows, 321.00 B in 0.001771 sec., 3387.916431394692 rows/sec., 177.01 KiB/sec. 2026.01.09 00:39:39.528967 [ 269 ] {65f447fb-91e2-43e8-bc58-47e15feb570c} TCPHandler: Processed in 0.002020688 sec. 2026.01.09 00:39:39.529485 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:39.529610 [ 269 ] {c7d6f22f-102c-40d3-a512-86042192f431} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:39.529669 [ 269 ] {c7d6f22f-102c-40d3-a512-86042192f431} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:39.530708 [ 269 ] {c7d6f22f-102c-40d3-a512-86042192f431} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:39.530755 [ 269 ] {c7d6f22f-102c-40d3-a512-86042192f431} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:39.531302 [ 269 ] {c7d6f22f-102c-40d3-a512-86042192f431} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.09 00:39:39.531624 [ 269 ] {c7d6f22f-102c-40d3-a512-86042192f431} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:39.531811 [ 269 ] {c7d6f22f-102c-40d3-a512-86042192f431} executeQuery: Read 934 rows, 63.32 KiB in 0.002231 sec., 418646.346929628 rows/sec., 27.71 MiB/sec. 2026.01.09 00:39:39.531866 [ 269 ] {c7d6f22f-102c-40d3-a512-86042192f431} TCPHandler: Processed in 0.00244657 sec. 2026.01.09 00:39:39.532285 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:39.532423 [ 269 ] {d627afb8-8f57-4fa3-80e4-ab0fa3a5ec56} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:39:39.532486 [ 269 ] {d627afb8-8f57-4fa3-80e4-ab0fa3a5ec56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:39:39.533359 [ 269 ] {d627afb8-8f57-4fa3-80e4-ab0fa3a5ec56} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:39.533409 [ 269 ] {d627afb8-8f57-4fa3-80e4-ab0fa3a5ec56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:39.533882 [ 269 ] {d627afb8-8f57-4fa3-80e4-ab0fa3a5ec56} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:39:39.534266 [ 269 ] {d627afb8-8f57-4fa3-80e4-ab0fa3a5ec56} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:39.534477 [ 269 ] {d627afb8-8f57-4fa3-80e4-ab0fa3a5ec56} executeQuery: Read 1 rows, 69.00 B in 0.002085 sec., 479.6163069544364 rows/sec., 32.32 KiB/sec. 2026.01.09 00:39:39.534538 [ 269 ] {d627afb8-8f57-4fa3-80e4-ab0fa3a5ec56} TCPHandler: Processed in 0.002323616 sec. 2026.01.09 00:39:39.534716 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:39.534855 [ 269 ] {382d7a15-a99a-4e01-a1d3-418df8026436} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:39.534919 [ 269 ] {382d7a15-a99a-4e01-a1d3-418df8026436} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:39.535925 [ 269 ] {382d7a15-a99a-4e01-a1d3-418df8026436} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:39.535981 [ 269 ] {382d7a15-a99a-4e01-a1d3-418df8026436} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:39.536578 [ 269 ] {382d7a15-a99a-4e01-a1d3-418df8026436} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.09 00:39:39.536940 [ 269 ] {382d7a15-a99a-4e01-a1d3-418df8026436} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:39.537156 [ 269 ] {382d7a15-a99a-4e01-a1d3-418df8026436} executeQuery: Read 80 rows, 4.87 KiB in 0.002332 sec., 34305.31732418525 rows/sec., 2.04 MiB/sec. 2026.01.09 00:39:39.537215 [ 269 ] {382d7a15-a99a-4e01-a1d3-418df8026436} TCPHandler: Processed in 0.002568794 sec. 2026.01.09 00:39:40.323961 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48368 2026.01.09 00:39:40.324066 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.324092 [ 353 ] {} TCP-Session: b2b43ecd-e099-4b63-b7c8-5fe4391aac42 Authenticating user 'default' from [fd00:1122:3344:101::e]:48368 2026.01.09 00:39:40.324114 [ 353 ] {} TCP-Session: b2b43ecd-e099-4b63-b7c8-5fe4391aac42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324127 [ 353 ] {} TCP-Session: b2b43ecd-e099-4b63-b7c8-5fe4391aac42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324328 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56451 2026.01.09 00:39:40.324346 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58351 2026.01.09 00:39:40.324374 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47988 2026.01.09 00:39:40.324410 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38296 2026.01.09 00:39:40.324399 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61115 2026.01.09 00:39:40.324458 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.324471 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.324463 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.324515 [ 286 ] {} TCP-Session: 4d44bde2-6a87-47f1-a1bc-f344a3036e6e Authenticating user 'default' from [fd00:1122:3344:101::e]:58351 2026.01.09 00:39:40.324523 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.324546 [ 354 ] {} TCP-Session: bf0e2ae7-8f73-4985-9f5d-7d520cb04fa9 Authenticating user 'default' from [fd00:1122:3344:101::e]:56451 2026.01.09 00:39:40.324556 [ 286 ] {} TCP-Session: 4d44bde2-6a87-47f1-a1bc-f344a3036e6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324576 [ 352 ] {} TCP-Session: 7a3e644f-6c17-4ba2-a06a-43ff2169c121 Authenticating user 'default' from [fd00:1122:3344:101::e]:38296 2026.01.09 00:39:40.324596 [ 286 ] {} TCP-Session: 4d44bde2-6a87-47f1-a1bc-f344a3036e6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324588 [ 354 ] {} TCP-Session: bf0e2ae7-8f73-4985-9f5d-7d520cb04fa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324638 [ 352 ] {} TCP-Session: 7a3e644f-6c17-4ba2-a06a-43ff2169c121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324659 [ 354 ] {} TCP-Session: bf0e2ae7-8f73-4985-9f5d-7d520cb04fa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324672 [ 352 ] {} TCP-Session: 7a3e644f-6c17-4ba2-a06a-43ff2169c121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324563 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.324529 [ 289 ] {} TCP-Session: 47d5fb96-6f93-4914-b90c-070e817e9d5b Authenticating user 'default' from [fd00:1122:3344:101::e]:47988 2026.01.09 00:39:40.324732 [ 351 ] {} TCP-Session: 32777662-05d0-4717-9f15-edf70bfd2548 Authenticating user 'default' from [fd00:1122:3344:101::e]:61115 2026.01.09 00:39:40.324746 [ 289 ] {} TCP-Session: 47d5fb96-6f93-4914-b90c-070e817e9d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324389 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42613 2026.01.09 00:39:40.324768 [ 351 ] {} TCP-Session: 32777662-05d0-4717-9f15-edf70bfd2548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324770 [ 289 ] {} TCP-Session: 47d5fb96-6f93-4914-b90c-070e817e9d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324802 [ 351 ] {} TCP-Session: 32777662-05d0-4717-9f15-edf70bfd2548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324366 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39598 2026.01.09 00:39:40.324839 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.324338 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37256 2026.01.09 00:39:40.324885 [ 290 ] {} TCP-Session: d3fb2b42-1cff-4ee0-9ff1-25bf5f4d5e16 Authenticating user 'default' from [fd00:1122:3344:101::e]:42613 2026.01.09 00:39:40.324469 [ 353 ] {} TCP-Session: b2b43ecd-e099-4b63-b7c8-5fe4391aac42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:40.324914 [ 290 ] {} TCP-Session: d3fb2b42-1cff-4ee0-9ff1-25bf5f4d5e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.324950 [ 290 ] {} TCP-Session: d3fb2b42-1cff-4ee0-9ff1-25bf5f4d5e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.325060 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.325091 [ 288 ] {} TCP-Session: 12280db5-7fe6-4cd6-b8e5-bc01232a4603 Authenticating user 'default' from [fd00:1122:3344:101::e]:39598 2026.01.09 00:39:40.325105 [ 353 ] {927a3959-b3cc-43fd-a1e3-8669e605ea64} executeQuery: (from [fd00:1122:3344:101::e]:48368) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:39:40.325108 [ 288 ] {} TCP-Session: 12280db5-7fe6-4cd6-b8e5-bc01232a4603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.325142 [ 288 ] {} TCP-Session: 12280db5-7fe6-4cd6-b8e5-bc01232a4603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.325286 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.325321 [ 355 ] {} TCP-Session: 9d9b83be-8538-4358-b351-d3862d748127 Authenticating user 'default' from [fd00:1122:3344:101::e]:37256 2026.01.09 00:39:40.325337 [ 355 ] {} TCP-Session: 9d9b83be-8538-4358-b351-d3862d748127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.325349 [ 355 ] {} TCP-Session: 9d9b83be-8538-4358-b351-d3862d748127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.325428 [ 353 ] {927a3959-b3cc-43fd-a1e3-8669e605ea64} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:39:40.325493 [ 353 ] {927a3959-b3cc-43fd-a1e3-8669e605ea64} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:39:40.325801 [ 353 ] {927a3959-b3cc-43fd-a1e3-8669e605ea64} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:39:40.326857 [ 318 ] {927a3959-b3cc-43fd-a1e3-8669e605ea64} AggregatingTransform: Aggregating 2026.01.09 00:39:40.326892 [ 318 ] {927a3959-b3cc-43fd-a1e3-8669e605ea64} Aggregator: Aggregation method: without_key 2026.01.09 00:39:40.326927 [ 318 ] {927a3959-b3cc-43fd-a1e3-8669e605ea64} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00102773 sec. (973.018 rows/sec., 38.01 KiB/sec.) 2026.01.09 00:39:40.326945 [ 318 ] {927a3959-b3cc-43fd-a1e3-8669e605ea64} Aggregator: Merging aggregated data 2026.01.09 00:39:40.328712 [ 353 ] {927a3959-b3cc-43fd-a1e3-8669e605ea64} executeQuery: Read 1 rows, 40.00 B in 0.003668 sec., 272.6281352235551 rows/sec., 10.65 KiB/sec. 2026.01.09 00:39:40.328929 [ 353 ] {927a3959-b3cc-43fd-a1e3-8669e605ea64} TCPHandler: Processed in 0.004600551 sec. 2026.01.09 00:39:40.329057 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.329103 [ 353 ] {} TCP-Session: b2b43ecd-e099-4b63-b7c8-5fe4391aac42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.329124 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.329155 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.329177 [ 352 ] {} TCP-Session: 7a3e644f-6c17-4ba2-a06a-43ff2169c121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.329186 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.329214 [ 355 ] {} TCP-Session: 9d9b83be-8538-4358-b351-d3862d748127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.329213 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.329240 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.329264 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.329296 [ 354 ] {} TCP-Session: bf0e2ae7-8f73-4985-9f5d-7d520cb04fa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.329315 [ 286 ] {} TCP-Session: 4d44bde2-6a87-47f1-a1bc-f344a3036e6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.329339 [ 289 ] {} TCP-Session: 47d5fb96-6f93-4914-b90c-070e817e9d5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.329294 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.329291 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.329419 [ 351 ] {} TCP-Session: 32777662-05d0-4717-9f15-edf70bfd2548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.329448 [ 288 ] {} TCP-Session: 12280db5-7fe6-4cd6-b8e5-bc01232a4603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.329249 [ 290 ] {} TCP-Session: d3fb2b42-1cff-4ee0-9ff1-25bf5f4d5e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.418570 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51237 2026.01.09 00:39:40.418675 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.418701 [ 353 ] {} TCP-Session: 252a059b-48c3-462e-bc45-1a156f5f14a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:51237 2026.01.09 00:39:40.418722 [ 353 ] {} TCP-Session: 252a059b-48c3-462e-bc45-1a156f5f14a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.418734 [ 353 ] {} TCP-Session: 252a059b-48c3-462e-bc45-1a156f5f14a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.418915 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37007 2026.01.09 00:39:40.418931 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40398 2026.01.09 00:39:40.418951 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48421 2026.01.09 00:39:40.418991 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63295 2026.01.09 00:39:40.419035 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.419039 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.419069 [ 353 ] {} TCP-Session: 252a059b-48c3-462e-bc45-1a156f5f14a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:40.419071 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.419091 [ 286 ] {} TCP-Session: 6ca2035f-0834-480d-b4ee-62a9b22dc877 Authenticating user 'default' from [fd00:1122:3344:101::e]:40398 2026.01.09 00:39:40.419112 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.419118 [ 288 ] {} TCP-Session: f1cb05cf-6fbd-49c3-b163-673eb8a97dac Authenticating user 'default' from [fd00:1122:3344:101::e]:48421 2026.01.09 00:39:40.419131 [ 286 ] {} TCP-Session: 6ca2035f-0834-480d-b4ee-62a9b22dc877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419151 [ 351 ] {} TCP-Session: a06df4ce-fc8e-4572-acf7-96132a48e898 Authenticating user 'default' from [fd00:1122:3344:101::e]:63295 2026.01.09 00:39:40.419190 [ 286 ] {} TCP-Session: 6ca2035f-0834-480d-b4ee-62a9b22dc877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419214 [ 351 ] {} TCP-Session: a06df4ce-fc8e-4572-acf7-96132a48e898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419164 [ 288 ] {} TCP-Session: f1cb05cf-6fbd-49c3-b163-673eb8a97dac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419238 [ 351 ] {} TCP-Session: a06df4ce-fc8e-4572-acf7-96132a48e898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419257 [ 353 ] {4a102306-f58e-4695-bffa-dd297e92806d} executeQuery: (from [fd00:1122:3344:101::e]:51237) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:39:40.419259 [ 288 ] {} TCP-Session: f1cb05cf-6fbd-49c3-b163-673eb8a97dac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.418999 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36256 2026.01.09 00:39:40.418960 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46208 2026.01.09 00:39:40.418952 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61473 2026.01.09 00:39:40.419365 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.418928 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62028 2026.01.09 00:39:40.419398 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.419401 [ 352 ] {} TCP-Session: 3dc09da0-87d0-44c4-8c29-fa6a20e3519d Authenticating user 'default' from [fd00:1122:3344:101::e]:36256 2026.01.09 00:39:40.419428 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.419462 [ 352 ] {} TCP-Session: 3dc09da0-87d0-44c4-8c29-fa6a20e3519d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419464 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.419499 [ 352 ] {} TCP-Session: 3dc09da0-87d0-44c4-8c29-fa6a20e3519d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419520 [ 353 ] {4a102306-f58e-4695-bffa-dd297e92806d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:39:40.419537 [ 355 ] {} TCP-Session: ca126685-d2b2-46bb-9d9d-279b6ba85d77 Authenticating user 'default' from [fd00:1122:3344:101::e]:62028 2026.01.09 00:39:40.419498 [ 289 ] {} TCP-Session: a27d7a2a-1a1d-4dfd-afda-5aac003762a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:61473 2026.01.09 00:39:40.419573 [ 355 ] {} TCP-Session: ca126685-d2b2-46bb-9d9d-279b6ba85d77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419586 [ 353 ] {4a102306-f58e-4695-bffa-dd297e92806d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:39:40.419602 [ 355 ] {} TCP-Session: ca126685-d2b2-46bb-9d9d-279b6ba85d77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419601 [ 289 ] {} TCP-Session: a27d7a2a-1a1d-4dfd-afda-5aac003762a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419439 [ 290 ] {} TCP-Session: 630a4148-f5aa-4a33-bce4-5e92dd6ae41c Authenticating user 'default' from [fd00:1122:3344:101::e]:46208 2026.01.09 00:39:40.419659 [ 289 ] {} TCP-Session: a27d7a2a-1a1d-4dfd-afda-5aac003762a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419681 [ 290 ] {} TCP-Session: 630a4148-f5aa-4a33-bce4-5e92dd6ae41c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419075 [ 354 ] {} TCP-Session: 3b408ac3-91ba-4c2e-bafd-bf92e0a90518 Authenticating user 'default' from [fd00:1122:3344:101::e]:37007 2026.01.09 00:39:40.419706 [ 290 ] {} TCP-Session: 630a4148-f5aa-4a33-bce4-5e92dd6ae41c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419729 [ 354 ] {} TCP-Session: 3b408ac3-91ba-4c2e-bafd-bf92e0a90518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419748 [ 354 ] {} TCP-Session: 3b408ac3-91ba-4c2e-bafd-bf92e0a90518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.419897 [ 353 ] {4a102306-f58e-4695-bffa-dd297e92806d} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:39:40.420852 [ 295 ] {4a102306-f58e-4695-bffa-dd297e92806d} AggregatingTransform: Aggregating 2026.01.09 00:39:40.420904 [ 295 ] {4a102306-f58e-4695-bffa-dd297e92806d} Aggregator: Aggregation method: without_key 2026.01.09 00:39:40.420942 [ 295 ] {4a102306-f58e-4695-bffa-dd297e92806d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000939317 sec. (1064.603 rows/sec., 41.59 KiB/sec.) 2026.01.09 00:39:40.420961 [ 295 ] {4a102306-f58e-4695-bffa-dd297e92806d} Aggregator: Merging aggregated data 2026.01.09 00:39:40.422324 [ 353 ] {4a102306-f58e-4695-bffa-dd297e92806d} executeQuery: Read 1 rows, 40.00 B in 0.003116 sec., 320.9242618741977 rows/sec., 12.54 KiB/sec. 2026.01.09 00:39:40.422456 [ 353 ] {4a102306-f58e-4695-bffa-dd297e92806d} TCPHandler: Processed in 0.00350318 sec. 2026.01.09 00:39:40.422569 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.422604 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.422620 [ 353 ] {} TCP-Session: 252a059b-48c3-462e-bc45-1a156f5f14a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.422646 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.422667 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.422685 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.422703 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.422733 [ 355 ] {} TCP-Session: ca126685-d2b2-46bb-9d9d-279b6ba85d77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.422748 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.422761 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.422793 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.422805 [ 289 ] {} TCP-Session: a27d7a2a-1a1d-4dfd-afda-5aac003762a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.422821 [ 288 ] {} TCP-Session: f1cb05cf-6fbd-49c3-b163-673eb8a97dac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.422836 [ 352 ] {} TCP-Session: 3dc09da0-87d0-44c4-8c29-fa6a20e3519d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.422766 [ 290 ] {} TCP-Session: 630a4148-f5aa-4a33-bce4-5e92dd6ae41c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.422755 [ 286 ] {} TCP-Session: 6ca2035f-0834-480d-b4ee-62a9b22dc877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.422702 [ 351 ] {} TCP-Session: a06df4ce-fc8e-4572-acf7-96132a48e898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.422664 [ 354 ] {} TCP-Session: 3b408ac3-91ba-4c2e-bafd-bf92e0a90518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.430879 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59742 2026.01.09 00:39:40.430941 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.430960 [ 353 ] {} TCP-Session: cd7138a5-e4d1-443b-a126-d74ebe50b7f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59742 2026.01.09 00:39:40.430977 [ 353 ] {} TCP-Session: cd7138a5-e4d1-443b-a126-d74ebe50b7f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.430988 [ 353 ] {} TCP-Session: cd7138a5-e4d1-443b-a126-d74ebe50b7f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431191 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58998 2026.01.09 00:39:40.431209 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58007 2026.01.09 00:39:40.431195 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39832 2026.01.09 00:39:40.431256 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54957 2026.01.09 00:39:40.431274 [ 353 ] {} TCP-Session: cd7138a5-e4d1-443b-a126-d74ebe50b7f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:40.431302 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.431300 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50807 2026.01.09 00:39:40.431339 [ 286 ] {} TCP-Session: 556d9865-1222-4e6b-b899-d81e83938869 Authenticating user 'default' from [fd00:1122:3344:101::e]:58007 2026.01.09 00:39:40.431345 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.431374 [ 286 ] {} TCP-Session: 556d9865-1222-4e6b-b899-d81e83938869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431392 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.431393 [ 288 ] {} TCP-Session: 5864fd79-8954-4f7a-a3c8-cb90d9e548ca Authenticating user 'default' from [fd00:1122:3344:101::e]:54957 2026.01.09 00:39:40.431408 [ 286 ] {} TCP-Session: 556d9865-1222-4e6b-b899-d81e83938869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431422 [ 352 ] {} TCP-Session: da6aef4d-ed52-41ef-bee4-ebb4d92bd928 Authenticating user 'default' from [fd00:1122:3344:101::e]:50807 2026.01.09 00:39:40.431431 [ 288 ] {} TCP-Session: 5864fd79-8954-4f7a-a3c8-cb90d9e548ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431459 [ 352 ] {} TCP-Session: da6aef4d-ed52-41ef-bee4-ebb4d92bd928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431465 [ 288 ] {} TCP-Session: 5864fd79-8954-4f7a-a3c8-cb90d9e548ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431475 [ 352 ] {} TCP-Session: da6aef4d-ed52-41ef-bee4-ebb4d92bd928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431285 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44770 2026.01.09 00:39:40.431278 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64905 2026.01.09 00:39:40.431272 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44411 2026.01.09 00:39:40.431562 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.431265 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.431596 [ 351 ] {} TCP-Session: 0fa10ba0-95bf-4347-8513-dad93f8722a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:44770 2026.01.09 00:39:40.431589 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.431623 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.431634 [ 351 ] {} TCP-Session: 0fa10ba0-95bf-4347-8513-dad93f8722a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431650 [ 290 ] {} TCP-Session: 235cce6d-508f-4997-b814-85f61b0fff98 Authenticating user 'default' from [fd00:1122:3344:101::e]:64905 2026.01.09 00:39:40.431668 [ 289 ] {} TCP-Session: 06849a73-2758-4389-9b01-e4b187c12cf4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44411 2026.01.09 00:39:40.431671 [ 351 ] {} TCP-Session: 0fa10ba0-95bf-4347-8513-dad93f8722a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431683 [ 290 ] {} TCP-Session: 235cce6d-508f-4997-b814-85f61b0fff98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431701 [ 289 ] {} TCP-Session: 06849a73-2758-4389-9b01-e4b187c12cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431715 [ 290 ] {} TCP-Session: 235cce6d-508f-4997-b814-85f61b0fff98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431731 [ 289 ] {} TCP-Session: 06849a73-2758-4389-9b01-e4b187c12cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431629 [ 354 ] {} TCP-Session: 013eea9c-a18e-4811-98ca-5ea4abde5740 Authenticating user 'default' from [fd00:1122:3344:101::e]:58998 2026.01.09 00:39:40.431323 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:39:40.431782 [ 354 ] {} TCP-Session: 013eea9c-a18e-4811-98ca-5ea4abde5740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431416 [ 353 ] {7f6629c1-dcaa-4200-8318-3f5e12516928} executeQuery: (from [fd00:1122:3344:101::e]:59742) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:39:40.431813 [ 354 ] {} TCP-Session: 013eea9c-a18e-4811-98ca-5ea4abde5740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431808 [ 355 ] {} TCP-Session: f0de275b-e58a-482d-aff9-d0d7ebbb673e Authenticating user 'default' from [fd00:1122:3344:101::e]:39832 2026.01.09 00:39:40.431868 [ 355 ] {} TCP-Session: f0de275b-e58a-482d-aff9-d0d7ebbb673e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431880 [ 355 ] {} TCP-Session: f0de275b-e58a-482d-aff9-d0d7ebbb673e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.431987 [ 353 ] {7f6629c1-dcaa-4200-8318-3f5e12516928} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:39:40.432032 [ 353 ] {7f6629c1-dcaa-4200-8318-3f5e12516928} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:39:40.432245 [ 353 ] {7f6629c1-dcaa-4200-8318-3f5e12516928} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:39:40.433071 [ 344 ] {7f6629c1-dcaa-4200-8318-3f5e12516928} AggregatingTransform: Aggregating 2026.01.09 00:39:40.433109 [ 344 ] {7f6629c1-dcaa-4200-8318-3f5e12516928} Aggregator: Aggregation method: without_key 2026.01.09 00:39:40.433145 [ 344 ] {7f6629c1-dcaa-4200-8318-3f5e12516928} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000818023 sec. (1222.460 rows/sec., 47.75 KiB/sec.) 2026.01.09 00:39:40.433163 [ 344 ] {7f6629c1-dcaa-4200-8318-3f5e12516928} Aggregator: Merging aggregated data 2026.01.09 00:39:40.434501 [ 353 ] {7f6629c1-dcaa-4200-8318-3f5e12516928} executeQuery: Read 1 rows, 40.00 B in 0.003118 sec., 320.71840923669015 rows/sec., 12.53 KiB/sec. 2026.01.09 00:39:40.434630 [ 353 ] {7f6629c1-dcaa-4200-8318-3f5e12516928} TCPHandler: Processed in 0.003413877 sec. 2026.01.09 00:39:40.434740 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.434766 [ 353 ] {} TCP-Session: cd7138a5-e4d1-443b-a126-d74ebe50b7f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.434767 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.434780 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.434800 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.434827 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.434833 [ 354 ] {} TCP-Session: 013eea9c-a18e-4811-98ca-5ea4abde5740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.434855 [ 286 ] {} TCP-Session: 556d9865-1222-4e6b-b899-d81e83938869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.434866 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.434876 [ 290 ] {} TCP-Session: 235cce6d-508f-4997-b814-85f61b0fff98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.434853 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.434915 [ 288 ] {} TCP-Session: 5864fd79-8954-4f7a-a3c8-cb90d9e548ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.434835 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.434951 [ 352 ] {} TCP-Session: da6aef4d-ed52-41ef-bee4-ebb4d92bd928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.434827 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:39:40.434986 [ 289 ] {} TCP-Session: 06849a73-2758-4389-9b01-e4b187c12cf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.435019 [ 355 ] {} TCP-Session: f0de275b-e58a-482d-aff9-d0d7ebbb673e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:40.434813 [ 351 ] {} TCP-Session: 0fa10ba0-95bf-4347-8513-dad93f8722a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:39:42.034330 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:42.034520 [ 269 ] {dbdcf19a-2757-482b-8b83-6b4277edf6ec} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:42.034586 [ 269 ] {dbdcf19a-2757-482b-8b83-6b4277edf6ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:42.035213 [ 269 ] {dbdcf19a-2757-482b-8b83-6b4277edf6ec} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:42.035260 [ 269 ] {dbdcf19a-2757-482b-8b83-6b4277edf6ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:42.035647 [ 269 ] {dbdcf19a-2757-482b-8b83-6b4277edf6ec} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.09 00:39:42.035869 [ 269 ] {dbdcf19a-2757-482b-8b83-6b4277edf6ec} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:42.036038 [ 269 ] {dbdcf19a-2757-482b-8b83-6b4277edf6ec} executeQuery: Read 56 rows, 4.41 KiB in 0.001565 sec., 35782.747603833865 rows/sec., 2.75 MiB/sec. 2026.01.09 00:39:42.036089 [ 269 ] {dbdcf19a-2757-482b-8b83-6b4277edf6ec} TCPHandler: Processed in 0.001886074 sec. 2026.01.09 00:39:42.036212 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:42.036314 [ 269 ] {fbc6f532-d2ce-4d12-a806-9c3d67a66eec} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:42.036357 [ 269 ] {fbc6f532-d2ce-4d12-a806-9c3d67a66eec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:42.036792 [ 269 ] {fbc6f532-d2ce-4d12-a806-9c3d67a66eec} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:42.036830 [ 269 ] {fbc6f532-d2ce-4d12-a806-9c3d67a66eec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:42.037133 [ 269 ] {fbc6f532-d2ce-4d12-a806-9c3d67a66eec} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.09 00:39:42.037346 [ 269 ] {fbc6f532-d2ce-4d12-a806-9c3d67a66eec} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:42.037477 [ 269 ] {fbc6f532-d2ce-4d12-a806-9c3d67a66eec} executeQuery: Read 64 rows, 5.12 KiB in 0.001187 sec., 53917.43892165123 rows/sec., 4.21 MiB/sec. 2026.01.09 00:39:42.037515 [ 269 ] {fbc6f532-d2ce-4d12-a806-9c3d67a66eec} TCPHandler: Processed in 0.001355369 sec. 2026.01.09 00:39:42.037629 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:42.037726 [ 269 ] {4f2b1066-9efb-4809-aefd-c611c189c390} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:42.037770 [ 269 ] {4f2b1066-9efb-4809-aefd-c611c189c390} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:42.038135 [ 269 ] {4f2b1066-9efb-4809-aefd-c611c189c390} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:42.038171 [ 269 ] {4f2b1066-9efb-4809-aefd-c611c189c390} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:42.038487 [ 269 ] {4f2b1066-9efb-4809-aefd-c611c189c390} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.09 00:39:42.038698 [ 269 ] {4f2b1066-9efb-4809-aefd-c611c189c390} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:42.038822 [ 67 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 5 parts from all_1_105_21 to all_109_109_0 2026.01.09 00:39:42.038828 [ 269 ] {4f2b1066-9efb-4809-aefd-c611c189c390} executeQuery: Read 64 rows, 4.56 KiB in 0.001122 sec., 57040.998217468805 rows/sec., 3.97 MiB/sec. 2026.01.09 00:39:42.038892 [ 67 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:42.038908 [ 269 ] {4f2b1066-9efb-4809-aefd-c611c189c390} TCPHandler: Processed in 0.001327238 sec. 2026.01.09 00:39:42.038918 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:42.039026 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:42.039039 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} MergeTask::PrepareStage: Merging 5 parts: from all_1_105_21 to all_109_109_0 into Compact with storage Full 2026.01.09 00:39:42.039126 [ 269 ] {2fc35a69-9c30-432c-afe1-1089b54e53d5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:42.039173 [ 269 ] {2fc35a69-9c30-432c-afe1-1089b54e53d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:42.039186 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:42.039232 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 32415 rows starting from the beginning of the part 2026.01.09 00:39:42.039310 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 341 rows starting from the beginning of the part 2026.01.09 00:39:42.039367 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part 2026.01.09 00:39:42.039416 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2026.01.09 00:39:42.039464 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 934 rows starting from the beginning of the part 2026.01.09 00:39:42.039499 [ 269 ] {2fc35a69-9c30-432c-afe1-1089b54e53d5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:42.039540 [ 269 ] {2fc35a69-9c30-432c-afe1-1089b54e53d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:42.039881 [ 269 ] {2fc35a69-9c30-432c-afe1-1089b54e53d5} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.09 00:39:42.040095 [ 269 ] {2fc35a69-9c30-432c-afe1-1089b54e53d5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:42.040261 [ 269 ] {2fc35a69-9c30-432c-afe1-1089b54e53d5} executeQuery: Read 24 rows, 1.66 KiB in 0.001154 sec., 20797.227036395147 rows/sec., 1.40 MiB/sec. 2026.01.09 00:39:42.040298 [ 269 ] {2fc35a69-9c30-432c-afe1-1089b54e53d5} TCPHandler: Processed in 0.001319568 sec. 2026.01.09 00:39:42.046562 [ 191 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} MergeTask::MergeProjectionsStage: Merge sorted 34010 rows, containing 5 columns (5 merged, 0 gathered) in 0.007567356 sec., 4494304.219333675 rows/sec., 302.53 MiB/sec. 2026.01.09 00:39:42.047060 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary) 2026.01.09 00:39:42.047443 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:42.047545 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_109_22} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 5 parts: [all_1_105_21, all_109_109_0] -> all_1_109_22 2026.01.09 00:39:42.047674 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.01.09 00:39:42.429567 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31191 2026.01.09 00:39:42.430100 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:42.430159 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:42.430648 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:39:42.430897 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:42.431050 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31191 2026.01.09 00:39:44.097454 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2026.01.09 00:39:44.118673 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:44.118752 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:44.124751 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:39:44.125645 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:44.131144 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2026.01.09 00:39:45.016183 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1922 2026.01.09 00:39:45.018741 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:45.018790 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.01.09 00:39:45.020018 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:39:45.020277 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:45.020537 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1922 2026.01.09 00:39:47.040602 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:47.040787 [ 269 ] {78c1542f-9c24-4809-8311-dece5bb85082} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:47.040849 [ 269 ] {78c1542f-9c24-4809-8311-dece5bb85082} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:47.041587 [ 269 ] {78c1542f-9c24-4809-8311-dece5bb85082} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:47.041630 [ 269 ] {78c1542f-9c24-4809-8311-dece5bb85082} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:47.042040 [ 269 ] {78c1542f-9c24-4809-8311-dece5bb85082} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.09 00:39:47.042260 [ 269 ] {78c1542f-9c24-4809-8311-dece5bb85082} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:47.042408 [ 93 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.09 00:39:47.042412 [ 269 ] {78c1542f-9c24-4809-8311-dece5bb85082} executeQuery: Read 138 rows, 12.27 KiB in 0.001672 sec., 82535.8851674641 rows/sec., 7.17 MiB/sec. 2026.01.09 00:39:47.042453 [ 93 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:47.042477 [ 269 ] {78c1542f-9c24-4809-8311-dece5bb85082} TCPHandler: Processed in 0.001996167 sec. 2026.01.09 00:39:47.042477 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:47.042607 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:47.042623 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.09 00:39:47.042705 [ 269 ] {738ff6ee-087c-4ffc-b0a1-17896b5e85fc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:47.042759 [ 269 ] {738ff6ee-087c-4ffc-b0a1-17896b5e85fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:47.042799 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:47.042841 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2466 rows starting from the beginning of the part 2026.01.09 00:39:47.042911 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part 2026.01.09 00:39:47.042958 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 138 rows starting from the beginning of the part 2026.01.09 00:39:47.043004 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:39:47.043043 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 56 rows starting from the beginning of the part 2026.01.09 00:39:47.043084 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 138 rows starting from the beginning of the part 2026.01.09 00:39:47.043196 [ 269 ] {738ff6ee-087c-4ffc-b0a1-17896b5e85fc} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:47.043241 [ 269 ] {738ff6ee-087c-4ffc-b0a1-17896b5e85fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:47.043557 [ 269 ] {738ff6ee-087c-4ffc-b0a1-17896b5e85fc} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.09 00:39:47.043776 [ 269 ] {738ff6ee-087c-4ffc-b0a1-17896b5e85fc} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:47.043889 [ 93 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.09 00:39:47.043906 [ 269 ] {738ff6ee-087c-4ffc-b0a1-17896b5e85fc} executeQuery: Read 41 rows, 3.08 KiB in 0.001222 sec., 33551.554828150576 rows/sec., 2.46 MiB/sec. 2026.01.09 00:39:47.043916 [ 93 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:47.043938 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:47.043944 [ 269 ] {738ff6ee-087c-4ffc-b0a1-17896b5e85fc} TCPHandler: Processed in 0.001388509 sec. 2026.01.09 00:39:47.044037 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.09 00:39:47.044057 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:47.044170 [ 269 ] {fc076d47-3d57-47f2-b675-cfd90f9a393d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:47.044177 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:47.044213 [ 269 ] {fc076d47-3d57-47f2-b675-cfd90f9a393d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:47.044219 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 278 rows starting from the beginning of the part 2026.01.09 00:39:47.044293 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 205 rows starting from the beginning of the part 2026.01.09 00:39:47.044341 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 55 rows starting from the beginning of the part 2026.01.09 00:39:47.044382 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 41 rows starting from the beginning of the part 2026.01.09 00:39:47.044420 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 205 rows starting from the beginning of the part 2026.01.09 00:39:47.044461 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 41 rows starting from the beginning of the part 2026.01.09 00:39:47.044646 [ 269 ] {fc076d47-3d57-47f2-b675-cfd90f9a393d} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:47.044685 [ 269 ] {fc076d47-3d57-47f2-b675-cfd90f9a393d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:47.045016 [ 269 ] {fc076d47-3d57-47f2-b675-cfd90f9a393d} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.09 00:39:47.045034 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 5106 rows, containing 5 columns (5 merged, 0 gathered) in 0.00247286 sec., 2064815.6385723415 rows/sec., 176.27 MiB/sec. 2026.01.09 00:39:47.045248 [ 269 ] {fc076d47-3d57-47f2-b675-cfd90f9a393d} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:47.045351 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 825 rows, containing 5 columns (5 merged, 0 gathered) in 0.001362519 sec., 605496.1435400167 rows/sec., 40.11 MiB/sec. 2026.01.09 00:39:47.045364 [ 93 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.09 00:39:47.045379 [ 269 ] {fc076d47-3d57-47f2-b675-cfd90f9a393d} executeQuery: Read 105 rows, 8.40 KiB in 0.001228 sec., 85504.88599348535 rows/sec., 6.68 MiB/sec. 2026.01.09 00:39:47.045376 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.09 00:39:47.045404 [ 93 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:47.045426 [ 269 ] {fc076d47-3d57-47f2-b675-cfd90f9a393d} TCPHandler: Processed in 0.00141638 sec. 2026.01.09 00:39:47.045429 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:47.045497 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.09 00:39:47.045549 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:47.045559 [ 191 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.09 00:39:47.045590 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:47.045619 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1250 rows starting from the beginning of the part 2026.01.09 00:39:47.045647 [ 269 ] {9355ec79-cc2e-4548-87a8-0e8e45a5c61b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:47.045666 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part 2026.01.09 00:39:47.045695 [ 269 ] {9355ec79-cc2e-4548-87a8-0e8e45a5c61b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:47.045711 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 105 rows starting from the beginning of the part 2026.01.09 00:39:47.045724 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:47.045750 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:39:47.045789 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 64 rows starting from the beginning of the part 2026.01.09 00:39:47.045825 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 105 rows starting from the beginning of the part 2026.01.09 00:39:47.045837 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_111_22} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.09 00:39:47.045946 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.01.09 00:39:47.045998 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:47.046127 [ 269 ] {9355ec79-cc2e-4548-87a8-0e8e45a5c61b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:47.046131 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_91_18} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.09 00:39:47.046170 [ 269 ] {9355ec79-cc2e-4548-87a8-0e8e45a5c61b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:47.046259 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.09 00:39:47.046518 [ 269 ] {9355ec79-cc2e-4548-87a8-0e8e45a5c61b} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.09 00:39:47.046725 [ 269 ] {9355ec79-cc2e-4548-87a8-0e8e45a5c61b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:47.046857 [ 269 ] {9355ec79-cc2e-4548-87a8-0e8e45a5c61b} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2026.01.09 00:39:47.046893 [ 269 ] {9355ec79-cc2e-4548-87a8-0e8e45a5c61b} TCPHandler: Processed in 0.001391259 sec. 2026.01.09 00:39:47.046910 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2723 rows, containing 5 columns (5 merged, 0 gathered) in 0.001440801 sec., 1889920.9536917312 rows/sec., 144.23 MiB/sec. 2026.01.09 00:39:47.047002 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:47.047068 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.09 00:39:47.047093 [ 269 ] {f012c2b1-0870-402f-9255-4537900bcf38} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:47.047147 [ 269 ] {f012c2b1-0870-402f-9255-4537900bcf38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:39:47.047291 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:47.047363 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_111_22} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.09 00:39:47.047440 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.09 00:39:47.048023 [ 269 ] {f012c2b1-0870-402f-9255-4537900bcf38} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:47.048056 [ 269 ] {f012c2b1-0870-402f-9255-4537900bcf38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:47.048599 [ 269 ] {f012c2b1-0870-402f-9255-4537900bcf38} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:39:47.048805 [ 269 ] {f012c2b1-0870-402f-9255-4537900bcf38} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:47.048934 [ 269 ] {f012c2b1-0870-402f-9255-4537900bcf38} executeQuery: Read 41 rows, 75.23 KiB in 0.001859 sec., 22054.868208714364 rows/sec., 39.52 MiB/sec. 2026.01.09 00:39:47.048985 [ 269 ] {f012c2b1-0870-402f-9255-4537900bcf38} TCPHandler: Processed in 0.002030358 sec. 2026.01.09 00:39:47.049099 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:47.049191 [ 269 ] {11ec443a-7bab-439b-84b3-9032b2fe31f5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:47.049250 [ 269 ] {11ec443a-7bab-439b-84b3-9032b2fe31f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:47.049593 [ 269 ] {11ec443a-7bab-439b-84b3-9032b2fe31f5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:47.049626 [ 269 ] {11ec443a-7bab-439b-84b3-9032b2fe31f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:47.049922 [ 269 ] {11ec443a-7bab-439b-84b3-9032b2fe31f5} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.09 00:39:47.050127 [ 269 ] {11ec443a-7bab-439b-84b3-9032b2fe31f5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:47.050231 [ 113 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.09 00:39:47.050254 [ 269 ] {11ec443a-7bab-439b-84b3-9032b2fe31f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.01.09 00:39:47.050267 [ 113 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:47.050286 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:47.050290 [ 269 ] {11ec443a-7bab-439b-84b3-9032b2fe31f5} TCPHandler: Processed in 0.001238845 sec. 2026.01.09 00:39:47.050362 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.09 00:39:47.050472 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:47.050499 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 7308 rows starting from the beginning of the part 2026.01.09 00:39:47.050549 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2026.01.09 00:39:47.050592 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part 2026.01.09 00:39:47.050631 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 80 rows starting from the beginning of the part 2026.01.09 00:39:47.050667 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 24 rows starting from the beginning of the part 2026.01.09 00:39:47.050704 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part 2026.01.09 00:39:47.052379 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 7592 rows, containing 4 columns (4 merged, 0 gathered) in 0.002051908 sec., 3699970.953863429 rows/sec., 236.02 MiB/sec. 2026.01.09 00:39:47.052800 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.09 00:39:47.053053 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:47.053130 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_111_22} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.09 00:39:47.053192 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.01.09 00:39:49.738976 [ 123 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:39:49.739026 [ 123 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:39:49.931215 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31639 2026.01.09 00:39:49.931721 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:49.931774 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:49.932276 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:39:49.932520 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:49.932668 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31639 2026.01.09 00:39:49.932677 [ 123 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.09 00:39:49.932767 [ 123 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:49.932793 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:49.932902 [ 188 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.09 00:39:49.933008 [ 188 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:49.933043 [ 188 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29271 rows starting from the beginning of the part 2026.01.09 00:39:49.933107 [ 188 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 448 rows starting from the beginning of the part 2026.01.09 00:39:49.933159 [ 188 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 512 rows starting from the beginning of the part 2026.01.09 00:39:49.933207 [ 188 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 448 rows starting from the beginning of the part 2026.01.09 00:39:49.933254 [ 188 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 512 rows starting from the beginning of the part 2026.01.09 00:39:49.933299 [ 188 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 448 rows starting from the beginning of the part 2026.01.09 00:39:49.935621 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31639 rows, containing 4 columns (4 merged, 0 gathered) in 0.002763908 sec., 11447197.229430214 rows/sec., 163.75 MiB/sec. 2026.01.09 00:39:49.936090 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.09 00:39:49.936398 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:49.936480 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_66_13} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.09 00:39:49.936607 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2026.01.09 00:39:51.632196 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2026.01.09 00:39:51.651216 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:51.651279 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:51.656980 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:39:51.657692 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:51.658004 [ 122 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.09 00:39:51.658040 [ 122 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:51.658060 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:51.658178 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.09 00:39:51.661504 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2026.01.09 00:39:51.662139 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:39:51.663793 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2026.01.09 00:39:51.668954 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2026.01.09 00:39:51.673935 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2026.01.09 00:39:51.678500 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2026.01.09 00:39:51.682892 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2026.01.09 00:39:51.686806 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2026.01.09 00:39:51.743392 [ 197 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.085272667 sec., 5828.362328575932 rows/sec., 30.14 MiB/sec. 2026.01.09 00:39:51.746914 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.09 00:39:51.749001 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:51.749117 [ 193 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_66_13} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.09 00:39:51.751758 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2026.01.09 00:39:52.001123 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 357.24 MiB, peak 370.96 MiB, free memory in arenas 0.00 B, will set to 359.12 MiB (RSS), difference: 1.88 MiB 2026.01.09 00:39:52.050943 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:52.051118 [ 269 ] {75fc990e-d682-4022-b963-12e9e5cf6dcf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:39:52.051184 [ 269 ] {75fc990e-d682-4022-b963-12e9e5cf6dcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:39:52.052063 [ 269 ] {75fc990e-d682-4022-b963-12e9e5cf6dcf} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:52.052114 [ 269 ] {75fc990e-d682-4022-b963-12e9e5cf6dcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:52.052533 [ 269 ] {75fc990e-d682-4022-b963-12e9e5cf6dcf} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:39:52.052755 [ 269 ] {75fc990e-d682-4022-b963-12e9e5cf6dcf} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:52.052915 [ 269 ] {75fc990e-d682-4022-b963-12e9e5cf6dcf} executeQuery: Read 410 rows, 26.63 KiB in 0.001844 sec., 222342.7331887202 rows/sec., 14.10 MiB/sec. 2026.01.09 00:39:52.052968 [ 269 ] {75fc990e-d682-4022-b963-12e9e5cf6dcf} TCPHandler: Processed in 0.002154021 sec. 2026.01.09 00:39:52.053108 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:52.053216 [ 269 ] {f2e25d54-eab1-4066-9b41-33d657add0d2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:52.053264 [ 269 ] {f2e25d54-eab1-4066-9b41-33d657add0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:52.054263 [ 269 ] {f2e25d54-eab1-4066-9b41-33d657add0d2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:52.054300 [ 269 ] {f2e25d54-eab1-4066-9b41-33d657add0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:52.054690 [ 269 ] {f2e25d54-eab1-4066-9b41-33d657add0d2} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.09 00:39:52.054921 [ 269 ] {f2e25d54-eab1-4066-9b41-33d657add0d2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:52.055063 [ 269 ] {f2e25d54-eab1-4066-9b41-33d657add0d2} executeQuery: Read 1112 rows, 89.84 KiB in 0.00187 sec., 594652.4064171123 rows/sec., 46.92 MiB/sec. 2026.01.09 00:39:52.055102 [ 269 ] {f2e25d54-eab1-4066-9b41-33d657add0d2} TCPHandler: Processed in 0.002049268 sec. 2026.01.09 00:39:52.055226 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:52.055334 [ 269 ] {b67c2d20-4f1e-408a-86f6-aff176cc298f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:52.055390 [ 269 ] {b67c2d20-4f1e-408a-86f6-aff176cc298f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:52.055954 [ 269 ] {b67c2d20-4f1e-408a-86f6-aff176cc298f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:52.055998 [ 269 ] {b67c2d20-4f1e-408a-86f6-aff176cc298f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:52.056331 [ 269 ] {b67c2d20-4f1e-408a-86f6-aff176cc298f} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.09 00:39:52.056541 [ 269 ] {b67c2d20-4f1e-408a-86f6-aff176cc298f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:52.056674 [ 269 ] {b67c2d20-4f1e-408a-86f6-aff176cc298f} executeQuery: Read 205 rows, 12.32 KiB in 0.001368 sec., 149853.80116959065 rows/sec., 8.79 MiB/sec. 2026.01.09 00:39:52.056712 [ 269 ] {b67c2d20-4f1e-408a-86f6-aff176cc298f} TCPHandler: Processed in 0.001538724 sec. 2026.01.09 00:39:52.056816 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:52.056912 [ 269 ] {4a1bf247-ebe5-4295-84ae-d6e5799ab5b4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:39:52.056953 [ 269 ] {4a1bf247-ebe5-4295-84ae-d6e5799ab5b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:39:52.057450 [ 269 ] {4a1bf247-ebe5-4295-84ae-d6e5799ab5b4} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:52.057486 [ 269 ] {4a1bf247-ebe5-4295-84ae-d6e5799ab5b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:52.057817 [ 269 ] {4a1bf247-ebe5-4295-84ae-d6e5799ab5b4} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:39:52.058026 [ 269 ] {4a1bf247-ebe5-4295-84ae-d6e5799ab5b4} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:52.058157 [ 269 ] {4a1bf247-ebe5-4295-84ae-d6e5799ab5b4} executeQuery: Read 212 rows, 14.00 KiB in 0.001263 sec., 167854.31512272367 rows/sec., 10.82 MiB/sec. 2026.01.09 00:39:52.058201 [ 269 ] {4a1bf247-ebe5-4295-84ae-d6e5799ab5b4} TCPHandler: Processed in 0.001435131 sec. 2026.01.09 00:39:52.058316 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:52.058414 [ 269 ] {e0814fc2-bd5b-4e04-953e-71e4fee3d1ee} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:39:52.058455 [ 269 ] {e0814fc2-bd5b-4e04-953e-71e4fee3d1ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:39:52.058938 [ 269 ] {e0814fc2-bd5b-4e04-953e-71e4fee3d1ee} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:52.058973 [ 269 ] {e0814fc2-bd5b-4e04-953e-71e4fee3d1ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:52.059310 [ 269 ] {e0814fc2-bd5b-4e04-953e-71e4fee3d1ee} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:39:52.059546 [ 269 ] {e0814fc2-bd5b-4e04-953e-71e4fee3d1ee} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:52.059679 [ 269 ] {e0814fc2-bd5b-4e04-953e-71e4fee3d1ee} executeQuery: Read 211 rows, 12.27 KiB in 0.001283 sec., 164458.30085736554 rows/sec., 9.34 MiB/sec. 2026.01.09 00:39:52.059718 [ 269 ] {e0814fc2-bd5b-4e04-953e-71e4fee3d1ee} TCPHandler: Processed in 0.001450921 sec. 2026.01.09 00:39:52.059838 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:52.059933 [ 269 ] {b2350497-2c58-4079-8fc2-56437ca0a5f1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:52.059973 [ 269 ] {b2350497-2c58-4079-8fc2-56437ca0a5f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:52.060685 [ 269 ] {b2350497-2c58-4079-8fc2-56437ca0a5f1} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:52.060722 [ 269 ] {b2350497-2c58-4079-8fc2-56437ca0a5f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:52.061069 [ 269 ] {b2350497-2c58-4079-8fc2-56437ca0a5f1} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.09 00:39:52.061284 [ 269 ] {b2350497-2c58-4079-8fc2-56437ca0a5f1} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:52.061416 [ 269 ] {b2350497-2c58-4079-8fc2-56437ca0a5f1} executeQuery: Read 679 rows, 48.47 KiB in 0.001503 sec., 451763.14038589486 rows/sec., 31.49 MiB/sec. 2026.01.09 00:39:52.061455 [ 269 ] {b2350497-2c58-4079-8fc2-56437ca0a5f1} TCPHandler: Processed in 0.001668718 sec. 2026.01.09 00:39:52.061562 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:52.061657 [ 269 ] {0d999e11-516e-4367-be1d-eb6ddb988d56} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:39:52.061697 [ 269 ] {0d999e11-516e-4367-be1d-eb6ddb988d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:39:52.062028 [ 269 ] {0d999e11-516e-4367-be1d-eb6ddb988d56} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:52.062063 [ 269 ] {0d999e11-516e-4367-be1d-eb6ddb988d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:52.062392 [ 269 ] {0d999e11-516e-4367-be1d-eb6ddb988d56} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.09 00:39:52.062596 [ 269 ] {0d999e11-516e-4367-be1d-eb6ddb988d56} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:52.062731 [ 269 ] {0d999e11-516e-4367-be1d-eb6ddb988d56} executeQuery: Read 6 rows, 321.00 B in 0.001093 sec., 5489.478499542543 rows/sec., 286.80 KiB/sec. 2026.01.09 00:39:52.062767 [ 269 ] {0d999e11-516e-4367-be1d-eb6ddb988d56} TCPHandler: Processed in 0.001254916 sec. 2026.01.09 00:39:52.062870 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:52.062966 [ 269 ] {a530c01b-b07c-436c-bd41-b46a354b09c1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:52.063029 [ 269 ] {a530c01b-b07c-436c-bd41-b46a354b09c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:52.063506 [ 269 ] {a530c01b-b07c-436c-bd41-b46a354b09c1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:52.063543 [ 269 ] {a530c01b-b07c-436c-bd41-b46a354b09c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:52.063900 [ 269 ] {a530c01b-b07c-436c-bd41-b46a354b09c1} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.09 00:39:52.064132 [ 269 ] {a530c01b-b07c-436c-bd41-b46a354b09c1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:52.064266 [ 269 ] {a530c01b-b07c-436c-bd41-b46a354b09c1} executeQuery: Read 314 rows, 21.12 KiB in 0.00132 sec., 237878.78787878787 rows/sec., 15.63 MiB/sec. 2026.01.09 00:39:52.064306 [ 269 ] {a530c01b-b07c-436c-bd41-b46a354b09c1} TCPHandler: Processed in 0.001485052 sec. 2026.01.09 00:39:52.064410 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:52.064508 [ 269 ] {87215ba8-0fa2-4917-affd-b6333556d489} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:39:52.064551 [ 269 ] {87215ba8-0fa2-4917-affd-b6333556d489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:39:52.064870 [ 269 ] {87215ba8-0fa2-4917-affd-b6333556d489} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:52.064906 [ 269 ] {87215ba8-0fa2-4917-affd-b6333556d489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:52.065209 [ 269 ] {87215ba8-0fa2-4917-affd-b6333556d489} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:39:52.065409 [ 269 ] {87215ba8-0fa2-4917-affd-b6333556d489} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:52.065540 [ 269 ] {87215ba8-0fa2-4917-affd-b6333556d489} executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. 2026.01.09 00:39:52.065577 [ 269 ] {87215ba8-0fa2-4917-affd-b6333556d489} TCPHandler: Processed in 0.001217485 sec. 2026.01.09 00:39:52.065685 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:52.065790 [ 269 ] {17e3ec3c-0fb9-43b1-9da3-c5becdce1799} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:52.065833 [ 269 ] {17e3ec3c-0fb9-43b1-9da3-c5becdce1799} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:52.066177 [ 269 ] {17e3ec3c-0fb9-43b1-9da3-c5becdce1799} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:52.066213 [ 269 ] {17e3ec3c-0fb9-43b1-9da3-c5becdce1799} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:52.066635 [ 269 ] {17e3ec3c-0fb9-43b1-9da3-c5becdce1799} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.09 00:39:52.066853 [ 269 ] {17e3ec3c-0fb9-43b1-9da3-c5becdce1799} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:52.066991 [ 269 ] {17e3ec3c-0fb9-43b1-9da3-c5becdce1799} executeQuery: Read 104 rows, 6.53 KiB in 0.001219 sec., 85315.83264971287 rows/sec., 5.23 MiB/sec. 2026.01.09 00:39:52.067046 [ 269 ] {17e3ec3c-0fb9-43b1-9da3-c5becdce1799} TCPHandler: Processed in 0.0014111 sec. 2026.01.09 00:39:55.021577 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1954 2026.01.09 00:39:55.023940 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:55.023990 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:55.025266 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:39:55.025568 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:55.025947 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1954 2026.01.09 00:39:57.040966 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:57.041168 [ 269 ] {612e5bbf-4754-40ff-8af2-48e051346aa0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:39:57.041240 [ 269 ] {612e5bbf-4754-40ff-8af2-48e051346aa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:39:57.041917 [ 269 ] {612e5bbf-4754-40ff-8af2-48e051346aa0} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:57.041971 [ 269 ] {612e5bbf-4754-40ff-8af2-48e051346aa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:57.042376 [ 269 ] {612e5bbf-4754-40ff-8af2-48e051346aa0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.09 00:39:57.042595 [ 269 ] {612e5bbf-4754-40ff-8af2-48e051346aa0} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:57.042743 [ 269 ] {612e5bbf-4754-40ff-8af2-48e051346aa0} executeQuery: Read 14 rows, 1.14 KiB in 0.001627 sec., 8604.79409956976 rows/sec., 701.66 KiB/sec. 2026.01.09 00:39:57.042784 [ 269 ] {612e5bbf-4754-40ff-8af2-48e051346aa0} TCPHandler: Processed in 0.001945286 sec. 2026.01.09 00:39:57.042912 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:57.043045 [ 269 ] {456216ff-634f-4bf8-a7a6-f5a2145bd241} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:39:57.043100 [ 269 ] {456216ff-634f-4bf8-a7a6-f5a2145bd241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:39:57.043680 [ 269 ] {456216ff-634f-4bf8-a7a6-f5a2145bd241} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:57.043719 [ 269 ] {456216ff-634f-4bf8-a7a6-f5a2145bd241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:57.044080 [ 269 ] {456216ff-634f-4bf8-a7a6-f5a2145bd241} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.09 00:39:57.044297 [ 269 ] {456216ff-634f-4bf8-a7a6-f5a2145bd241} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:57.044446 [ 269 ] {456216ff-634f-4bf8-a7a6-f5a2145bd241} executeQuery: Read 145 rows, 12.78 KiB in 0.001425 sec., 101754.38596491228 rows/sec., 8.76 MiB/sec. 2026.01.09 00:39:57.044494 [ 269 ] {456216ff-634f-4bf8-a7a6-f5a2145bd241} TCPHandler: Processed in 0.001645987 sec. 2026.01.09 00:39:57.044615 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:57.044711 [ 269 ] {34f94acd-0f6d-4569-9ecf-5c7974c27402} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:39:57.044753 [ 269 ] {34f94acd-0f6d-4569-9ecf-5c7974c27402} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:39:57.045200 [ 269 ] {34f94acd-0f6d-4569-9ecf-5c7974c27402} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:57.045238 [ 269 ] {34f94acd-0f6d-4569-9ecf-5c7974c27402} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:57.045578 [ 269 ] {34f94acd-0f6d-4569-9ecf-5c7974c27402} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.09 00:39:57.045813 [ 269 ] {34f94acd-0f6d-4569-9ecf-5c7974c27402} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:57.045950 [ 269 ] {34f94acd-0f6d-4569-9ecf-5c7974c27402} executeQuery: Read 55 rows, 4.06 KiB in 0.001255 sec., 43824.701195219124 rows/sec., 3.16 MiB/sec. 2026.01.09 00:39:57.045989 [ 269 ] {34f94acd-0f6d-4569-9ecf-5c7974c27402} TCPHandler: Processed in 0.00142351 sec. 2026.01.09 00:39:57.046105 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:57.046199 [ 269 ] {427cc1dc-0e55-482b-a2f7-63f636f30084} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:39:57.046238 [ 269 ] {427cc1dc-0e55-482b-a2f7-63f636f30084} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:39:57.046694 [ 269 ] {427cc1dc-0e55-482b-a2f7-63f636f30084} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:57.046732 [ 269 ] {427cc1dc-0e55-482b-a2f7-63f636f30084} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:57.047075 [ 269 ] {427cc1dc-0e55-482b-a2f7-63f636f30084} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.09 00:39:57.047297 [ 269 ] {427cc1dc-0e55-482b-a2f7-63f636f30084} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:57.047429 [ 269 ] {427cc1dc-0e55-482b-a2f7-63f636f30084} executeQuery: Read 119 rows, 9.54 KiB in 0.001247 sec., 95429.0296712109 rows/sec., 7.47 MiB/sec. 2026.01.09 00:39:57.047470 [ 269 ] {427cc1dc-0e55-482b-a2f7-63f636f30084} TCPHandler: Processed in 0.00141693 sec. 2026.01.09 00:39:57.047590 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:57.047685 [ 269 ] {a52de459-00c7-41b4-a551-277f87cc7d81} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:57.047729 [ 269 ] {a52de459-00c7-41b4-a551-277f87cc7d81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:39:57.048155 [ 269 ] {a52de459-00c7-41b4-a551-277f87cc7d81} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:57.048190 [ 269 ] {a52de459-00c7-41b4-a551-277f87cc7d81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:57.048501 [ 269 ] {a52de459-00c7-41b4-a551-277f87cc7d81} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.09 00:39:57.048699 [ 269 ] {a52de459-00c7-41b4-a551-277f87cc7d81} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:57.048821 [ 269 ] {a52de459-00c7-41b4-a551-277f87cc7d81} executeQuery: Read 167 rows, 11.90 KiB in 0.001204 sec., 138704.31893687707 rows/sec., 9.65 MiB/sec. 2026.01.09 00:39:57.048856 [ 269 ] {a52de459-00c7-41b4-a551-277f87cc7d81} TCPHandler: Processed in 0.001369309 sec. 2026.01.09 00:39:57.048961 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:57.049135 [ 269 ] {1020eb92-f0e5-49e3-a397-4e6b23042c3c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:39:57.049212 [ 269 ] {1020eb92-f0e5-49e3-a397-4e6b23042c3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:39:57.050116 [ 269 ] {1020eb92-f0e5-49e3-a397-4e6b23042c3c} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:57.050151 [ 269 ] {1020eb92-f0e5-49e3-a397-4e6b23042c3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:57.050752 [ 269 ] {1020eb92-f0e5-49e3-a397-4e6b23042c3c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:39:57.050980 [ 269 ] {1020eb92-f0e5-49e3-a397-4e6b23042c3c} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:57.051126 [ 269 ] {1020eb92-f0e5-49e3-a397-4e6b23042c3c} executeQuery: Read 41 rows, 75.23 KiB in 0.002013 sec., 20367.610531544957 rows/sec., 36.50 MiB/sec. 2026.01.09 00:39:57.051191 [ 269 ] {1020eb92-f0e5-49e3-a397-4e6b23042c3c} TCPHandler: Processed in 0.002218113 sec. 2026.01.09 00:39:57.051309 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:39:57.051403 [ 269 ] {4cfc9886-f834-4dd9-8b43-8c953501e42e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:39:57.051445 [ 269 ] {4cfc9886-f834-4dd9-8b43-8c953501e42e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:39:57.051799 [ 269 ] {4cfc9886-f834-4dd9-8b43-8c953501e42e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:57.051835 [ 269 ] {4cfc9886-f834-4dd9-8b43-8c953501e42e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:57.052157 [ 269 ] {4cfc9886-f834-4dd9-8b43-8c953501e42e} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.09 00:39:57.052369 [ 269 ] {4cfc9886-f834-4dd9-8b43-8c953501e42e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:57.052498 [ 269 ] {4cfc9886-f834-4dd9-8b43-8c953501e42e} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.01.09 00:39:57.052535 [ 269 ] {4cfc9886-f834-4dd9-8b43-8c953501e42e} TCPHandler: Processed in 0.001276487 sec. 2026.01.09 00:39:57.433666 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32151 2026.01.09 00:39:57.434187 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:57.434231 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:57.435042 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:39:57.435300 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:57.435452 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32151 2026.01.09 00:39:59.161851 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2026.01.09 00:39:59.177230 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:39:59.177287 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.01.09 00:39:59.182574 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:39:59.183235 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:39:59.185990 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2026.01.09 00:40:02.049624 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:02.049887 [ 269 ] {e235e0f0-3fb1-451c-a3a9-8e5ca7363581} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:40:02.049974 [ 269 ] {e235e0f0-3fb1-451c-a3a9-8e5ca7363581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:40:02.051023 [ 269 ] {e235e0f0-3fb1-451c-a3a9-8e5ca7363581} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.051075 [ 269 ] {e235e0f0-3fb1-451c-a3a9-8e5ca7363581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.051504 [ 269 ] {e235e0f0-3fb1-451c-a3a9-8e5ca7363581} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:40:02.051742 [ 269 ] {e235e0f0-3fb1-451c-a3a9-8e5ca7363581} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.051909 [ 269 ] {e235e0f0-3fb1-451c-a3a9-8e5ca7363581} executeQuery: Read 410 rows, 26.63 KiB in 0.002079 sec., 197210.1972101972 rows/sec., 12.51 MiB/sec. 2026.01.09 00:40:02.051964 [ 269 ] {e235e0f0-3fb1-451c-a3a9-8e5ca7363581} TCPHandler: Processed in 0.002484291 sec. 2026.01.09 00:40:02.052330 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:02.052434 [ 269 ] {3994257e-1b46-4e98-8207-430b5c0dd60d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:02.052479 [ 269 ] {3994257e-1b46-4e98-8207-430b5c0dd60d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:02.053495 [ 269 ] {3994257e-1b46-4e98-8207-430b5c0dd60d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.053539 [ 269 ] {3994257e-1b46-4e98-8207-430b5c0dd60d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.053928 [ 269 ] {3994257e-1b46-4e98-8207-430b5c0dd60d} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.09 00:40:02.054142 [ 269 ] {3994257e-1b46-4e98-8207-430b5c0dd60d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.054285 [ 269 ] {3994257e-1b46-4e98-8207-430b5c0dd60d} executeQuery: Read 1112 rows, 89.84 KiB in 0.001873 sec., 593699.946609717 rows/sec., 46.84 MiB/sec. 2026.01.09 00:40:02.054326 [ 269 ] {3994257e-1b46-4e98-8207-430b5c0dd60d} TCPHandler: Processed in 0.002051148 sec. 2026.01.09 00:40:02.054443 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:02.054543 [ 269 ] {2ffd9aac-4e79-4c9a-9c8c-27c1be241840} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:02.054585 [ 269 ] {2ffd9aac-4e79-4c9a-9c8c-27c1be241840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:02.055090 [ 269 ] {2ffd9aac-4e79-4c9a-9c8c-27c1be241840} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.055128 [ 269 ] {2ffd9aac-4e79-4c9a-9c8c-27c1be241840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.055452 [ 269 ] {2ffd9aac-4e79-4c9a-9c8c-27c1be241840} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.09 00:40:02.055660 [ 269 ] {2ffd9aac-4e79-4c9a-9c8c-27c1be241840} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.055798 [ 269 ] {2ffd9aac-4e79-4c9a-9c8c-27c1be241840} executeQuery: Read 205 rows, 12.32 KiB in 0.001274 sec., 160910.5180533752 rows/sec., 9.44 MiB/sec. 2026.01.09 00:40:02.055837 [ 269 ] {2ffd9aac-4e79-4c9a-9c8c-27c1be241840} TCPHandler: Processed in 0.001444471 sec. 2026.01.09 00:40:02.055940 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:02.056036 [ 269 ] {ea475dd6-75e9-433c-8a0d-c29dbef4a5ff} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:40:02.056078 [ 269 ] {ea475dd6-75e9-433c-8a0d-c29dbef4a5ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:40:02.056568 [ 269 ] {ea475dd6-75e9-433c-8a0d-c29dbef4a5ff} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.056603 [ 269 ] {ea475dd6-75e9-433c-8a0d-c29dbef4a5ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.056907 [ 269 ] {ea475dd6-75e9-433c-8a0d-c29dbef4a5ff} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:40:02.057114 [ 269 ] {ea475dd6-75e9-433c-8a0d-c29dbef4a5ff} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.057247 [ 269 ] {ea475dd6-75e9-433c-8a0d-c29dbef4a5ff} executeQuery: Read 212 rows, 14.00 KiB in 0.001228 sec., 172638.4364820847 rows/sec., 11.13 MiB/sec. 2026.01.09 00:40:02.057286 [ 269 ] {ea475dd6-75e9-433c-8a0d-c29dbef4a5ff} TCPHandler: Processed in 0.0013948 sec. 2026.01.09 00:40:02.057395 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:02.057489 [ 269 ] {7b9d909b-ced0-4da1-b22f-7d5c1b950f12} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:40:02.057530 [ 269 ] {7b9d909b-ced0-4da1-b22f-7d5c1b950f12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:40:02.058009 [ 269 ] {7b9d909b-ced0-4da1-b22f-7d5c1b950f12} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.058045 [ 269 ] {7b9d909b-ced0-4da1-b22f-7d5c1b950f12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.058353 [ 269 ] {7b9d909b-ced0-4da1-b22f-7d5c1b950f12} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:40:02.058565 [ 269 ] {7b9d909b-ced0-4da1-b22f-7d5c1b950f12} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.058696 [ 269 ] {7b9d909b-ced0-4da1-b22f-7d5c1b950f12} executeQuery: Read 211 rows, 12.27 KiB in 0.001223 sec., 172526.57399836468 rows/sec., 9.80 MiB/sec. 2026.01.09 00:40:02.058735 [ 269 ] {7b9d909b-ced0-4da1-b22f-7d5c1b950f12} TCPHandler: Processed in 0.00138975 sec. 2026.01.09 00:40:02.058837 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:02.058932 [ 269 ] {234c345c-e8f1-45a3-a118-5be3602ca05a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:02.058972 [ 269 ] {234c345c-e8f1-45a3-a118-5be3602ca05a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:02.059731 [ 269 ] {234c345c-e8f1-45a3-a118-5be3602ca05a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.059778 [ 269 ] {234c345c-e8f1-45a3-a118-5be3602ca05a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.060188 [ 269 ] {234c345c-e8f1-45a3-a118-5be3602ca05a} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.09 00:40:02.060438 [ 269 ] {234c345c-e8f1-45a3-a118-5be3602ca05a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.060567 [ 269 ] {234c345c-e8f1-45a3-a118-5be3602ca05a} executeQuery: Read 679 rows, 48.47 KiB in 0.001652 sec., 411016.94915254234 rows/sec., 28.65 MiB/sec. 2026.01.09 00:40:02.060605 [ 269 ] {234c345c-e8f1-45a3-a118-5be3602ca05a} TCPHandler: Processed in 0.001817162 sec. 2026.01.09 00:40:02.060715 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:02.060811 [ 269 ] {b49bde9a-5dff-4bd3-a103-dc0d2052a13c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:40:02.060851 [ 269 ] {b49bde9a-5dff-4bd3-a103-dc0d2052a13c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:40:02.061179 [ 269 ] {b49bde9a-5dff-4bd3-a103-dc0d2052a13c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.061215 [ 269 ] {b49bde9a-5dff-4bd3-a103-dc0d2052a13c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.061520 [ 269 ] {b49bde9a-5dff-4bd3-a103-dc0d2052a13c} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.09 00:40:02.061728 [ 269 ] {b49bde9a-5dff-4bd3-a103-dc0d2052a13c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.061854 [ 269 ] {b49bde9a-5dff-4bd3-a103-dc0d2052a13c} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2026.01.09 00:40:02.061890 [ 269 ] {b49bde9a-5dff-4bd3-a103-dc0d2052a13c} TCPHandler: Processed in 0.001225415 sec. 2026.01.09 00:40:02.062024 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:02.062145 [ 269 ] {46f665a2-3823-40ce-98c9-d1f02b0445fc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:02.062195 [ 269 ] {46f665a2-3823-40ce-98c9-d1f02b0445fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:02.062700 [ 269 ] {46f665a2-3823-40ce-98c9-d1f02b0445fc} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.062736 [ 269 ] {46f665a2-3823-40ce-98c9-d1f02b0445fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.063070 [ 269 ] {46f665a2-3823-40ce-98c9-d1f02b0445fc} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.09 00:40:02.063274 [ 269 ] {46f665a2-3823-40ce-98c9-d1f02b0445fc} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.063400 [ 269 ] {46f665a2-3823-40ce-98c9-d1f02b0445fc} executeQuery: Read 314 rows, 21.12 KiB in 0.00128 sec., 245312.49999999997 rows/sec., 16.11 MiB/sec. 2026.01.09 00:40:02.063407 [ 104 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_109_22 to all_114_114_0 2026.01.09 00:40:02.063437 [ 269 ] {46f665a2-3823-40ce-98c9-d1f02b0445fc} TCPHandler: Processed in 0.001472282 sec. 2026.01.09 00:40:02.063477 [ 104 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.063505 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.063583 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:02.063643 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_109_22 to all_114_114_0 into Compact with storage Full 2026.01.09 00:40:02.063701 [ 269 ] {a5f743ea-39f9-4248-a9c0-48b9854b54d4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:40:02.063758 [ 269 ] {a5f743ea-39f9-4248-a9c0-48b9854b54d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:40:02.063815 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:02.063860 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} MergeTreeSequentialSource: Reading 6 marks from part all_1_109_22, total 34010 rows starting from the beginning of the part 2026.01.09 00:40:02.063933 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 64 rows starting from the beginning of the part 2026.01.09 00:40:02.063986 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part 2026.01.09 00:40:02.064036 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 314 rows starting from the beginning of the part 2026.01.09 00:40:02.064084 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 167 rows starting from the beginning of the part 2026.01.09 00:40:02.064131 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 314 rows starting from the beginning of the part 2026.01.09 00:40:02.064134 [ 269 ] {a5f743ea-39f9-4248-a9c0-48b9854b54d4} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.064189 [ 269 ] {a5f743ea-39f9-4248-a9c0-48b9854b54d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.064565 [ 269 ] {a5f743ea-39f9-4248-a9c0-48b9854b54d4} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:40:02.064778 [ 269 ] {a5f743ea-39f9-4248-a9c0-48b9854b54d4} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.064907 [ 269 ] {a5f743ea-39f9-4248-a9c0-48b9854b54d4} executeQuery: Read 1 rows, 69.00 B in 0.001231 sec., 812.3476848090983 rows/sec., 54.74 KiB/sec. 2026.01.09 00:40:02.064943 [ 269 ] {a5f743ea-39f9-4248-a9c0-48b9854b54d4} TCPHandler: Processed in 0.001425411 sec. 2026.01.09 00:40:02.065045 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:02.065139 [ 269 ] {ce831265-35ed-4ef8-af3c-1bbfa4a40262} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:02.065183 [ 269 ] {ce831265-35ed-4ef8-af3c-1bbfa4a40262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:02.065510 [ 269 ] {ce831265-35ed-4ef8-af3c-1bbfa4a40262} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:02.065547 [ 269 ] {ce831265-35ed-4ef8-af3c-1bbfa4a40262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:02.065991 [ 269 ] {ce831265-35ed-4ef8-af3c-1bbfa4a40262} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.09 00:40:02.066200 [ 269 ] {ce831265-35ed-4ef8-af3c-1bbfa4a40262} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.066328 [ 269 ] {ce831265-35ed-4ef8-af3c-1bbfa4a40262} executeQuery: Read 104 rows, 6.53 KiB in 0.001207 sec., 86164.04308202154 rows/sec., 5.28 MiB/sec. 2026.01.09 00:40:02.066363 [ 269 ] {ce831265-35ed-4ef8-af3c-1bbfa4a40262} TCPHandler: Processed in 0.001367449 sec. 2026.01.09 00:40:02.072235 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} MergeTask::MergeProjectionsStage: Merge sorted 35029 rows, containing 5 columns (5 merged, 0 gathered) in 0.008652796 sec., 4048286.8196592173 rows/sec., 272.49 MiB/sec. 2026.01.09 00:40:02.072581 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary) 2026.01.09 00:40:02.072884 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:02.072956 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_114_23} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_109_22, all_114_114_0] -> all_1_114_23 2026.01.09 00:40:02.073043 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.01.09 00:40:03.001216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 360.11 MiB, peak 370.96 MiB, free memory in arenas 0.00 B, will set to 362.08 MiB (RSS), difference: 1.97 MiB 2026.01.09 00:40:04.739298 [ 102 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:40:04.739359 [ 102 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:40:04.935672 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32599 2026.01.09 00:40:04.936221 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:04.936265 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:04.936745 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:40:04.936968 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:04.937095 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32599 2026.01.09 00:40:05.026280 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1988 2026.01.09 00:40:05.028773 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:05.028845 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:05.030087 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:40:05.030368 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:05.030775 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1988 2026.01.09 00:40:06.686088 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2026.01.09 00:40:06.702367 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:06.702421 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:06.708166 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:40:06.708840 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:06.711635 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2026.01.09 00:40:07.041092 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:07.041291 [ 269 ] {da4eb653-ac4f-498e-a567-ef134d0aa82b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:07.041363 [ 269 ] {da4eb653-ac4f-498e-a567-ef134d0aa82b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:07.042094 [ 269 ] {da4eb653-ac4f-498e-a567-ef134d0aa82b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:07.042143 [ 269 ] {da4eb653-ac4f-498e-a567-ef134d0aa82b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:07.042543 [ 269 ] {da4eb653-ac4f-498e-a567-ef134d0aa82b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.09 00:40:07.042771 [ 269 ] {da4eb653-ac4f-498e-a567-ef134d0aa82b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:07.042933 [ 269 ] {da4eb653-ac4f-498e-a567-ef134d0aa82b} executeQuery: Read 138 rows, 12.27 KiB in 0.001695 sec., 81415.92920353982 rows/sec., 7.07 MiB/sec. 2026.01.09 00:40:07.042986 [ 269 ] {da4eb653-ac4f-498e-a567-ef134d0aa82b} TCPHandler: Processed in 0.002029288 sec. 2026.01.09 00:40:07.043109 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:07.043213 [ 269 ] {4dfb5c1e-240f-446a-8045-ee49fc5456a7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:07.043259 [ 269 ] {4dfb5c1e-240f-446a-8045-ee49fc5456a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:07.043685 [ 269 ] {4dfb5c1e-240f-446a-8045-ee49fc5456a7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:07.043723 [ 269 ] {4dfb5c1e-240f-446a-8045-ee49fc5456a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:07.044027 [ 269 ] {4dfb5c1e-240f-446a-8045-ee49fc5456a7} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.09 00:40:07.044240 [ 269 ] {4dfb5c1e-240f-446a-8045-ee49fc5456a7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:07.044375 [ 269 ] {4dfb5c1e-240f-446a-8045-ee49fc5456a7} executeQuery: Read 41 rows, 3.08 KiB in 0.001185 sec., 34599.15611814346 rows/sec., 2.54 MiB/sec. 2026.01.09 00:40:07.044414 [ 269 ] {4dfb5c1e-240f-446a-8045-ee49fc5456a7} TCPHandler: Processed in 0.001359738 sec. 2026.01.09 00:40:07.044517 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:07.044613 [ 269 ] {e62371d4-94ff-4695-bda9-990b00cb68b8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:07.044652 [ 269 ] {e62371d4-94ff-4695-bda9-990b00cb68b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:07.045080 [ 269 ] {e62371d4-94ff-4695-bda9-990b00cb68b8} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:07.045116 [ 269 ] {e62371d4-94ff-4695-bda9-990b00cb68b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:07.045441 [ 269 ] {e62371d4-94ff-4695-bda9-990b00cb68b8} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.09 00:40:07.045653 [ 269 ] {e62371d4-94ff-4695-bda9-990b00cb68b8} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:07.045783 [ 269 ] {e62371d4-94ff-4695-bda9-990b00cb68b8} executeQuery: Read 105 rows, 8.40 KiB in 0.001189 sec., 88309.50378469302 rows/sec., 6.90 MiB/sec. 2026.01.09 00:40:07.045820 [ 269 ] {e62371d4-94ff-4695-bda9-990b00cb68b8} TCPHandler: Processed in 0.001354409 sec. 2026.01.09 00:40:07.045932 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:07.046026 [ 269 ] {b476b0ef-2d1b-4f0e-aff0-915a4b41eb48} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:07.046070 [ 269 ] {b476b0ef-2d1b-4f0e-aff0-915a4b41eb48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:07.046474 [ 269 ] {b476b0ef-2d1b-4f0e-aff0-915a4b41eb48} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:07.046510 [ 269 ] {b476b0ef-2d1b-4f0e-aff0-915a4b41eb48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:07.046840 [ 269 ] {b476b0ef-2d1b-4f0e-aff0-915a4b41eb48} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.09 00:40:07.047047 [ 269 ] {b476b0ef-2d1b-4f0e-aff0-915a4b41eb48} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:07.047176 [ 269 ] {b476b0ef-2d1b-4f0e-aff0-915a4b41eb48} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.01.09 00:40:07.047213 [ 269 ] {b476b0ef-2d1b-4f0e-aff0-915a4b41eb48} TCPHandler: Processed in 0.001331278 sec. 2026.01.09 00:40:07.047315 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:07.047411 [ 269 ] {095dc57e-17cf-4f6d-b295-9bf2fbdcac8b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:07.047465 [ 269 ] {095dc57e-17cf-4f6d-b295-9bf2fbdcac8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:40:07.048357 [ 269 ] {095dc57e-17cf-4f6d-b295-9bf2fbdcac8b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:07.048392 [ 269 ] {095dc57e-17cf-4f6d-b295-9bf2fbdcac8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:07.048973 [ 269 ] {095dc57e-17cf-4f6d-b295-9bf2fbdcac8b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:40:07.049256 [ 269 ] {095dc57e-17cf-4f6d-b295-9bf2fbdcac8b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:07.049432 [ 269 ] {095dc57e-17cf-4f6d-b295-9bf2fbdcac8b} executeQuery: Read 41 rows, 75.23 KiB in 0.002039 sec., 20107.89602746444 rows/sec., 36.03 MiB/sec. 2026.01.09 00:40:07.049506 [ 269 ] {095dc57e-17cf-4f6d-b295-9bf2fbdcac8b} TCPHandler: Processed in 0.002239924 sec. 2026.01.09 00:40:07.049626 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:07.049724 [ 269 ] {0f96accb-da14-4c06-b176-00f99b4733c3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:07.049766 [ 269 ] {0f96accb-da14-4c06-b176-00f99b4733c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:07.050103 [ 269 ] {0f96accb-da14-4c06-b176-00f99b4733c3} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:07.050141 [ 269 ] {0f96accb-da14-4c06-b176-00f99b4733c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:07.050468 [ 269 ] {0f96accb-da14-4c06-b176-00f99b4733c3} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.09 00:40:07.050695 [ 269 ] {0f96accb-da14-4c06-b176-00f99b4733c3} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:07.050829 [ 269 ] {0f96accb-da14-4c06-b176-00f99b4733c3} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2026.01.09 00:40:07.050866 [ 269 ] {0f96accb-da14-4c06-b176-00f99b4733c3} TCPHandler: Processed in 0.001292197 sec. 2026.01.09 00:40:09.007847 [ 97 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.01.09 00:40:09.007919 [ 97 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.007944 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.008077 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.01.09 00:40:09.008243 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:09.008285 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part 2026.01.09 00:40:09.008364 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part 2026.01.09 00:40:09.008421 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2026.01.09 00:40:09.008474 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part 2026.01.09 00:40:09.008521 [ 194 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2026.01.09 00:40:09.009323 [ 201 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001308917 sec., 39727.499910231134 rows/sec., 3.32 MiB/sec. 2026.01.09 00:40:09.009503 [ 200 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.01.09 00:40:09.009805 [ 200 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.009882 [ 200 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_25_6} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.01.09 00:40:09.009975 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:40:09.469378 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.469565 [ 269 ] {d9b60c81-670c-4fdc-b355-39f9a578fd81} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:40:09.469637 [ 269 ] {d9b60c81-670c-4fdc-b355-39f9a578fd81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:40:09.470525 [ 269 ] {d9b60c81-670c-4fdc-b355-39f9a578fd81} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.470583 [ 269 ] {d9b60c81-670c-4fdc-b355-39f9a578fd81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.471016 [ 269 ] {d9b60c81-670c-4fdc-b355-39f9a578fd81} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:40:09.471282 [ 269 ] {d9b60c81-670c-4fdc-b355-39f9a578fd81} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.471462 [ 269 ] {d9b60c81-670c-4fdc-b355-39f9a578fd81} executeQuery: Read 410 rows, 26.63 KiB in 0.001942 sec., 211122.55406797118 rows/sec., 13.39 MiB/sec. 2026.01.09 00:40:09.471517 [ 269 ] {d9b60c81-670c-4fdc-b355-39f9a578fd81} TCPHandler: Processed in 0.002279415 sec. 2026.01.09 00:40:09.471657 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.471765 [ 269 ] {e9f17227-7958-4698-9ea9-35fb6bc48a6a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:40:09.471812 [ 269 ] {e9f17227-7958-4698-9ea9-35fb6bc48a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:40:09.472253 [ 269 ] {e9f17227-7958-4698-9ea9-35fb6bc48a6a} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.472292 [ 269 ] {e9f17227-7958-4698-9ea9-35fb6bc48a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.472604 [ 269 ] {e9f17227-7958-4698-9ea9-35fb6bc48a6a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.09 00:40:09.472839 [ 269 ] {e9f17227-7958-4698-9ea9-35fb6bc48a6a} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.472983 [ 269 ] {e9f17227-7958-4698-9ea9-35fb6bc48a6a} executeQuery: Read 2 rows, 167.00 B in 0.001241 sec., 1611.6035455278002 rows/sec., 131.41 KiB/sec. 2026.01.09 00:40:09.473023 [ 269 ] {e9f17227-7958-4698-9ea9-35fb6bc48a6a} TCPHandler: Processed in 0.001419341 sec. 2026.01.09 00:40:09.473161 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.473263 [ 269 ] {8a531fe7-0ead-4f11-9bb7-df88486645fd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:09.473310 [ 269 ] {8a531fe7-0ead-4f11-9bb7-df88486645fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:09.475161 [ 269 ] {8a531fe7-0ead-4f11-9bb7-df88486645fd} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.475203 [ 269 ] {8a531fe7-0ead-4f11-9bb7-df88486645fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.475708 [ 269 ] {8a531fe7-0ead-4f11-9bb7-df88486645fd} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.09 00:40:09.475946 [ 269 ] {8a531fe7-0ead-4f11-9bb7-df88486645fd} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.476165 [ 269 ] {8a531fe7-0ead-4f11-9bb7-df88486645fd} executeQuery: Read 2253 rows, 186.48 KiB in 0.002922 sec., 771047.227926078 rows/sec., 62.32 MiB/sec. 2026.01.09 00:40:09.476177 [ 97 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.09 00:40:09.476219 [ 97 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.476220 [ 269 ] {8a531fe7-0ead-4f11-9bb7-df88486645fd} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:40:09.476241 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.476248 [ 269 ] {8a531fe7-0ead-4f11-9bb7-df88486645fd} TCPHandler: Processed in 0.003147419 sec. 2026.01.09 00:40:09.476372 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.09 00:40:09.476415 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.476543 [ 269 ] {5e85d2b6-9371-4cb9-b633-183c200b485c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:09.476567 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:09.476602 [ 269 ] {5e85d2b6-9371-4cb9-b633-183c200b485c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:09.476620 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2466 rows starting from the beginning of the part 2026.01.09 00:40:09.476731 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:40:09.476814 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 145 rows starting from the beginning of the part 2026.01.09 00:40:09.476884 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:40:09.476948 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 138 rows starting from the beginning of the part 2026.01.09 00:40:09.477038 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:40:09.477220 [ 269 ] {5e85d2b6-9371-4cb9-b633-183c200b485c} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.477264 [ 269 ] {5e85d2b6-9371-4cb9-b633-183c200b485c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.477653 [ 269 ] {5e85d2b6-9371-4cb9-b633-183c200b485c} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.09 00:40:09.477907 [ 269 ] {5e85d2b6-9371-4cb9-b633-183c200b485c} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.478060 [ 269 ] {5e85d2b6-9371-4cb9-b633-183c200b485c} executeQuery: Read 207 rows, 12.46 KiB in 0.001545 sec., 133980.58252427186 rows/sec., 7.87 MiB/sec. 2026.01.09 00:40:09.478070 [ 94 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.09 00:40:09.478103 [ 269 ] {5e85d2b6-9371-4cb9-b633-183c200b485c} TCPHandler: Processed in 0.00175403 sec. 2026.01.09 00:40:09.478130 [ 94 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.478164 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.478239 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.478284 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.09 00:40:09.478346 [ 269 ] {d19fe568-d353-4ce6-8e8d-613323021c23} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:40:09.478394 [ 269 ] {d19fe568-d353-4ce6-8e8d-613323021c23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:40:09.478436 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:09.478481 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 278 rows starting from the beginning of the part 2026.01.09 00:40:09.478549 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 205 rows starting from the beginning of the part 2026.01.09 00:40:09.478595 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 55 rows starting from the beginning of the part 2026.01.09 00:40:09.478641 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 205 rows starting from the beginning of the part 2026.01.09 00:40:09.478678 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 41 rows starting from the beginning of the part 2026.01.09 00:40:09.478718 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 207 rows starting from the beginning of the part 2026.01.09 00:40:09.478989 [ 269 ] {d19fe568-d353-4ce6-8e8d-613323021c23} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.479031 [ 269 ] {d19fe568-d353-4ce6-8e8d-613323021c23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.479682 [ 269 ] {d19fe568-d353-4ce6-8e8d-613323021c23} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:40:09.479706 [ 190 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 991 rows, containing 5 columns (5 merged, 0 gathered) in 0.001478453 sec., 670295.2342752864 rows/sec., 43.50 MiB/sec. 2026.01.09 00:40:09.479923 [ 269 ] {d19fe568-d353-4ce6-8e8d-613323021c23} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.479964 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.09 00:40:09.480071 [ 269 ] {d19fe568-d353-4ce6-8e8d-613323021c23} executeQuery: Read 440 rows, 29.81 KiB in 0.001746 sec., 252004.58190148912 rows/sec., 16.67 MiB/sec. 2026.01.09 00:40:09.480115 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 7226 rows, containing 5 columns (5 merged, 0 gathered) in 0.003805388 sec., 1898886.5261571226 rows/sec., 160.67 MiB/sec. 2026.01.09 00:40:09.480118 [ 269 ] {d19fe568-d353-4ce6-8e8d-613323021c23} TCPHandler: Processed in 0.001930504 sec. 2026.01.09 00:40:09.480281 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.480382 [ 269 ] {875b4366-04fb-4467-9f57-7efdf68b8543} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:40:09.480393 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.480426 [ 269 ] {875b4366-04fb-4467-9f57-7efdf68b8543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:40:09.480512 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_96_19} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.09 00:40:09.480512 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.09 00:40:09.480637 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:40:09.480908 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.480935 [ 269 ] {875b4366-04fb-4467-9f57-7efdf68b8543} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.480979 [ 269 ] {875b4366-04fb-4467-9f57-7efdf68b8543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.481020 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_116_23} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.09 00:40:09.481125 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2026.01.09 00:40:09.481316 [ 269 ] {875b4366-04fb-4467-9f57-7efdf68b8543} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:40:09.481531 [ 269 ] {875b4366-04fb-4467-9f57-7efdf68b8543} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.481671 [ 269 ] {875b4366-04fb-4467-9f57-7efdf68b8543} executeQuery: Read 211 rows, 12.27 KiB in 0.001309 sec., 161191.74942704354 rows/sec., 9.15 MiB/sec. 2026.01.09 00:40:09.481711 [ 269 ] {875b4366-04fb-4467-9f57-7efdf68b8543} TCPHandler: Processed in 0.001480242 sec. 2026.01.09 00:40:09.481814 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.481910 [ 269 ] {bbf54f4d-b2b3-445d-82c8-a83cc4c4513a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:09.481951 [ 269 ] {bbf54f4d-b2b3-445d-82c8-a83cc4c4513a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:09.482812 [ 269 ] {bbf54f4d-b2b3-445d-82c8-a83cc4c4513a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.482848 [ 269 ] {bbf54f4d-b2b3-445d-82c8-a83cc4c4513a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.483225 [ 269 ] {bbf54f4d-b2b3-445d-82c8-a83cc4c4513a} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.09 00:40:09.483470 [ 269 ] {bbf54f4d-b2b3-445d-82c8-a83cc4c4513a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.483609 [ 269 ] {bbf54f4d-b2b3-445d-82c8-a83cc4c4513a} executeQuery: Read 1137 rows, 82.92 KiB in 0.001719 sec., 661431.0645724258 rows/sec., 47.11 MiB/sec. 2026.01.09 00:40:09.483610 [ 94 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.09 00:40:09.483661 [ 269 ] {bbf54f4d-b2b3-445d-82c8-a83cc4c4513a} TCPHandler: Processed in 0.001895524 sec. 2026.01.09 00:40:09.483663 [ 94 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.483712 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.483795 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.483804 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.09 00:40:09.483898 [ 269 ] {bd780684-99c3-4e45-a77f-5ed910cfab7c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:40:09.483937 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:09.483945 [ 269 ] {bd780684-99c3-4e45-a77f-5ed910cfab7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:40:09.483979 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1250 rows starting from the beginning of the part 2026.01.09 00:40:09.484049 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 679 rows starting from the beginning of the part 2026.01.09 00:40:09.484135 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 119 rows starting from the beginning of the part 2026.01.09 00:40:09.484214 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 679 rows starting from the beginning of the part 2026.01.09 00:40:09.484268 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 105 rows starting from the beginning of the part 2026.01.09 00:40:09.484320 [ 269 ] {bd780684-99c3-4e45-a77f-5ed910cfab7c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.484325 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:40:09.484368 [ 269 ] {bd780684-99c3-4e45-a77f-5ed910cfab7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.484753 [ 269 ] {bd780684-99c3-4e45-a77f-5ed910cfab7c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.09 00:40:09.485104 [ 269 ] {bd780684-99c3-4e45-a77f-5ed910cfab7c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.485251 [ 94 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 6 parts from all_1_41_9 to all_46_46_0 2026.01.09 00:40:09.485285 [ 94 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.485295 [ 269 ] {bd780684-99c3-4e45-a77f-5ed910cfab7c} executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec. 2026.01.09 00:40:09.485304 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.485358 [ 269 ] {bd780684-99c3-4e45-a77f-5ed910cfab7c} TCPHandler: Processed in 0.001611906 sec. 2026.01.09 00:40:09.485398 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_9 to all_46_46_0 into Compact with storage Full 2026.01.09 00:40:09.485501 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.485508 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:09.485559 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 246 rows starting from the beginning of the part 2026.01.09 00:40:09.485608 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part 2026.01.09 00:40:09.485629 [ 269 ] {7c2e887c-37f4-4351-873a-bf75b81cf66e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:09.485651 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part 2026.01.09 00:40:09.485736 [ 269 ] {7c2e887c-37f4-4351-873a-bf75b81cf66e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:09.485748 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part 2026.01.09 00:40:09.485800 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part 2026.01.09 00:40:09.485838 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part 2026.01.09 00:40:09.486030 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3969 rows, containing 5 columns (5 merged, 0 gathered) in 0.002266645 sec., 1751046.1497058428 rows/sec., 131.70 MiB/sec. 2026.01.09 00:40:09.486259 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.09 00:40:09.486555 [ 269 ] {7c2e887c-37f4-4351-873a-bf75b81cf66e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.486563 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.486590 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.001222965 sec., 225681.02930173802 rows/sec., 11.51 MiB/sec. 2026.01.09 00:40:09.486602 [ 269 ] {7c2e887c-37f4-4351-873a-bf75b81cf66e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.486651 [ 189 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_116_23} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.09 00:40:09.486753 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) 2026.01.09 00:40:09.486755 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.01.09 00:40:09.487081 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.487179 [ 269 ] {7c2e887c-37f4-4351-873a-bf75b81cf66e} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.09 00:40:09.487184 [ 191 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_46_10} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 6 parts: [all_1_41_9, all_46_46_0] -> all_1_46_10 2026.01.09 00:40:09.487307 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.09 00:40:09.487509 [ 269 ] {7c2e887c-37f4-4351-873a-bf75b81cf66e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.487682 [ 269 ] {7c2e887c-37f4-4351-873a-bf75b81cf66e} executeQuery: Read 935 rows, 63.39 KiB in 0.002078 sec., 449951.87680461985 rows/sec., 29.79 MiB/sec. 2026.01.09 00:40:09.487730 [ 269 ] {7c2e887c-37f4-4351-873a-bf75b81cf66e} TCPHandler: Processed in 0.002292325 sec. 2026.01.09 00:40:09.487846 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.487943 [ 269 ] {6b6c7fac-1c36-47aa-a5aa-d55b272796eb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:40:09.487991 [ 269 ] {6b6c7fac-1c36-47aa-a5aa-d55b272796eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:40:09.488320 [ 269 ] {6b6c7fac-1c36-47aa-a5aa-d55b272796eb} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.488355 [ 269 ] {6b6c7fac-1c36-47aa-a5aa-d55b272796eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.488674 [ 269 ] {6b6c7fac-1c36-47aa-a5aa-d55b272796eb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:40:09.488888 [ 269 ] {6b6c7fac-1c36-47aa-a5aa-d55b272796eb} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.488999 [ 94 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0 2026.01.09 00:40:09.489025 [ 269 ] {6b6c7fac-1c36-47aa-a5aa-d55b272796eb} executeQuery: Read 1 rows, 69.00 B in 0.001101 sec., 908.2652134423251 rows/sec., 61.20 KiB/sec. 2026.01.09 00:40:09.489029 [ 94 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.489064 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.489068 [ 269 ] {6b6c7fac-1c36-47aa-a5aa-d55b272796eb} TCPHandler: Processed in 0.001271736 sec. 2026.01.09 00:40:09.489139 [ 198 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full 2026.01.09 00:40:09.489191 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:09.489235 [ 198 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:09.489268 [ 198 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 46 rows starting from the beginning of the part 2026.01.09 00:40:09.489291 [ 269 ] {dd823b77-33e6-4bae-b1be-68aee94b81ee} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:09.489319 [ 198 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part 2026.01.09 00:40:09.489338 [ 269 ] {dd823b77-33e6-4bae-b1be-68aee94b81ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:09.489366 [ 198 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part 2026.01.09 00:40:09.489410 [ 198 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part 2026.01.09 00:40:09.489452 [ 198 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part 2026.01.09 00:40:09.489506 [ 198 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part 2026.01.09 00:40:09.489698 [ 269 ] {dd823b77-33e6-4bae-b1be-68aee94b81ee} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.489741 [ 269 ] {dd823b77-33e6-4bae-b1be-68aee94b81ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.490092 [ 269 ] {dd823b77-33e6-4bae-b1be-68aee94b81ee} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.09 00:40:09.490333 [ 269 ] {dd823b77-33e6-4bae-b1be-68aee94b81ee} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.490461 [ 94 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.09 00:40:09.490466 [ 269 ] {dd823b77-33e6-4bae-b1be-68aee94b81ee} executeQuery: Read 80 rows, 4.87 KiB in 0.001193 sec., 67057.83738474434 rows/sec., 3.99 MiB/sec. 2026.01.09 00:40:09.490498 [ 94 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:09.490521 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:09.490523 [ 269 ] {dd823b77-33e6-4bae-b1be-68aee94b81ee} TCPHandler: Processed in 0.00138153 sec. 2026.01.09 00:40:09.490586 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.09 00:40:09.490599 [ 193 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.001494423 sec., 34126.88375379662 rows/sec., 2.23 MiB/sec. 2026.01.09 00:40:09.490680 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:09.490713 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7592 rows starting from the beginning of the part 2026.01.09 00:40:09.490754 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) 2026.01.09 00:40:09.490759 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 104 rows starting from the beginning of the part 2026.01.09 00:40:09.490814 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part 2026.01.09 00:40:09.490849 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 104 rows starting from the beginning of the part 2026.01.09 00:40:09.490882 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part 2026.01.09 00:40:09.490918 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 80 rows starting from the beginning of the part 2026.01.09 00:40:09.491079 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.491170 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_51_11} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11 2026.01.09 00:40:09.491274 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:40:09.492715 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 8000 rows, containing 4 columns (4 merged, 0 gathered) in 0.002155261 sec., 3711847.4282233105 rows/sec., 236.57 MiB/sec. 2026.01.09 00:40:09.493173 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.09 00:40:09.493453 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:09.493522 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_116_23} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.09 00:40:09.493620 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2026.01.09 00:40:12.033855 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:12.034082 [ 269 ] {263c9cbc-b0b6-4afb-ab38-7d18d499b712} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:12.034158 [ 269 ] {263c9cbc-b0b6-4afb-ab38-7d18d499b712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:12.034902 [ 269 ] {263c9cbc-b0b6-4afb-ab38-7d18d499b712} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:12.034956 [ 269 ] {263c9cbc-b0b6-4afb-ab38-7d18d499b712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:12.035359 [ 269 ] {263c9cbc-b0b6-4afb-ab38-7d18d499b712} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.09 00:40:12.035585 [ 269 ] {263c9cbc-b0b6-4afb-ab38-7d18d499b712} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:12.035753 [ 269 ] {263c9cbc-b0b6-4afb-ab38-7d18d499b712} executeQuery: Read 56 rows, 4.41 KiB in 0.001723 sec., 32501.450957632038 rows/sec., 2.50 MiB/sec. 2026.01.09 00:40:12.035804 [ 269 ] {263c9cbc-b0b6-4afb-ab38-7d18d499b712} TCPHandler: Processed in 0.002087619 sec. 2026.01.09 00:40:12.035933 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:12.036038 [ 269 ] {d48ddac8-c60e-4ed7-b1af-d8970200b651} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:12.036081 [ 269 ] {d48ddac8-c60e-4ed7-b1af-d8970200b651} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:12.036540 [ 269 ] {d48ddac8-c60e-4ed7-b1af-d8970200b651} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:12.036575 [ 269 ] {d48ddac8-c60e-4ed7-b1af-d8970200b651} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:12.036922 [ 269 ] {d48ddac8-c60e-4ed7-b1af-d8970200b651} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.09 00:40:12.037137 [ 269 ] {d48ddac8-c60e-4ed7-b1af-d8970200b651} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:12.037266 [ 269 ] {d48ddac8-c60e-4ed7-b1af-d8970200b651} executeQuery: Read 64 rows, 5.12 KiB in 0.001253 sec., 51077.41420590583 rows/sec., 3.99 MiB/sec. 2026.01.09 00:40:12.037303 [ 269 ] {d48ddac8-c60e-4ed7-b1af-d8970200b651} TCPHandler: Processed in 0.001423281 sec. 2026.01.09 00:40:12.037424 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:12.037522 [ 269 ] {ebdcd07d-6f9b-4043-a93b-5e7b5e854eff} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:12.037567 [ 269 ] {ebdcd07d-6f9b-4043-a93b-5e7b5e854eff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:12.037957 [ 269 ] {ebdcd07d-6f9b-4043-a93b-5e7b5e854eff} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:12.037991 [ 269 ] {ebdcd07d-6f9b-4043-a93b-5e7b5e854eff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:12.038320 [ 269 ] {ebdcd07d-6f9b-4043-a93b-5e7b5e854eff} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.09 00:40:12.038526 [ 269 ] {ebdcd07d-6f9b-4043-a93b-5e7b5e854eff} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:12.038651 [ 269 ] {ebdcd07d-6f9b-4043-a93b-5e7b5e854eff} executeQuery: Read 64 rows, 4.56 KiB in 0.001151 sec., 55603.82276281495 rows/sec., 3.87 MiB/sec. 2026.01.09 00:40:12.038688 [ 269 ] {ebdcd07d-6f9b-4043-a93b-5e7b5e854eff} TCPHandler: Processed in 0.001313547 sec. 2026.01.09 00:40:12.038805 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:12.038902 [ 269 ] {bd50a3bb-f490-4468-b682-c2057991c31f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:12.038944 [ 269 ] {bd50a3bb-f490-4468-b682-c2057991c31f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:12.039267 [ 269 ] {bd50a3bb-f490-4468-b682-c2057991c31f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:12.039301 [ 269 ] {bd50a3bb-f490-4468-b682-c2057991c31f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:12.039608 [ 269 ] {bd50a3bb-f490-4468-b682-c2057991c31f} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.09 00:40:12.039811 [ 269 ] {bd50a3bb-f490-4468-b682-c2057991c31f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:12.039938 [ 269 ] {bd50a3bb-f490-4468-b682-c2057991c31f} executeQuery: Read 24 rows, 1.66 KiB in 0.001055 sec., 22748.81516587678 rows/sec., 1.53 MiB/sec. 2026.01.09 00:40:12.039972 [ 269 ] {bd50a3bb-f490-4468-b682-c2057991c31f} TCPHandler: Processed in 0.001215595 sec. 2026.01.09 00:40:12.438189 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33111 2026.01.09 00:40:12.438701 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:12.438745 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:12.439229 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:40:12.439456 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:12.439592 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33111 2026.01.09 00:40:14.212653 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2026.01.09 00:40:14.228838 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:14.228897 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:14.235029 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:40:14.235728 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:14.238681 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2026.01.09 00:40:15.031922 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2030 2026.01.09 00:40:15.034379 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:15.034428 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:15.035623 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:40:15.035875 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:15.036024 [ 85 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.09 00:40:15.036062 [ 85 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:15.036081 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:15.036124 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2030 2026.01.09 00:40:15.036251 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.09 00:40:15.037021 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:15.037150 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1848 rows starting from the beginning of the part 2026.01.09 00:40:15.037492 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part 2026.01.09 00:40:15.037814 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 46 rows starting from the beginning of the part 2026.01.09 00:40:15.038169 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part 2026.01.09 00:40:15.038487 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 34 rows starting from the beginning of the part 2026.01.09 00:40:15.038800 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part 2026.01.09 00:40:15.045553 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2030 rows, containing 72 columns (72 merged, 0 gathered) in 0.009381597 sec., 216381.07030178336 rows/sec., 166.97 MiB/sec. 2026.01.09 00:40:15.047180 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.09 00:40:15.047662 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:15.047744 [ 188 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_51_10} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.09 00:40:15.047925 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. 2026.01.09 00:40:17.040229 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:17.040444 [ 269 ] {fb963ab8-b340-4b85-af23-4cbf2fa8abdd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:17.040518 [ 269 ] {fb963ab8-b340-4b85-af23-4cbf2fa8abdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:17.041295 [ 269 ] {fb963ab8-b340-4b85-af23-4cbf2fa8abdd} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:17.041350 [ 269 ] {fb963ab8-b340-4b85-af23-4cbf2fa8abdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:17.041768 [ 269 ] {fb963ab8-b340-4b85-af23-4cbf2fa8abdd} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.09 00:40:17.042026 [ 269 ] {fb963ab8-b340-4b85-af23-4cbf2fa8abdd} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:17.042207 [ 269 ] {fb963ab8-b340-4b85-af23-4cbf2fa8abdd} executeQuery: Read 138 rows, 12.27 KiB in 0.001816 sec., 75991.18942731278 rows/sec., 6.60 MiB/sec. 2026.01.09 00:40:17.042258 [ 269 ] {fb963ab8-b340-4b85-af23-4cbf2fa8abdd} TCPHandler: Processed in 0.002169642 sec. 2026.01.09 00:40:17.042380 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:17.042487 [ 269 ] {b9029218-1a98-4599-83f9-10846420fa9f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:17.042532 [ 269 ] {b9029218-1a98-4599-83f9-10846420fa9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:17.042970 [ 269 ] {b9029218-1a98-4599-83f9-10846420fa9f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:17.043010 [ 269 ] {b9029218-1a98-4599-83f9-10846420fa9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:17.043317 [ 269 ] {b9029218-1a98-4599-83f9-10846420fa9f} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.09 00:40:17.043523 [ 269 ] {b9029218-1a98-4599-83f9-10846420fa9f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:17.043658 [ 269 ] {b9029218-1a98-4599-83f9-10846420fa9f} executeQuery: Read 41 rows, 3.08 KiB in 0.001196 sec., 34280.9364548495 rows/sec., 2.52 MiB/sec. 2026.01.09 00:40:17.043696 [ 269 ] {b9029218-1a98-4599-83f9-10846420fa9f} TCPHandler: Processed in 0.001367789 sec. 2026.01.09 00:40:17.043798 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:17.043897 [ 269 ] {bd3f4bb2-3b22-40b9-ad35-4dc39b41c626} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:17.043939 [ 269 ] {bd3f4bb2-3b22-40b9-ad35-4dc39b41c626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:17.044379 [ 269 ] {bd3f4bb2-3b22-40b9-ad35-4dc39b41c626} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:17.044415 [ 269 ] {bd3f4bb2-3b22-40b9-ad35-4dc39b41c626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:17.044725 [ 269 ] {bd3f4bb2-3b22-40b9-ad35-4dc39b41c626} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.09 00:40:17.044939 [ 269 ] {bd3f4bb2-3b22-40b9-ad35-4dc39b41c626} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:17.045081 [ 269 ] {bd3f4bb2-3b22-40b9-ad35-4dc39b41c626} executeQuery: Read 105 rows, 8.40 KiB in 0.001203 sec., 87281.79551122194 rows/sec., 6.82 MiB/sec. 2026.01.09 00:40:17.045118 [ 269 ] {bd3f4bb2-3b22-40b9-ad35-4dc39b41c626} TCPHandler: Processed in 0.001369459 sec. 2026.01.09 00:40:17.045230 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:17.045327 [ 269 ] {12ab80f8-7c2b-4d34-a4b6-6454518dc913} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:17.045370 [ 269 ] {12ab80f8-7c2b-4d34-a4b6-6454518dc913} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:17.045785 [ 269 ] {12ab80f8-7c2b-4d34-a4b6-6454518dc913} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:17.045821 [ 269 ] {12ab80f8-7c2b-4d34-a4b6-6454518dc913} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:17.046162 [ 269 ] {12ab80f8-7c2b-4d34-a4b6-6454518dc913} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.09 00:40:17.046393 [ 269 ] {12ab80f8-7c2b-4d34-a4b6-6454518dc913} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:17.046538 [ 269 ] {12ab80f8-7c2b-4d34-a4b6-6454518dc913} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.01.09 00:40:17.046576 [ 269 ] {12ab80f8-7c2b-4d34-a4b6-6454518dc913} TCPHandler: Processed in 0.00139591 sec. 2026.01.09 00:40:17.046683 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:17.046788 [ 269 ] {d17a18f9-08c7-4580-88ee-8ffccfde2b4e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:17.046844 [ 269 ] {d17a18f9-08c7-4580-88ee-8ffccfde2b4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:40:17.047800 [ 269 ] {d17a18f9-08c7-4580-88ee-8ffccfde2b4e} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:17.047837 [ 269 ] {d17a18f9-08c7-4580-88ee-8ffccfde2b4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:17.048417 [ 269 ] {d17a18f9-08c7-4580-88ee-8ffccfde2b4e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:40:17.048666 [ 269 ] {d17a18f9-08c7-4580-88ee-8ffccfde2b4e} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:17.048793 [ 83 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.09 00:40:17.048814 [ 269 ] {d17a18f9-08c7-4580-88ee-8ffccfde2b4e} executeQuery: Read 41 rows, 75.23 KiB in 0.002044 sec., 20058.7084148728 rows/sec., 35.94 MiB/sec. 2026.01.09 00:40:17.048859 [ 83 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:17.048884 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:17.048903 [ 269 ] {d17a18f9-08c7-4580-88ee-8ffccfde2b4e} TCPHandler: Processed in 0.002270525 sec. 2026.01.09 00:40:17.048973 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.09 00:40:17.049031 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:17.049130 [ 269 ] {5ad08dd8-645f-46f1-b03c-5adc8afda2f1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:17.049166 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:17.049173 [ 269 ] {5ad08dd8-645f-46f1-b03c-5adc8afda2f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:17.049216 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1762 rows starting from the beginning of the part 2026.01.09 00:40:17.049335 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 41 rows starting from the beginning of the part 2026.01.09 00:40:17.049441 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part 2026.01.09 00:40:17.049535 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 41 rows starting from the beginning of the part 2026.01.09 00:40:17.049558 [ 269 ] {5ad08dd8-645f-46f1-b03c-5adc8afda2f1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:17.049596 [ 269 ] {5ad08dd8-645f-46f1-b03c-5adc8afda2f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:17.049620 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part 2026.01.09 00:40:17.049701 [ 197 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 41 rows starting from the beginning of the part 2026.01.09 00:40:17.049924 [ 269 ] {5ad08dd8-645f-46f1-b03c-5adc8afda2f1} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.09 00:40:17.050154 [ 269 ] {5ad08dd8-645f-46f1-b03c-5adc8afda2f1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:17.050292 [ 269 ] {5ad08dd8-645f-46f1-b03c-5adc8afda2f1} executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. 2026.01.09 00:40:17.050331 [ 269 ] {5ad08dd8-645f-46f1-b03c-5adc8afda2f1} TCPHandler: Processed in 0.001351318 sec. 2026.01.09 00:40:17.063620 [ 188 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1967 rows, containing 19 columns (19 merged, 0 gathered) in 0.014677897 sec., 134011.02351379083 rows/sec., 240.14 MiB/sec. 2026.01.09 00:40:17.065990 [ 188 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.09 00:40:17.066376 [ 188 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:17.066462 [ 188 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_51_10} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.09 00:40:17.066627 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.58 MiB. 2026.01.09 00:40:17.733559 [ 223 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): 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] 2026.01.09 00:40:17.733612 [ 223 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): 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] 2026.01.09 00:40:17.751000 [ 223 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): 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] 2026.01.09 00:40:17.983720 [ 220 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): 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] 2026.01.09 00:40:17.983778 [ 220 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): 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] 2026.01.09 00:40:17.987182 [ 220 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): 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] 2026.01.09 00:40:18.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 362.78 MiB, peak 380.31 MiB, free memory in arenas 0.00 B, will set to 369.53 MiB (RSS), difference: 6.75 MiB 2026.01.09 00:40:18.168209 [ 220 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): 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] 2026.01.09 00:40:18.168242 [ 220 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): 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] 2026.01.09 00:40:18.172213 [ 220 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): 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] 2026.01.09 00:40:18.242714 [ 226 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): 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] 2026.01.09 00:40:18.242766 [ 226 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): 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] 2026.01.09 00:40:18.245754 [ 226 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): 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] 2026.01.09 00:40:19.739585 [ 74 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:40:19.739643 [ 74 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:40:19.940652 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33559 2026.01.09 00:40:19.941157 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:19.941208 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:19.941686 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:40:19.941910 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:19.942054 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33559 2026.01.09 00:40:19.942144 [ 226 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): 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] 2026.01.09 00:40:19.942201 [ 226 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): 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] 2026.01.09 00:40:19.945303 [ 226 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): 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] 2026.01.09 00:40:20.098285 [ 77 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 5 parts from all_1_46_10 to all_50_50_0 2026.01.09 00:40:20.098389 [ 77 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:20.098421 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:20.098577 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_46_10 to all_50_50_0 into Compact with storage Full 2026.01.09 00:40:20.098775 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:20.098833 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 223 rows starting from the beginning of the part 2026.01.09 00:40:20.098943 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 211 rows starting from the beginning of the part 2026.01.09 00:40:20.099023 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 211 rows starting from the beginning of the part 2026.01.09 00:40:20.099095 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 211 rows starting from the beginning of the part 2026.01.09 00:40:20.099134 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 211 rows starting from the beginning of the part 2026.01.09 00:40:20.099969 [ 188 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001526343 sec., 699056.5030271701 rows/sec., 42.52 MiB/sec. 2026.01.09 00:40:20.100200 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) 2026.01.09 00:40:20.100474 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:20.100549 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_50_11} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 5 parts: [all_1_46_10, all_50_50_0] -> all_1_50_11 2026.01.09 00:40:20.100645 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:40:20.116463 [ 77 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 5 parts from all_1_46_10 to all_50_50_0 2026.01.09 00:40:20.116515 [ 77 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:20.116544 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:20.116668 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_46_10 to all_50_50_0 into Compact with storage Full 2026.01.09 00:40:20.116839 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:20.116885 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 434 rows starting from the beginning of the part 2026.01.09 00:40:20.116974 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 410 rows starting from the beginning of the part 2026.01.09 00:40:20.117052 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 410 rows starting from the beginning of the part 2026.01.09 00:40:20.117137 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 410 rows starting from the beginning of the part 2026.01.09 00:40:20.117190 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 410 rows starting from the beginning of the part 2026.01.09 00:40:20.118114 [ 201 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.001499963 sec., 1382700.773285741 rows/sec., 93.30 MiB/sec. 2026.01.09 00:40:20.118303 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) 2026.01.09 00:40:20.118603 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:20.118692 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_50_11} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 5 parts: [all_1_46_10, all_50_50_0] -> all_1_50_11 2026.01.09 00:40:20.118779 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:40:21.264897 [ 224 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): 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] 2026.01.09 00:40:21.264967 [ 224 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): 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] 2026.01.09 00:40:21.268165 [ 224 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): 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] 2026.01.09 00:40:21.738756 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2026.01.09 00:40:21.755530 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:21.755591 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:21.761549 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:40:21.762272 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:21.765348 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2026.01.09 00:40:22.049674 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:22.049861 [ 269 ] {bbb74b7e-753f-42b8-8a2c-818396ae47f6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:40:22.049930 [ 269 ] {bbb74b7e-753f-42b8-8a2c-818396ae47f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:40:22.050788 [ 269 ] {bbb74b7e-753f-42b8-8a2c-818396ae47f6} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.050835 [ 269 ] {bbb74b7e-753f-42b8-8a2c-818396ae47f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.051259 [ 269 ] {bbb74b7e-753f-42b8-8a2c-818396ae47f6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:40:22.051512 [ 269 ] {bbb74b7e-753f-42b8-8a2c-818396ae47f6} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.051686 [ 269 ] {bbb74b7e-753f-42b8-8a2c-818396ae47f6} executeQuery: Read 410 rows, 26.63 KiB in 0.001869 sec., 219368.64633493847 rows/sec., 13.92 MiB/sec. 2026.01.09 00:40:22.051740 [ 269 ] {bbb74b7e-753f-42b8-8a2c-818396ae47f6} TCPHandler: Processed in 0.002199143 sec. 2026.01.09 00:40:22.051867 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:22.051970 [ 269 ] {0f56da07-fad7-480a-a48c-a8ced1ae8ed1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:22.052014 [ 269 ] {0f56da07-fad7-480a-a48c-a8ced1ae8ed1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:22.053053 [ 269 ] {0f56da07-fad7-480a-a48c-a8ced1ae8ed1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.053091 [ 269 ] {0f56da07-fad7-480a-a48c-a8ced1ae8ed1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.053470 [ 269 ] {0f56da07-fad7-480a-a48c-a8ced1ae8ed1} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.09 00:40:22.053684 [ 269 ] {0f56da07-fad7-480a-a48c-a8ced1ae8ed1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.053818 [ 269 ] {0f56da07-fad7-480a-a48c-a8ced1ae8ed1} executeQuery: Read 1112 rows, 89.84 KiB in 0.00187 sec., 594652.4064171123 rows/sec., 46.92 MiB/sec. 2026.01.09 00:40:22.053859 [ 269 ] {0f56da07-fad7-480a-a48c-a8ced1ae8ed1} TCPHandler: Processed in 0.002045018 sec. 2026.01.09 00:40:22.053972 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:22.054070 [ 269 ] {103de6dd-53d9-4619-b430-f1839507c8c7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:22.054111 [ 269 ] {103de6dd-53d9-4619-b430-f1839507c8c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:22.054605 [ 269 ] {103de6dd-53d9-4619-b430-f1839507c8c7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.054642 [ 269 ] {103de6dd-53d9-4619-b430-f1839507c8c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.054951 [ 269 ] {103de6dd-53d9-4619-b430-f1839507c8c7} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.09 00:40:22.055166 [ 269 ] {103de6dd-53d9-4619-b430-f1839507c8c7} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.055307 [ 269 ] {103de6dd-53d9-4619-b430-f1839507c8c7} executeQuery: Read 205 rows, 12.32 KiB in 0.001256 sec., 163216.56050955414 rows/sec., 9.58 MiB/sec. 2026.01.09 00:40:22.055348 [ 269 ] {103de6dd-53d9-4619-b430-f1839507c8c7} TCPHandler: Processed in 0.001425361 sec. 2026.01.09 00:40:22.055458 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:22.055553 [ 269 ] {2b0fe951-2ed1-4115-99a3-93835c97db31} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:40:22.055593 [ 269 ] {2b0fe951-2ed1-4115-99a3-93835c97db31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:40:22.056076 [ 269 ] {2b0fe951-2ed1-4115-99a3-93835c97db31} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.056111 [ 269 ] {2b0fe951-2ed1-4115-99a3-93835c97db31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.056416 [ 269 ] {2b0fe951-2ed1-4115-99a3-93835c97db31} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:40:22.056628 [ 269 ] {2b0fe951-2ed1-4115-99a3-93835c97db31} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.056758 [ 269 ] {2b0fe951-2ed1-4115-99a3-93835c97db31} executeQuery: Read 212 rows, 14.00 KiB in 0.001223 sec., 173344.2354865086 rows/sec., 11.18 MiB/sec. 2026.01.09 00:40:22.056765 [ 72 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.09 00:40:22.056797 [ 269 ] {2b0fe951-2ed1-4115-99a3-93835c97db31} TCPHandler: Processed in 0.00139089 sec. 2026.01.09 00:40:22.056831 [ 72 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.056857 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.056912 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:22.056954 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.09 00:40:22.057011 [ 269 ] {906c036e-4e0e-40f5-a6f8-2fc39810fe66} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:40:22.057055 [ 269 ] {906c036e-4e0e-40f5-a6f8-2fc39810fe66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:40:22.057073 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:22.057110 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 466 rows starting from the beginning of the part 2026.01.09 00:40:22.057180 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 440 rows starting from the beginning of the part 2026.01.09 00:40:22.057225 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 212 rows starting from the beginning of the part 2026.01.09 00:40:22.057267 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 212 rows starting from the beginning of the part 2026.01.09 00:40:22.057307 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 440 rows starting from the beginning of the part 2026.01.09 00:40:22.057346 [ 188 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 212 rows starting from the beginning of the part 2026.01.09 00:40:22.057541 [ 269 ] {906c036e-4e0e-40f5-a6f8-2fc39810fe66} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.057582 [ 269 ] {906c036e-4e0e-40f5-a6f8-2fc39810fe66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.057916 [ 269 ] {906c036e-4e0e-40f5-a6f8-2fc39810fe66} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:40:22.058141 [ 269 ] {906c036e-4e0e-40f5-a6f8-2fc39810fe66} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.058279 [ 269 ] {906c036e-4e0e-40f5-a6f8-2fc39810fe66} executeQuery: Read 211 rows, 12.27 KiB in 0.001283 sec., 164458.30085736554 rows/sec., 9.34 MiB/sec. 2026.01.09 00:40:22.058319 [ 269 ] {906c036e-4e0e-40f5-a6f8-2fc39810fe66} TCPHandler: Processed in 0.001455471 sec. 2026.01.09 00:40:22.058426 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:22.058432 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1982 rows, containing 5 columns (5 merged, 0 gathered) in 0.001517623 sec., 1305989.6957281223 rows/sec., 90.95 MiB/sec. 2026.01.09 00:40:22.058522 [ 269 ] {ebeaec10-77ca-4ce9-be9b-46a87bf64897} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:22.058567 [ 269 ] {ebeaec10-77ca-4ce9-be9b-46a87bf64897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:22.058653 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.09 00:40:22.058949 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.059030 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_56_11} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.09 00:40:22.059144 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:40:22.059254 [ 269 ] {ebeaec10-77ca-4ce9-be9b-46a87bf64897} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.059295 [ 269 ] {ebeaec10-77ca-4ce9-be9b-46a87bf64897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.059639 [ 269 ] {ebeaec10-77ca-4ce9-be9b-46a87bf64897} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.09 00:40:22.059863 [ 269 ] {ebeaec10-77ca-4ce9-be9b-46a87bf64897} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.059995 [ 269 ] {ebeaec10-77ca-4ce9-be9b-46a87bf64897} executeQuery: Read 679 rows, 48.47 KiB in 0.001489 sec., 456010.74546675617 rows/sec., 31.79 MiB/sec. 2026.01.09 00:40:22.060036 [ 269 ] {ebeaec10-77ca-4ce9-be9b-46a87bf64897} TCPHandler: Processed in 0.001658237 sec. 2026.01.09 00:40:22.060139 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:22.060241 [ 269 ] {2f2adbcd-4cde-419e-9e88-b3f50a28c73c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:40:22.060282 [ 269 ] {2f2adbcd-4cde-419e-9e88-b3f50a28c73c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:40:22.060619 [ 269 ] {2f2adbcd-4cde-419e-9e88-b3f50a28c73c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.060655 [ 269 ] {2f2adbcd-4cde-419e-9e88-b3f50a28c73c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.060965 [ 269 ] {2f2adbcd-4cde-419e-9e88-b3f50a28c73c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.09 00:40:22.061180 [ 269 ] {2f2adbcd-4cde-419e-9e88-b3f50a28c73c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.061310 [ 269 ] {2f2adbcd-4cde-419e-9e88-b3f50a28c73c} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2026.01.09 00:40:22.061347 [ 269 ] {2f2adbcd-4cde-419e-9e88-b3f50a28c73c} TCPHandler: Processed in 0.001256935 sec. 2026.01.09 00:40:22.061454 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:22.061549 [ 269 ] {0b7c7b84-7e5e-4ed5-8143-7b3e9311489d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:22.061591 [ 269 ] {0b7c7b84-7e5e-4ed5-8143-7b3e9311489d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:22.062028 [ 269 ] {0b7c7b84-7e5e-4ed5-8143-7b3e9311489d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.062063 [ 269 ] {0b7c7b84-7e5e-4ed5-8143-7b3e9311489d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.062415 [ 269 ] {0b7c7b84-7e5e-4ed5-8143-7b3e9311489d} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.09 00:40:22.062626 [ 269 ] {0b7c7b84-7e5e-4ed5-8143-7b3e9311489d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.062758 [ 269 ] {0b7c7b84-7e5e-4ed5-8143-7b3e9311489d} executeQuery: Read 314 rows, 21.12 KiB in 0.001226 sec., 256117.4551386623 rows/sec., 16.82 MiB/sec. 2026.01.09 00:40:22.062765 [ 72 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0 2026.01.09 00:40:22.062798 [ 269 ] {0b7c7b84-7e5e-4ed5-8143-7b3e9311489d} TCPHandler: Processed in 0.00139272 sec. 2026.01.09 00:40:22.062810 [ 72 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.062834 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.062912 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:22.062953 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full 2026.01.09 00:40:22.063010 [ 269 ] {ce94c46b-554c-4ec4-8a36-69f10b0fa009} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:40:22.063058 [ 269 ] {ce94c46b-554c-4ec4-8a36-69f10b0fa009} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:40:22.063103 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:22.063148 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_114_23, total 35029 rows starting from the beginning of the part 2026.01.09 00:40:22.063220 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part 2026.01.09 00:40:22.063273 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 935 rows starting from the beginning of the part 2026.01.09 00:40:22.063321 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part 2026.01.09 00:40:22.063367 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part 2026.01.09 00:40:22.063378 [ 269 ] {ce94c46b-554c-4ec4-8a36-69f10b0fa009} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.063412 [ 202 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 314 rows starting from the beginning of the part 2026.01.09 00:40:22.063420 [ 269 ] {ce94c46b-554c-4ec4-8a36-69f10b0fa009} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.063766 [ 269 ] {ce94c46b-554c-4ec4-8a36-69f10b0fa009} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:40:22.063983 [ 269 ] {ce94c46b-554c-4ec4-8a36-69f10b0fa009} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.064115 [ 269 ] {ce94c46b-554c-4ec4-8a36-69f10b0fa009} executeQuery: Read 1 rows, 69.00 B in 0.001122 sec., 891.2655971479501 rows/sec., 60.06 KiB/sec. 2026.01.09 00:40:22.064155 [ 269 ] {ce94c46b-554c-4ec4-8a36-69f10b0fa009} TCPHandler: Processed in 0.001292476 sec. 2026.01.09 00:40:22.064258 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:22.064352 [ 269 ] {b575cfaa-c6ce-416c-894c-bd7a19ca4c87} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:22.064392 [ 269 ] {b575cfaa-c6ce-416c-894c-bd7a19ca4c87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:22.064720 [ 269 ] {b575cfaa-c6ce-416c-894c-bd7a19ca4c87} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:22.064757 [ 269 ] {b575cfaa-c6ce-416c-894c-bd7a19ca4c87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:22.065080 [ 269 ] {b575cfaa-c6ce-416c-894c-bd7a19ca4c87} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.09 00:40:22.065299 [ 269 ] {b575cfaa-c6ce-416c-894c-bd7a19ca4c87} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.065429 [ 269 ] {b575cfaa-c6ce-416c-894c-bd7a19ca4c87} executeQuery: Read 104 rows, 6.53 KiB in 0.001093 sec., 95150.96065873741 rows/sec., 5.83 MiB/sec. 2026.01.09 00:40:22.065466 [ 269 ] {b575cfaa-c6ce-416c-894c-bd7a19ca4c87} TCPHandler: Processed in 0.001257386 sec. 2026.01.09 00:40:22.070274 [ 201 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} MergeTask::MergeProjectionsStage: Merge sorted 36662 rows, containing 5 columns (5 merged, 0 gathered) in 0.007376321 sec., 4970228.3834990375 rows/sec., 334.46 MiB/sec. 2026.01.09 00:40:22.070650 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) 2026.01.09 00:40:22.070923 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:22.070997 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_119_24} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24 2026.01.09 00:40:22.071080 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.09 00:40:25.036319 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2062 2026.01.09 00:40:25.038779 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:25.038827 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:25.040039 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:40:25.040327 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:25.040757 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2062 2026.01.09 00:40:27.040218 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:27.040500 [ 269 ] {22a000fb-b8cf-46fb-87c6-04ce4c65c78b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:40:27.040570 [ 269 ] {22a000fb-b8cf-46fb-87c6-04ce4c65c78b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:40:27.041225 [ 269 ] {22a000fb-b8cf-46fb-87c6-04ce4c65c78b} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:27.041284 [ 269 ] {22a000fb-b8cf-46fb-87c6-04ce4c65c78b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:27.041693 [ 269 ] {22a000fb-b8cf-46fb-87c6-04ce4c65c78b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.09 00:40:27.041946 [ 269 ] {22a000fb-b8cf-46fb-87c6-04ce4c65c78b} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:27.042121 [ 269 ] {22a000fb-b8cf-46fb-87c6-04ce4c65c78b} executeQuery: Read 2 rows, 167.00 B in 0.001671 sec., 1196.888090963495 rows/sec., 97.60 KiB/sec. 2026.01.09 00:40:27.042176 [ 269 ] {22a000fb-b8cf-46fb-87c6-04ce4c65c78b} TCPHandler: Processed in 0.002127201 sec. 2026.01.09 00:40:27.042304 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:27.042418 [ 269 ] {2366f7ee-c4b7-4a13-9e49-5cf170048e52} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:27.042465 [ 269 ] {2366f7ee-c4b7-4a13-9e49-5cf170048e52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:27.043023 [ 269 ] {2366f7ee-c4b7-4a13-9e49-5cf170048e52} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:27.043063 [ 269 ] {2366f7ee-c4b7-4a13-9e49-5cf170048e52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:27.043400 [ 269 ] {2366f7ee-c4b7-4a13-9e49-5cf170048e52} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.09 00:40:27.043624 [ 269 ] {2366f7ee-c4b7-4a13-9e49-5cf170048e52} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:27.043769 [ 269 ] {2366f7ee-c4b7-4a13-9e49-5cf170048e52} executeQuery: Read 139 rows, 12.34 KiB in 0.001374 sec., 101164.48326055313 rows/sec., 8.77 MiB/sec. 2026.01.09 00:40:27.043810 [ 269 ] {2366f7ee-c4b7-4a13-9e49-5cf170048e52} TCPHandler: Processed in 0.001557554 sec. 2026.01.09 00:40:27.043926 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:27.044024 [ 269 ] {c3285069-b0ed-423c-b0a9-a9c5a44061ba} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:27.044066 [ 269 ] {c3285069-b0ed-423c-b0a9-a9c5a44061ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:27.044503 [ 269 ] {c3285069-b0ed-423c-b0a9-a9c5a44061ba} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:27.044540 [ 269 ] {c3285069-b0ed-423c-b0a9-a9c5a44061ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:27.044842 [ 269 ] {c3285069-b0ed-423c-b0a9-a9c5a44061ba} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.09 00:40:27.045055 [ 269 ] {c3285069-b0ed-423c-b0a9-a9c5a44061ba} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:27.045193 [ 269 ] {c3285069-b0ed-423c-b0a9-a9c5a44061ba} executeQuery: Read 43 rows, 3.22 KiB in 0.001188 sec., 36195.28619528619 rows/sec., 2.65 MiB/sec. 2026.01.09 00:40:27.045233 [ 269 ] {c3285069-b0ed-423c-b0a9-a9c5a44061ba} TCPHandler: Processed in 0.001357149 sec. 2026.01.09 00:40:27.045348 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:27.045443 [ 269 ] {9c4ee672-2ba8-4eed-890f-564ea523f4c1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:27.045484 [ 269 ] {9c4ee672-2ba8-4eed-890f-564ea523f4c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:27.045925 [ 269 ] {9c4ee672-2ba8-4eed-890f-564ea523f4c1} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:27.045961 [ 269 ] {9c4ee672-2ba8-4eed-890f-564ea523f4c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:27.046274 [ 269 ] {9c4ee672-2ba8-4eed-890f-564ea523f4c1} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.09 00:40:27.046506 [ 269 ] {9c4ee672-2ba8-4eed-890f-564ea523f4c1} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:27.046638 [ 269 ] {9c4ee672-2ba8-4eed-890f-564ea523f4c1} executeQuery: Read 107 rows, 8.56 KiB in 0.001212 sec., 88283.82838283828 rows/sec., 6.90 MiB/sec. 2026.01.09 00:40:27.046678 [ 269 ] {9c4ee672-2ba8-4eed-890f-564ea523f4c1} TCPHandler: Processed in 0.001380249 sec. 2026.01.09 00:40:27.046792 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:27.046888 [ 269 ] {1da8b3c8-5bfd-4932-b3b3-7a074f327ba7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:27.046930 [ 269 ] {1da8b3c8-5bfd-4932-b3b3-7a074f327ba7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:27.047362 [ 269 ] {1da8b3c8-5bfd-4932-b3b3-7a074f327ba7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:27.047398 [ 269 ] {1da8b3c8-5bfd-4932-b3b3-7a074f327ba7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:27.047734 [ 269 ] {1da8b3c8-5bfd-4932-b3b3-7a074f327ba7} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.09 00:40:27.047948 [ 269 ] {1da8b3c8-5bfd-4932-b3b3-7a074f327ba7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:27.048080 [ 269 ] {1da8b3c8-5bfd-4932-b3b3-7a074f327ba7} executeQuery: Read 161 rows, 11.48 KiB in 0.001209 sec., 133167.90736145576 rows/sec., 9.27 MiB/sec. 2026.01.09 00:40:27.048125 [ 269 ] {1da8b3c8-5bfd-4932-b3b3-7a074f327ba7} TCPHandler: Processed in 0.001382129 sec. 2026.01.09 00:40:27.048241 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:27.048337 [ 269 ] {729144a4-92c0-47eb-84bc-92d82931ae6a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:27.048394 [ 269 ] {729144a4-92c0-47eb-84bc-92d82931ae6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:40:27.049304 [ 269 ] {729144a4-92c0-47eb-84bc-92d82931ae6a} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:27.049341 [ 269 ] {729144a4-92c0-47eb-84bc-92d82931ae6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:27.049906 [ 269 ] {729144a4-92c0-47eb-84bc-92d82931ae6a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:40:27.050150 [ 269 ] {729144a4-92c0-47eb-84bc-92d82931ae6a} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:27.050294 [ 269 ] {729144a4-92c0-47eb-84bc-92d82931ae6a} executeQuery: Read 41 rows, 75.23 KiB in 0.001973 sec., 20780.537252914346 rows/sec., 37.24 MiB/sec. 2026.01.09 00:40:27.050360 [ 269 ] {729144a4-92c0-47eb-84bc-92d82931ae6a} TCPHandler: Processed in 0.002169102 sec. 2026.01.09 00:40:27.050479 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:27.050574 [ 269 ] {73429b02-8ad6-4fe5-a7a4-67d2c9220c8d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:27.050617 [ 269 ] {73429b02-8ad6-4fe5-a7a4-67d2c9220c8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:27.050974 [ 269 ] {73429b02-8ad6-4fe5-a7a4-67d2c9220c8d} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:27.051011 [ 269 ] {73429b02-8ad6-4fe5-a7a4-67d2c9220c8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:27.051321 [ 269 ] {73429b02-8ad6-4fe5-a7a4-67d2c9220c8d} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.09 00:40:27.051540 [ 269 ] {73429b02-8ad6-4fe5-a7a4-67d2c9220c8d} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:27.051670 [ 269 ] {73429b02-8ad6-4fe5-a7a4-67d2c9220c8d} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2026.01.09 00:40:27.051707 [ 269 ] {73429b02-8ad6-4fe5-a7a4-67d2c9220c8d} TCPHandler: Processed in 0.001278106 sec. 2026.01.09 00:40:27.442186 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34071 2026.01.09 00:40:27.442968 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:27.443053 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:27.443670 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:40:27.443926 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:27.444084 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34071 2026.01.09 00:40:27.444098 [ 58 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.09 00:40:27.444198 [ 58 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:27.444236 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:27.444418 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.09 00:40:27.444576 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:27.444621 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31639 rows starting from the beginning of the part 2026.01.09 00:40:27.444696 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 512 rows starting from the beginning of the part 2026.01.09 00:40:27.444749 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 448 rows starting from the beginning of the part 2026.01.09 00:40:27.444800 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 512 rows starting from the beginning of the part 2026.01.09 00:40:27.444846 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 448 rows starting from the beginning of the part 2026.01.09 00:40:27.444901 [ 187 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 512 rows starting from the beginning of the part 2026.01.09 00:40:27.447376 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34071 rows, containing 4 columns (4 merged, 0 gathered) in 0.003041547 sec., 11201865.366538804 rows/sec., 160.24 MiB/sec. 2026.01.09 00:40:27.447524 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.09 00:40:27.447857 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:27.447950 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_71_14} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.09 00:40:27.448092 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. 2026.01.09 00:40:27.889359 [ 222 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): 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] 2026.01.09 00:40:27.889444 [ 222 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): 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] 2026.01.09 00:40:27.892140 [ 222 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): 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] 2026.01.09 00:40:29.266315 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2026.01.09 00:40:29.284013 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:29.284088 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:29.290354 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:40:29.291103 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:29.291432 [ 56 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.09 00:40:29.291505 [ 56 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:29.291529 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.01.09 00:40:29.291661 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.09 00:40:29.294358 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2026.01.09 00:40:29.295104 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:29.296717 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2026.01.09 00:40:29.301956 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2026.01.09 00:40:29.306818 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2026.01.09 00:40:29.311603 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2026.01.09 00:40:29.316463 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part 2026.01.09 00:40:29.321424 [ 189 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2026.01.09 00:40:29.375843 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.084240228 sec., 6350.8849952305445 rows/sec., 32.84 MiB/sec. 2026.01.09 00:40:29.379173 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.09 00:40:29.381365 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:29.381480 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_71_14} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.09 00:40:29.383880 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.01.09 00:40:32.049874 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:32.050069 [ 269 ] {249a07bf-cc49-467e-82ac-e25449f99ca4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:40:32.050134 [ 269 ] {249a07bf-cc49-467e-82ac-e25449f99ca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:40:32.050960 [ 269 ] {249a07bf-cc49-467e-82ac-e25449f99ca4} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.051008 [ 269 ] {249a07bf-cc49-467e-82ac-e25449f99ca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.051409 [ 269 ] {249a07bf-cc49-467e-82ac-e25449f99ca4} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:40:32.051645 [ 269 ] {249a07bf-cc49-467e-82ac-e25449f99ca4} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.051801 [ 269 ] {249a07bf-cc49-467e-82ac-e25449f99ca4} executeQuery: Read 410 rows, 26.63 KiB in 0.00178 sec., 230337.0786516854 rows/sec., 14.61 MiB/sec. 2026.01.09 00:40:32.051841 [ 269 ] {249a07bf-cc49-467e-82ac-e25449f99ca4} TCPHandler: Processed in 0.00210018 sec. 2026.01.09 00:40:32.051961 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:32.052057 [ 269 ] {a8aceb79-1397-401d-bf37-fe742c334db0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:32.052098 [ 269 ] {a8aceb79-1397-401d-bf37-fe742c334db0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:32.053052 [ 269 ] {a8aceb79-1397-401d-bf37-fe742c334db0} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.053086 [ 269 ] {a8aceb79-1397-401d-bf37-fe742c334db0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.053423 [ 269 ] {a8aceb79-1397-401d-bf37-fe742c334db0} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.09 00:40:32.053620 [ 269 ] {a8aceb79-1397-401d-bf37-fe742c334db0} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.053743 [ 269 ] {a8aceb79-1397-401d-bf37-fe742c334db0} executeQuery: Read 1112 rows, 89.84 KiB in 0.001752 sec., 634703.196347032 rows/sec., 50.08 MiB/sec. 2026.01.09 00:40:32.053756 [ 55 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.09 00:40:32.053780 [ 269 ] {a8aceb79-1397-401d-bf37-fe742c334db0} TCPHandler: Processed in 0.001919065 sec. 2026.01.09 00:40:32.053821 [ 55 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.053846 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.053904 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:32.053949 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.09 00:40:32.054066 [ 269 ] {57991b2d-1311-4658-8ce8-c941d55a8992} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:32.054113 [ 269 ] {57991b2d-1311-4658-8ce8-c941d55a8992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:32.054147 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:32.054186 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2466 rows starting from the beginning of the part 2026.01.09 00:40:32.054249 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part 2026.01.09 00:40:32.054292 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 138 rows starting from the beginning of the part 2026.01.09 00:40:32.054332 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:40:32.054371 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 139 rows starting from the beginning of the part 2026.01.09 00:40:32.054411 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:40:32.054632 [ 269 ] {57991b2d-1311-4658-8ce8-c941d55a8992} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.054674 [ 269 ] {57991b2d-1311-4658-8ce8-c941d55a8992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.054990 [ 269 ] {57991b2d-1311-4658-8ce8-c941d55a8992} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.09 00:40:32.055228 [ 269 ] {57991b2d-1311-4658-8ce8-c941d55a8992} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.055366 [ 269 ] {57991b2d-1311-4658-8ce8-c941d55a8992} executeQuery: Read 205 rows, 12.32 KiB in 0.001316 sec., 155775.07598784196 rows/sec., 9.14 MiB/sec. 2026.01.09 00:40:32.055404 [ 269 ] {57991b2d-1311-4658-8ce8-c941d55a8992} TCPHandler: Processed in 0.001490333 sec. 2026.01.09 00:40:32.055522 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:32.055616 [ 269 ] {774cd787-5269-4682-a050-103961f58bba} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:40:32.055655 [ 269 ] {774cd787-5269-4682-a050-103961f58bba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:40:32.056153 [ 269 ] {774cd787-5269-4682-a050-103961f58bba} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.056188 [ 269 ] {774cd787-5269-4682-a050-103961f58bba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.056337 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 5023 rows, containing 5 columns (5 merged, 0 gathered) in 0.002372208 sec., 2117436.58228958 rows/sec., 179.06 MiB/sec. 2026.01.09 00:40:32.056508 [ 269 ] {774cd787-5269-4682-a050-103961f58bba} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:40:32.056658 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.09 00:40:32.056744 [ 269 ] {774cd787-5269-4682-a050-103961f58bba} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.056892 [ 269 ] {774cd787-5269-4682-a050-103961f58bba} executeQuery: Read 212 rows, 14.00 KiB in 0.001292 sec., 164086.68730650155 rows/sec., 10.58 MiB/sec. 2026.01.09 00:40:32.056932 [ 269 ] {774cd787-5269-4682-a050-103961f58bba} TCPHandler: Processed in 0.001458991 sec. 2026.01.09 00:40:32.056991 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.057036 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:32.057083 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_121_24} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.09 00:40:32.057139 [ 269 ] {e914009a-89a6-4dae-87bb-29d18f9c9eeb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:40:32.057183 [ 269 ] {e914009a-89a6-4dae-87bb-29d18f9c9eeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:40:32.057186 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.01.09 00:40:32.057669 [ 269 ] {e914009a-89a6-4dae-87bb-29d18f9c9eeb} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.057710 [ 269 ] {e914009a-89a6-4dae-87bb-29d18f9c9eeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.058024 [ 269 ] {e914009a-89a6-4dae-87bb-29d18f9c9eeb} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:40:32.058252 [ 269 ] {e914009a-89a6-4dae-87bb-29d18f9c9eeb} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.058389 [ 269 ] {e914009a-89a6-4dae-87bb-29d18f9c9eeb} executeQuery: Read 211 rows, 12.27 KiB in 0.001267 sec., 166535.12233622733 rows/sec., 9.46 MiB/sec. 2026.01.09 00:40:32.058428 [ 269 ] {e914009a-89a6-4dae-87bb-29d18f9c9eeb} TCPHandler: Processed in 0.001441861 sec. 2026.01.09 00:40:32.058530 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:32.058623 [ 269 ] {5ba28a59-af3b-4798-816a-a559274bbe5f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:32.058663 [ 269 ] {5ba28a59-af3b-4798-816a-a559274bbe5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:32.059360 [ 269 ] {5ba28a59-af3b-4798-816a-a559274bbe5f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.059395 [ 269 ] {5ba28a59-af3b-4798-816a-a559274bbe5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.059723 [ 269 ] {5ba28a59-af3b-4798-816a-a559274bbe5f} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.09 00:40:32.059935 [ 269 ] {5ba28a59-af3b-4798-816a-a559274bbe5f} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.060058 [ 52 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.09 00:40:32.060069 [ 269 ] {5ba28a59-af3b-4798-816a-a559274bbe5f} executeQuery: Read 679 rows, 48.47 KiB in 0.001462 sec., 464432.28454172367 rows/sec., 32.37 MiB/sec. 2026.01.09 00:40:32.060106 [ 52 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.060123 [ 269 ] {5ba28a59-af3b-4798-816a-a559274bbe5f} TCPHandler: Processed in 0.001641977 sec. 2026.01.09 00:40:32.060131 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.060211 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.09 00:40:32.060240 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:32.060315 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:32.060339 [ 269 ] {9058f193-6b4f-4418-b41b-10c2ddbad1e9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:40:32.060347 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1250 rows starting from the beginning of the part 2026.01.09 00:40:32.060389 [ 269 ] {9058f193-6b4f-4418-b41b-10c2ddbad1e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:40:32.060413 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part 2026.01.09 00:40:32.060462 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 105 rows starting from the beginning of the part 2026.01.09 00:40:32.060501 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 679 rows starting from the beginning of the part 2026.01.09 00:40:32.060539 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 107 rows starting from the beginning of the part 2026.01.09 00:40:32.060579 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 679 rows starting from the beginning of the part 2026.01.09 00:40:32.060740 [ 269 ] {9058f193-6b4f-4418-b41b-10c2ddbad1e9} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.060781 [ 269 ] {9058f193-6b4f-4418-b41b-10c2ddbad1e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.061114 [ 269 ] {9058f193-6b4f-4418-b41b-10c2ddbad1e9} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.09 00:40:32.061357 [ 269 ] {9058f193-6b4f-4418-b41b-10c2ddbad1e9} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.061491 [ 269 ] {9058f193-6b4f-4418-b41b-10c2ddbad1e9} executeQuery: Read 6 rows, 321.00 B in 0.001167 sec., 5141.388174807198 rows/sec., 268.62 KiB/sec. 2026.01.09 00:40:32.061528 [ 269 ] {9058f193-6b4f-4418-b41b-10c2ddbad1e9} TCPHandler: Processed in 0.001338208 sec. 2026.01.09 00:40:32.061630 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:32.061723 [ 269 ] {27defd71-afaa-4445-aecc-f97909e324c9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:32.061765 [ 269 ] {27defd71-afaa-4445-aecc-f97909e324c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:32.061795 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2884 rows, containing 5 columns (5 merged, 0 gathered) in 0.001614586 sec., 1786216.4047006476 rows/sec., 134.67 MiB/sec. 2026.01.09 00:40:32.061966 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.09 00:40:32.062232 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.062249 [ 269 ] {27defd71-afaa-4445-aecc-f97909e324c9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.062291 [ 269 ] {27defd71-afaa-4445-aecc-f97909e324c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.062317 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_121_24} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.09 00:40:32.062396 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.09 00:40:32.062647 [ 269 ] {27defd71-afaa-4445-aecc-f97909e324c9} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.09 00:40:32.062864 [ 269 ] {27defd71-afaa-4445-aecc-f97909e324c9} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.062997 [ 269 ] {27defd71-afaa-4445-aecc-f97909e324c9} executeQuery: Read 314 rows, 21.12 KiB in 0.00129 sec., 243410.85271317832 rows/sec., 15.99 MiB/sec. 2026.01.09 00:40:32.063037 [ 269 ] {27defd71-afaa-4445-aecc-f97909e324c9} TCPHandler: Processed in 0.001454722 sec. 2026.01.09 00:40:32.063145 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:32.063239 [ 269 ] {77f5928d-4315-4a17-ac04-ca95f813aba3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:40:32.063281 [ 269 ] {77f5928d-4315-4a17-ac04-ca95f813aba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:40:32.063597 [ 269 ] {77f5928d-4315-4a17-ac04-ca95f813aba3} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.063632 [ 269 ] {77f5928d-4315-4a17-ac04-ca95f813aba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.063923 [ 269 ] {77f5928d-4315-4a17-ac04-ca95f813aba3} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:40:32.064142 [ 269 ] {77f5928d-4315-4a17-ac04-ca95f813aba3} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.064273 [ 269 ] {77f5928d-4315-4a17-ac04-ca95f813aba3} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2026.01.09 00:40:32.064309 [ 269 ] {77f5928d-4315-4a17-ac04-ca95f813aba3} TCPHandler: Processed in 0.001213184 sec. 2026.01.09 00:40:32.064410 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:32.064504 [ 269 ] {fd741a57-aa8e-45cf-b877-ca419ec65657} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:32.064544 [ 269 ] {fd741a57-aa8e-45cf-b877-ca419ec65657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:32.064885 [ 269 ] {fd741a57-aa8e-45cf-b877-ca419ec65657} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.064920 [ 269 ] {fd741a57-aa8e-45cf-b877-ca419ec65657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.065230 [ 269 ] {fd741a57-aa8e-45cf-b877-ca419ec65657} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.09 00:40:32.065455 [ 269 ] {fd741a57-aa8e-45cf-b877-ca419ec65657} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.065568 [ 52 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.09 00:40:32.065584 [ 269 ] {fd741a57-aa8e-45cf-b877-ca419ec65657} executeQuery: Read 104 rows, 6.53 KiB in 0.001097 sec., 94804.01093892433 rows/sec., 5.81 MiB/sec. 2026.01.09 00:40:32.065596 [ 52 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:32.065623 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:32.065627 [ 269 ] {fd741a57-aa8e-45cf-b877-ca419ec65657} TCPHandler: Processed in 0.001264966 sec. 2026.01.09 00:40:32.065716 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.09 00:40:32.065818 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:32.065851 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 8000 rows starting from the beginning of the part 2026.01.09 00:40:32.065912 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 24 rows starting from the beginning of the part 2026.01.09 00:40:32.065958 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2026.01.09 00:40:32.066000 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 104 rows starting from the beginning of the part 2026.01.09 00:40:32.066044 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part 2026.01.09 00:40:32.066086 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 104 rows starting from the beginning of the part 2026.01.09 00:40:32.068227 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 8352 rows, containing 4 columns (4 merged, 0 gathered) in 0.002556232 sec., 3267309.0705381986 rows/sec., 208.24 MiB/sec. 2026.01.09 00:40:32.068380 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.09 00:40:32.068625 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:32.068686 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_121_24} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.09 00:40:32.068744 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. 2026.01.09 00:40:34.739896 [ 51 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:40:34.739951 [ 51 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:40:34.945182 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34519 2026.01.09 00:40:34.945687 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:34.945735 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:34.946230 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:40:34.946463 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:34.946613 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34519 2026.01.09 00:40:35.040942 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2096 2026.01.09 00:40:35.043669 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:35.043716 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:35.044857 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:40:35.045111 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:35.045362 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2096 2026.01.09 00:40:36.794463 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 2026.01.09 00:40:36.810871 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:36.810928 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:36.816994 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:40:36.817702 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:36.820590 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 543 2026.01.09 00:40:37.040567 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:37.040765 [ 269 ] {13f7aaff-6f40-43f2-80e5-abfe4139baa2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:37.040834 [ 269 ] {13f7aaff-6f40-43f2-80e5-abfe4139baa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:37.041645 [ 269 ] {13f7aaff-6f40-43f2-80e5-abfe4139baa2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:37.041703 [ 269 ] {13f7aaff-6f40-43f2-80e5-abfe4139baa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:37.042157 [ 269 ] {13f7aaff-6f40-43f2-80e5-abfe4139baa2} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.09 00:40:37.042406 [ 269 ] {13f7aaff-6f40-43f2-80e5-abfe4139baa2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:37.042607 [ 269 ] {13f7aaff-6f40-43f2-80e5-abfe4139baa2} executeQuery: Read 138 rows, 12.27 KiB in 0.001887 sec., 73131.95548489667 rows/sec., 6.35 MiB/sec. 2026.01.09 00:40:37.042662 [ 269 ] {13f7aaff-6f40-43f2-80e5-abfe4139baa2} TCPHandler: Processed in 0.002229003 sec. 2026.01.09 00:40:37.042790 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:37.042895 [ 269 ] {a0bed535-6a8c-400b-a972-acda4be85c3a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:37.042940 [ 269 ] {a0bed535-6a8c-400b-a972-acda4be85c3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:37.043419 [ 269 ] {a0bed535-6a8c-400b-a972-acda4be85c3a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:37.043458 [ 269 ] {a0bed535-6a8c-400b-a972-acda4be85c3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:37.043775 [ 269 ] {a0bed535-6a8c-400b-a972-acda4be85c3a} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.09 00:40:37.044016 [ 269 ] {a0bed535-6a8c-400b-a972-acda4be85c3a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:37.044168 [ 46 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.09 00:40:37.044178 [ 269 ] {a0bed535-6a8c-400b-a972-acda4be85c3a} executeQuery: Read 41 rows, 3.08 KiB in 0.001306 sec., 31393.56814701378 rows/sec., 2.31 MiB/sec. 2026.01.09 00:40:37.044214 [ 46 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:37.044238 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:37.044238 [ 269 ] {a0bed535-6a8c-400b-a972-acda4be85c3a} TCPHandler: Processed in 0.001500913 sec. 2026.01.09 00:40:37.044369 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:37.044374 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.09 00:40:37.044468 [ 269 ] {f57a9288-e336-49d3-ac61-3afba22451dd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:37.044514 [ 269 ] {f57a9288-e336-49d3-ac61-3afba22451dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:37.044546 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:37.044587 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 278 rows starting from the beginning of the part 2026.01.09 00:40:37.044663 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 41 rows starting from the beginning of the part 2026.01.09 00:40:37.044715 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 205 rows starting from the beginning of the part 2026.01.09 00:40:37.044760 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 43 rows starting from the beginning of the part 2026.01.09 00:40:37.044802 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 205 rows starting from the beginning of the part 2026.01.09 00:40:37.044842 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 41 rows starting from the beginning of the part 2026.01.09 00:40:37.044985 [ 269 ] {f57a9288-e336-49d3-ac61-3afba22451dd} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:37.045029 [ 269 ] {f57a9288-e336-49d3-ac61-3afba22451dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:37.045393 [ 269 ] {f57a9288-e336-49d3-ac61-3afba22451dd} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.09 00:40:37.045635 [ 269 ] {f57a9288-e336-49d3-ac61-3afba22451dd} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:37.045718 [ 197 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 813 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140528 sec., 578532.392121143 rows/sec., 38.19 MiB/sec. 2026.01.09 00:40:37.045771 [ 269 ] {f57a9288-e336-49d3-ac61-3afba22451dd} executeQuery: Read 105 rows, 8.40 KiB in 0.001323 sec., 79365.07936507936 rows/sec., 6.20 MiB/sec. 2026.01.09 00:40:37.045813 [ 269 ] {f57a9288-e336-49d3-ac61-3afba22451dd} TCPHandler: Processed in 0.001495593 sec. 2026.01.09 00:40:37.045907 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.09 00:40:37.045926 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:37.046033 [ 269 ] {72752b4a-9bfb-4f26-a85c-a18b1c680098} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:37.046080 [ 269 ] {72752b4a-9bfb-4f26-a85c-a18b1c680098} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:37.046225 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:37.046311 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_101_20} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.09 00:40:37.046428 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:40:37.046528 [ 269 ] {72752b4a-9bfb-4f26-a85c-a18b1c680098} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:37.046569 [ 269 ] {72752b4a-9bfb-4f26-a85c-a18b1c680098} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:37.046919 [ 269 ] {72752b4a-9bfb-4f26-a85c-a18b1c680098} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.09 00:40:37.047140 [ 269 ] {72752b4a-9bfb-4f26-a85c-a18b1c680098} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:37.047278 [ 269 ] {72752b4a-9bfb-4f26-a85c-a18b1c680098} executeQuery: Read 160 rows, 11.41 KiB in 0.001263 sec., 126682.5019794141 rows/sec., 8.82 MiB/sec. 2026.01.09 00:40:37.047317 [ 269 ] {72752b4a-9bfb-4f26-a85c-a18b1c680098} TCPHandler: Processed in 0.001439632 sec. 2026.01.09 00:40:37.047422 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:37.047517 [ 269 ] {57a66db9-88ab-46b0-9481-629850246038} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:37.047574 [ 269 ] {57a66db9-88ab-46b0-9481-629850246038} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:40:37.048536 [ 269 ] {57a66db9-88ab-46b0-9481-629850246038} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:37.048573 [ 269 ] {57a66db9-88ab-46b0-9481-629850246038} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:37.049185 [ 269 ] {57a66db9-88ab-46b0-9481-629850246038} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:40:37.049416 [ 269 ] {57a66db9-88ab-46b0-9481-629850246038} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:37.049559 [ 269 ] {57a66db9-88ab-46b0-9481-629850246038} executeQuery: Read 41 rows, 75.23 KiB in 0.002058 sec., 19922.254616132166 rows/sec., 35.70 MiB/sec. 2026.01.09 00:40:37.049629 [ 269 ] {57a66db9-88ab-46b0-9481-629850246038} TCPHandler: Processed in 0.002255334 sec. 2026.01.09 00:40:37.049750 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:37.049845 [ 269 ] {57207dce-4a2b-47a3-bde0-0d33e7bc830b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:37.049888 [ 269 ] {57207dce-4a2b-47a3-bde0-0d33e7bc830b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:37.050240 [ 269 ] {57207dce-4a2b-47a3-bde0-0d33e7bc830b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:37.050275 [ 269 ] {57207dce-4a2b-47a3-bde0-0d33e7bc830b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:37.050583 [ 269 ] {57207dce-4a2b-47a3-bde0-0d33e7bc830b} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.09 00:40:37.050802 [ 269 ] {57207dce-4a2b-47a3-bde0-0d33e7bc830b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:37.050936 [ 269 ] {57207dce-4a2b-47a3-bde0-0d33e7bc830b} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2026.01.09 00:40:37.050973 [ 269 ] {57207dce-4a2b-47a3-bde0-0d33e7bc830b} TCPHandler: Processed in 0.001273957 sec. 2026.01.09 00:40:39.072635 [ 220 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): 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] 2026.01.09 00:40:39.072706 [ 220 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): 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] 2026.01.09 00:40:39.076446 [ 220 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): 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] 2026.01.09 00:40:39.239143 [ 220 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): 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] 2026.01.09 00:40:39.239192 [ 220 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): 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] 2026.01.09 00:40:39.241588 [ 220 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): 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] 2026.01.09 00:40:39.557664 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:39.557922 [ 269 ] {71228522-bcd4-493b-af33-185403270711} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:40:39.558063 [ 269 ] {71228522-bcd4-493b-af33-185403270711} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:40:39.559527 [ 269 ] {71228522-bcd4-493b-af33-185403270711} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:39.559606 [ 269 ] {71228522-bcd4-493b-af33-185403270711} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:39.564315 [ 269 ] {71228522-bcd4-493b-af33-185403270711} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:40:39.564814 [ 269 ] {71228522-bcd4-493b-af33-185403270711} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:39.565181 [ 269 ] {71228522-bcd4-493b-af33-185403270711} executeQuery: Read 410 rows, 26.63 KiB in 0.007318 sec., 56026.23667668762 rows/sec., 3.55 MiB/sec. 2026.01.09 00:40:39.565318 [ 269 ] {71228522-bcd4-493b-af33-185403270711} TCPHandler: Processed in 0.007868974 sec. 2026.01.09 00:40:39.565619 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:39.565827 [ 269 ] {b7fc3f39-3aa3-4468-82e3-9d7420796d28} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:39.565916 [ 269 ] {b7fc3f39-3aa3-4468-82e3-9d7420796d28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:39.569641 [ 269 ] {b7fc3f39-3aa3-4468-82e3-9d7420796d28} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:39.569702 [ 269 ] {b7fc3f39-3aa3-4468-82e3-9d7420796d28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:39.572349 [ 269 ] {b7fc3f39-3aa3-4468-82e3-9d7420796d28} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.09 00:40:39.572814 [ 269 ] {b7fc3f39-3aa3-4468-82e3-9d7420796d28} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:39.573089 [ 269 ] {b7fc3f39-3aa3-4468-82e3-9d7420796d28} executeQuery: Read 2252 rows, 186.40 KiB in 0.007315 sec., 307860.5604921394 rows/sec., 24.89 MiB/sec. 2026.01.09 00:40:39.573187 [ 269 ] {b7fc3f39-3aa3-4468-82e3-9d7420796d28} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:40:39.573248 [ 269 ] {b7fc3f39-3aa3-4468-82e3-9d7420796d28} TCPHandler: Processed in 0.007790251 sec. 2026.01.09 00:40:39.573611 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:39.574042 [ 269 ] {c181b156-8e1e-40f6-975f-275cc4d44f88} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:39.574126 [ 269 ] {c181b156-8e1e-40f6-975f-275cc4d44f88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:39.581130 [ 269 ] {c181b156-8e1e-40f6-975f-275cc4d44f88} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:39.581197 [ 269 ] {c181b156-8e1e-40f6-975f-275cc4d44f88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:39.581771 [ 269 ] {c181b156-8e1e-40f6-975f-275cc4d44f88} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.09 00:40:39.582169 [ 269 ] {c181b156-8e1e-40f6-975f-275cc4d44f88} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:39.582443 [ 269 ] {c181b156-8e1e-40f6-975f-275cc4d44f88} executeQuery: Read 205 rows, 12.32 KiB in 0.008707 sec., 23544.27472148846 rows/sec., 1.38 MiB/sec. 2026.01.09 00:40:39.582534 [ 269 ] {c181b156-8e1e-40f6-975f-275cc4d44f88} TCPHandler: Processed in 0.009066129 sec. 2026.01.09 00:40:39.582752 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:39.582903 [ 269 ] {d152f0d5-baa5-4ee5-aa0f-49c8b115540e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:40:39.582974 [ 269 ] {d152f0d5-baa5-4ee5-aa0f-49c8b115540e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:40:39.584109 [ 269 ] {d152f0d5-baa5-4ee5-aa0f-49c8b115540e} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:39.584156 [ 269 ] {d152f0d5-baa5-4ee5-aa0f-49c8b115540e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:39.584718 [ 269 ] {d152f0d5-baa5-4ee5-aa0f-49c8b115540e} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:40:39.585079 [ 269 ] {d152f0d5-baa5-4ee5-aa0f-49c8b115540e} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:39.585292 [ 269 ] {d152f0d5-baa5-4ee5-aa0f-49c8b115540e} executeQuery: Read 440 rows, 29.81 KiB in 0.00243 sec., 181069.95884773665 rows/sec., 11.98 MiB/sec. 2026.01.09 00:40:39.585361 [ 269 ] {d152f0d5-baa5-4ee5-aa0f-49c8b115540e} TCPHandler: Processed in 0.002715167 sec. 2026.01.09 00:40:39.585556 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:39.585696 [ 269 ] {ab26fae8-4b2e-4ddd-abca-82281167f487} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:40:39.585766 [ 269 ] {ab26fae8-4b2e-4ddd-abca-82281167f487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:40:39.586641 [ 269 ] {ab26fae8-4b2e-4ddd-abca-82281167f487} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:39.586687 [ 269 ] {ab26fae8-4b2e-4ddd-abca-82281167f487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:39.587150 [ 269 ] {ab26fae8-4b2e-4ddd-abca-82281167f487} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:40:39.587458 [ 269 ] {ab26fae8-4b2e-4ddd-abca-82281167f487} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:39.587659 [ 269 ] {ab26fae8-4b2e-4ddd-abca-82281167f487} executeQuery: Read 211 rows, 12.27 KiB in 0.002 sec., 105500 rows/sec., 5.99 MiB/sec. 2026.01.09 00:40:39.587724 [ 269 ] {ab26fae8-4b2e-4ddd-abca-82281167f487} TCPHandler: Processed in 0.002240814 sec. 2026.01.09 00:40:39.587912 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:39.588060 [ 269 ] {6f2555cd-b66e-44f2-bde1-4e7351d2c7c8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:39.588121 [ 269 ] {6f2555cd-b66e-44f2-bde1-4e7351d2c7c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:39.589761 [ 269 ] {6f2555cd-b66e-44f2-bde1-4e7351d2c7c8} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:39.589810 [ 269 ] {6f2555cd-b66e-44f2-bde1-4e7351d2c7c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:39.590370 [ 269 ] {6f2555cd-b66e-44f2-bde1-4e7351d2c7c8} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.09 00:40:39.590706 [ 269 ] {6f2555cd-b66e-44f2-bde1-4e7351d2c7c8} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:39.590921 [ 269 ] {6f2555cd-b66e-44f2-bde1-4e7351d2c7c8} executeQuery: Read 1135 rows, 82.76 KiB in 0.002895 sec., 392055.2677029361 rows/sec., 27.92 MiB/sec. 2026.01.09 00:40:39.590988 [ 269 ] {6f2555cd-b66e-44f2-bde1-4e7351d2c7c8} TCPHandler: Processed in 0.003148169 sec. 2026.01.09 00:40:39.591087 [ 226 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): 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] 2026.01.09 00:40:39.591171 [ 226 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): 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] 2026.01.09 00:40:39.591197 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:39.591351 [ 269 ] {b680beed-9d40-4b73-9314-b5992214c31c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:40:39.591428 [ 269 ] {b680beed-9d40-4b73-9314-b5992214c31c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:40:39.592015 [ 269 ] {b680beed-9d40-4b73-9314-b5992214c31c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:39.592073 [ 269 ] {b680beed-9d40-4b73-9314-b5992214c31c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:39.592590 [ 269 ] {b680beed-9d40-4b73-9314-b5992214c31c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.09 00:40:39.593027 [ 269 ] {b680beed-9d40-4b73-9314-b5992214c31c} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:39.593229 [ 269 ] {b680beed-9d40-4b73-9314-b5992214c31c} executeQuery: Read 6 rows, 321.00 B in 0.001919 sec., 3126.628452318916 rows/sec., 163.35 KiB/sec. 2026.01.09 00:40:39.593287 [ 269 ] {b680beed-9d40-4b73-9314-b5992214c31c} TCPHandler: Processed in 0.002167452 sec. 2026.01.09 00:40:39.593503 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:39.593645 [ 269 ] {8b4a29e0-fb92-45f5-a073-31a218f169df} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:39.593712 [ 269 ] {8b4a29e0-fb92-45f5-a073-31a218f169df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:39.594774 [ 269 ] {8b4a29e0-fb92-45f5-a073-31a218f169df} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:39.594819 [ 269 ] {8b4a29e0-fb92-45f5-a073-31a218f169df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:39.595395 [ 269 ] {8b4a29e0-fb92-45f5-a073-31a218f169df} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.09 00:40:39.595740 [ 269 ] {8b4a29e0-fb92-45f5-a073-31a218f169df} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:39.595948 [ 269 ] {8b4a29e0-fb92-45f5-a073-31a218f169df} executeQuery: Read 934 rows, 63.32 KiB in 0.002336 sec., 399828.76712328766 rows/sec., 26.47 MiB/sec. 2026.01.09 00:40:39.596003 [ 269 ] {8b4a29e0-fb92-45f5-a073-31a218f169df} TCPHandler: Processed in 0.002568163 sec. 2026.01.09 00:40:39.596176 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:39.596316 [ 269 ] {7698f86c-907a-40a8-ab38-deca660e08e2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:40:39.596378 [ 269 ] {7698f86c-907a-40a8-ab38-deca660e08e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:40:39.596890 [ 269 ] {7698f86c-907a-40a8-ab38-deca660e08e2} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:39.596936 [ 269 ] {7698f86c-907a-40a8-ab38-deca660e08e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:39.597416 [ 269 ] {7698f86c-907a-40a8-ab38-deca660e08e2} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:40:39.597752 [ 269 ] {7698f86c-907a-40a8-ab38-deca660e08e2} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:39.597947 [ 269 ] {7698f86c-907a-40a8-ab38-deca660e08e2} executeQuery: Read 1 rows, 69.00 B in 0.001663 sec., 601.3229104028864 rows/sec., 40.52 KiB/sec. 2026.01.09 00:40:39.598002 [ 269 ] {7698f86c-907a-40a8-ab38-deca660e08e2} TCPHandler: Processed in 0.001892814 sec. 2026.01.09 00:40:39.598172 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:39.598302 [ 269 ] {a8a6fa09-25f3-49cf-9222-3eaead1aa977} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:39.598360 [ 269 ] {a8a6fa09-25f3-49cf-9222-3eaead1aa977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:39.598865 [ 269 ] {a8a6fa09-25f3-49cf-9222-3eaead1aa977} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:39.598909 [ 269 ] {a8a6fa09-25f3-49cf-9222-3eaead1aa977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:39.599337 [ 269 ] {a8a6fa09-25f3-49cf-9222-3eaead1aa977} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.09 00:40:39.599672 [ 269 ] {a8a6fa09-25f3-49cf-9222-3eaead1aa977} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:39.599862 [ 269 ] {a8a6fa09-25f3-49cf-9222-3eaead1aa977} executeQuery: Read 80 rows, 4.87 KiB in 0.001594 sec., 50188.20577164367 rows/sec., 2.98 MiB/sec. 2026.01.09 00:40:39.599914 [ 269 ] {a8a6fa09-25f3-49cf-9222-3eaead1aa977} TCPHandler: Processed in 0.001810591 sec. 2026.01.09 00:40:39.600026 [ 220 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): 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] 2026.01.09 00:40:39.600114 [ 220 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): 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] 2026.01.09 00:40:39.609476 [ 226 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): 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] 2026.01.09 00:40:39.612719 [ 220 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): 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] 2026.01.09 00:40:40.281552 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53150 2026.01.09 00:40:40.281664 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.281691 [ 290 ] {} TCP-Session: 39038ac7-ffbd-4428-9cd5-9b6d5dc9bab2 Authenticating user 'default' from [fd00:1122:3344:101::e]:53150 2026.01.09 00:40:40.281715 [ 290 ] {} TCP-Session: 39038ac7-ffbd-4428-9cd5-9b6d5dc9bab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.281727 [ 290 ] {} TCP-Session: 39038ac7-ffbd-4428-9cd5-9b6d5dc9bab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.281881 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61406 2026.01.09 00:40:40.281932 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.281955 [ 351 ] {} TCP-Session: 34dbb789-43ff-444f-908e-7c0b2743c3f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:61406 2026.01.09 00:40:40.281953 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42144 2026.01.09 00:40:40.281967 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43307 2026.01.09 00:40:40.282011 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58527 2026.01.09 00:40:40.282023 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39202 2026.01.09 00:40:40.282071 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.282107 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.282119 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.282126 [ 352 ] {} TCP-Session: fb4e69c7-5a8c-435a-acaa-244ef68e1e5c Authenticating user 'default' from [fd00:1122:3344:101::e]:42144 2026.01.09 00:40:40.282137 [ 288 ] {} TCP-Session: 72095840-6228-43a2-bba8-094c66bd3383 Authenticating user 'default' from [fd00:1122:3344:101::e]:58527 2026.01.09 00:40:40.282133 [ 290 ] {} TCP-Session: 39038ac7-ffbd-4428-9cd5-9b6d5dc9bab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:40.282174 [ 288 ] {} TCP-Session: 72095840-6228-43a2-bba8-094c66bd3383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.282172 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.282206 [ 288 ] {} TCP-Session: 72095840-6228-43a2-bba8-094c66bd3383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.282167 [ 352 ] {} TCP-Session: fb4e69c7-5a8c-435a-acaa-244ef68e1e5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.282233 [ 289 ] {} TCP-Session: dd5934d0-763b-470e-9be0-8d97b9c72100 Authenticating user 'default' from [fd00:1122:3344:101::e]:39202 2026.01.09 00:40:40.282248 [ 352 ] {} TCP-Session: fb4e69c7-5a8c-435a-acaa-244ef68e1e5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.282159 [ 353 ] {} TCP-Session: a8ceed76-5454-4b27-9b52-d2ad80611e67 Authenticating user 'default' from [fd00:1122:3344:101::e]:43307 2026.01.09 00:40:40.282274 [ 289 ] {} TCP-Session: dd5934d0-763b-470e-9be0-8d97b9c72100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.281994 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61345 2026.01.09 00:40:40.282314 [ 289 ] {} TCP-Session: dd5934d0-763b-470e-9be0-8d97b9c72100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.282310 [ 353 ] {} TCP-Session: a8ceed76-5454-4b27-9b52-d2ad80611e67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.281982 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64325 2026.01.09 00:40:40.282380 [ 290 ] {0c8fbcdd-7144-4d71-a933-cbb9e3a737e7} executeQuery: (from [fd00:1122:3344:101::e]:53150) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:40:40.282391 [ 353 ] {} TCP-Session: a8ceed76-5454-4b27-9b52-d2ad80611e67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.281972 [ 351 ] {} TCP-Session: 34dbb789-43ff-444f-908e-7c0b2743c3f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.281998 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34914 2026.01.09 00:40:40.282464 [ 351 ] {} TCP-Session: 34dbb789-43ff-444f-908e-7c0b2743c3f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.282937 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.282968 [ 355 ] {} TCP-Session: 2875bb7a-b176-4c4a-98e3-00782db482f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:64325 2026.01.09 00:40:40.282985 [ 355 ] {} TCP-Session: 2875bb7a-b176-4c4a-98e3-00782db482f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.282998 [ 355 ] {} TCP-Session: 2875bb7a-b176-4c4a-98e3-00782db482f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.283075 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.283111 [ 286 ] {} TCP-Session: 2f74cd4a-1fc1-44a7-b7ff-ea6513b591d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:34914 2026.01.09 00:40:40.283129 [ 286 ] {} TCP-Session: 2f74cd4a-1fc1-44a7-b7ff-ea6513b591d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.283134 [ 290 ] {0c8fbcdd-7144-4d71-a933-cbb9e3a737e7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:40:40.283148 [ 286 ] {} TCP-Session: 2f74cd4a-1fc1-44a7-b7ff-ea6513b591d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.283188 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.283214 [ 290 ] {0c8fbcdd-7144-4d71-a933-cbb9e3a737e7} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:40:40.283223 [ 354 ] {} TCP-Session: 1842cc5d-ec20-4d8c-af65-07ea97cd4a89 Authenticating user 'default' from [fd00:1122:3344:101::e]:61345 2026.01.09 00:40:40.283252 [ 354 ] {} TCP-Session: 1842cc5d-ec20-4d8c-af65-07ea97cd4a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.283264 [ 354 ] {} TCP-Session: 1842cc5d-ec20-4d8c-af65-07ea97cd4a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.283575 [ 290 ] {0c8fbcdd-7144-4d71-a933-cbb9e3a737e7} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:40:40.284662 [ 336 ] {0c8fbcdd-7144-4d71-a933-cbb9e3a737e7} AggregatingTransform: Aggregating 2026.01.09 00:40:40.284725 [ 336 ] {0c8fbcdd-7144-4d71-a933-cbb9e3a737e7} Aggregator: Aggregation method: without_key 2026.01.09 00:40:40.284769 [ 336 ] {0c8fbcdd-7144-4d71-a933-cbb9e3a737e7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001067191 sec. (937.039 rows/sec., 36.60 KiB/sec.) 2026.01.09 00:40:40.284792 [ 336 ] {0c8fbcdd-7144-4d71-a933-cbb9e3a737e7} Aggregator: Merging aggregated data 2026.01.09 00:40:40.285857 [ 290 ] {0c8fbcdd-7144-4d71-a933-cbb9e3a737e7} executeQuery: Read 1 rows, 40.00 B in 0.003563 sec., 280.6623631770979 rows/sec., 10.96 KiB/sec. 2026.01.09 00:40:40.285979 [ 290 ] {0c8fbcdd-7144-4d71-a933-cbb9e3a737e7} TCPHandler: Processed in 0.003993293 sec. 2026.01.09 00:40:40.286097 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.286124 [ 290 ] {} TCP-Session: 39038ac7-ffbd-4428-9cd5-9b6d5dc9bab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.286123 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.286141 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.286169 [ 351 ] {} TCP-Session: 34dbb789-43ff-444f-908e-7c0b2743c3f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.286182 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.286201 [ 286 ] {} TCP-Session: 2f74cd4a-1fc1-44a7-b7ff-ea6513b591d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.286214 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.286236 [ 289 ] {} TCP-Session: dd5934d0-763b-470e-9be0-8d97b9c72100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.286245 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.286263 [ 353 ] {} TCP-Session: a8ceed76-5454-4b27-9b52-d2ad80611e67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.286195 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.286308 [ 288 ] {} TCP-Session: 72095840-6228-43a2-bba8-094c66bd3383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.286184 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.286352 [ 355 ] {} TCP-Session: 2875bb7a-b176-4c4a-98e3-00782db482f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.286155 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.286394 [ 352 ] {} TCP-Session: fb4e69c7-5a8c-435a-acaa-244ef68e1e5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.286429 [ 354 ] {} TCP-Session: 1842cc5d-ec20-4d8c-af65-07ea97cd4a89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.340591 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45423 2026.01.09 00:40:40.340711 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.340744 [ 290 ] {} TCP-Session: 206b09db-966d-49f3-9251-a0aa456a0e3c Authenticating user 'default' from [fd00:1122:3344:101::e]:45423 2026.01.09 00:40:40.340770 [ 290 ] {} TCP-Session: 206b09db-966d-49f3-9251-a0aa456a0e3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.340786 [ 290 ] {} TCP-Session: 206b09db-966d-49f3-9251-a0aa456a0e3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.340964 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48196 2026.01.09 00:40:40.341025 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55822 2026.01.09 00:40:40.341040 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34396 2026.01.09 00:40:40.341076 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38203 2026.01.09 00:40:40.341100 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41649 2026.01.09 00:40:40.341136 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.341138 [ 290 ] {} TCP-Session: 206b09db-966d-49f3-9251-a0aa456a0e3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:40.341176 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.341177 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.341186 [ 352 ] {} TCP-Session: aac6befd-6b03-47e9-b7dd-cfd180cbbf77 Authenticating user 'default' from [fd00:1122:3344:101::e]:55822 2026.01.09 00:40:40.341230 [ 353 ] {} TCP-Session: f88f55ee-ce42-409e-b454-3847ec6f074a Authenticating user 'default' from [fd00:1122:3344:101::e]:34396 2026.01.09 00:40:40.341252 [ 352 ] {} TCP-Session: aac6befd-6b03-47e9-b7dd-cfd180cbbf77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341223 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.341271 [ 353 ] {} TCP-Session: f88f55ee-ce42-409e-b454-3847ec6f074a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341276 [ 352 ] {} TCP-Session: aac6befd-6b03-47e9-b7dd-cfd180cbbf77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341314 [ 353 ] {} TCP-Session: f88f55ee-ce42-409e-b454-3847ec6f074a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341090 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63509 2026.01.09 00:40:40.341361 [ 290 ] {d622c654-9ce4-432d-a148-9dcbf7dbdbeb} executeQuery: (from [fd00:1122:3344:101::e]:45423) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:40:40.341063 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.341054 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38917 2026.01.09 00:40:40.341417 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.341426 [ 351 ] {} TCP-Session: cdb71077-c576-4130-9e9c-46cb34ff62df Authenticating user 'default' from [fd00:1122:3344:101::e]:48196 2026.01.09 00:40:40.341049 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47810 2026.01.09 00:40:40.341484 [ 351 ] {} TCP-Session: cdb71077-c576-4130-9e9c-46cb34ff62df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341499 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.341513 [ 351 ] {} TCP-Session: cdb71077-c576-4130-9e9c-46cb34ff62df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341537 [ 354 ] {} TCP-Session: eca54e4d-91d6-4be1-a60e-cf87db9a9cf1 Authenticating user 'default' from [fd00:1122:3344:101::e]:38917 2026.01.09 00:40:40.341545 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.341473 [ 288 ] {} TCP-Session: bf76ac9d-a75c-444b-a7dd-f909ed14e3ad Authenticating user 'default' from [fd00:1122:3344:101::e]:63509 2026.01.09 00:40:40.341591 [ 355 ] {} TCP-Session: 1901824c-2619-408e-8f2e-403526e6193a Authenticating user 'default' from [fd00:1122:3344:101::e]:47810 2026.01.09 00:40:40.341586 [ 354 ] {} TCP-Session: eca54e4d-91d6-4be1-a60e-cf87db9a9cf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341608 [ 288 ] {} TCP-Session: bf76ac9d-a75c-444b-a7dd-f909ed14e3ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341631 [ 355 ] {} TCP-Session: 1901824c-2619-408e-8f2e-403526e6193a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341638 [ 354 ] {} TCP-Session: eca54e4d-91d6-4be1-a60e-cf87db9a9cf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341661 [ 288 ] {} TCP-Session: bf76ac9d-a75c-444b-a7dd-f909ed14e3ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341666 [ 290 ] {d622c654-9ce4-432d-a148-9dcbf7dbdbeb} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:40:40.341671 [ 355 ] {} TCP-Session: 1901824c-2619-408e-8f2e-403526e6193a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341309 [ 289 ] {} TCP-Session: 11f0bf7f-7eb1-4ffa-a003-79ec936f9b75 Authenticating user 'default' from [fd00:1122:3344:101::e]:41649 2026.01.09 00:40:40.341219 [ 286 ] {} TCP-Session: 20b832d8-1803-4498-b7fb-9599b25bf010 Authenticating user 'default' from [fd00:1122:3344:101::e]:38203 2026.01.09 00:40:40.341752 [ 290 ] {d622c654-9ce4-432d-a148-9dcbf7dbdbeb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:40:40.341778 [ 286 ] {} TCP-Session: 20b832d8-1803-4498-b7fb-9599b25bf010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341756 [ 289 ] {} TCP-Session: 11f0bf7f-7eb1-4ffa-a003-79ec936f9b75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341804 [ 286 ] {} TCP-Session: 20b832d8-1803-4498-b7fb-9599b25bf010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.341823 [ 289 ] {} TCP-Session: 11f0bf7f-7eb1-4ffa-a003-79ec936f9b75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.342076 [ 290 ] {d622c654-9ce4-432d-a148-9dcbf7dbdbeb} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:40:40.343144 [ 307 ] {d622c654-9ce4-432d-a148-9dcbf7dbdbeb} AggregatingTransform: Aggregating 2026.01.09 00:40:40.343188 [ 307 ] {d622c654-9ce4-432d-a148-9dcbf7dbdbeb} Aggregator: Aggregation method: without_key 2026.01.09 00:40:40.343224 [ 307 ] {d622c654-9ce4-432d-a148-9dcbf7dbdbeb} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00103939 sec. (962.103 rows/sec., 37.58 KiB/sec.) 2026.01.09 00:40:40.343242 [ 307 ] {d622c654-9ce4-432d-a148-9dcbf7dbdbeb} Aggregator: Merging aggregated data 2026.01.09 00:40:40.344740 [ 290 ] {d622c654-9ce4-432d-a148-9dcbf7dbdbeb} executeQuery: Read 1 rows, 40.00 B in 0.003446 sec., 290.1915264074289 rows/sec., 11.34 KiB/sec. 2026.01.09 00:40:40.344911 [ 290 ] {d622c654-9ce4-432d-a148-9dcbf7dbdbeb} TCPHandler: Processed in 0.003893271 sec. 2026.01.09 00:40:40.344990 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.345019 [ 290 ] {} TCP-Session: 206b09db-966d-49f3-9251-a0aa456a0e3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.345028 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.345062 [ 351 ] {} TCP-Session: cdb71077-c576-4130-9e9c-46cb34ff62df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.345070 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.345076 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.345100 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.345134 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.345152 [ 288 ] {} TCP-Session: bf76ac9d-a75c-444b-a7dd-f909ed14e3ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.345164 [ 353 ] {} TCP-Session: f88f55ee-ce42-409e-b454-3847ec6f074a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.345176 [ 286 ] {} TCP-Session: 20b832d8-1803-4498-b7fb-9599b25bf010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.345167 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.345151 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.345239 [ 289 ] {} TCP-Session: 11f0bf7f-7eb1-4ffa-a003-79ec936f9b75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.345121 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.345267 [ 355 ] {} TCP-Session: 1901824c-2619-408e-8f2e-403526e6193a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.345120 [ 354 ] {} TCP-Session: eca54e4d-91d6-4be1-a60e-cf87db9a9cf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.345302 [ 352 ] {} TCP-Session: aac6befd-6b03-47e9-b7dd-cfd180cbbf77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.897590 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58118 2026.01.09 00:40:40.897712 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.897740 [ 290 ] {} TCP-Session: 1429ab33-84ee-423f-a011-e409b3e080eb Authenticating user 'default' from [fd00:1122:3344:101::e]:58118 2026.01.09 00:40:40.897762 [ 290 ] {} TCP-Session: 1429ab33-84ee-423f-a011-e409b3e080eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.897776 [ 290 ] {} TCP-Session: 1429ab33-84ee-423f-a011-e409b3e080eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.897953 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64811 2026.01.09 00:40:40.897976 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47377 2026.01.09 00:40:40.898003 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60732 2026.01.09 00:40:40.898016 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36480 2026.01.09 00:40:40.898052 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38920 2026.01.09 00:40:40.898086 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.898106 [ 290 ] {} TCP-Session: 1429ab33-84ee-423f-a011-e409b3e080eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:40.898115 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.898127 [ 352 ] {} TCP-Session: a6e60d15-7100-471b-9d87-4708f3fdfec6 Authenticating user 'default' from [fd00:1122:3344:101::e]:47377 2026.01.09 00:40:40.898148 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.898162 [ 353 ] {} TCP-Session: 70c4e7b8-b302-4c6c-a96d-1ecad4bb51f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:60732 2026.01.09 00:40:40.898173 [ 352 ] {} TCP-Session: a6e60d15-7100-471b-9d87-4708f3fdfec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898183 [ 286 ] {} TCP-Session: d23c0e42-93df-4a3f-acd2-0e3f1bec9694 Authenticating user 'default' from [fd00:1122:3344:101::e]:38920 2026.01.09 00:40:40.898194 [ 353 ] {} TCP-Session: 70c4e7b8-b302-4c6c-a96d-1ecad4bb51f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898199 [ 352 ] {} TCP-Session: a6e60d15-7100-471b-9d87-4708f3fdfec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898219 [ 353 ] {} TCP-Session: 70c4e7b8-b302-4c6c-a96d-1ecad4bb51f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898213 [ 286 ] {} TCP-Session: d23c0e42-93df-4a3f-acd2-0e3f1bec9694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898155 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.898274 [ 286 ] {} TCP-Session: d23c0e42-93df-4a3f-acd2-0e3f1bec9694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898284 [ 290 ] {6b4a1c0a-b3ba-4e8e-ab19-14c08a9cbb12} executeQuery: (from [fd00:1122:3344:101::e]:58118) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:40:40.898305 [ 354 ] {} TCP-Session: 4dceaf50-bb17-44af-9189-cc1422e258cf Authenticating user 'default' from [fd00:1122:3344:101::e]:36480 2026.01.09 00:40:40.898072 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38350 2026.01.09 00:40:40.898345 [ 354 ] {} TCP-Session: 4dceaf50-bb17-44af-9189-cc1422e258cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898063 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60889 2026.01.09 00:40:40.898365 [ 354 ] {} TCP-Session: 4dceaf50-bb17-44af-9189-cc1422e258cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898010 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36931 2026.01.09 00:40:40.898399 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.898433 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.898448 [ 289 ] {} TCP-Session: 1e27f30a-7540-4b40-bcf8-1488ae13a0eb Authenticating user 'default' from [fd00:1122:3344:101::e]:38350 2026.01.09 00:40:40.898467 [ 288 ] {} TCP-Session: 2d9f36d7-4155-49c4-ba40-00fa5757be36 Authenticating user 'default' from [fd00:1122:3344:101::e]:60889 2026.01.09 00:40:40.898474 [ 289 ] {} TCP-Session: 1e27f30a-7540-4b40-bcf8-1488ae13a0eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898477 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.898492 [ 288 ] {} TCP-Session: 2d9f36d7-4155-49c4-ba40-00fa5757be36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898513 [ 289 ] {} TCP-Session: 1e27f30a-7540-4b40-bcf8-1488ae13a0eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898535 [ 288 ] {} TCP-Session: 2d9f36d7-4155-49c4-ba40-00fa5757be36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898528 [ 355 ] {} TCP-Session: 71e32c44-ff0e-492a-9ece-9c8315e536b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:36931 2026.01.09 00:40:40.898024 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:40:40.898576 [ 290 ] {6b4a1c0a-b3ba-4e8e-ab19-14c08a9cbb12} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:40:40.898601 [ 351 ] {} TCP-Session: e6b5b2ff-9ea1-43ab-8f50-d5b5220199d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:64811 2026.01.09 00:40:40.898587 [ 355 ] {} TCP-Session: 71e32c44-ff0e-492a-9ece-9c8315e536b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898623 [ 351 ] {} TCP-Session: e6b5b2ff-9ea1-43ab-8f50-d5b5220199d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898636 [ 355 ] {} TCP-Session: 71e32c44-ff0e-492a-9ece-9c8315e536b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898644 [ 351 ] {} TCP-Session: e6b5b2ff-9ea1-43ab-8f50-d5b5220199d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.898641 [ 290 ] {6b4a1c0a-b3ba-4e8e-ab19-14c08a9cbb12} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:40:40.898988 [ 290 ] {6b4a1c0a-b3ba-4e8e-ab19-14c08a9cbb12} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:40:40.900046 [ 333 ] {6b4a1c0a-b3ba-4e8e-ab19-14c08a9cbb12} AggregatingTransform: Aggregating 2026.01.09 00:40:40.900101 [ 333 ] {6b4a1c0a-b3ba-4e8e-ab19-14c08a9cbb12} Aggregator: Aggregation method: without_key 2026.01.09 00:40:40.900143 [ 333 ] {6b4a1c0a-b3ba-4e8e-ab19-14c08a9cbb12} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00103325 sec. (967.820 rows/sec., 37.81 KiB/sec.) 2026.01.09 00:40:40.900165 [ 333 ] {6b4a1c0a-b3ba-4e8e-ab19-14c08a9cbb12} Aggregator: Merging aggregated data 2026.01.09 00:40:40.901493 [ 290 ] {6b4a1c0a-b3ba-4e8e-ab19-14c08a9cbb12} executeQuery: Read 1 rows, 40.00 B in 0.003265 sec., 306.2787136294028 rows/sec., 11.96 KiB/sec. 2026.01.09 00:40:40.901680 [ 290 ] {6b4a1c0a-b3ba-4e8e-ab19-14c08a9cbb12} TCPHandler: Processed in 0.003687535 sec. 2026.01.09 00:40:40.901806 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.901834 [ 290 ] {} TCP-Session: 1429ab33-84ee-423f-a011-e409b3e080eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.901834 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.901855 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.901878 [ 351 ] {} TCP-Session: e6b5b2ff-9ea1-43ab-8f50-d5b5220199d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.901887 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.901900 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.901920 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.901938 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.901954 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.901972 [ 352 ] {} TCP-Session: a6e60d15-7100-471b-9d87-4708f3fdfec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.901983 [ 288 ] {} TCP-Session: 2d9f36d7-4155-49c4-ba40-00fa5757be36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.902007 [ 286 ] {} TCP-Session: d23c0e42-93df-4a3f-acd2-0e3f1bec9694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.901958 [ 354 ] {} TCP-Session: 4dceaf50-bb17-44af-9189-cc1422e258cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.901907 [ 353 ] {} TCP-Session: 70c4e7b8-b302-4c6c-a96d-1ecad4bb51f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.901868 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.09 00:40:40.901937 [ 355 ] {} TCP-Session: 71e32c44-ff0e-492a-9ece-9c8315e536b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:40.902110 [ 289 ] {} TCP-Session: 1e27f30a-7540-4b40-bcf8-1488ae13a0eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:40:42.034240 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:42.034427 [ 269 ] {b50cb708-3bdf-4ae1-ae3b-ef91075a9ae3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:42.034498 [ 269 ] {b50cb708-3bdf-4ae1-ae3b-ef91075a9ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:42.035183 [ 269 ] {b50cb708-3bdf-4ae1-ae3b-ef91075a9ae3} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:42.035233 [ 269 ] {b50cb708-3bdf-4ae1-ae3b-ef91075a9ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:42.035628 [ 269 ] {b50cb708-3bdf-4ae1-ae3b-ef91075a9ae3} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.09 00:40:42.035852 [ 269 ] {b50cb708-3bdf-4ae1-ae3b-ef91075a9ae3} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:42.036019 [ 269 ] {b50cb708-3bdf-4ae1-ae3b-ef91075a9ae3} executeQuery: Read 56 rows, 4.41 KiB in 0.00164 sec., 34146.34146341463 rows/sec., 2.62 MiB/sec. 2026.01.09 00:40:42.036072 [ 269 ] {b50cb708-3bdf-4ae1-ae3b-ef91075a9ae3} TCPHandler: Processed in 0.001990637 sec. 2026.01.09 00:40:42.036213 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:42.036341 [ 269 ] {e639eb84-c556-4e65-8123-1c0a162221e3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:42.036400 [ 269 ] {e639eb84-c556-4e65-8123-1c0a162221e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:42.036858 [ 269 ] {e639eb84-c556-4e65-8123-1c0a162221e3} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:42.036894 [ 269 ] {e639eb84-c556-4e65-8123-1c0a162221e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:42.037208 [ 269 ] {e639eb84-c556-4e65-8123-1c0a162221e3} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.09 00:40:42.037417 [ 269 ] {e639eb84-c556-4e65-8123-1c0a162221e3} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:42.037555 [ 269 ] {e639eb84-c556-4e65-8123-1c0a162221e3} executeQuery: Read 64 rows, 5.12 KiB in 0.001238 sec., 51696.284329563816 rows/sec., 4.04 MiB/sec. 2026.01.09 00:40:42.037600 [ 269 ] {e639eb84-c556-4e65-8123-1c0a162221e3} TCPHandler: Processed in 0.001454482 sec. 2026.01.09 00:40:42.037724 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:42.037823 [ 269 ] {2a52f7e7-b9dc-4fdd-aef0-df31e1500ae5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:42.037867 [ 269 ] {2a52f7e7-b9dc-4fdd-aef0-df31e1500ae5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:42.038250 [ 269 ] {2a52f7e7-b9dc-4fdd-aef0-df31e1500ae5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:42.038284 [ 269 ] {2a52f7e7-b9dc-4fdd-aef0-df31e1500ae5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:42.038606 [ 269 ] {2a52f7e7-b9dc-4fdd-aef0-df31e1500ae5} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.09 00:40:42.038843 [ 269 ] {2a52f7e7-b9dc-4fdd-aef0-df31e1500ae5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:42.038963 [ 29 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 5 parts from all_1_119_24 to all_123_123_0 2026.01.09 00:40:42.038980 [ 269 ] {2a52f7e7-b9dc-4fdd-aef0-df31e1500ae5} executeQuery: Read 64 rows, 4.56 KiB in 0.001178 sec., 54329.37181663837 rows/sec., 3.78 MiB/sec. 2026.01.09 00:40:42.038999 [ 29 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:42.039018 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:42.039019 [ 269 ] {2a52f7e7-b9dc-4fdd-aef0-df31e1500ae5} TCPHandler: Processed in 0.001346348 sec. 2026.01.09 00:40:42.039146 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:42.039154 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} MergeTask::PrepareStage: Merging 5 parts: from all_1_119_24 to all_123_123_0 into Compact with storage Full 2026.01.09 00:40:42.039244 [ 269 ] {4e0d72bc-55d7-4954-8cf3-e8b39463eaf9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:42.039290 [ 269 ] {4e0d72bc-55d7-4954-8cf3-e8b39463eaf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:42.039323 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:42.039369 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 36662 rows starting from the beginning of the part 2026.01.09 00:40:42.039445 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 161 rows starting from the beginning of the part 2026.01.09 00:40:42.039495 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 314 rows starting from the beginning of the part 2026.01.09 00:40:42.039553 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part 2026.01.09 00:40:42.039604 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 934 rows starting from the beginning of the part 2026.01.09 00:40:42.039655 [ 269 ] {4e0d72bc-55d7-4954-8cf3-e8b39463eaf9} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:42.039695 [ 269 ] {4e0d72bc-55d7-4954-8cf3-e8b39463eaf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:42.040052 [ 269 ] {4e0d72bc-55d7-4954-8cf3-e8b39463eaf9} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.09 00:40:42.040256 [ 269 ] {4e0d72bc-55d7-4954-8cf3-e8b39463eaf9} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:42.040396 [ 269 ] {4e0d72bc-55d7-4954-8cf3-e8b39463eaf9} executeQuery: Read 24 rows, 1.66 KiB in 0.001172 sec., 20477.815699658702 rows/sec., 1.38 MiB/sec. 2026.01.09 00:40:42.040441 [ 269 ] {4e0d72bc-55d7-4954-8cf3-e8b39463eaf9} TCPHandler: Processed in 0.001346128 sec. 2026.01.09 00:40:42.047656 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} MergeTask::MergeProjectionsStage: Merge sorted 38231 rows, containing 5 columns (5 merged, 0 gathered) in 0.008556734 sec., 4467943.025925546 rows/sec., 300.57 MiB/sec. 2026.01.09 00:40:42.048284 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} MergedBlockOutputStream: filled checksums all_1_123_25 (state Temporary) 2026.01.09 00:40:42.048621 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_123_25 to all_1_123_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:42.048712 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_123_25} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 5 parts: [all_1_119_24, all_123_123_0] -> all_1_123_25 2026.01.09 00:40:42.048821 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.01.09 00:40:42.447503 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35031 2026.01.09 00:40:42.448072 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:42.448115 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:42.448612 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:40:42.448864 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:42.449034 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35031 2026.01.09 00:40:44.321440 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 2026.01.09 00:40:44.339633 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:44.339695 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:44.345922 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:40:44.346646 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:44.349983 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2026.01.09 00:40:44.390712 [ 224 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): 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] 2026.01.09 00:40:44.390759 [ 224 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): 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] 2026.01.09 00:40:44.394209 [ 224 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): 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] 2026.01.09 00:40:45.001195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 368.07 MiB, peak 388.33 MiB, free memory in arenas 0.00 B, will set to 371.60 MiB (RSS), difference: 3.53 MiB 2026.01.09 00:40:45.046344 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2142 2026.01.09 00:40:45.048889 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:45.048938 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.01.09 00:40:45.050104 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:40:45.050347 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:45.050602 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2142 2026.01.09 00:40:47.039993 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:47.040203 [ 269 ] {36c3c175-0273-4b9d-9471-71d648337243} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:47.040278 [ 269 ] {36c3c175-0273-4b9d-9471-71d648337243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:47.041085 [ 269 ] {36c3c175-0273-4b9d-9471-71d648337243} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:47.041134 [ 269 ] {36c3c175-0273-4b9d-9471-71d648337243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:47.041540 [ 269 ] {36c3c175-0273-4b9d-9471-71d648337243} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.09 00:40:47.041766 [ 269 ] {36c3c175-0273-4b9d-9471-71d648337243} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:47.041927 [ 269 ] {36c3c175-0273-4b9d-9471-71d648337243} executeQuery: Read 138 rows, 12.27 KiB in 0.001775 sec., 77746.47887323944 rows/sec., 6.75 MiB/sec. 2026.01.09 00:40:47.041979 [ 269 ] {36c3c175-0273-4b9d-9471-71d648337243} TCPHandler: Processed in 0.00212567 sec. 2026.01.09 00:40:47.042107 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:47.042213 [ 269 ] {7c3de581-cb04-472b-89f9-c24f4c5c1262} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:47.042257 [ 269 ] {7c3de581-cb04-472b-89f9-c24f4c5c1262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:47.042686 [ 269 ] {7c3de581-cb04-472b-89f9-c24f4c5c1262} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:47.042723 [ 269 ] {7c3de581-cb04-472b-89f9-c24f4c5c1262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:47.043022 [ 269 ] {7c3de581-cb04-472b-89f9-c24f4c5c1262} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.09 00:40:47.043227 [ 269 ] {7c3de581-cb04-472b-89f9-c24f4c5c1262} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:47.043360 [ 269 ] {7c3de581-cb04-472b-89f9-c24f4c5c1262} executeQuery: Read 41 rows, 3.08 KiB in 0.001171 sec., 35012.80956447481 rows/sec., 2.57 MiB/sec. 2026.01.09 00:40:47.043399 [ 269 ] {7c3de581-cb04-472b-89f9-c24f4c5c1262} TCPHandler: Processed in 0.001345799 sec. 2026.01.09 00:40:47.043520 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:47.043640 [ 269 ] {d58ca366-2071-44e6-b2e9-894415fd6144} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:47.043688 [ 269 ] {d58ca366-2071-44e6-b2e9-894415fd6144} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:47.044176 [ 269 ] {d58ca366-2071-44e6-b2e9-894415fd6144} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:47.044212 [ 269 ] {d58ca366-2071-44e6-b2e9-894415fd6144} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:47.044523 [ 269 ] {d58ca366-2071-44e6-b2e9-894415fd6144} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.09 00:40:47.044725 [ 269 ] {d58ca366-2071-44e6-b2e9-894415fd6144} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:47.044853 [ 269 ] {d58ca366-2071-44e6-b2e9-894415fd6144} executeQuery: Read 105 rows, 8.40 KiB in 0.001239 sec., 84745.7627118644 rows/sec., 6.62 MiB/sec. 2026.01.09 00:40:47.044891 [ 269 ] {d58ca366-2071-44e6-b2e9-894415fd6144} TCPHandler: Processed in 0.001431321 sec. 2026.01.09 00:40:47.045001 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:47.045096 [ 269 ] {251e11f6-9072-4e8e-a91c-c64ca1059de3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:47.045138 [ 269 ] {251e11f6-9072-4e8e-a91c-c64ca1059de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:47.045543 [ 269 ] {251e11f6-9072-4e8e-a91c-c64ca1059de3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:47.045579 [ 269 ] {251e11f6-9072-4e8e-a91c-c64ca1059de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:47.045910 [ 269 ] {251e11f6-9072-4e8e-a91c-c64ca1059de3} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.09 00:40:47.046132 [ 269 ] {251e11f6-9072-4e8e-a91c-c64ca1059de3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:47.046259 [ 269 ] {251e11f6-9072-4e8e-a91c-c64ca1059de3} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.01.09 00:40:47.046306 [ 269 ] {251e11f6-9072-4e8e-a91c-c64ca1059de3} TCPHandler: Processed in 0.001353299 sec. 2026.01.09 00:40:47.046441 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:47.046562 [ 269 ] {d69a2ebe-67e9-4a2a-b45c-50642d6598e7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:47.046628 [ 269 ] {d69a2ebe-67e9-4a2a-b45c-50642d6598e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:40:47.047563 [ 269 ] {d69a2ebe-67e9-4a2a-b45c-50642d6598e7} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:47.047598 [ 269 ] {d69a2ebe-67e9-4a2a-b45c-50642d6598e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:47.048152 [ 269 ] {d69a2ebe-67e9-4a2a-b45c-50642d6598e7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:40:47.048368 [ 269 ] {d69a2ebe-67e9-4a2a-b45c-50642d6598e7} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:47.048504 [ 269 ] {d69a2ebe-67e9-4a2a-b45c-50642d6598e7} executeQuery: Read 41 rows, 75.23 KiB in 0.001966 sec., 20854.526958290946 rows/sec., 37.37 MiB/sec. 2026.01.09 00:40:47.048549 [ 224 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): 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] 2026.01.09 00:40:47.048558 [ 269 ] {d69a2ebe-67e9-4a2a-b45c-50642d6598e7} TCPHandler: Processed in 0.002176293 sec. 2026.01.09 00:40:47.048614 [ 224 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): 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] 2026.01.09 00:40:47.048725 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:47.048823 [ 269 ] {23b7caa5-1035-4493-a603-c353c1bc89a7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:47.048863 [ 269 ] {23b7caa5-1035-4493-a603-c353c1bc89a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:47.049195 [ 269 ] {23b7caa5-1035-4493-a603-c353c1bc89a7} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:47.049231 [ 269 ] {23b7caa5-1035-4493-a603-c353c1bc89a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:47.049548 [ 269 ] {23b7caa5-1035-4493-a603-c353c1bc89a7} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.09 00:40:47.049799 [ 269 ] {23b7caa5-1035-4493-a603-c353c1bc89a7} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:47.049928 [ 269 ] {23b7caa5-1035-4493-a603-c353c1bc89a7} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.01.09 00:40:47.049963 [ 269 ] {23b7caa5-1035-4493-a603-c353c1bc89a7} TCPHandler: Processed in 0.001286257 sec. 2026.01.09 00:40:47.051814 [ 224 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): 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] 2026.01.09 00:40:49.740239 [ 26 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:40:49.740302 [ 26 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:40:49.949337 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35479 2026.01.09 00:40:49.949844 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:49.949894 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:49.950398 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:40:49.950660 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:49.950809 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35479 2026.01.09 00:40:50.998664 [ 224 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:40:50.998725 [ 224 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:40:51.000253 [ 224 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:40:51.850256 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2026.01.09 00:40:51.868510 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:51.868581 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:51.874887 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:40:51.875705 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:51.879163 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2026.01.09 00:40:52.050931 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:52.051109 [ 269 ] {4177293e-9ebd-46ea-845d-890768e29b72} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:40:52.051174 [ 269 ] {4177293e-9ebd-46ea-845d-890768e29b72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:40:52.052042 [ 269 ] {4177293e-9ebd-46ea-845d-890768e29b72} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.052099 [ 269 ] {4177293e-9ebd-46ea-845d-890768e29b72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.052552 [ 269 ] {4177293e-9ebd-46ea-845d-890768e29b72} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:40:52.052776 [ 269 ] {4177293e-9ebd-46ea-845d-890768e29b72} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.052939 [ 269 ] {4177293e-9ebd-46ea-845d-890768e29b72} executeQuery: Read 410 rows, 26.63 KiB in 0.001877 sec., 218433.67075119872 rows/sec., 13.86 MiB/sec. 2026.01.09 00:40:52.052993 [ 269 ] {4177293e-9ebd-46ea-845d-890768e29b72} TCPHandler: Processed in 0.002214043 sec. 2026.01.09 00:40:52.053117 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:52.053223 [ 269 ] {547024f2-e747-4c02-ab8a-a634a544f2a5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:52.053267 [ 269 ] {547024f2-e747-4c02-ab8a-a634a544f2a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:52.054264 [ 269 ] {547024f2-e747-4c02-ab8a-a634a544f2a5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.054303 [ 269 ] {547024f2-e747-4c02-ab8a-a634a544f2a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.054711 [ 269 ] {547024f2-e747-4c02-ab8a-a634a544f2a5} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.09 00:40:52.054928 [ 269 ] {547024f2-e747-4c02-ab8a-a634a544f2a5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.055068 [ 269 ] {547024f2-e747-4c02-ab8a-a634a544f2a5} executeQuery: Read 1112 rows, 89.84 KiB in 0.00187 sec., 594652.4064171123 rows/sec., 46.92 MiB/sec. 2026.01.09 00:40:52.055075 [ 35 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.09 00:40:52.055107 [ 269 ] {547024f2-e747-4c02-ab8a-a634a544f2a5} TCPHandler: Processed in 0.002043378 sec. 2026.01.09 00:40:52.055148 [ 35 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.055176 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.055251 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:52.055286 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.01.09 00:40:52.055358 [ 269 ] {89d621c3-3e72-4429-b700-90c104186391} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:52.055415 [ 269 ] {89d621c3-3e72-4429-b700-90c104186391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:52.055427 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:52.055469 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2466 rows starting from the beginning of the part 2026.01.09 00:40:52.055539 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 138 rows starting from the beginning of the part 2026.01.09 00:40:52.055587 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:40:52.055634 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 56 rows starting from the beginning of the part 2026.01.09 00:40:52.055677 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 138 rows starting from the beginning of the part 2026.01.09 00:40:52.055720 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:40:52.055992 [ 269 ] {89d621c3-3e72-4429-b700-90c104186391} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.056035 [ 269 ] {89d621c3-3e72-4429-b700-90c104186391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.056371 [ 269 ] {89d621c3-3e72-4429-b700-90c104186391} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.09 00:40:52.056601 [ 269 ] {89d621c3-3e72-4429-b700-90c104186391} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.056739 [ 269 ] {89d621c3-3e72-4429-b700-90c104186391} executeQuery: Read 205 rows, 12.32 KiB in 0.001404 sec., 146011.396011396 rows/sec., 8.57 MiB/sec. 2026.01.09 00:40:52.056779 [ 269 ] {89d621c3-3e72-4429-b700-90c104186391} TCPHandler: Processed in 0.001582035 sec. 2026.01.09 00:40:52.056895 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:52.056991 [ 269 ] {e5017cd0-4a69-425f-a2f7-41680bd8ffa7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:40:52.057031 [ 269 ] {e5017cd0-4a69-425f-a2f7-41680bd8ffa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:40:52.057538 [ 269 ] {e5017cd0-4a69-425f-a2f7-41680bd8ffa7} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.057575 [ 269 ] {e5017cd0-4a69-425f-a2f7-41680bd8ffa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.057893 [ 269 ] {e5017cd0-4a69-425f-a2f7-41680bd8ffa7} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:40:52.058046 [ 198 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 6162 rows, containing 5 columns (5 merged, 0 gathered) in 0.002806551 sec., 2195577.418689345 rows/sec., 186.47 MiB/sec. 2026.01.09 00:40:52.058106 [ 269 ] {e5017cd0-4a69-425f-a2f7-41680bd8ffa7} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.058242 [ 269 ] {e5017cd0-4a69-425f-a2f7-41680bd8ffa7} executeQuery: Read 212 rows, 14.00 KiB in 0.00127 sec., 166929.1338582677 rows/sec., 10.77 MiB/sec. 2026.01.09 00:40:52.058282 [ 269 ] {e5017cd0-4a69-425f-a2f7-41680bd8ffa7} TCPHandler: Processed in 0.001437761 sec. 2026.01.09 00:40:52.058298 [ 225 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): 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] 2026.01.09 00:40:52.058323 [ 225 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): 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] 2026.01.09 00:40:52.058356 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.09 00:40:52.058395 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:52.058495 [ 269 ] {cbf30dc4-ed11-4db6-8543-de7ad9cbc1fe} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:40:52.058535 [ 269 ] {cbf30dc4-ed11-4db6-8543-de7ad9cbc1fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:40:52.058684 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.058768 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_126_25} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.09 00:40:52.058859 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.09 00:40:52.059047 [ 269 ] {cbf30dc4-ed11-4db6-8543-de7ad9cbc1fe} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.059088 [ 269 ] {cbf30dc4-ed11-4db6-8543-de7ad9cbc1fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.059419 [ 269 ] {cbf30dc4-ed11-4db6-8543-de7ad9cbc1fe} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:40:52.059654 [ 269 ] {cbf30dc4-ed11-4db6-8543-de7ad9cbc1fe} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.059788 [ 269 ] {cbf30dc4-ed11-4db6-8543-de7ad9cbc1fe} executeQuery: Read 211 rows, 12.27 KiB in 0.001312 sec., 160823.1707317073 rows/sec., 9.13 MiB/sec. 2026.01.09 00:40:52.059826 [ 269 ] {cbf30dc4-ed11-4db6-8543-de7ad9cbc1fe} TCPHandler: Processed in 0.001481033 sec. 2026.01.09 00:40:52.059826 [ 221 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:40:52.059857 [ 221 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:40:52.059942 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:52.060043 [ 269 ] {f26ae916-ed05-4776-b9c9-4151aa7e0c78} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:52.060081 [ 269 ] {f26ae916-ed05-4776-b9c9-4151aa7e0c78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:52.060936 [ 269 ] {f26ae916-ed05-4776-b9c9-4151aa7e0c78} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.060980 [ 269 ] {f26ae916-ed05-4776-b9c9-4151aa7e0c78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.061411 [ 269 ] {f26ae916-ed05-4776-b9c9-4151aa7e0c78} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.09 00:40:52.061628 [ 269 ] {f26ae916-ed05-4776-b9c9-4151aa7e0c78} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.061721 [ 221 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:40:52.061761 [ 34 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.09 00:40:52.061774 [ 269 ] {f26ae916-ed05-4776-b9c9-4151aa7e0c78} executeQuery: Read 679 rows, 48.47 KiB in 0.001747 sec., 388666.285060103 rows/sec., 27.09 MiB/sec. 2026.01.09 00:40:52.061813 [ 34 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.061832 [ 269 ] {f26ae916-ed05-4776-b9c9-4151aa7e0c78} TCPHandler: Processed in 0.001943686 sec. 2026.01.09 00:40:52.061842 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.061888 [ 225 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): 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] 2026.01.09 00:40:52.061934 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.01.09 00:40:52.061961 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:52.062029 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:52.062060 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1250 rows starting from the beginning of the part 2026.01.09 00:40:52.062064 [ 269 ] {ae52c1ed-1686-4c92-a643-64ab66d829ab} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:40:52.062117 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 105 rows starting from the beginning of the part 2026.01.09 00:40:52.062118 [ 269 ] {ae52c1ed-1686-4c92-a643-64ab66d829ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:40:52.062174 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:40:52.062220 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 64 rows starting from the beginning of the part 2026.01.09 00:40:52.062260 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 105 rows starting from the beginning of the part 2026.01.09 00:40:52.062296 [ 199 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 679 rows starting from the beginning of the part 2026.01.09 00:40:52.062534 [ 269 ] {ae52c1ed-1686-4c92-a643-64ab66d829ab} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.062589 [ 269 ] {ae52c1ed-1686-4c92-a643-64ab66d829ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.062971 [ 269 ] {ae52c1ed-1686-4c92-a643-64ab66d829ab} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.09 00:40:52.063210 [ 269 ] {ae52c1ed-1686-4c92-a643-64ab66d829ab} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.063346 [ 269 ] {ae52c1ed-1686-4c92-a643-64ab66d829ab} executeQuery: Read 6 rows, 321.00 B in 0.001301 sec., 4611.837048424289 rows/sec., 240.95 KiB/sec. 2026.01.09 00:40:52.063385 [ 269 ] {ae52c1ed-1686-4c92-a643-64ab66d829ab} TCPHandler: Processed in 0.001473912 sec. 2026.01.09 00:40:52.063500 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:52.063550 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 5 columns (5 merged, 0 gathered) in 0.001651677 sec., 2020976.2562534926 rows/sec., 152.87 MiB/sec. 2026.01.09 00:40:52.063600 [ 269 ] {33ed9c19-fb29-4b4c-a274-1264f5201803} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:52.063651 [ 269 ] {33ed9c19-fb29-4b4c-a274-1264f5201803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:52.063799 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.09 00:40:52.064126 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.064132 [ 269 ] {33ed9c19-fb29-4b4c-a274-1264f5201803} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.064178 [ 269 ] {33ed9c19-fb29-4b4c-a274-1264f5201803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.064217 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_126_25} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.09 00:40:52.064342 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.01.09 00:40:52.064544 [ 269 ] {33ed9c19-fb29-4b4c-a274-1264f5201803} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.09 00:40:52.064811 [ 269 ] {33ed9c19-fb29-4b4c-a274-1264f5201803} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.064987 [ 269 ] {33ed9c19-fb29-4b4c-a274-1264f5201803} executeQuery: Read 314 rows, 21.12 KiB in 0.001404 sec., 223646.72364672364 rows/sec., 14.69 MiB/sec. 2026.01.09 00:40:52.065030 [ 269 ] {33ed9c19-fb29-4b4c-a274-1264f5201803} TCPHandler: Processed in 0.001580025 sec. 2026.01.09 00:40:52.065151 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:52.065251 [ 269 ] {d1e1cafb-8151-4e9f-b225-f99b31a27899} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:40:52.065293 [ 269 ] {d1e1cafb-8151-4e9f-b225-f99b31a27899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:40:52.065629 [ 269 ] {d1e1cafb-8151-4e9f-b225-f99b31a27899} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.065663 [ 269 ] {d1e1cafb-8151-4e9f-b225-f99b31a27899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.065965 [ 269 ] {d1e1cafb-8151-4e9f-b225-f99b31a27899} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:40:52.066193 [ 269 ] {d1e1cafb-8151-4e9f-b225-f99b31a27899} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.066332 [ 269 ] {d1e1cafb-8151-4e9f-b225-f99b31a27899} executeQuery: Read 1 rows, 69.00 B in 0.001098 sec., 910.7468123861566 rows/sec., 61.37 KiB/sec. 2026.01.09 00:40:52.066372 [ 269 ] {d1e1cafb-8151-4e9f-b225-f99b31a27899} TCPHandler: Processed in 0.001277607 sec. 2026.01.09 00:40:52.066482 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:52.066578 [ 269 ] {adce358c-4fe3-414c-985f-12f1c3fb9d7e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:52.066623 [ 269 ] {adce358c-4fe3-414c-985f-12f1c3fb9d7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:52.067002 [ 269 ] {adce358c-4fe3-414c-985f-12f1c3fb9d7e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.067047 [ 269 ] {adce358c-4fe3-414c-985f-12f1c3fb9d7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.067417 [ 269 ] {adce358c-4fe3-414c-985f-12f1c3fb9d7e} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.09 00:40:52.067633 [ 269 ] {adce358c-4fe3-414c-985f-12f1c3fb9d7e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.067749 [ 33 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.09 00:40:52.067762 [ 269 ] {adce358c-4fe3-414c-985f-12f1c3fb9d7e} executeQuery: Read 104 rows, 6.53 KiB in 0.001201 sec., 86594.50457951707 rows/sec., 5.31 MiB/sec. 2026.01.09 00:40:52.067782 [ 33 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:52.067802 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:52.067802 [ 269 ] {adce358c-4fe3-414c-985f-12f1c3fb9d7e} TCPHandler: Processed in 0.00136947 sec. 2026.01.09 00:40:52.067893 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.01.09 00:40:52.067984 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:40:52.068025 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} MergeTreeSequentialSource: Reading 3 marks from part all_1_121_24, total 8352 rows starting from the beginning of the part 2026.01.09 00:40:52.068085 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2026.01.09 00:40:52.068128 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 80 rows starting from the beginning of the part 2026.01.09 00:40:52.068168 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 24 rows starting from the beginning of the part 2026.01.09 00:40:52.068205 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part 2026.01.09 00:40:52.068244 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 104 rows starting from the beginning of the part 2026.01.09 00:40:52.070669 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 8680 rows, containing 4 columns (4 merged, 0 gathered) in 0.00281328 sec., 3085366.547233123 rows/sec., 196.62 MiB/sec. 2026.01.09 00:40:52.070916 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.09 00:40:52.071208 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:52.071310 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_126_25} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.09 00:40:52.071435 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. 2026.01.09 00:40:52.330959 [ 226 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): 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] 2026.01.09 00:40:52.331007 [ 226 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): 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] 2026.01.09 00:40:52.334057 [ 226 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): 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] 2026.01.09 00:40:53.345639 [ 222 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:40:53.345688 [ 222 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:40:53.347876 [ 222 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:40:55.051098 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2174 2026.01.09 00:40:55.053404 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:55.053466 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.01.09 00:40:55.054642 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:40:55.054897 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:55.055174 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2174 2026.01.09 00:40:57.041027 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:57.041236 [ 269 ] {e2cae9d2-b50d-412e-afad-8edda7582d06} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:40:57.041303 [ 269 ] {e2cae9d2-b50d-412e-afad-8edda7582d06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:40:57.041957 [ 269 ] {e2cae9d2-b50d-412e-afad-8edda7582d06} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:57.042004 [ 269 ] {e2cae9d2-b50d-412e-afad-8edda7582d06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:40:57.042422 [ 269 ] {e2cae9d2-b50d-412e-afad-8edda7582d06} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.09 00:40:57.042659 [ 269 ] {e2cae9d2-b50d-412e-afad-8edda7582d06} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:57.042829 [ 269 ] {e2cae9d2-b50d-412e-afad-8edda7582d06} executeQuery: Read 14 rows, 1.14 KiB in 0.001636 sec., 8557.457212713936 rows/sec., 697.80 KiB/sec. 2026.01.09 00:40:57.042882 [ 269 ] {e2cae9d2-b50d-412e-afad-8edda7582d06} TCPHandler: Processed in 0.001985927 sec. 2026.01.09 00:40:57.043011 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:57.043118 [ 269 ] {f7a466c4-dbbb-435d-b773-08a639b6f8ad} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:40:57.043163 [ 269 ] {f7a466c4-dbbb-435d-b773-08a639b6f8ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:40:57.043708 [ 269 ] {f7a466c4-dbbb-435d-b773-08a639b6f8ad} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:57.043744 [ 269 ] {f7a466c4-dbbb-435d-b773-08a639b6f8ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:40:57.044072 [ 269 ] {f7a466c4-dbbb-435d-b773-08a639b6f8ad} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.09 00:40:57.044298 [ 269 ] {f7a466c4-dbbb-435d-b773-08a639b6f8ad} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:57.044440 [ 269 ] {f7a466c4-dbbb-435d-b773-08a639b6f8ad} executeQuery: Read 145 rows, 12.78 KiB in 0.001345 sec., 107806.69144981413 rows/sec., 9.28 MiB/sec. 2026.01.09 00:40:57.044480 [ 269 ] {f7a466c4-dbbb-435d-b773-08a639b6f8ad} TCPHandler: Processed in 0.001520633 sec. 2026.01.09 00:40:57.044594 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:57.044691 [ 269 ] {65238ff0-373a-4c30-91ff-9c537998fbfd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:40:57.044732 [ 269 ] {65238ff0-373a-4c30-91ff-9c537998fbfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:40:57.045168 [ 269 ] {65238ff0-373a-4c30-91ff-9c537998fbfd} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:57.045202 [ 269 ] {65238ff0-373a-4c30-91ff-9c537998fbfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:40:57.045526 [ 269 ] {65238ff0-373a-4c30-91ff-9c537998fbfd} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.09 00:40:57.045738 [ 269 ] {65238ff0-373a-4c30-91ff-9c537998fbfd} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:57.045866 [ 269 ] {65238ff0-373a-4c30-91ff-9c537998fbfd} executeQuery: Read 55 rows, 4.06 KiB in 0.001194 sec., 46063.65159128978 rows/sec., 3.32 MiB/sec. 2026.01.09 00:40:57.045906 [ 269 ] {65238ff0-373a-4c30-91ff-9c537998fbfd} TCPHandler: Processed in 0.001362689 sec. 2026.01.09 00:40:57.046019 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:57.046116 [ 269 ] {eef7e4c8-8dbf-41c5-ab0c-51c82052723c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:40:57.046155 [ 269 ] {eef7e4c8-8dbf-41c5-ab0c-51c82052723c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:40:57.046604 [ 269 ] {eef7e4c8-8dbf-41c5-ab0c-51c82052723c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:57.046639 [ 269 ] {eef7e4c8-8dbf-41c5-ab0c-51c82052723c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:40:57.046944 [ 269 ] {eef7e4c8-8dbf-41c5-ab0c-51c82052723c} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.09 00:40:57.047169 [ 269 ] {eef7e4c8-8dbf-41c5-ab0c-51c82052723c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:57.047296 [ 269 ] {eef7e4c8-8dbf-41c5-ab0c-51c82052723c} executeQuery: Read 119 rows, 9.54 KiB in 0.001197 sec., 99415.20467836258 rows/sec., 7.78 MiB/sec. 2026.01.09 00:40:57.047336 [ 269 ] {eef7e4c8-8dbf-41c5-ab0c-51c82052723c} TCPHandler: Processed in 0.001367229 sec. 2026.01.09 00:40:57.047453 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:57.047548 [ 269 ] {da0c8fcf-f344-40be-bb3b-acda73b7cbda} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:57.047591 [ 269 ] {da0c8fcf-f344-40be-bb3b-acda73b7cbda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:40:57.048041 [ 269 ] {da0c8fcf-f344-40be-bb3b-acda73b7cbda} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:57.048076 [ 269 ] {da0c8fcf-f344-40be-bb3b-acda73b7cbda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:40:57.048399 [ 269 ] {da0c8fcf-f344-40be-bb3b-acda73b7cbda} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.09 00:40:57.048606 [ 269 ] {da0c8fcf-f344-40be-bb3b-acda73b7cbda} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:57.048735 [ 269 ] {da0c8fcf-f344-40be-bb3b-acda73b7cbda} executeQuery: Read 167 rows, 11.90 KiB in 0.001204 sec., 138704.31893687707 rows/sec., 9.65 MiB/sec. 2026.01.09 00:40:57.048773 [ 269 ] {da0c8fcf-f344-40be-bb3b-acda73b7cbda} TCPHandler: Processed in 0.001369299 sec. 2026.01.09 00:40:57.048884 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:57.048978 [ 269 ] {7ccd6c3e-e44d-4e0a-899d-93ddc38dc0ba} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:40:57.049056 [ 269 ] {7ccd6c3e-e44d-4e0a-899d-93ddc38dc0ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:40:57.049951 [ 269 ] {7ccd6c3e-e44d-4e0a-899d-93ddc38dc0ba} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:57.049986 [ 269 ] {7ccd6c3e-e44d-4e0a-899d-93ddc38dc0ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:40:57.050541 [ 269 ] {7ccd6c3e-e44d-4e0a-899d-93ddc38dc0ba} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:40:57.050778 [ 269 ] {7ccd6c3e-e44d-4e0a-899d-93ddc38dc0ba} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:57.050916 [ 269 ] {7ccd6c3e-e44d-4e0a-899d-93ddc38dc0ba} executeQuery: Read 41 rows, 75.23 KiB in 0.001955 sec., 20971.867007672634 rows/sec., 37.58 MiB/sec. 2026.01.09 00:40:57.050983 [ 269 ] {7ccd6c3e-e44d-4e0a-899d-93ddc38dc0ba} TCPHandler: Processed in 0.002150152 sec. 2026.01.09 00:40:57.051103 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:40:57.051199 [ 269 ] {4e07ea2a-b122-4fe8-904c-c655e005bc9c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:40:57.051241 [ 269 ] {4e07ea2a-b122-4fe8-904c-c655e005bc9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:40:57.051588 [ 269 ] {4e07ea2a-b122-4fe8-904c-c655e005bc9c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:57.051623 [ 269 ] {4e07ea2a-b122-4fe8-904c-c655e005bc9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:40:57.051931 [ 269 ] {4e07ea2a-b122-4fe8-904c-c655e005bc9c} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.09 00:40:57.052142 [ 269 ] {4e07ea2a-b122-4fe8-904c-c655e005bc9c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:57.052270 [ 269 ] {4e07ea2a-b122-4fe8-904c-c655e005bc9c} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.01.09 00:40:57.052306 [ 269 ] {4e07ea2a-b122-4fe8-904c-c655e005bc9c} TCPHandler: Processed in 0.001256566 sec. 2026.01.09 00:40:57.111167 [ 223 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): 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] 2026.01.09 00:40:57.111244 [ 223 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): 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] 2026.01.09 00:40:57.114555 [ 223 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): 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] 2026.01.09 00:40:57.451909 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35991 2026.01.09 00:40:57.452441 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:57.452492 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:40:57.452979 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:40:57.453210 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:57.453355 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35991 2026.01.09 00:40:58.582761 [ 225 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): 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] 2026.01.09 00:40:58.582852 [ 225 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): 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] 2026.01.09 00:40:58.586060 [ 225 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): 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] 2026.01.09 00:40:59.380146 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2026.01.09 00:40:59.397090 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:40:59.397154 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:40:59.403294 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:40:59.403994 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:40:59.407266 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2026.01.09 00:41:02.048468 [ 225 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.048543 [ 225 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.050269 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:02.050429 [ 269 ] {2ecfe3bb-2cc1-4f72-bf07-0a3922eb5aa1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:41:02.050492 [ 269 ] {2ecfe3bb-2cc1-4f72-bf07-0a3922eb5aa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:41:02.051429 [ 269 ] {2ecfe3bb-2cc1-4f72-bf07-0a3922eb5aa1} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.051470 [ 269 ] {2ecfe3bb-2cc1-4f72-bf07-0a3922eb5aa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.051800 [ 225 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.051866 [ 269 ] {2ecfe3bb-2cc1-4f72-bf07-0a3922eb5aa1} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:41:02.052116 [ 269 ] {2ecfe3bb-2cc1-4f72-bf07-0a3922eb5aa1} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.052245 [ 138 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 6 parts from all_1_50_11 to all_55_55_0 2026.01.09 00:41:02.052275 [ 269 ] {2ecfe3bb-2cc1-4f72-bf07-0a3922eb5aa1} executeQuery: Read 410 rows, 26.63 KiB in 0.001895 sec., 216358.83905013194 rows/sec., 13.72 MiB/sec. 2026.01.09 00:41:02.052316 [ 138 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.052342 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.052347 [ 269 ] {2ecfe3bb-2cc1-4f72-bf07-0a3922eb5aa1} TCPHandler: Processed in 0.002212733 sec. 2026.01.09 00:41:02.052466 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_11 to all_55_55_0 into Compact with storage Full 2026.01.09 00:41:02.052504 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:02.052598 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:02.052613 [ 269 ] {6e2485ed-a49f-4fff-a7ee-b97a6d9c2ea2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:02.052637 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 434 rows starting from the beginning of the part 2026.01.09 00:41:02.052663 [ 269 ] {6e2485ed-a49f-4fff-a7ee-b97a6d9c2ea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:02.052713 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 410 rows starting from the beginning of the part 2026.01.09 00:41:02.052766 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 410 rows starting from the beginning of the part 2026.01.09 00:41:02.052809 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 410 rows starting from the beginning of the part 2026.01.09 00:41:02.052851 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 410 rows starting from the beginning of the part 2026.01.09 00:41:02.052892 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 410 rows starting from the beginning of the part 2026.01.09 00:41:02.054033 [ 269 ] {6e2485ed-a49f-4fff-a7ee-b97a6d9c2ea2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.054076 [ 269 ] {6e2485ed-a49f-4fff-a7ee-b97a6d9c2ea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.054104 [ 188 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001692408 sec., 1467731.1853879206 rows/sec., 98.98 MiB/sec. 2026.01.09 00:41:02.054300 [ 189 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) 2026.01.09 00:41:02.054466 [ 269 ] {6e2485ed-a49f-4fff-a7ee-b97a6d9c2ea2} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.09 00:41:02.054623 [ 189 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.054694 [ 189 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_55_12} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 6 parts: [all_1_50_11, all_55_55_0] -> all_1_55_12 2026.01.09 00:41:02.054785 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.09 00:41:02.054799 [ 269 ] {6e2485ed-a49f-4fff-a7ee-b97a6d9c2ea2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.054961 [ 269 ] {6e2485ed-a49f-4fff-a7ee-b97a6d9c2ea2} executeQuery: Read 1112 rows, 89.84 KiB in 0.00237 sec., 469198.3122362869 rows/sec., 37.02 MiB/sec. 2026.01.09 00:41:02.055009 [ 269 ] {6e2485ed-a49f-4fff-a7ee-b97a6d9c2ea2} TCPHandler: Processed in 0.002558693 sec. 2026.01.09 00:41:02.055305 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:02.055429 [ 269 ] {a6bd2e7e-9a01-4ba5-b4c0-3b8d0c393f9a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:02.055480 [ 269 ] {a6bd2e7e-9a01-4ba5-b4c0-3b8d0c393f9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:02.056091 [ 269 ] {a6bd2e7e-9a01-4ba5-b4c0-3b8d0c393f9a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.056129 [ 269 ] {a6bd2e7e-9a01-4ba5-b4c0-3b8d0c393f9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.056426 [ 269 ] {a6bd2e7e-9a01-4ba5-b4c0-3b8d0c393f9a} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.09 00:41:02.056626 [ 269 ] {a6bd2e7e-9a01-4ba5-b4c0-3b8d0c393f9a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.056741 [ 110 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.09 00:41:02.056756 [ 269 ] {a6bd2e7e-9a01-4ba5-b4c0-3b8d0c393f9a} executeQuery: Read 205 rows, 12.32 KiB in 0.001353 sec., 151515.15151515152 rows/sec., 8.89 MiB/sec. 2026.01.09 00:41:02.056783 [ 110 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.056805 [ 269 ] {a6bd2e7e-9a01-4ba5-b4c0-3b8d0c393f9a} TCPHandler: Processed in 0.001562595 sec. 2026.01.09 00:41:02.056807 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.056911 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.09 00:41:02.056950 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:02.056999 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:02.057030 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 278 rows starting from the beginning of the part 2026.01.09 00:41:02.057046 [ 269 ] {c91c7835-6dd7-4eaa-ba79-e4135f445558} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:41:02.057086 [ 269 ] {c91c7835-6dd7-4eaa-ba79-e4135f445558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:41:02.057093 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 205 rows starting from the beginning of the part 2026.01.09 00:41:02.057144 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:02.057191 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 205 rows starting from the beginning of the part 2026.01.09 00:41:02.057236 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 55 rows starting from the beginning of the part 2026.01.09 00:41:02.057282 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 205 rows starting from the beginning of the part 2026.01.09 00:41:02.057679 [ 269 ] {c91c7835-6dd7-4eaa-ba79-e4135f445558} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.057715 [ 269 ] {c91c7835-6dd7-4eaa-ba79-e4135f445558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.058023 [ 269 ] {c91c7835-6dd7-4eaa-ba79-e4135f445558} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:41:02.058096 [ 188 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 5 columns (5 merged, 0 gathered) in 0.001221005 sec., 809988.4930856138 rows/sec., 52.55 MiB/sec. 2026.01.09 00:41:02.058215 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.09 00:41:02.058226 [ 269 ] {c91c7835-6dd7-4eaa-ba79-e4135f445558} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.058357 [ 269 ] {c91c7835-6dd7-4eaa-ba79-e4135f445558} executeQuery: Read 212 rows, 14.00 KiB in 0.00133 sec., 159398.4962406015 rows/sec., 10.28 MiB/sec. 2026.01.09 00:41:02.058396 [ 269 ] {c91c7835-6dd7-4eaa-ba79-e4135f445558} TCPHandler: Processed in 0.001493983 sec. 2026.01.09 00:41:02.058432 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.058491 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_106_21} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.09 00:41:02.058510 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:02.058551 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:41:02.058605 [ 269 ] {77c1be20-1dfa-4694-856c-d8e55e000ac9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:41:02.058645 [ 269 ] {77c1be20-1dfa-4694-856c-d8e55e000ac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:41:02.059195 [ 269 ] {77c1be20-1dfa-4694-856c-d8e55e000ac9} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.059232 [ 269 ] {77c1be20-1dfa-4694-856c-d8e55e000ac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.059536 [ 269 ] {77c1be20-1dfa-4694-856c-d8e55e000ac9} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:41:02.059735 [ 269 ] {77c1be20-1dfa-4694-856c-d8e55e000ac9} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.059861 [ 269 ] {77c1be20-1dfa-4694-856c-d8e55e000ac9} executeQuery: Read 211 rows, 12.27 KiB in 0.001274 sec., 165620.09419152277 rows/sec., 9.40 MiB/sec. 2026.01.09 00:41:02.059865 [ 152 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 6 parts from all_1_50_11 to all_55_55_0 2026.01.09 00:41:02.059901 [ 269 ] {77c1be20-1dfa-4694-856c-d8e55e000ac9} TCPHandler: Processed in 0.001439031 sec. 2026.01.09 00:41:02.059917 [ 152 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.059942 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.060016 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:02.060040 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_11 to all_55_55_0 into Compact with storage Full 2026.01.09 00:41:02.060115 [ 269 ] {28f711b7-3b17-49d6-a96b-f51d90c25d84} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:02.060148 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:02.060159 [ 269 ] {28f711b7-3b17-49d6-a96b-f51d90c25d84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:02.060183 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 223 rows starting from the beginning of the part 2026.01.09 00:41:02.060243 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 211 rows starting from the beginning of the part 2026.01.09 00:41:02.060288 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 211 rows starting from the beginning of the part 2026.01.09 00:41:02.060330 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 211 rows starting from the beginning of the part 2026.01.09 00:41:02.060368 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 211 rows starting from the beginning of the part 2026.01.09 00:41:02.060410 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 211 rows starting from the beginning of the part 2026.01.09 00:41:02.060961 [ 269 ] {28f711b7-3b17-49d6-a96b-f51d90c25d84} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.061003 [ 269 ] {28f711b7-3b17-49d6-a96b-f51d90c25d84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.061310 [ 194 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001308337 sec., 976812.5490603722 rows/sec., 59.37 MiB/sec. 2026.01.09 00:41:02.061322 [ 269 ] {28f711b7-3b17-49d6-a96b-f51d90c25d84} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.09 00:41:02.061512 [ 190 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) 2026.01.09 00:41:02.061557 [ 269 ] {28f711b7-3b17-49d6-a96b-f51d90c25d84} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.061696 [ 269 ] {28f711b7-3b17-49d6-a96b-f51d90c25d84} executeQuery: Read 679 rows, 48.47 KiB in 0.001599 sec., 424640.40025015635 rows/sec., 29.60 MiB/sec. 2026.01.09 00:41:02.061737 [ 269 ] {28f711b7-3b17-49d6-a96b-f51d90c25d84} TCPHandler: Processed in 0.00176897 sec. 2026.01.09 00:41:02.061840 [ 190 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.061847 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:02.061926 [ 190 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_55_12} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 6 parts: [all_1_50_11, all_55_55_0] -> all_1_55_12 2026.01.09 00:41:02.061955 [ 269 ] {7d4cedab-21c0-4dfa-a759-84c5491e05c1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:41:02.062000 [ 269 ] {7d4cedab-21c0-4dfa-a759-84c5491e05c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:41:02.062025 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.09 00:41:02.062342 [ 269 ] {7d4cedab-21c0-4dfa-a759-84c5491e05c1} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.062382 [ 269 ] {7d4cedab-21c0-4dfa-a759-84c5491e05c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.062682 [ 269 ] {7d4cedab-21c0-4dfa-a759-84c5491e05c1} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.09 00:41:02.062879 [ 269 ] {7d4cedab-21c0-4dfa-a759-84c5491e05c1} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.062999 [ 152 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0 2026.01.09 00:41:02.063009 [ 269 ] {7d4cedab-21c0-4dfa-a759-84c5491e05c1} executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. 2026.01.09 00:41:02.063039 [ 152 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.063059 [ 269 ] {7d4cedab-21c0-4dfa-a759-84c5491e05c1} TCPHandler: Processed in 0.001259956 sec. 2026.01.09 00:41:02.063064 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.063142 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full 2026.01.09 00:41:02.063173 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:02.063175 [ 223 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): 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] 2026.01.09 00:41:02.063214 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:02.063221 [ 223 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): 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] 2026.01.09 00:41:02.063245 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 276 rows starting from the beginning of the part 2026.01.09 00:41:02.063268 [ 269 ] {f1d53706-d57d-4f25-823c-932566d64911} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:02.063292 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part 2026.01.09 00:41:02.063310 [ 269 ] {f1d53706-d57d-4f25-823c-932566d64911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:02.063332 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part 2026.01.09 00:41:02.063365 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part 2026.01.09 00:41:02.063397 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part 2026.01.09 00:41:02.063430 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part 2026.01.09 00:41:02.063786 [ 269 ] {f1d53706-d57d-4f25-823c-932566d64911} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.063821 [ 269 ] {f1d53706-d57d-4f25-823c-932566d64911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.064099 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.000984018 sec., 310969.9212819278 rows/sec., 15.87 MiB/sec. 2026.01.09 00:41:02.064154 [ 269 ] {f1d53706-d57d-4f25-823c-932566d64911} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.09 00:41:02.064259 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) 2026.01.09 00:41:02.064476 [ 269 ] {f1d53706-d57d-4f25-823c-932566d64911} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.064609 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.064618 [ 152 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_123_25 to all_128_128_0 2026.01.09 00:41:02.064626 [ 269 ] {f1d53706-d57d-4f25-823c-932566d64911} executeQuery: Read 314 rows, 21.12 KiB in 0.001376 sec., 228197.67441860464 rows/sec., 14.99 MiB/sec. 2026.01.09 00:41:02.064660 [ 152 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.064686 [ 269 ] {f1d53706-d57d-4f25-823c-932566d64911} TCPHandler: Processed in 0.001560104 sec. 2026.01.09 00:41:02.064688 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.064703 [ 194 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_51_11} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11 2026.01.09 00:41:02.064778 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_123_25 to all_128_128_0 into Compact with storage Full 2026.01.09 00:41:02.064809 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:02.064817 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.09 00:41:02.064862 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:02.064890 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_123_25, total 38231 rows starting from the beginning of the part 2026.01.09 00:41:02.064908 [ 269 ] {4e5f5cd3-6964-48d6-a6cf-9c69d04238d9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:41:02.064932 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 64 rows starting from the beginning of the part 2026.01.09 00:41:02.064950 [ 269 ] {4e5f5cd3-6964-48d6-a6cf-9c69d04238d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:41:02.064968 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part 2026.01.09 00:41:02.065011 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 314 rows starting from the beginning of the part 2026.01.09 00:41:02.065046 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 167 rows starting from the beginning of the part 2026.01.09 00:41:02.065083 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 314 rows starting from the beginning of the part 2026.01.09 00:41:02.065275 [ 269 ] {4e5f5cd3-6964-48d6-a6cf-9c69d04238d9} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.065310 [ 269 ] {4e5f5cd3-6964-48d6-a6cf-9c69d04238d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.065601 [ 269 ] {4e5f5cd3-6964-48d6-a6cf-9c69d04238d9} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:41:02.065852 [ 269 ] {4e5f5cd3-6964-48d6-a6cf-9c69d04238d9} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.065975 [ 152 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 2026.01.09 00:41:02.065998 [ 269 ] {4e5f5cd3-6964-48d6-a6cf-9c69d04238d9} executeQuery: Read 1 rows, 69.00 B in 0.001107 sec., 903.342366757001 rows/sec., 60.87 KiB/sec. 2026.01.09 00:41:02.066003 [ 152 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.066039 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.066048 [ 269 ] {4e5f5cd3-6964-48d6-a6cf-9c69d04238d9} TCPHandler: Processed in 0.001287897 sec. 2026.01.09 00:41:02.066115 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full 2026.01.09 00:41:02.066163 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:02.066226 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:02.066262 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 51 rows starting from the beginning of the part 2026.01.09 00:41:02.066270 [ 269 ] {6a8b01e9-5ebd-41cc-a994-3e015ae06351} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:02.066314 [ 269 ] {6a8b01e9-5ebd-41cc-a994-3e015ae06351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:02.066323 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:02.066372 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:02.066412 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:02.066450 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:02.066489 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:02.066651 [ 223 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): 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] 2026.01.09 00:41:02.066660 [ 269 ] {6a8b01e9-5ebd-41cc-a994-3e015ae06351} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:02.066710 [ 269 ] {6a8b01e9-5ebd-41cc-a994-3e015ae06351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:02.067040 [ 269 ] {6a8b01e9-5ebd-41cc-a994-3e015ae06351} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.09 00:41:02.067259 [ 269 ] {6a8b01e9-5ebd-41cc-a994-3e015ae06351} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.067387 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 4 columns (4 merged, 0 gathered) in 0.001306827 sec., 42851.88475597765 rows/sec., 2.81 MiB/sec. 2026.01.09 00:41:02.067389 [ 269 ] {6a8b01e9-5ebd-41cc-a994-3e015ae06351} executeQuery: Read 104 rows, 6.53 KiB in 0.001137 sec., 91468.77748460862 rows/sec., 5.60 MiB/sec. 2026.01.09 00:41:02.067451 [ 269 ] {6a8b01e9-5ebd-41cc-a994-3e015ae06351} TCPHandler: Processed in 0.001337888 sec. 2026.01.09 00:41:02.067471 [ 222 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.067500 [ 222 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.067523 [ 193 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) 2026.01.09 00:41:02.067779 [ 193 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.067844 [ 193 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_56_12} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 2026.01.09 00:41:02.067923 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:41:02.070074 [ 222 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.071961 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} MergeTask::MergeProjectionsStage: Merge sorted 39250 rows, containing 5 columns (5 merged, 0 gathered) in 0.007207195 sec., 5445946.7240722645 rows/sec., 366.35 MiB/sec. 2026.01.09 00:41:02.072317 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} MergedBlockOutputStream: filled checksums all_1_128_26 (state Temporary) 2026.01.09 00:41:02.072549 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_128_26 to all_1_128_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:02.072610 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_128_26} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_123_25, all_128_128_0] -> all_1_128_26 2026.01.09 00:41:02.072668 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.01.09 00:41:02.874273 [ 220 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.874327 [ 220 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.877430 [ 220 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.940533 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.940591 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:02.942958 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:04.740384 [ 148 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:41:04.740463 [ 148 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:41:04.953470 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36439 2026.01.09 00:41:04.953988 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:04.954023 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:04.954483 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:41:04.954704 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:04.954826 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36439 2026.01.09 00:41:04.954839 [ 151 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.09 00:41:04.954906 [ 151 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:04.954926 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:04.955057 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.09 00:41:04.955218 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:04.955262 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 34071 rows starting from the beginning of the part 2026.01.09 00:41:04.955336 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 448 rows starting from the beginning of the part 2026.01.09 00:41:04.955386 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 512 rows starting from the beginning of the part 2026.01.09 00:41:04.955434 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 448 rows starting from the beginning of the part 2026.01.09 00:41:04.955481 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 512 rows starting from the beginning of the part 2026.01.09 00:41:04.955526 [ 194 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 448 rows starting from the beginning of the part 2026.01.09 00:41:04.957987 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36439 rows, containing 4 columns (4 merged, 0 gathered) in 0.002991175 sec., 12182169.214439142 rows/sec., 174.27 MiB/sec. 2026.01.09 00:41:04.958361 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.09 00:41:04.958649 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:04.958727 [ 189 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_76_15} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.09 00:41:04.958852 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.01.09 00:41:05.056305 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2208 2026.01.09 00:41:05.058699 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:05.058741 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:05.059908 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:41:05.060163 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:05.060313 [ 151 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.09 00:41:05.060368 [ 151 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:05.060386 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:05.060417 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2208 2026.01.09 00:41:05.060489 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.09 00:41:05.061034 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:05.061179 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2030 rows starting from the beginning of the part 2026.01.09 00:41:05.061521 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part 2026.01.09 00:41:05.061824 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part 2026.01.09 00:41:05.062120 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 46 rows starting from the beginning of the part 2026.01.09 00:41:05.062417 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part 2026.01.09 00:41:05.062714 [ 196 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part 2026.01.09 00:41:05.069751 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2208 rows, containing 72 columns (72 merged, 0 gathered) in 0.009307005 sec., 237240.65905197215 rows/sec., 181.91 MiB/sec. 2026.01.09 00:41:05.071633 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.09 00:41:05.072214 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:05.072280 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_56_11} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.09 00:41:05.072542 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. 2026.01.09 00:41:06.907451 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2026.01.09 00:41:06.925758 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:06.925820 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:06.931760 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:41:06.932460 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:06.932774 [ 149 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.09 00:41:06.932835 [ 149 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:06.932855 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:06.932975 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.09 00:41:06.935848 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2026.01.09 00:41:06.936970 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:06.938611 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2026.01.09 00:41:06.943524 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part 2026.01.09 00:41:06.948242 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part 2026.01.09 00:41:06.952985 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2026.01.09 00:41:06.958032 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2026.01.09 00:41:06.962531 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2026.01.09 00:41:07.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 386.80 MiB, peak 388.33 MiB, free memory in arenas 0.00 B, will set to 372.41 MiB (RSS), difference: -14.39 MiB 2026.01.09 00:41:07.015871 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.082953962 sec., 6907.445843273887 rows/sec., 35.72 MiB/sec. 2026.01.09 00:41:07.018006 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.09 00:41:07.019747 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:07.019839 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_76_15} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.09 00:41:07.021547 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.01.09 00:41:07.040712 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:07.040897 [ 269 ] {ea25a46f-ed72-4cb6-b565-b1af2885d319} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:07.040963 [ 269 ] {ea25a46f-ed72-4cb6-b565-b1af2885d319} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:07.041692 [ 269 ] {ea25a46f-ed72-4cb6-b565-b1af2885d319} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:07.041731 [ 269 ] {ea25a46f-ed72-4cb6-b565-b1af2885d319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:07.042131 [ 269 ] {ea25a46f-ed72-4cb6-b565-b1af2885d319} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.09 00:41:07.042352 [ 269 ] {ea25a46f-ed72-4cb6-b565-b1af2885d319} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:07.042510 [ 269 ] {ea25a46f-ed72-4cb6-b565-b1af2885d319} executeQuery: Read 138 rows, 12.27 KiB in 0.001666 sec., 82833.13325330132 rows/sec., 7.19 MiB/sec. 2026.01.09 00:41:07.042551 [ 269 ] {ea25a46f-ed72-4cb6-b565-b1af2885d319} TCPHandler: Processed in 0.001970336 sec. 2026.01.09 00:41:07.042673 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:07.042769 [ 269 ] {3c5b2cde-f9ee-43f4-8d36-cd69cfdbb3fe} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:07.042811 [ 269 ] {3c5b2cde-f9ee-43f4-8d36-cd69cfdbb3fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:07.043230 [ 269 ] {3c5b2cde-f9ee-43f4-8d36-cd69cfdbb3fe} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:07.043265 [ 269 ] {3c5b2cde-f9ee-43f4-8d36-cd69cfdbb3fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:07.043566 [ 269 ] {3c5b2cde-f9ee-43f4-8d36-cd69cfdbb3fe} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.09 00:41:07.043785 [ 269 ] {3c5b2cde-f9ee-43f4-8d36-cd69cfdbb3fe} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:07.043916 [ 269 ] {3c5b2cde-f9ee-43f4-8d36-cd69cfdbb3fe} executeQuery: Read 41 rows, 3.08 KiB in 0.001166 sec., 35162.950257289885 rows/sec., 2.58 MiB/sec. 2026.01.09 00:41:07.043955 [ 269 ] {3c5b2cde-f9ee-43f4-8d36-cd69cfdbb3fe} TCPHandler: Processed in 0.001332638 sec. 2026.01.09 00:41:07.044057 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:07.044153 [ 269 ] {27034bfe-094f-46a4-89d0-b7fe5ab932d4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:07.044193 [ 269 ] {27034bfe-094f-46a4-89d0-b7fe5ab932d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:07.044626 [ 269 ] {27034bfe-094f-46a4-89d0-b7fe5ab932d4} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:07.044661 [ 269 ] {27034bfe-094f-46a4-89d0-b7fe5ab932d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:07.044961 [ 269 ] {27034bfe-094f-46a4-89d0-b7fe5ab932d4} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.09 00:41:07.045170 [ 269 ] {27034bfe-094f-46a4-89d0-b7fe5ab932d4} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:07.045295 [ 269 ] {27034bfe-094f-46a4-89d0-b7fe5ab932d4} executeQuery: Read 105 rows, 8.40 KiB in 0.00116 sec., 90517.24137931035 rows/sec., 7.07 MiB/sec. 2026.01.09 00:41:07.045333 [ 269 ] {27034bfe-094f-46a4-89d0-b7fe5ab932d4} TCPHandler: Processed in 0.001325088 sec. 2026.01.09 00:41:07.045441 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:07.045537 [ 269 ] {9d357e29-6046-4097-abf8-92c3dc87169e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:07.045579 [ 269 ] {9d357e29-6046-4097-abf8-92c3dc87169e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:07.045991 [ 269 ] {9d357e29-6046-4097-abf8-92c3dc87169e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:07.046024 [ 269 ] {9d357e29-6046-4097-abf8-92c3dc87169e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:07.046351 [ 269 ] {9d357e29-6046-4097-abf8-92c3dc87169e} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.09 00:41:07.046557 [ 269 ] {9d357e29-6046-4097-abf8-92c3dc87169e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:07.046688 [ 269 ] {9d357e29-6046-4097-abf8-92c3dc87169e} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.01.09 00:41:07.046725 [ 269 ] {9d357e29-6046-4097-abf8-92c3dc87169e} TCPHandler: Processed in 0.001333108 sec. 2026.01.09 00:41:07.046859 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:07.046987 [ 269 ] {12f11c8e-9390-42d1-a4a6-dc057764f3bf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:07.047055 [ 269 ] {12f11c8e-9390-42d1-a4a6-dc057764f3bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:41:07.048085 [ 269 ] {12f11c8e-9390-42d1-a4a6-dc057764f3bf} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:07.048119 [ 269 ] {12f11c8e-9390-42d1-a4a6-dc057764f3bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:07.048720 [ 269 ] {12f11c8e-9390-42d1-a4a6-dc057764f3bf} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:41:07.048942 [ 269 ] {12f11c8e-9390-42d1-a4a6-dc057764f3bf} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:07.049047 [ 149 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.09 00:41:07.049084 [ 269 ] {12f11c8e-9390-42d1-a4a6-dc057764f3bf} executeQuery: Read 41 rows, 75.23 KiB in 0.002123 sec., 19312.293923692887 rows/sec., 34.61 MiB/sec. 2026.01.09 00:41:07.049089 [ 149 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:07.049119 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:07.049157 [ 269 ] {12f11c8e-9390-42d1-a4a6-dc057764f3bf} TCPHandler: Processed in 0.002361597 sec. 2026.01.09 00:41:07.049223 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.09 00:41:07.049275 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:07.049378 [ 269 ] {09846995-237f-4209-af4b-f92dc2302482} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:07.049421 [ 269 ] {09846995-237f-4209-af4b-f92dc2302482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:07.049455 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:07.049518 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1967 rows starting from the beginning of the part 2026.01.09 00:41:07.049661 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:07.049765 [ 269 ] {09846995-237f-4209-af4b-f92dc2302482} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:07.049795 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:07.049806 [ 269 ] {09846995-237f-4209-af4b-f92dc2302482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:07.049935 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:07.050051 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:07.050136 [ 269 ] {09846995-237f-4209-af4b-f92dc2302482} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.09 00:41:07.050162 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:07.050366 [ 269 ] {09846995-237f-4209-af4b-f92dc2302482} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:07.050502 [ 269 ] {09846995-237f-4209-af4b-f92dc2302482} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2026.01.09 00:41:07.050541 [ 269 ] {09846995-237f-4209-af4b-f92dc2302482} TCPHandler: Processed in 0.001318218 sec. 2026.01.09 00:41:07.062404 [ 198 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 19 columns (19 merged, 0 gathered) in 0.013229206 sec., 164182.18901421595 rows/sec., 294.21 MiB/sec. 2026.01.09 00:41:07.064088 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.09 00:41:07.064437 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:07.064509 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_56_11} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.09 00:41:07.064604 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.15 MiB. 2026.01.09 00:41:08.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 359.50 MiB, peak 388.33 MiB, free memory in arenas 0.00 B, will set to 380.05 MiB (RSS), difference: 20.55 MiB 2026.01.09 00:41:09.476773 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.476983 [ 269 ] {cf458dea-3751-45ec-ae7b-5ce96b9bf326} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:41:09.477064 [ 269 ] {cf458dea-3751-45ec-ae7b-5ce96b9bf326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:41:09.478101 [ 269 ] {cf458dea-3751-45ec-ae7b-5ce96b9bf326} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.478172 [ 269 ] {cf458dea-3751-45ec-ae7b-5ce96b9bf326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.478689 [ 269 ] {cf458dea-3751-45ec-ae7b-5ce96b9bf326} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:41:09.478931 [ 269 ] {cf458dea-3751-45ec-ae7b-5ce96b9bf326} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.479107 [ 269 ] {cf458dea-3751-45ec-ae7b-5ce96b9bf326} executeQuery: Read 410 rows, 26.63 KiB in 0.002178 sec., 188246.09733700645 rows/sec., 11.94 MiB/sec. 2026.01.09 00:41:09.479166 [ 269 ] {cf458dea-3751-45ec-ae7b-5ce96b9bf326} TCPHandler: Processed in 0.002597594 sec. 2026.01.09 00:41:09.479289 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.479399 [ 269 ] {1d85ceb5-40b8-42cc-a860-43216ff6f611} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:41:09.479449 [ 269 ] {1d85ceb5-40b8-42cc-a860-43216ff6f611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:41:09.479907 [ 269 ] {1d85ceb5-40b8-42cc-a860-43216ff6f611} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.479947 [ 269 ] {1d85ceb5-40b8-42cc-a860-43216ff6f611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.480269 [ 269 ] {1d85ceb5-40b8-42cc-a860-43216ff6f611} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.09 00:41:09.480482 [ 269 ] {1d85ceb5-40b8-42cc-a860-43216ff6f611} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.480628 [ 269 ] {1d85ceb5-40b8-42cc-a860-43216ff6f611} executeQuery: Read 2 rows, 167.00 B in 0.001256 sec., 1592.3566878980891 rows/sec., 129.85 KiB/sec. 2026.01.09 00:41:09.480671 [ 269 ] {1d85ceb5-40b8-42cc-a860-43216ff6f611} TCPHandler: Processed in 0.001436211 sec. 2026.01.09 00:41:09.480800 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.480916 [ 269 ] {9cd43257-cecc-4419-8b95-5d5e65db6584} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:09.480966 [ 269 ] {9cd43257-cecc-4419-8b95-5d5e65db6584} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:09.482848 [ 269 ] {9cd43257-cecc-4419-8b95-5d5e65db6584} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.482894 [ 269 ] {9cd43257-cecc-4419-8b95-5d5e65db6584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.483472 [ 269 ] {9cd43257-cecc-4419-8b95-5d5e65db6584} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.09 00:41:09.483705 [ 269 ] {9cd43257-cecc-4419-8b95-5d5e65db6584} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.483880 [ 269 ] {9cd43257-cecc-4419-8b95-5d5e65db6584} executeQuery: Read 2253 rows, 186.48 KiB in 0.00299 sec., 753511.7056856187 rows/sec., 60.91 MiB/sec. 2026.01.09 00:41:09.483932 [ 269 ] {9cd43257-cecc-4419-8b95-5d5e65db6584} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:41:09.483947 [ 269 ] {9cd43257-cecc-4419-8b95-5d5e65db6584} TCPHandler: Processed in 0.003207591 sec. 2026.01.09 00:41:09.484081 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.484184 [ 269 ] {37d61e00-8103-4931-b32a-8b9d7d97a20f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:09.484228 [ 269 ] {37d61e00-8103-4931-b32a-8b9d7d97a20f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:09.484754 [ 269 ] {37d61e00-8103-4931-b32a-8b9d7d97a20f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.484793 [ 269 ] {37d61e00-8103-4931-b32a-8b9d7d97a20f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.485135 [ 269 ] {37d61e00-8103-4931-b32a-8b9d7d97a20f} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.09 00:41:09.485357 [ 269 ] {37d61e00-8103-4931-b32a-8b9d7d97a20f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.485503 [ 269 ] {37d61e00-8103-4931-b32a-8b9d7d97a20f} executeQuery: Read 207 rows, 12.46 KiB in 0.001339 sec., 154592.9798356983 rows/sec., 9.08 MiB/sec. 2026.01.09 00:41:09.485545 [ 269 ] {37d61e00-8103-4931-b32a-8b9d7d97a20f} TCPHandler: Processed in 0.001520403 sec. 2026.01.09 00:41:09.485661 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.485761 [ 269 ] {14390b0f-0519-4a59-9f1c-3a0b580808f7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:41:09.485805 [ 269 ] {14390b0f-0519-4a59-9f1c-3a0b580808f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:41:09.486376 [ 269 ] {14390b0f-0519-4a59-9f1c-3a0b580808f7} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.486414 [ 269 ] {14390b0f-0519-4a59-9f1c-3a0b580808f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.486748 [ 269 ] {14390b0f-0519-4a59-9f1c-3a0b580808f7} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:41:09.486965 [ 269 ] {14390b0f-0519-4a59-9f1c-3a0b580808f7} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.487097 [ 144 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.09 00:41:09.487113 [ 269 ] {14390b0f-0519-4a59-9f1c-3a0b580808f7} executeQuery: Read 440 rows, 29.81 KiB in 0.00137 sec., 321167.8832116788 rows/sec., 21.25 MiB/sec. 2026.01.09 00:41:09.487179 [ 144 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.487196 [ 269 ] {14390b0f-0519-4a59-9f1c-3a0b580808f7} TCPHandler: Processed in 0.001585435 sec. 2026.01.09 00:41:09.487211 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.487315 [ 201 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.09 00:41:09.487324 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.487409 [ 201 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:09.487429 [ 269 ] {27426047-858b-4992-b823-a0b842b456c0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:41:09.487436 [ 201 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 466 rows starting from the beginning of the part 2026.01.09 00:41:09.487471 [ 269 ] {27426047-858b-4992-b823-a0b842b456c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:41:09.487501 [ 201 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 212 rows starting from the beginning of the part 2026.01.09 00:41:09.487547 [ 201 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 440 rows starting from the beginning of the part 2026.01.09 00:41:09.487590 [ 201 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 212 rows starting from the beginning of the part 2026.01.09 00:41:09.487631 [ 201 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 212 rows starting from the beginning of the part 2026.01.09 00:41:09.487672 [ 201 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 440 rows starting from the beginning of the part 2026.01.09 00:41:09.487974 [ 269 ] {27426047-858b-4992-b823-a0b842b456c0} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.488011 [ 269 ] {27426047-858b-4992-b823-a0b842b456c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.488343 [ 269 ] {27426047-858b-4992-b823-a0b842b456c0} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:41:09.488564 [ 269 ] {27426047-858b-4992-b823-a0b842b456c0} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.488707 [ 269 ] {27426047-858b-4992-b823-a0b842b456c0} executeQuery: Read 211 rows, 12.27 KiB in 0.001296 sec., 162808.64197530862 rows/sec., 9.25 MiB/sec. 2026.01.09 00:41:09.488748 [ 269 ] {27426047-858b-4992-b823-a0b842b456c0} TCPHandler: Processed in 0.001475272 sec. 2026.01.09 00:41:09.488752 [ 202 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1982 rows, containing 5 columns (5 merged, 0 gathered) in 0.001465392 sec., 1352539.1158133796 rows/sec., 94.19 MiB/sec. 2026.01.09 00:41:09.488873 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.488975 [ 269 ] {4d2ab76d-1447-419b-aac9-a2652977939c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:09.489018 [ 269 ] {4d2ab76d-1447-419b-aac9-a2652977939c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:09.489028 [ 202 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.09 00:41:09.489375 [ 202 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.489463 [ 202 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_61_12} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.09 00:41:09.489581 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:41:09.489858 [ 269 ] {4d2ab76d-1447-419b-aac9-a2652977939c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.489901 [ 269 ] {4d2ab76d-1447-419b-aac9-a2652977939c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.490290 [ 269 ] {4d2ab76d-1447-419b-aac9-a2652977939c} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.09 00:41:09.490524 [ 269 ] {4d2ab76d-1447-419b-aac9-a2652977939c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.490665 [ 269 ] {4d2ab76d-1447-419b-aac9-a2652977939c} executeQuery: Read 1137 rows, 82.92 KiB in 0.001708 sec., 665690.8665105386 rows/sec., 47.41 MiB/sec. 2026.01.09 00:41:09.490705 [ 269 ] {4d2ab76d-1447-419b-aac9-a2652977939c} TCPHandler: Processed in 0.001884724 sec. 2026.01.09 00:41:09.490824 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.490924 [ 269 ] {a09534ac-3e27-41a2-a531-66770d25ac62} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:41:09.490967 [ 269 ] {a09534ac-3e27-41a2-a531-66770d25ac62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:41:09.491319 [ 269 ] {a09534ac-3e27-41a2-a531-66770d25ac62} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.491356 [ 269 ] {a09534ac-3e27-41a2-a531-66770d25ac62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.491668 [ 269 ] {a09534ac-3e27-41a2-a531-66770d25ac62} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.09 00:41:09.491888 [ 269 ] {a09534ac-3e27-41a2-a531-66770d25ac62} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.492025 [ 269 ] {a09534ac-3e27-41a2-a531-66770d25ac62} executeQuery: Read 6 rows, 321.00 B in 0.00112 sec., 5357.142857142858 rows/sec., 279.89 KiB/sec. 2026.01.09 00:41:09.492069 [ 269 ] {a09534ac-3e27-41a2-a531-66770d25ac62} TCPHandler: Processed in 0.001293417 sec. 2026.01.09 00:41:09.492184 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.492279 [ 269 ] {4eb6ba61-36d4-4eae-aee2-1891b62cc722} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:09.492324 [ 269 ] {4eb6ba61-36d4-4eae-aee2-1891b62cc722} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:09.492956 [ 269 ] {4eb6ba61-36d4-4eae-aee2-1891b62cc722} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.493001 [ 269 ] {4eb6ba61-36d4-4eae-aee2-1891b62cc722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.493521 [ 269 ] {4eb6ba61-36d4-4eae-aee2-1891b62cc722} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.09 00:41:09.493908 [ 269 ] {4eb6ba61-36d4-4eae-aee2-1891b62cc722} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.494057 [ 269 ] {4eb6ba61-36d4-4eae-aee2-1891b62cc722} executeQuery: Read 935 rows, 63.39 KiB in 0.001795 sec., 520891.364902507 rows/sec., 34.48 MiB/sec. 2026.01.09 00:41:09.494104 [ 269 ] {4eb6ba61-36d4-4eae-aee2-1891b62cc722} TCPHandler: Processed in 0.001968765 sec. 2026.01.09 00:41:09.494221 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.494382 [ 269 ] {ee3b3bb6-79cc-450f-bba1-a06758398e79} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:41:09.494451 [ 269 ] {ee3b3bb6-79cc-450f-bba1-a06758398e79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:41:09.494881 [ 269 ] {ee3b3bb6-79cc-450f-bba1-a06758398e79} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.494929 [ 269 ] {ee3b3bb6-79cc-450f-bba1-a06758398e79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.495387 [ 269 ] {ee3b3bb6-79cc-450f-bba1-a06758398e79} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:41:09.495709 [ 269 ] {ee3b3bb6-79cc-450f-bba1-a06758398e79} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.495892 [ 269 ] {ee3b3bb6-79cc-450f-bba1-a06758398e79} executeQuery: Read 1 rows, 69.00 B in 0.001537 sec., 650.6180871828237 rows/sec., 43.84 KiB/sec. 2026.01.09 00:41:09.495944 [ 269 ] {ee3b3bb6-79cc-450f-bba1-a06758398e79} TCPHandler: Processed in 0.00177291 sec. 2026.01.09 00:41:09.496083 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:09.496207 [ 269 ] {ae7599c4-48a2-42cf-ba7a-ed17ac0e6582} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:09.496265 [ 269 ] {ae7599c4-48a2-42cf-ba7a-ed17ac0e6582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:09.496694 [ 269 ] {ae7599c4-48a2-42cf-ba7a-ed17ac0e6582} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:09.496737 [ 269 ] {ae7599c4-48a2-42cf-ba7a-ed17ac0e6582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:09.497152 [ 269 ] {ae7599c4-48a2-42cf-ba7a-ed17ac0e6582} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.09 00:41:09.497460 [ 269 ] {ae7599c4-48a2-42cf-ba7a-ed17ac0e6582} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:09.497636 [ 269 ] {ae7599c4-48a2-42cf-ba7a-ed17ac0e6582} executeQuery: Read 80 rows, 4.87 KiB in 0.001454 sec., 55020.63273727648 rows/sec., 3.27 MiB/sec. 2026.01.09 00:41:09.497686 [ 269 ] {ae7599c4-48a2-42cf-ba7a-ed17ac0e6582} TCPHandler: Processed in 0.001664808 sec. 2026.01.09 00:41:12.033579 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:12.033793 [ 269 ] {bb635ad0-67ae-4467-b94f-d479352e481c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:12.033864 [ 269 ] {bb635ad0-67ae-4467-b94f-d479352e481c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:12.034513 [ 269 ] {bb635ad0-67ae-4467-b94f-d479352e481c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:12.034558 [ 269 ] {bb635ad0-67ae-4467-b94f-d479352e481c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:12.034939 [ 269 ] {bb635ad0-67ae-4467-b94f-d479352e481c} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.09 00:41:12.035163 [ 269 ] {bb635ad0-67ae-4467-b94f-d479352e481c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:12.035317 [ 269 ] {bb635ad0-67ae-4467-b94f-d479352e481c} executeQuery: Read 56 rows, 4.41 KiB in 0.001576 sec., 35532.99492385787 rows/sec., 2.73 MiB/sec. 2026.01.09 00:41:12.035330 [ 142 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.09 00:41:12.035360 [ 269 ] {bb635ad0-67ae-4467-b94f-d479352e481c} TCPHandler: Processed in 0.001918575 sec. 2026.01.09 00:41:12.035409 [ 142 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:12.035438 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:12.035511 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:12.035534 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.01.09 00:41:12.035612 [ 269 ] {9a852a93-3d92-43db-94b5-3150caf80fcf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:12.035622 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:12.035652 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2466 rows starting from the beginning of the part 2026.01.09 00:41:12.035652 [ 269 ] {9a852a93-3d92-43db-94b5-3150caf80fcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:12.035709 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 145 rows starting from the beginning of the part 2026.01.09 00:41:12.035752 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:41:12.035793 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 138 rows starting from the beginning of the part 2026.01.09 00:41:12.035833 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:41:12.035870 [ 201 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 56 rows starting from the beginning of the part 2026.01.09 00:41:12.036115 [ 269 ] {9a852a93-3d92-43db-94b5-3150caf80fcf} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:12.036150 [ 269 ] {9a852a93-3d92-43db-94b5-3150caf80fcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:12.036462 [ 269 ] {9a852a93-3d92-43db-94b5-3150caf80fcf} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.09 00:41:12.036665 [ 269 ] {9a852a93-3d92-43db-94b5-3150caf80fcf} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:12.036781 [ 142 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.09 00:41:12.036792 [ 269 ] {9a852a93-3d92-43db-94b5-3150caf80fcf} executeQuery: Read 64 rows, 5.12 KiB in 0.001199 sec., 53377.81484570476 rows/sec., 4.17 MiB/sec. 2026.01.09 00:41:12.036818 [ 142 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:12.036841 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:12.036842 [ 269 ] {9a852a93-3d92-43db-94b5-3150caf80fcf} TCPHandler: Processed in 0.001380539 sec. 2026.01.09 00:41:12.036933 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.01.09 00:41:12.036977 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:12.037051 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:12.037076 [ 269 ] {37eca705-6e99-4ad3-a704-a29a05561010} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:12.037088 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1250 rows starting from the beginning of the part 2026.01.09 00:41:12.037127 [ 269 ] {37eca705-6e99-4ad3-a704-a29a05561010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:12.037167 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 119 rows starting from the beginning of the part 2026.01.09 00:41:12.037219 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 679 rows starting from the beginning of the part 2026.01.09 00:41:12.037259 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 105 rows starting from the beginning of the part 2026.01.09 00:41:12.037299 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:41:12.037340 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 64 rows starting from the beginning of the part 2026.01.09 00:41:12.037501 [ 269 ] {37eca705-6e99-4ad3-a704-a29a05561010} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:12.037542 [ 269 ] {37eca705-6e99-4ad3-a704-a29a05561010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:12.037834 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 6170 rows, containing 5 columns (5 merged, 0 gathered) in 0.002332157 sec., 2645619.4844515184 rows/sec., 224.66 MiB/sec. 2026.01.09 00:41:12.037879 [ 269 ] {37eca705-6e99-4ad3-a704-a29a05561010} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.09 00:41:12.038113 [ 269 ] {37eca705-6e99-4ad3-a704-a29a05561010} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:12.038162 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.09 00:41:12.038252 [ 269 ] {37eca705-6e99-4ad3-a704-a29a05561010} executeQuery: Read 64 rows, 4.56 KiB in 0.001195 sec., 53556.48535564853 rows/sec., 3.73 MiB/sec. 2026.01.09 00:41:12.038295 [ 269 ] {37eca705-6e99-4ad3-a704-a29a05561010} TCPHandler: Processed in 0.001366959 sec. 2026.01.09 00:41:12.038410 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:12.038494 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:12.038505 [ 269 ] {bee4b89b-9116-4bba-afae-e93b4090a058} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:12.038555 [ 269 ] {bee4b89b-9116-4bba-afae-e93b4090a058} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:12.038592 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_131_26} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.09 00:41:12.038699 [ 187 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 3354 rows, containing 5 columns (5 merged, 0 gathered) in 0.001807532 sec., 1855568.8087403155 rows/sec., 140.43 MiB/sec. 2026.01.09 00:41:12.038716 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.09 00:41:12.038883 [ 269 ] {bee4b89b-9116-4bba-afae-e93b4090a058} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:12.038917 [ 187 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.09 00:41:12.038925 [ 269 ] {bee4b89b-9116-4bba-afae-e93b4090a058} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:12.039252 [ 187 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:12.039297 [ 269 ] {bee4b89b-9116-4bba-afae-e93b4090a058} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.09 00:41:12.039337 [ 187 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_131_26} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.09 00:41:12.039426 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.09 00:41:12.039515 [ 269 ] {bee4b89b-9116-4bba-afae-e93b4090a058} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:12.039646 [ 142 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.09 00:41:12.039650 [ 269 ] {bee4b89b-9116-4bba-afae-e93b4090a058} executeQuery: Read 24 rows, 1.66 KiB in 0.001162 sec., 20654.04475043029 rows/sec., 1.39 MiB/sec. 2026.01.09 00:41:12.039689 [ 142 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:12.039709 [ 269 ] {bee4b89b-9116-4bba-afae-e93b4090a058} TCPHandler: Processed in 0.001346569 sec. 2026.01.09 00:41:12.039712 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:12.039809 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.01.09 00:41:12.039916 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:12.039948 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} MergeTreeSequentialSource: Reading 3 marks from part all_1_126_25, total 8680 rows starting from the beginning of the part 2026.01.09 00:41:12.040009 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part 2026.01.09 00:41:12.040052 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 104 rows starting from the beginning of the part 2026.01.09 00:41:12.040094 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part 2026.01.09 00:41:12.040132 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 80 rows starting from the beginning of the part 2026.01.09 00:41:12.040169 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 24 rows starting from the beginning of the part 2026.01.09 00:41:12.042617 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 9008 rows, containing 4 columns (4 merged, 0 gathered) in 0.002843751 sec., 3167647.237750422 rows/sec., 201.84 MiB/sec. 2026.01.09 00:41:12.042749 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.09 00:41:12.042986 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:12.043052 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_131_26} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.09 00:41:12.043112 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. 2026.01.09 00:41:12.455836 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36951 2026.01.09 00:41:12.456348 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:12.456383 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:12.456855 [ 245 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:41:12.457091 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:12.457222 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36951 2026.01.09 00:41:14.436747 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2026.01.09 00:41:14.453934 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:14.454005 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:14.460007 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:41:14.460749 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:14.463975 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2026.01.09 00:41:15.061492 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2250 2026.01.09 00:41:15.064146 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:15.064199 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:15.065428 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:41:15.065716 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:15.066117 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2250 2026.01.09 00:41:17.040707 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:17.040897 [ 269 ] {6479e237-7a56-4000-b8b8-af58fb73028d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:17.040960 [ 269 ] {6479e237-7a56-4000-b8b8-af58fb73028d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:17.041672 [ 269 ] {6479e237-7a56-4000-b8b8-af58fb73028d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:17.041720 [ 269 ] {6479e237-7a56-4000-b8b8-af58fb73028d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:17.042109 [ 269 ] {6479e237-7a56-4000-b8b8-af58fb73028d} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.09 00:41:17.042335 [ 269 ] {6479e237-7a56-4000-b8b8-af58fb73028d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:17.042490 [ 269 ] {6479e237-7a56-4000-b8b8-af58fb73028d} executeQuery: Read 138 rows, 12.27 KiB in 0.001639 sec., 84197.68151311776 rows/sec., 7.31 MiB/sec. 2026.01.09 00:41:17.042531 [ 269 ] {6479e237-7a56-4000-b8b8-af58fb73028d} TCPHandler: Processed in 0.001950436 sec. 2026.01.09 00:41:17.042644 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:17.042738 [ 269 ] {99a74f64-da97-4213-b6e2-5b2b4e1fbe21} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:17.042779 [ 269 ] {99a74f64-da97-4213-b6e2-5b2b4e1fbe21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:17.043187 [ 269 ] {99a74f64-da97-4213-b6e2-5b2b4e1fbe21} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:17.043223 [ 269 ] {99a74f64-da97-4213-b6e2-5b2b4e1fbe21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:17.043504 [ 269 ] {99a74f64-da97-4213-b6e2-5b2b4e1fbe21} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.09 00:41:17.043709 [ 269 ] {99a74f64-da97-4213-b6e2-5b2b4e1fbe21} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:17.043834 [ 269 ] {99a74f64-da97-4213-b6e2-5b2b4e1fbe21} executeQuery: Read 41 rows, 3.08 KiB in 0.001115 sec., 36771.30044843049 rows/sec., 2.70 MiB/sec. 2026.01.09 00:41:17.043873 [ 269 ] {99a74f64-da97-4213-b6e2-5b2b4e1fbe21} TCPHandler: Processed in 0.001277777 sec. 2026.01.09 00:41:17.043980 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:17.044073 [ 269 ] {9c02e405-1ed5-4d15-ac7d-50f4ed4ae089} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:17.044112 [ 269 ] {9c02e405-1ed5-4d15-ac7d-50f4ed4ae089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:17.044571 [ 269 ] {9c02e405-1ed5-4d15-ac7d-50f4ed4ae089} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:17.044608 [ 269 ] {9c02e405-1ed5-4d15-ac7d-50f4ed4ae089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:17.044916 [ 269 ] {9c02e405-1ed5-4d15-ac7d-50f4ed4ae089} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.09 00:41:17.045118 [ 269 ] {9c02e405-1ed5-4d15-ac7d-50f4ed4ae089} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:17.045246 [ 269 ] {9c02e405-1ed5-4d15-ac7d-50f4ed4ae089} executeQuery: Read 105 rows, 8.40 KiB in 0.001191 sec., 88161.20906801008 rows/sec., 6.89 MiB/sec. 2026.01.09 00:41:17.045285 [ 269 ] {9c02e405-1ed5-4d15-ac7d-50f4ed4ae089} TCPHandler: Processed in 0.001353058 sec. 2026.01.09 00:41:17.045426 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:17.045521 [ 269 ] {da970930-9f2c-4bda-a270-46c2d5c75f3b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:17.045566 [ 269 ] {da970930-9f2c-4bda-a270-46c2d5c75f3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:17.046019 [ 269 ] {da970930-9f2c-4bda-a270-46c2d5c75f3b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:17.046057 [ 269 ] {da970930-9f2c-4bda-a270-46c2d5c75f3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:17.046380 [ 269 ] {da970930-9f2c-4bda-a270-46c2d5c75f3b} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.09 00:41:17.046600 [ 269 ] {da970930-9f2c-4bda-a270-46c2d5c75f3b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:17.046732 [ 269 ] {da970930-9f2c-4bda-a270-46c2d5c75f3b} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2026.01.09 00:41:17.046770 [ 269 ] {da970930-9f2c-4bda-a270-46c2d5c75f3b} TCPHandler: Processed in 0.001393089 sec. 2026.01.09 00:41:17.046875 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:17.046984 [ 269 ] {b58ab867-3e8b-464d-b009-2724f4383f16} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:17.047038 [ 269 ] {b58ab867-3e8b-464d-b009-2724f4383f16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:41:17.047863 [ 269 ] {b58ab867-3e8b-464d-b009-2724f4383f16} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:17.047899 [ 269 ] {b58ab867-3e8b-464d-b009-2724f4383f16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:17.048457 [ 269 ] {b58ab867-3e8b-464d-b009-2724f4383f16} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:41:17.048665 [ 269 ] {b58ab867-3e8b-464d-b009-2724f4383f16} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:17.048800 [ 269 ] {b58ab867-3e8b-464d-b009-2724f4383f16} executeQuery: Read 41 rows, 75.23 KiB in 0.001835 sec., 22343.3242506812 rows/sec., 40.04 MiB/sec. 2026.01.09 00:41:17.048853 [ 269 ] {b58ab867-3e8b-464d-b009-2724f4383f16} TCPHandler: Processed in 0.002026378 sec. 2026.01.09 00:41:17.048966 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:17.049058 [ 269 ] {3854530f-c315-4eca-8b61-2bd6012727af} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:17.049099 [ 269 ] {3854530f-c315-4eca-8b61-2bd6012727af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:17.049423 [ 269 ] {3854530f-c315-4eca-8b61-2bd6012727af} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:17.049458 [ 269 ] {3854530f-c315-4eca-8b61-2bd6012727af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:17.049750 [ 269 ] {3854530f-c315-4eca-8b61-2bd6012727af} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.09 00:41:17.049948 [ 269 ] {3854530f-c315-4eca-8b61-2bd6012727af} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:17.050075 [ 269 ] {3854530f-c315-4eca-8b61-2bd6012727af} executeQuery: Read 60 rows, 4.14 KiB in 0.001035 sec., 57971.01449275363 rows/sec., 3.91 MiB/sec. 2026.01.09 00:41:17.050110 [ 269 ] {3854530f-c315-4eca-8b61-2bd6012727af} TCPHandler: Processed in 0.001192574 sec. 2026.01.09 00:41:18.187473 [ 220 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:18.187520 [ 220 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:18.191364 [ 220 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:19.740698 [ 132 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:41:19.740756 [ 132 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:41:19.957529 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 37399 2026.01.09 00:41:19.958095 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:19.958151 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:19.958683 [ 245 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:41:19.958919 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:19.959065 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37399 2026.01.09 00:41:20.092362 [ 132 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2026.01.09 00:41:20.092406 [ 132 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:20.092443 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:20.092610 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2026.01.09 00:41:20.092838 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:20.092896 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part 2026.01.09 00:41:20.093006 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2026.01.09 00:41:20.093132 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part 2026.01.09 00:41:20.093207 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part 2026.01.09 00:41:20.093273 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part 2026.01.09 00:41:20.094125 [ 193 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001589695 sec., 25162.059388750673 rows/sec., 2.10 MiB/sec. 2026.01.09 00:41:20.094292 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2026.01.09 00:41:20.094545 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:20.094611 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_29_7} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2026.01.09 00:41:20.094703 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:41:21.964173 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2026.01.09 00:41:21.982595 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:21.982649 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:21.988851 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:41:21.989564 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:21.992643 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2026.01.09 00:41:22.049891 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:22.050074 [ 269 ] {d0e5bb22-9110-4ebe-86c2-05451b1cac16} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:41:22.050142 [ 269 ] {d0e5bb22-9110-4ebe-86c2-05451b1cac16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:41:22.051002 [ 269 ] {d0e5bb22-9110-4ebe-86c2-05451b1cac16} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.051053 [ 269 ] {d0e5bb22-9110-4ebe-86c2-05451b1cac16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:22.051478 [ 269 ] {d0e5bb22-9110-4ebe-86c2-05451b1cac16} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:41:22.051723 [ 269 ] {d0e5bb22-9110-4ebe-86c2-05451b1cac16} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.051894 [ 269 ] {d0e5bb22-9110-4ebe-86c2-05451b1cac16} executeQuery: Read 410 rows, 26.63 KiB in 0.001863 sec., 220075.14761137948 rows/sec., 13.96 MiB/sec. 2026.01.09 00:41:22.051949 [ 269 ] {d0e5bb22-9110-4ebe-86c2-05451b1cac16} TCPHandler: Processed in 0.002188893 sec. 2026.01.09 00:41:22.052076 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:22.052182 [ 269 ] {73a53e3e-87b8-4779-8f36-4cd8f6af25a1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:22.052228 [ 269 ] {73a53e3e-87b8-4779-8f36-4cd8f6af25a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:22.053262 [ 269 ] {73a53e3e-87b8-4779-8f36-4cd8f6af25a1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.053299 [ 269 ] {73a53e3e-87b8-4779-8f36-4cd8f6af25a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:22.053670 [ 269 ] {73a53e3e-87b8-4779-8f36-4cd8f6af25a1} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.09 00:41:22.053880 [ 269 ] {73a53e3e-87b8-4779-8f36-4cd8f6af25a1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.054019 [ 269 ] {73a53e3e-87b8-4779-8f36-4cd8f6af25a1} executeQuery: Read 1112 rows, 89.84 KiB in 0.001859 sec., 598171.0597095212 rows/sec., 47.20 MiB/sec. 2026.01.09 00:41:22.054059 [ 269 ] {73a53e3e-87b8-4779-8f36-4cd8f6af25a1} TCPHandler: Processed in 0.002035878 sec. 2026.01.09 00:41:22.054130 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.054179 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:22.054184 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.054284 [ 269 ] {25c12a66-e8f5-462b-9d0a-1fe08b16283c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:22.054330 [ 269 ] {25c12a66-e8f5-462b-9d0a-1fe08b16283c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:22.054846 [ 269 ] {25c12a66-e8f5-462b-9d0a-1fe08b16283c} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.054884 [ 269 ] {25c12a66-e8f5-462b-9d0a-1fe08b16283c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:22.055217 [ 269 ] {25c12a66-e8f5-462b-9d0a-1fe08b16283c} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.09 00:41:22.055489 [ 269 ] {25c12a66-e8f5-462b-9d0a-1fe08b16283c} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.055634 [ 269 ] {25c12a66-e8f5-462b-9d0a-1fe08b16283c} executeQuery: Read 205 rows, 12.32 KiB in 0.001369 sec., 149744.3389335281 rows/sec., 8.79 MiB/sec. 2026.01.09 00:41:22.055682 [ 269 ] {25c12a66-e8f5-462b-9d0a-1fe08b16283c} TCPHandler: Processed in 0.001556894 sec. 2026.01.09 00:41:22.055792 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:22.055897 [ 269 ] {0d1bd7dd-0b8f-4a9c-b94c-3c0076fe0825} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:41:22.055939 [ 269 ] {0d1bd7dd-0b8f-4a9c-b94c-3c0076fe0825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:41:22.056463 [ 269 ] {0d1bd7dd-0b8f-4a9c-b94c-3c0076fe0825} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.056501 [ 269 ] {0d1bd7dd-0b8f-4a9c-b94c-3c0076fe0825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:22.056840 [ 269 ] {0d1bd7dd-0b8f-4a9c-b94c-3c0076fe0825} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:41:22.057065 [ 269 ] {0d1bd7dd-0b8f-4a9c-b94c-3c0076fe0825} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.057197 [ 269 ] {0d1bd7dd-0b8f-4a9c-b94c-3c0076fe0825} executeQuery: Read 212 rows, 14.00 KiB in 0.001331 sec., 159278.73779113448 rows/sec., 10.27 MiB/sec. 2026.01.09 00:41:22.057234 [ 269 ] {0d1bd7dd-0b8f-4a9c-b94c-3c0076fe0825} TCPHandler: Processed in 0.001500172 sec. 2026.01.09 00:41:22.057337 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:22.057427 [ 269 ] {96b80d30-74f0-46f0-9995-39e93897a562} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:41:22.057475 [ 269 ] {96b80d30-74f0-46f0-9995-39e93897a562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:41:22.057947 [ 269 ] {96b80d30-74f0-46f0-9995-39e93897a562} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.057982 [ 269 ] {96b80d30-74f0-46f0-9995-39e93897a562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:22.058265 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.058373 [ 269 ] {96b80d30-74f0-46f0-9995-39e93897a562} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:41:22.058602 [ 269 ] {96b80d30-74f0-46f0-9995-39e93897a562} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.058738 [ 269 ] {96b80d30-74f0-46f0-9995-39e93897a562} executeQuery: Read 211 rows, 12.27 KiB in 0.001306 sec., 161562.02143950993 rows/sec., 9.17 MiB/sec. 2026.01.09 00:41:22.058778 [ 269 ] {96b80d30-74f0-46f0-9995-39e93897a562} TCPHandler: Processed in 0.001475142 sec. 2026.01.09 00:41:22.058883 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:22.058979 [ 269 ] {744d0413-e731-4c5d-8866-230aa90c8c67} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:22.059020 [ 269 ] {744d0413-e731-4c5d-8866-230aa90c8c67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:22.059753 [ 269 ] {744d0413-e731-4c5d-8866-230aa90c8c67} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.059791 [ 269 ] {744d0413-e731-4c5d-8866-230aa90c8c67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:22.060131 [ 269 ] {744d0413-e731-4c5d-8866-230aa90c8c67} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.09 00:41:22.060337 [ 269 ] {744d0413-e731-4c5d-8866-230aa90c8c67} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.060468 [ 269 ] {744d0413-e731-4c5d-8866-230aa90c8c67} executeQuery: Read 679 rows, 48.47 KiB in 0.001507 sec., 450564.03450564033 rows/sec., 31.41 MiB/sec. 2026.01.09 00:41:22.060507 [ 269 ] {744d0413-e731-4c5d-8866-230aa90c8c67} TCPHandler: Processed in 0.001672618 sec. 2026.01.09 00:41:22.060635 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:22.060760 [ 269 ] {9585c5a7-2b57-4e44-939c-0ec71b82c5bd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:41:22.060811 [ 269 ] {9585c5a7-2b57-4e44-939c-0ec71b82c5bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:41:22.061198 [ 269 ] {9585c5a7-2b57-4e44-939c-0ec71b82c5bd} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.061242 [ 269 ] {9585c5a7-2b57-4e44-939c-0ec71b82c5bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:22.061587 [ 269 ] {9585c5a7-2b57-4e44-939c-0ec71b82c5bd} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.09 00:41:22.061802 [ 269 ] {9585c5a7-2b57-4e44-939c-0ec71b82c5bd} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.061933 [ 269 ] {9585c5a7-2b57-4e44-939c-0ec71b82c5bd} executeQuery: Read 6 rows, 321.00 B in 0.001199 sec., 5004.170141784821 rows/sec., 261.45 KiB/sec. 2026.01.09 00:41:22.061971 [ 269 ] {9585c5a7-2b57-4e44-939c-0ec71b82c5bd} TCPHandler: Processed in 0.00140554 sec. 2026.01.09 00:41:22.062072 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:22.062176 [ 269 ] {a91b96c0-3a6f-4ce5-9303-31662bd0435b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:22.062218 [ 269 ] {a91b96c0-3a6f-4ce5-9303-31662bd0435b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:22.062767 [ 269 ] {a91b96c0-3a6f-4ce5-9303-31662bd0435b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.062814 [ 269 ] {a91b96c0-3a6f-4ce5-9303-31662bd0435b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:22.063215 [ 269 ] {a91b96c0-3a6f-4ce5-9303-31662bd0435b} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.09 00:41:22.063457 [ 269 ] {a91b96c0-3a6f-4ce5-9303-31662bd0435b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.063575 [ 130 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_128_26 to all_133_133_0 2026.01.09 00:41:22.063587 [ 269 ] {a91b96c0-3a6f-4ce5-9303-31662bd0435b} executeQuery: Read 314 rows, 21.12 KiB in 0.001428 sec., 219887.95518207282 rows/sec., 14.44 MiB/sec. 2026.01.09 00:41:22.063628 [ 130 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.063645 [ 269 ] {a91b96c0-3a6f-4ce5-9303-31662bd0435b} TCPHandler: Processed in 0.001619906 sec. 2026.01.09 00:41:22.063656 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:22.063755 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:22.063832 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.063832 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_128_26 to all_133_133_0 into Compact with storage Full 2026.01.09 00:41:22.063881 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.063853 [ 269 ] {ce0a1b95-10ea-4ad7-9860-203fbe63a9a6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:41:22.063978 [ 269 ] {ce0a1b95-10ea-4ad7-9860-203fbe63a9a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:41:22.064055 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:22.064117 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_128_26, total 39250 rows starting from the beginning of the part 2026.01.09 00:41:22.064230 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part 2026.01.09 00:41:22.064314 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 935 rows starting from the beginning of the part 2026.01.09 00:41:22.064344 [ 269 ] {ce0a1b95-10ea-4ad7-9860-203fbe63a9a6} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.064389 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 64 rows starting from the beginning of the part 2026.01.09 00:41:22.064405 [ 269 ] {ce0a1b95-10ea-4ad7-9860-203fbe63a9a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:22.064471 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part 2026.01.09 00:41:22.064526 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 314 rows starting from the beginning of the part 2026.01.09 00:41:22.064816 [ 269 ] {ce0a1b95-10ea-4ad7-9860-203fbe63a9a6} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:41:22.065077 [ 269 ] {ce0a1b95-10ea-4ad7-9860-203fbe63a9a6} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.065247 [ 269 ] {ce0a1b95-10ea-4ad7-9860-203fbe63a9a6} executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec. 2026.01.09 00:41:22.065291 [ 269 ] {ce0a1b95-10ea-4ad7-9860-203fbe63a9a6} TCPHandler: Processed in 0.001583625 sec. 2026.01.09 00:41:22.065438 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:22.065538 [ 269 ] {49eb422e-3af9-4d95-a584-6cb3a5c9b483} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:22.065579 [ 269 ] {49eb422e-3af9-4d95-a584-6cb3a5c9b483} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:22.065913 [ 269 ] {49eb422e-3af9-4d95-a584-6cb3a5c9b483} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:22.065948 [ 269 ] {49eb422e-3af9-4d95-a584-6cb3a5c9b483} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:22.066290 [ 269 ] {49eb422e-3af9-4d95-a584-6cb3a5c9b483} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.09 00:41:22.066530 [ 269 ] {49eb422e-3af9-4d95-a584-6cb3a5c9b483} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.066657 [ 269 ] {49eb422e-3af9-4d95-a584-6cb3a5c9b483} executeQuery: Read 104 rows, 6.53 KiB in 0.001138 sec., 91388.40070298771 rows/sec., 5.60 MiB/sec. 2026.01.09 00:41:22.066692 [ 269 ] {49eb422e-3af9-4d95-a584-6cb3a5c9b483} TCPHandler: Processed in 0.001312047 sec. 2026.01.09 00:41:22.067078 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.071619 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} MergeTask::MergeProjectionsStage: Merge sorted 40883 rows, containing 5 columns (5 merged, 0 gathered) in 0.007856543 sec., 5203688.18703086 rows/sec., 349.98 MiB/sec. 2026.01.09 00:41:22.072235 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary) 2026.01.09 00:41:22.072559 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:22.072645 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_133_27} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_128_26, all_133_133_0] -> all_1_133_27 2026.01.09 00:41:22.072741 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.09 00:41:22.224710 [ 221 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:41:22.224765 [ 221 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:41:22.227193 [ 221 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.09 00:41:22.860135 [ 223 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.860190 [ 223 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.863049 [ 223 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.950866 [ 222 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.950928 [ 222 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:22.953512 [ 222 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:23.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 376.79 MiB, peak 388.33 MiB, free memory in arenas 0.00 B, will set to 380.07 MiB (RSS), difference: 3.28 MiB 2026.01.09 00:41:25.067317 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2282 2026.01.09 00:41:25.069863 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:25.069932 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:25.071157 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:41:25.071437 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:25.071833 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2282 2026.01.09 00:41:27.041102 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:27.041376 [ 269 ] {f5aea6cc-fa57-43b8-8b57-1a5ab49a86a2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:41:27.041486 [ 269 ] {f5aea6cc-fa57-43b8-8b57-1a5ab49a86a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:41:27.042199 [ 269 ] {f5aea6cc-fa57-43b8-8b57-1a5ab49a86a2} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:27.042248 [ 269 ] {f5aea6cc-fa57-43b8-8b57-1a5ab49a86a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:27.042619 [ 269 ] {f5aea6cc-fa57-43b8-8b57-1a5ab49a86a2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.09 00:41:27.042843 [ 269 ] {f5aea6cc-fa57-43b8-8b57-1a5ab49a86a2} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:27.042998 [ 269 ] {f5aea6cc-fa57-43b8-8b57-1a5ab49a86a2} executeQuery: Read 2 rows, 167.00 B in 0.001689 sec., 1184.1326228537596 rows/sec., 96.56 KiB/sec. 2026.01.09 00:41:27.043039 [ 269 ] {f5aea6cc-fa57-43b8-8b57-1a5ab49a86a2} TCPHandler: Processed in 0.00210136 sec. 2026.01.09 00:41:27.043165 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:27.043258 [ 269 ] {cfc168d0-5a38-45f8-a16b-22385b36191f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:27.043297 [ 269 ] {cfc168d0-5a38-45f8-a16b-22385b36191f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:27.043875 [ 269 ] {cfc168d0-5a38-45f8-a16b-22385b36191f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:27.043912 [ 269 ] {cfc168d0-5a38-45f8-a16b-22385b36191f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:27.044217 [ 269 ] {cfc168d0-5a38-45f8-a16b-22385b36191f} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.09 00:41:27.044420 [ 269 ] {cfc168d0-5a38-45f8-a16b-22385b36191f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:27.044558 [ 269 ] {cfc168d0-5a38-45f8-a16b-22385b36191f} executeQuery: Read 139 rows, 12.34 KiB in 0.001319 sec., 105382.86580742986 rows/sec., 9.14 MiB/sec. 2026.01.09 00:41:27.044597 [ 269 ] {cfc168d0-5a38-45f8-a16b-22385b36191f} TCPHandler: Processed in 0.001480652 sec. 2026.01.09 00:41:27.044715 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:27.044809 [ 269 ] {d49686c6-163f-410b-a9ec-0bf3df663b15} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:27.044849 [ 269 ] {d49686c6-163f-410b-a9ec-0bf3df663b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:27.045316 [ 269 ] {d49686c6-163f-410b-a9ec-0bf3df663b15} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:27.045353 [ 269 ] {d49686c6-163f-410b-a9ec-0bf3df663b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:27.045644 [ 269 ] {d49686c6-163f-410b-a9ec-0bf3df663b15} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.09 00:41:27.045842 [ 269 ] {d49686c6-163f-410b-a9ec-0bf3df663b15} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:27.045972 [ 269 ] {d49686c6-163f-410b-a9ec-0bf3df663b15} executeQuery: Read 43 rows, 3.22 KiB in 0.001181 sec., 36409.822184589335 rows/sec., 2.66 MiB/sec. 2026.01.09 00:41:27.045990 [ 43 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.09 00:41:27.046011 [ 269 ] {d49686c6-163f-410b-a9ec-0bf3df663b15} TCPHandler: Processed in 0.001344498 sec. 2026.01.09 00:41:27.046061 [ 43 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:27.046087 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:27.046143 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:27.046199 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.09 00:41:27.046240 [ 269 ] {46f73c00-dacf-4918-b585-b8236f093cf8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:27.046287 [ 269 ] {46f73c00-dacf-4918-b585-b8236f093cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:27.046351 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:27.046392 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 278 rows starting from the beginning of the part 2026.01.09 00:41:27.046487 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:27.046568 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 207 rows starting from the beginning of the part 2026.01.09 00:41:27.046634 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:27.046699 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 205 rows starting from the beginning of the part 2026.01.09 00:41:27.046755 [ 269 ] {46f73c00-dacf-4918-b585-b8236f093cf8} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:27.046774 [ 192 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 43 rows starting from the beginning of the part 2026.01.09 00:41:27.046804 [ 269 ] {46f73c00-dacf-4918-b585-b8236f093cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:27.047148 [ 269 ] {46f73c00-dacf-4918-b585-b8236f093cf8} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.09 00:41:27.047395 [ 269 ] {46f73c00-dacf-4918-b585-b8236f093cf8} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:27.047526 [ 269 ] {46f73c00-dacf-4918-b585-b8236f093cf8} executeQuery: Read 107 rows, 8.56 KiB in 0.001304 sec., 82055.21472392637 rows/sec., 6.41 MiB/sec. 2026.01.09 00:41:27.047565 [ 269 ] {46f73c00-dacf-4918-b585-b8236f093cf8} TCPHandler: Processed in 0.001474352 sec. 2026.01.09 00:41:27.047678 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:27.047773 [ 269 ] {f4f54009-7506-429d-af4a-e36533d6598f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:27.047817 [ 269 ] {f4f54009-7506-429d-af4a-e36533d6598f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:27.048004 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 815 rows, containing 5 columns (5 merged, 0 gathered) in 0.001859613 sec., 438263.23003764765 rows/sec., 28.93 MiB/sec. 2026.01.09 00:41:27.048177 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.09 00:41:27.048237 [ 269 ] {f4f54009-7506-429d-af4a-e36533d6598f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:27.048278 [ 269 ] {f4f54009-7506-429d-af4a-e36533d6598f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:27.048491 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:27.048575 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_111_22} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.09 00:41:27.048628 [ 269 ] {f4f54009-7506-429d-af4a-e36533d6598f} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.09 00:41:27.048666 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:41:27.048862 [ 269 ] {f4f54009-7506-429d-af4a-e36533d6598f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:27.048998 [ 269 ] {f4f54009-7506-429d-af4a-e36533d6598f} executeQuery: Read 161 rows, 11.48 KiB in 0.001243 sec., 129525.34191472245 rows/sec., 9.02 MiB/sec. 2026.01.09 00:41:27.049035 [ 269 ] {f4f54009-7506-429d-af4a-e36533d6598f} TCPHandler: Processed in 0.0014043 sec. 2026.01.09 00:41:27.049142 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:27.049235 [ 269 ] {d95644f3-e8d1-4ffb-8084-54ed78c04aae} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:27.049289 [ 269 ] {d95644f3-e8d1-4ffb-8084-54ed78c04aae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:41:27.050158 [ 269 ] {d95644f3-e8d1-4ffb-8084-54ed78c04aae} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:27.050193 [ 269 ] {d95644f3-e8d1-4ffb-8084-54ed78c04aae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:27.050753 [ 269 ] {d95644f3-e8d1-4ffb-8084-54ed78c04aae} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:41:27.050970 [ 269 ] {d95644f3-e8d1-4ffb-8084-54ed78c04aae} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:27.051102 [ 269 ] {d95644f3-e8d1-4ffb-8084-54ed78c04aae} executeQuery: Read 41 rows, 75.23 KiB in 0.001885 sec., 21750.663129973476 rows/sec., 38.98 MiB/sec. 2026.01.09 00:41:27.051156 [ 269 ] {d95644f3-e8d1-4ffb-8084-54ed78c04aae} TCPHandler: Processed in 0.002060819 sec. 2026.01.09 00:41:27.051266 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:27.051359 [ 269 ] {079de116-24c7-4c24-91cf-a1242c00bd1f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:27.051399 [ 269 ] {079de116-24c7-4c24-91cf-a1242c00bd1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:27.051734 [ 269 ] {079de116-24c7-4c24-91cf-a1242c00bd1f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:27.051769 [ 269 ] {079de116-24c7-4c24-91cf-a1242c00bd1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:27.052067 [ 269 ] {079de116-24c7-4c24-91cf-a1242c00bd1f} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.09 00:41:27.052264 [ 269 ] {079de116-24c7-4c24-91cf-a1242c00bd1f} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:27.052387 [ 269 ] {079de116-24c7-4c24-91cf-a1242c00bd1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2026.01.09 00:41:27.052423 [ 269 ] {079de116-24c7-4c24-91cf-a1242c00bd1f} TCPHandler: Processed in 0.001204095 sec. 2026.01.09 00:41:27.459953 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37911 2026.01.09 00:41:27.460467 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:27.460512 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:27.461036 [ 245 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:41:27.461296 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:27.461454 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37911 2026.01.09 00:41:29.493648 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2026.01.09 00:41:29.512206 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:29.512277 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.01.09 00:41:29.518592 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:41:29.519347 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:29.522579 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2026.01.09 00:41:32.050107 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:32.050309 [ 269 ] {28d38163-0edd-4079-afad-7260f0f1ea8c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:41:32.050380 [ 269 ] {28d38163-0edd-4079-afad-7260f0f1ea8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:41:32.051301 [ 269 ] {28d38163-0edd-4079-afad-7260f0f1ea8c} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:32.051358 [ 269 ] {28d38163-0edd-4079-afad-7260f0f1ea8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:32.051799 [ 269 ] {28d38163-0edd-4079-afad-7260f0f1ea8c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:41:32.052042 [ 269 ] {28d38163-0edd-4079-afad-7260f0f1ea8c} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:32.052222 [ 269 ] {28d38163-0edd-4079-afad-7260f0f1ea8c} executeQuery: Read 410 rows, 26.63 KiB in 0.001961 sec., 209077.0015298317 rows/sec., 13.26 MiB/sec. 2026.01.09 00:41:32.052281 [ 269 ] {28d38163-0edd-4079-afad-7260f0f1ea8c} TCPHandler: Processed in 0.002304435 sec. 2026.01.09 00:41:32.052410 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:32.052517 [ 269 ] {f1160ab2-84d7-4521-8735-6d6a123da9c6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:32.052564 [ 269 ] {f1160ab2-84d7-4521-8735-6d6a123da9c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:32.053477 [ 269 ] {f1160ab2-84d7-4521-8735-6d6a123da9c6} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:32.053516 [ 269 ] {f1160ab2-84d7-4521-8735-6d6a123da9c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:32.053885 [ 269 ] {f1160ab2-84d7-4521-8735-6d6a123da9c6} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.09 00:41:32.054092 [ 269 ] {f1160ab2-84d7-4521-8735-6d6a123da9c6} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:32.054229 [ 269 ] {f1160ab2-84d7-4521-8735-6d6a123da9c6} executeQuery: Read 1112 rows, 89.84 KiB in 0.001736 sec., 640552.9953917051 rows/sec., 50.54 MiB/sec. 2026.01.09 00:41:32.054270 [ 269 ] {f1160ab2-84d7-4521-8735-6d6a123da9c6} TCPHandler: Processed in 0.001914765 sec. 2026.01.09 00:41:32.054397 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:32.054499 [ 269 ] {b03a5a64-769c-4458-9ddb-d8896b571771} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:32.054542 [ 269 ] {b03a5a64-769c-4458-9ddb-d8896b571771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:32.055028 [ 269 ] {b03a5a64-769c-4458-9ddb-d8896b571771} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:32.055063 [ 269 ] {b03a5a64-769c-4458-9ddb-d8896b571771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:32.055371 [ 269 ] {b03a5a64-769c-4458-9ddb-d8896b571771} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.09 00:41:32.055574 [ 269 ] {b03a5a64-769c-4458-9ddb-d8896b571771} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:32.055705 [ 269 ] {b03a5a64-769c-4458-9ddb-d8896b571771} executeQuery: Read 205 rows, 12.32 KiB in 0.001229 sec., 166802.27827502033 rows/sec., 9.79 MiB/sec. 2026.01.09 00:41:32.055743 [ 269 ] {b03a5a64-769c-4458-9ddb-d8896b571771} TCPHandler: Processed in 0.00139914 sec. 2026.01.09 00:41:32.055863 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:32.055959 [ 269 ] {64147d51-d0ff-4b7b-a2dd-eb005266a2e7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:41:32.056000 [ 269 ] {64147d51-d0ff-4b7b-a2dd-eb005266a2e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:41:32.056479 [ 269 ] {64147d51-d0ff-4b7b-a2dd-eb005266a2e7} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:32.056514 [ 269 ] {64147d51-d0ff-4b7b-a2dd-eb005266a2e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:32.056823 [ 269 ] {64147d51-d0ff-4b7b-a2dd-eb005266a2e7} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:41:32.057027 [ 269 ] {64147d51-d0ff-4b7b-a2dd-eb005266a2e7} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:32.057158 [ 269 ] {64147d51-d0ff-4b7b-a2dd-eb005266a2e7} executeQuery: Read 212 rows, 14.00 KiB in 0.001218 sec., 174055.82922824303 rows/sec., 11.22 MiB/sec. 2026.01.09 00:41:32.057196 [ 269 ] {64147d51-d0ff-4b7b-a2dd-eb005266a2e7} TCPHandler: Processed in 0.001383959 sec. 2026.01.09 00:41:32.057312 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:32.057407 [ 269 ] {b33fe161-fade-49f8-a57f-0f0a8ec37126} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:41:32.057447 [ 269 ] {b33fe161-fade-49f8-a57f-0f0a8ec37126} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:41:32.057912 [ 269 ] {b33fe161-fade-49f8-a57f-0f0a8ec37126} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:32.057946 [ 269 ] {b33fe161-fade-49f8-a57f-0f0a8ec37126} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:32.058242 [ 269 ] {b33fe161-fade-49f8-a57f-0f0a8ec37126} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:41:32.058454 [ 269 ] {b33fe161-fade-49f8-a57f-0f0a8ec37126} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:32.058582 [ 269 ] {b33fe161-fade-49f8-a57f-0f0a8ec37126} executeQuery: Read 211 rows, 12.27 KiB in 0.001194 sec., 176716.91792294808 rows/sec., 10.04 MiB/sec. 2026.01.09 00:41:32.058620 [ 269 ] {b33fe161-fade-49f8-a57f-0f0a8ec37126} TCPHandler: Processed in 0.001358159 sec. 2026.01.09 00:41:32.058627 [ 223 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:32.058680 [ 223 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:32.058725 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:32.058835 [ 269 ] {0bc9d7b6-c6da-469f-9189-5c0aaff70aae} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:32.058877 [ 269 ] {0bc9d7b6-c6da-469f-9189-5c0aaff70aae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:32.059624 [ 269 ] {0bc9d7b6-c6da-469f-9189-5c0aaff70aae} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:32.059671 [ 269 ] {0bc9d7b6-c6da-469f-9189-5c0aaff70aae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:32.060090 [ 269 ] {0bc9d7b6-c6da-469f-9189-5c0aaff70aae} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.09 00:41:32.060292 [ 269 ] {0bc9d7b6-c6da-469f-9189-5c0aaff70aae} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:32.060422 [ 269 ] {0bc9d7b6-c6da-469f-9189-5c0aaff70aae} executeQuery: Read 679 rows, 48.47 KiB in 0.001606 sec., 422789.5392278954 rows/sec., 29.47 MiB/sec. 2026.01.09 00:41:32.060461 [ 269 ] {0bc9d7b6-c6da-469f-9189-5c0aaff70aae} TCPHandler: Processed in 0.00178507 sec. 2026.01.09 00:41:32.060569 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:32.060672 [ 269 ] {bfb42964-73b8-485e-ab80-d4c5e3b50fde} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:41:32.060716 [ 269 ] {bfb42964-73b8-485e-ab80-d4c5e3b50fde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:41:32.061051 [ 269 ] {bfb42964-73b8-485e-ab80-d4c5e3b50fde} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:32.061087 [ 269 ] {bfb42964-73b8-485e-ab80-d4c5e3b50fde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:32.061388 [ 269 ] {bfb42964-73b8-485e-ab80-d4c5e3b50fde} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.09 00:41:32.061581 [ 223 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:32.061654 [ 269 ] {bfb42964-73b8-485e-ab80-d4c5e3b50fde} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:32.061790 [ 269 ] {bfb42964-73b8-485e-ab80-d4c5e3b50fde} executeQuery: Read 6 rows, 321.00 B in 0.001144 sec., 5244.755244755244 rows/sec., 274.02 KiB/sec. 2026.01.09 00:41:32.061829 [ 269 ] {bfb42964-73b8-485e-ab80-d4c5e3b50fde} TCPHandler: Processed in 0.001309127 sec. 2026.01.09 00:41:32.061936 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:32.062029 [ 269 ] {d09ea361-8b7d-4a15-87b1-ea0592ef9c11} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:32.062072 [ 269 ] {d09ea361-8b7d-4a15-87b1-ea0592ef9c11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:32.062502 [ 269 ] {d09ea361-8b7d-4a15-87b1-ea0592ef9c11} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:32.062537 [ 269 ] {d09ea361-8b7d-4a15-87b1-ea0592ef9c11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:32.062865 [ 269 ] {d09ea361-8b7d-4a15-87b1-ea0592ef9c11} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.09 00:41:32.063076 [ 269 ] {d09ea361-8b7d-4a15-87b1-ea0592ef9c11} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:32.063206 [ 269 ] {d09ea361-8b7d-4a15-87b1-ea0592ef9c11} executeQuery: Read 314 rows, 21.12 KiB in 0.001196 sec., 262541.8060200669 rows/sec., 17.25 MiB/sec. 2026.01.09 00:41:32.063248 [ 269 ] {d09ea361-8b7d-4a15-87b1-ea0592ef9c11} TCPHandler: Processed in 0.001360209 sec. 2026.01.09 00:41:32.063355 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:32.063448 [ 269 ] {268ccfa2-5cd0-417d-8bb4-50a896837943} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:41:32.063490 [ 269 ] {268ccfa2-5cd0-417d-8bb4-50a896837943} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:41:32.063798 [ 269 ] {268ccfa2-5cd0-417d-8bb4-50a896837943} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:32.063832 [ 269 ] {268ccfa2-5cd0-417d-8bb4-50a896837943} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:32.064120 [ 269 ] {268ccfa2-5cd0-417d-8bb4-50a896837943} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:41:32.064326 [ 269 ] {268ccfa2-5cd0-417d-8bb4-50a896837943} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:32.064453 [ 269 ] {268ccfa2-5cd0-417d-8bb4-50a896837943} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2026.01.09 00:41:32.064480 [ 223 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:32.064489 [ 269 ] {268ccfa2-5cd0-417d-8bb4-50a896837943} TCPHandler: Processed in 0.001182254 sec. 2026.01.09 00:41:32.064509 [ 223 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:32.064610 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:32.064706 [ 269 ] {c299cc1c-d888-4727-adab-ba07b98761f1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:32.064749 [ 269 ] {c299cc1c-d888-4727-adab-ba07b98761f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:32.065075 [ 269 ] {c299cc1c-d888-4727-adab-ba07b98761f1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:32.065111 [ 269 ] {c299cc1c-d888-4727-adab-ba07b98761f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:32.065424 [ 269 ] {c299cc1c-d888-4727-adab-ba07b98761f1} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.09 00:41:32.065666 [ 269 ] {c299cc1c-d888-4727-adab-ba07b98761f1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:32.065805 [ 269 ] {c299cc1c-d888-4727-adab-ba07b98761f1} executeQuery: Read 104 rows, 6.53 KiB in 0.001117 sec., 93106.53536257835 rows/sec., 5.70 MiB/sec. 2026.01.09 00:41:32.065842 [ 269 ] {c299cc1c-d888-4727-adab-ba07b98761f1} TCPHandler: Processed in 0.001279597 sec. 2026.01.09 00:41:32.066960 [ 223 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:33.124344 [ 224 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:33.124403 [ 224 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:33.126493 [ 224 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:33.465333 [ 225 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): 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] 2026.01.09 00:41:33.465388 [ 225 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): 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] 2026.01.09 00:41:33.468284 [ 225 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): 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] 2026.01.09 00:41:34.324953 [ 219 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): 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] 2026.01.09 00:41:34.325016 [ 219 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): 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] 2026.01.09 00:41:34.327743 [ 219 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): 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] 2026.01.09 00:41:34.741800 [ 71 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:41:34.741840 [ 71 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:41:34.961728 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 38359 2026.01.09 00:41:34.962353 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:34.962406 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:34.962936 [ 245 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.09 00:41:34.963163 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:34.963299 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38359 2026.01.09 00:41:34.963380 [ 221 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:34.963436 [ 221 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:34.966662 [ 221 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:35.001988 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000801363 sec. 2026.01.09 00:41:35.072171 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2316 2026.01.09 00:41:35.074636 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:35.074677 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:35.075822 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:41:35.076077 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:35.076330 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2316 2026.01.09 00:41:35.634948 [ 223 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:35.635024 [ 223 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:35.638408 [ 223 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:41:37.023497 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2026.01.09 00:41:37.041249 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:37.041477 [ 269 ] {fa431680-f95e-4aa6-950a-2ed2ab521361} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:37.041552 [ 269 ] {fa431680-f95e-4aa6-950a-2ed2ab521361} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:37.041622 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:37.041686 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:37.042381 [ 269 ] {fa431680-f95e-4aa6-950a-2ed2ab521361} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:37.042450 [ 269 ] {fa431680-f95e-4aa6-950a-2ed2ab521361} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:37.042868 [ 269 ] {fa431680-f95e-4aa6-950a-2ed2ab521361} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.09 00:41:37.043120 [ 269 ] {fa431680-f95e-4aa6-950a-2ed2ab521361} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:37.043278 [ 78 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.09 00:41:37.043284 [ 269 ] {fa431680-f95e-4aa6-950a-2ed2ab521361} executeQuery: Read 138 rows, 12.27 KiB in 0.001868 sec., 73875.80299785867 rows/sec., 6.41 MiB/sec. 2026.01.09 00:41:37.043319 [ 78 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:37.043344 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:37.043356 [ 269 ] {fa431680-f95e-4aa6-950a-2ed2ab521361} TCPHandler: Processed in 0.002304706 sec. 2026.01.09 00:41:37.043486 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.01.09 00:41:37.043490 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:37.043638 [ 269 ] {76a36552-9835-4ad2-9cc5-f1d0dafdded0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:37.043640 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:37.043688 [ 269 ] {76a36552-9835-4ad2-9cc5-f1d0dafdded0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:37.043696 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2466 rows starting from the beginning of the part 2026.01.09 00:41:37.043781 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 138 rows starting from the beginning of the part 2026.01.09 00:41:37.043833 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:41:37.043879 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 139 rows starting from the beginning of the part 2026.01.09 00:41:37.043922 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:41:37.043971 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 138 rows starting from the beginning of the part 2026.01.09 00:41:37.044160 [ 269 ] {76a36552-9835-4ad2-9cc5-f1d0dafdded0} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:37.044203 [ 269 ] {76a36552-9835-4ad2-9cc5-f1d0dafdded0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:37.044537 [ 269 ] {76a36552-9835-4ad2-9cc5-f1d0dafdded0} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.09 00:41:37.044760 [ 269 ] {76a36552-9835-4ad2-9cc5-f1d0dafdded0} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:37.044911 [ 269 ] {76a36552-9835-4ad2-9cc5-f1d0dafdded0} executeQuery: Read 41 rows, 3.08 KiB in 0.001296 sec., 31635.8024691358 rows/sec., 2.32 MiB/sec. 2026.01.09 00:41:37.044991 [ 269 ] {76a36552-9835-4ad2-9cc5-f1d0dafdded0} TCPHandler: Processed in 0.001554374 sec. 2026.01.09 00:41:37.045105 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:37.045221 [ 269 ] {3821b35f-6429-4e07-a54e-5e38575aab9b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:37.045275 [ 269 ] {3821b35f-6429-4e07-a54e-5e38575aab9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:37.045737 [ 269 ] {3821b35f-6429-4e07-a54e-5e38575aab9b} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:37.045794 [ 269 ] {3821b35f-6429-4e07-a54e-5e38575aab9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:37.046058 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 5105 rows, containing 5 columns (5 merged, 0 gathered) in 0.002647576 sec., 1928178.8322601505 rows/sec., 163.46 MiB/sec. 2026.01.09 00:41:37.046134 [ 269 ] {3821b35f-6429-4e07-a54e-5e38575aab9b} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.09 00:41:37.046343 [ 197 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.09 00:41:37.046363 [ 269 ] {3821b35f-6429-4e07-a54e-5e38575aab9b} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:37.046511 [ 78 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.09 00:41:37.046518 [ 269 ] {3821b35f-6429-4e07-a54e-5e38575aab9b} executeQuery: Read 105 rows, 8.40 KiB in 0.001335 sec., 78651.68539325842 rows/sec., 6.14 MiB/sec. 2026.01.09 00:41:37.046553 [ 78 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:37.046580 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:37.046580 [ 269 ] {3821b35f-6429-4e07-a54e-5e38575aab9b} TCPHandler: Processed in 0.001527984 sec. 2026.01.09 00:41:37.046624 [ 197 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:37.046672 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.01.09 00:41:37.046700 [ 197 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_136_27} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.09 00:41:37.046744 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:37.046784 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:37.046811 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.01.09 00:41:37.046819 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1250 rows starting from the beginning of the part 2026.01.09 00:41:37.046847 [ 269 ] {1efacc1b-0041-4910-b7d5-2ea9f08cb9a6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:37.046895 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 105 rows starting from the beginning of the part 2026.01.09 00:41:37.046897 [ 269 ] {1efacc1b-0041-4910-b7d5-2ea9f08cb9a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:37.046948 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 679 rows starting from the beginning of the part 2026.01.09 00:41:37.046993 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 107 rows starting from the beginning of the part 2026.01.09 00:41:37.047034 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 679 rows starting from the beginning of the part 2026.01.09 00:41:37.047072 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 105 rows starting from the beginning of the part 2026.01.09 00:41:37.047361 [ 269 ] {1efacc1b-0041-4910-b7d5-2ea9f08cb9a6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:37.047403 [ 269 ] {1efacc1b-0041-4910-b7d5-2ea9f08cb9a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:37.047771 [ 269 ] {1efacc1b-0041-4910-b7d5-2ea9f08cb9a6} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.09 00:41:37.047968 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.09 00:41:37.048046 [ 269 ] {1efacc1b-0041-4910-b7d5-2ea9f08cb9a6} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:37.048199 [ 269 ] {1efacc1b-0041-4910-b7d5-2ea9f08cb9a6} executeQuery: Read 160 rows, 11.41 KiB in 0.001375 sec., 116363.63636363637 rows/sec., 8.10 MiB/sec. 2026.01.09 00:41:37.048240 [ 269 ] {1efacc1b-0041-4910-b7d5-2ea9f08cb9a6} TCPHandler: Processed in 0.001548834 sec. 2026.01.09 00:41:37.048337 [ 196 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2925 rows, containing 5 columns (5 merged, 0 gathered) in 0.001704099 sec., 1716449.572472022 rows/sec., 129.57 MiB/sec. 2026.01.09 00:41:37.048366 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:37.048467 [ 269 ] {fb8e9cd3-57f4-4c1a-9690-b093542888b2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:37.048523 [ 269 ] {fb8e9cd3-57f4-4c1a-9690-b093542888b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:41:37.048528 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.09 00:41:37.048733 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:37.048776 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:37.048865 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_136_27} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.09 00:41:37.048970 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.09 00:41:37.049479 [ 269 ] {fb8e9cd3-57f4-4c1a-9690-b093542888b2} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:37.049517 [ 269 ] {fb8e9cd3-57f4-4c1a-9690-b093542888b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:37.050136 [ 269 ] {fb8e9cd3-57f4-4c1a-9690-b093542888b2} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:41:37.050355 [ 269 ] {fb8e9cd3-57f4-4c1a-9690-b093542888b2} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:37.050497 [ 269 ] {fb8e9cd3-57f4-4c1a-9690-b093542888b2} executeQuery: Read 41 rows, 75.23 KiB in 0.002049 sec., 20009.76085895559 rows/sec., 35.86 MiB/sec. 2026.01.09 00:41:37.050544 [ 219 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): 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] 2026.01.09 00:41:37.050574 [ 269 ] {fb8e9cd3-57f4-4c1a-9690-b093542888b2} TCPHandler: Processed in 0.002260144 sec. 2026.01.09 00:41:37.050579 [ 219 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): 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] 2026.01.09 00:41:37.050714 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:37.050819 [ 269 ] {4e025154-673c-465f-97a6-93ed12e34cba} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:37.050862 [ 269 ] {4e025154-673c-465f-97a6-93ed12e34cba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:37.051207 [ 269 ] {4e025154-673c-465f-97a6-93ed12e34cba} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:37.051246 [ 269 ] {4e025154-673c-465f-97a6-93ed12e34cba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:37.051553 [ 269 ] {4e025154-673c-465f-97a6-93ed12e34cba} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.09 00:41:37.051800 [ 269 ] {4e025154-673c-465f-97a6-93ed12e34cba} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:37.051938 [ 78 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.09 00:41:37.051942 [ 269 ] {4e025154-673c-465f-97a6-93ed12e34cba} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2026.01.09 00:41:37.051983 [ 78 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:37.052017 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:37.052026 [ 269 ] {4e025154-673c-465f-97a6-93ed12e34cba} TCPHandler: Processed in 0.001361659 sec. 2026.01.09 00:41:37.052115 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.01.09 00:41:37.052240 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:37.052274 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} MergeTreeSequentialSource: Reading 3 marks from part all_1_131_26, total 9008 rows starting from the beginning of the part 2026.01.09 00:41:37.052338 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part 2026.01.09 00:41:37.052382 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 104 rows starting from the beginning of the part 2026.01.09 00:41:37.052424 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part 2026.01.09 00:41:37.052465 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 104 rows starting from the beginning of the part 2026.01.09 00:41:37.052503 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part 2026.01.09 00:41:37.052528 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2026.01.09 00:41:37.052920 [ 219 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): 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] 2026.01.09 00:41:37.054981 [ 197 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 9396 rows, containing 4 columns (4 merged, 0 gathered) in 0.002912413 sec., 3226190.790935214 rows/sec., 205.62 MiB/sec. 2026.01.09 00:41:37.055160 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.09 00:41:37.055415 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:37.055489 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_136_27} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.09 00:41:37.055573 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. 2026.01.09 00:41:38.001160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 381.13 MiB, peak 388.94 MiB, free memory in arenas 0.00 B, will set to 380.12 MiB (RSS), difference: -1.02 MiB 2026.01.09 00:41:39.198843 [ 223 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:39.198894 [ 223 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:39.202494 [ 223 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:41:39.508957 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:39.509201 [ 269 ] {11741c4c-14ad-47f4-bcfd-91f5d89069f5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:41:39.509295 [ 269 ] {11741c4c-14ad-47f4-bcfd-91f5d89069f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:41:39.510589 [ 269 ] {11741c4c-14ad-47f4-bcfd-91f5d89069f5} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:39.510659 [ 269 ] {11741c4c-14ad-47f4-bcfd-91f5d89069f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:39.511267 [ 269 ] {11741c4c-14ad-47f4-bcfd-91f5d89069f5} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:41:39.511628 [ 269 ] {11741c4c-14ad-47f4-bcfd-91f5d89069f5} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:39.511866 [ 269 ] {11741c4c-14ad-47f4-bcfd-91f5d89069f5} executeQuery: Read 410 rows, 26.63 KiB in 0.00273 sec., 150183.1501831502 rows/sec., 9.53 MiB/sec. 2026.01.09 00:41:39.511953 [ 269 ] {11741c4c-14ad-47f4-bcfd-91f5d89069f5} TCPHandler: Processed in 0.003220611 sec. 2026.01.09 00:41:39.512142 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:39.512274 [ 269 ] {b22d391d-cef8-4a94-a9bc-4d93711ad4c1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:39.512337 [ 269 ] {b22d391d-cef8-4a94-a9bc-4d93711ad4c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:39.515330 [ 269 ] {b22d391d-cef8-4a94-a9bc-4d93711ad4c1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:39.515384 [ 269 ] {b22d391d-cef8-4a94-a9bc-4d93711ad4c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:39.516071 [ 269 ] {b22d391d-cef8-4a94-a9bc-4d93711ad4c1} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.09 00:41:39.516425 [ 269 ] {b22d391d-cef8-4a94-a9bc-4d93711ad4c1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:39.516638 [ 269 ] {b22d391d-cef8-4a94-a9bc-4d93711ad4c1} executeQuery: Read 2252 rows, 186.40 KiB in 0.004395 sec., 512400.45506257116 rows/sec., 41.42 MiB/sec. 2026.01.09 00:41:39.516730 [ 269 ] {b22d391d-cef8-4a94-a9bc-4d93711ad4c1} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:41:39.516750 [ 269 ] {b22d391d-cef8-4a94-a9bc-4d93711ad4c1} TCPHandler: Processed in 0.004674393 sec. 2026.01.09 00:41:39.516955 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:39.517086 [ 269 ] {880b15ed-a617-4dfb-b70d-2b1e2e10dd0e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:39.517147 [ 269 ] {880b15ed-a617-4dfb-b70d-2b1e2e10dd0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:39.518683 [ 269 ] {880b15ed-a617-4dfb-b70d-2b1e2e10dd0e} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:39.518735 [ 269 ] {880b15ed-a617-4dfb-b70d-2b1e2e10dd0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:39.520592 [ 269 ] {880b15ed-a617-4dfb-b70d-2b1e2e10dd0e} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.09 00:41:39.520966 [ 269 ] {880b15ed-a617-4dfb-b70d-2b1e2e10dd0e} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:39.521174 [ 269 ] {880b15ed-a617-4dfb-b70d-2b1e2e10dd0e} executeQuery: Read 205 rows, 12.32 KiB in 0.004136 sec., 49564.796905222436 rows/sec., 2.91 MiB/sec. 2026.01.09 00:41:39.521237 [ 269 ] {880b15ed-a617-4dfb-b70d-2b1e2e10dd0e} TCPHandler: Processed in 0.004373144 sec. 2026.01.09 00:41:39.521517 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:39.521652 [ 269 ] {6205b640-6882-4209-9ebd-f1b0f762d92b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:41:39.521713 [ 269 ] {6205b640-6882-4209-9ebd-f1b0f762d92b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:41:39.522726 [ 269 ] {6205b640-6882-4209-9ebd-f1b0f762d92b} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:39.522776 [ 269 ] {6205b640-6882-4209-9ebd-f1b0f762d92b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:39.523472 [ 269 ] {6205b640-6882-4209-9ebd-f1b0f762d92b} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:41:39.523868 [ 269 ] {6205b640-6882-4209-9ebd-f1b0f762d92b} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:39.524079 [ 269 ] {6205b640-6882-4209-9ebd-f1b0f762d92b} executeQuery: Read 440 rows, 29.81 KiB in 0.002414 sec., 182270.09113504557 rows/sec., 12.06 MiB/sec. 2026.01.09 00:41:39.524140 [ 269 ] {6205b640-6882-4209-9ebd-f1b0f762d92b} TCPHandler: Processed in 0.002761128 sec. 2026.01.09 00:41:39.524330 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:39.524464 [ 269 ] {e6e31b84-dcf4-49b3-b030-3416af94c289} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:41:39.524524 [ 269 ] {e6e31b84-dcf4-49b3-b030-3416af94c289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:41:39.525695 [ 269 ] {e6e31b84-dcf4-49b3-b030-3416af94c289} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:39.525749 [ 269 ] {e6e31b84-dcf4-49b3-b030-3416af94c289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:39.526298 [ 269 ] {e6e31b84-dcf4-49b3-b030-3416af94c289} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:41:39.526677 [ 269 ] {e6e31b84-dcf4-49b3-b030-3416af94c289} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:39.527347 [ 269 ] {e6e31b84-dcf4-49b3-b030-3416af94c289} executeQuery: Read 211 rows, 12.27 KiB in 0.002912 sec., 72458.79120879121 rows/sec., 4.11 MiB/sec. 2026.01.09 00:41:39.527412 [ 269 ] {e6e31b84-dcf4-49b3-b030-3416af94c289} TCPHandler: Processed in 0.00315153 sec. 2026.01.09 00:41:39.527602 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:39.527728 [ 269 ] {fc66641a-91d9-4836-8381-c4301a7bd409} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:39.527784 [ 269 ] {fc66641a-91d9-4836-8381-c4301a7bd409} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:39.529664 [ 269 ] {fc66641a-91d9-4836-8381-c4301a7bd409} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:39.529716 [ 269 ] {fc66641a-91d9-4836-8381-c4301a7bd409} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:39.531152 [ 269 ] {fc66641a-91d9-4836-8381-c4301a7bd409} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.09 00:41:39.531524 [ 269 ] {fc66641a-91d9-4836-8381-c4301a7bd409} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:39.531753 [ 269 ] {fc66641a-91d9-4836-8381-c4301a7bd409} executeQuery: Read 1135 rows, 82.76 KiB in 0.004052 sec., 280108.58835143136 rows/sec., 19.95 MiB/sec. 2026.01.09 00:41:39.531826 [ 269 ] {fc66641a-91d9-4836-8381-c4301a7bd409} TCPHandler: Processed in 0.004291432 sec. 2026.01.09 00:41:39.532155 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:39.532311 [ 269 ] {76ab5df9-343a-4b9c-ab23-6a254f945e7a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:41:39.532383 [ 269 ] {76ab5df9-343a-4b9c-ab23-6a254f945e7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:41:39.532983 [ 269 ] {76ab5df9-343a-4b9c-ab23-6a254f945e7a} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:39.533035 [ 269 ] {76ab5df9-343a-4b9c-ab23-6a254f945e7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:39.533531 [ 269 ] {76ab5df9-343a-4b9c-ab23-6a254f945e7a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.09 00:41:39.533847 [ 269 ] {76ab5df9-343a-4b9c-ab23-6a254f945e7a} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:39.534054 [ 269 ] {76ab5df9-343a-4b9c-ab23-6a254f945e7a} executeQuery: Read 6 rows, 321.00 B in 0.001785 sec., 3361.3445378151264 rows/sec., 175.62 KiB/sec. 2026.01.09 00:41:39.534112 [ 269 ] {76ab5df9-343a-4b9c-ab23-6a254f945e7a} TCPHandler: Processed in 0.002057578 sec. 2026.01.09 00:41:39.534289 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:39.534421 [ 269 ] {a0a24395-f776-4443-8513-e3b16d5ebb8c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:39.534484 [ 269 ] {a0a24395-f776-4443-8513-e3b16d5ebb8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:39.535482 [ 269 ] {a0a24395-f776-4443-8513-e3b16d5ebb8c} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:39.535532 [ 269 ] {a0a24395-f776-4443-8513-e3b16d5ebb8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:39.536139 [ 269 ] {a0a24395-f776-4443-8513-e3b16d5ebb8c} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.09 00:41:39.537319 [ 269 ] {a0a24395-f776-4443-8513-e3b16d5ebb8c} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:39.537538 [ 269 ] {a0a24395-f776-4443-8513-e3b16d5ebb8c} executeQuery: Read 934 rows, 63.32 KiB in 0.003148 sec., 296696.3151207116 rows/sec., 19.64 MiB/sec. 2026.01.09 00:41:39.537604 [ 269 ] {a0a24395-f776-4443-8513-e3b16d5ebb8c} TCPHandler: Processed in 0.003387176 sec. 2026.01.09 00:41:39.537801 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:39.537941 [ 269 ] {04aa9fde-740e-4908-8f42-7531eeb41116} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:41:39.538032 [ 269 ] {04aa9fde-740e-4908-8f42-7531eeb41116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:41:39.539801 [ 269 ] {04aa9fde-740e-4908-8f42-7531eeb41116} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:39.539849 [ 269 ] {04aa9fde-740e-4908-8f42-7531eeb41116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:39.541056 [ 269 ] {04aa9fde-740e-4908-8f42-7531eeb41116} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:41:39.541433 [ 269 ] {04aa9fde-740e-4908-8f42-7531eeb41116} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:39.541732 [ 269 ] {04aa9fde-740e-4908-8f42-7531eeb41116} executeQuery: Read 1 rows, 69.00 B in 0.003825 sec., 261.43790849673206 rows/sec., 17.62 KiB/sec. 2026.01.09 00:41:39.541843 [ 269 ] {04aa9fde-740e-4908-8f42-7531eeb41116} TCPHandler: Processed in 0.004120927 sec. 2026.01.09 00:41:39.542087 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:39.542226 [ 269 ] {0f25f167-451d-47c2-9b46-9bfe3fdfe757} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:39.542320 [ 269 ] {0f25f167-451d-47c2-9b46-9bfe3fdfe757} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:39.543186 [ 269 ] {0f25f167-451d-47c2-9b46-9bfe3fdfe757} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:39.543233 [ 269 ] {0f25f167-451d-47c2-9b46-9bfe3fdfe757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:39.543858 [ 269 ] {0f25f167-451d-47c2-9b46-9bfe3fdfe757} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.09 00:41:39.544264 [ 269 ] {0f25f167-451d-47c2-9b46-9bfe3fdfe757} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:39.544476 [ 269 ] {0f25f167-451d-47c2-9b46-9bfe3fdfe757} executeQuery: Read 80 rows, 4.87 KiB in 0.002319 sec., 34497.628288055195 rows/sec., 2.05 MiB/sec. 2026.01.09 00:41:39.544531 [ 269 ] {0f25f167-451d-47c2-9b46-9bfe3fdfe757} TCPHandler: Processed in 0.002580794 sec. 2026.01.09 00:41:40.577939 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60319 2026.01.09 00:41:40.578067 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.578097 [ 290 ] {} TCP-Session: 5fe59089-aedf-4104-b827-9a101ffc5d94 Authenticating user 'default' from [fd00:1122:3344:101::e]:60319 2026.01.09 00:41:40.578120 [ 290 ] {} TCP-Session: 5fe59089-aedf-4104-b827-9a101ffc5d94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.578133 [ 290 ] {} TCP-Session: 5fe59089-aedf-4104-b827-9a101ffc5d94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.578470 [ 290 ] {} TCP-Session: 5fe59089-aedf-4104-b827-9a101ffc5d94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:40.578650 [ 290 ] {77ba91c6-d6c4-4701-9e1d-b84e813cf43c} executeQuery: (from [fd00:1122:3344:101::e]:60319) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:41:40.578926 [ 290 ] {77ba91c6-d6c4-4701-9e1d-b84e813cf43c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:41:40.579005 [ 290 ] {77ba91c6-d6c4-4701-9e1d-b84e813cf43c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:41:40.579320 [ 290 ] {77ba91c6-d6c4-4701-9e1d-b84e813cf43c} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:41:40.580470 [ 297 ] {77ba91c6-d6c4-4701-9e1d-b84e813cf43c} AggregatingTransform: Aggregating 2026.01.09 00:41:40.580537 [ 297 ] {77ba91c6-d6c4-4701-9e1d-b84e813cf43c} Aggregator: Aggregation method: without_key 2026.01.09 00:41:40.580577 [ 297 ] {77ba91c6-d6c4-4701-9e1d-b84e813cf43c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001149393 sec. (870.024 rows/sec., 33.99 KiB/sec.) 2026.01.09 00:41:40.580597 [ 297 ] {77ba91c6-d6c4-4701-9e1d-b84e813cf43c} Aggregator: Merging aggregated data 2026.01.09 00:41:40.581456 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64769 2026.01.09 00:41:40.581456 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48997 2026.01.09 00:41:40.581519 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35833 2026.01.09 00:41:40.581544 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.581562 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.581594 [ 351 ] {} TCP-Session: 85a78793-dd43-468f-a32c-63b024b9529a Authenticating user 'default' from [fd00:1122:3344:101::e]:64769 2026.01.09 00:41:40.581599 [ 356 ] {} TCP-Session: 62690012-3f6f-4f2b-9f36-16f9b76c86cf Authenticating user 'default' from [fd00:1122:3344:101::e]:48997 2026.01.09 00:41:40.581602 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43502 2026.01.09 00:41:40.581627 [ 356 ] {} TCP-Session: 62690012-3f6f-4f2b-9f36-16f9b76c86cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.581630 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.581655 [ 356 ] {} TCP-Session: 62690012-3f6f-4f2b-9f36-16f9b76c86cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.581661 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59014 2026.01.09 00:41:40.581687 [ 357 ] {} TCP-Session: 1fcc658c-44a6-4df9-b44a-449c8fcc14a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:35833 2026.01.09 00:41:40.581704 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57293 2026.01.09 00:41:40.581743 [ 357 ] {} TCP-Session: 1fcc658c-44a6-4df9-b44a-449c8fcc14a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.581787 [ 357 ] {} TCP-Session: 1fcc658c-44a6-4df9-b44a-449c8fcc14a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.581620 [ 351 ] {} TCP-Session: 85a78793-dd43-468f-a32c-63b024b9529a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.581810 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33117 2026.01.09 00:41:40.581844 [ 351 ] {} TCP-Session: 85a78793-dd43-468f-a32c-63b024b9529a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.581857 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.581618 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52548 2026.01.09 00:41:40.581906 [ 361 ] {} TCP-Session: 8e8ead01-37da-43f2-b445-8739c87b471f Authenticating user 'default' from [fd00:1122:3344:101::e]:57293 2026.01.09 00:41:40.581931 [ 361 ] {} TCP-Session: 8e8ead01-37da-43f2-b445-8739c87b471f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.581944 [ 361 ] {} TCP-Session: 8e8ead01-37da-43f2-b445-8739c87b471f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582004 [ 290 ] {77ba91c6-d6c4-4701-9e1d-b84e813cf43c} executeQuery: Read 1 rows, 40.00 B in 0.003409 sec., 293.3411557641537 rows/sec., 11.46 KiB/sec. 2026.01.09 00:41:40.582003 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.582087 [ 358 ] {} TCP-Session: 8cd36f71-8ca4-4a8a-844e-9e7814949d98 Authenticating user 'default' from [fd00:1122:3344:101::e]:52548 2026.01.09 00:41:40.582109 [ 358 ] {} TCP-Session: 8cd36f71-8ca4-4a8a-844e-9e7814949d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582125 [ 358 ] {} TCP-Session: 8cd36f71-8ca4-4a8a-844e-9e7814949d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582199 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.582216 [ 290 ] {77ba91c6-d6c4-4701-9e1d-b84e813cf43c} TCPHandler: Processed in 0.00386917 sec. 2026.01.09 00:41:40.582236 [ 362 ] {} TCP-Session: dda7bf19-359d-4ba0-bcf1-f543504f0289 Authenticating user 'default' from [fd00:1122:3344:101::e]:33117 2026.01.09 00:41:40.582255 [ 362 ] {} TCP-Session: dda7bf19-359d-4ba0-bcf1-f543504f0289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582272 [ 362 ] {} TCP-Session: dda7bf19-359d-4ba0-bcf1-f543504f0289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582363 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.582393 [ 290 ] {} TCP-Session: 5fe59089-aedf-4104-b827-9a101ffc5d94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582397 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.582431 [ 351 ] {} TCP-Session: 85a78793-dd43-468f-a32c-63b024b9529a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582430 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.582469 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.582488 [ 361 ] {} TCP-Session: 8e8ead01-37da-43f2-b445-8739c87b471f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582494 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.582512 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.582547 [ 358 ] {} TCP-Session: 8cd36f71-8ca4-4a8a-844e-9e7814949d98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582574 [ 357 ] {} TCP-Session: 1fcc658c-44a6-4df9-b44a-449c8fcc14a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582580 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.582511 [ 356 ] {} TCP-Session: 62690012-3f6f-4f2b-9f36-16f9b76c86cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582635 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.582638 [ 362 ] {} TCP-Session: dda7bf19-359d-4ba0-bcf1-f543504f0289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582651 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.582673 [ 359 ] {} TCP-Session: 0e42cba6-adaf-4df0-b941-7d58327fba23 Authenticating user 'default' from [fd00:1122:3344:101::e]:43502 2026.01.09 00:41:40.582717 [ 359 ] {} TCP-Session: 0e42cba6-adaf-4df0-b941-7d58327fba23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582724 [ 360 ] {} TCP-Session: 342ca2a5-d164-4dea-86e1-665f3f858eac Authenticating user 'default' from [fd00:1122:3344:101::e]:59014 2026.01.09 00:41:40.582733 [ 359 ] {} TCP-Session: 0e42cba6-adaf-4df0-b941-7d58327fba23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582770 [ 360 ] {} TCP-Session: 342ca2a5-d164-4dea-86e1-665f3f858eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.582803 [ 360 ] {} TCP-Session: 342ca2a5-d164-4dea-86e1-665f3f858eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.583000 [ 359 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:43502). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.09 00:41:40.583951 [ 359 ] {} TCP-Session: 0e42cba6-adaf-4df0-b941-7d58327fba23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.583982 [ 360 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:59014). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.09 00:41:40.584069 [ 360 ] {} TCP-Session: 342ca2a5-d164-4dea-86e1-665f3f858eac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.685852 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44786 2026.01.09 00:41:40.685962 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.686003 [ 290 ] {} TCP-Session: c845db98-10d4-4ddb-97bf-d7c5175be5ef Authenticating user 'default' from [fd00:1122:3344:101::e]:44786 2026.01.09 00:41:40.686041 [ 290 ] {} TCP-Session: c845db98-10d4-4ddb-97bf-d7c5175be5ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686063 [ 290 ] {} TCP-Session: c845db98-10d4-4ddb-97bf-d7c5175be5ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686265 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48033 2026.01.09 00:41:40.686314 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65050 2026.01.09 00:41:40.686342 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.686348 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59086 2026.01.09 00:41:40.686373 [ 351 ] {} TCP-Session: b9b0c38c-8208-4406-b416-87bdb32df478 Authenticating user 'default' from [fd00:1122:3344:101::e]:48033 2026.01.09 00:41:40.686397 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40373 2026.01.09 00:41:40.686418 [ 290 ] {} TCP-Session: c845db98-10d4-4ddb-97bf-d7c5175be5ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:40.686434 [ 351 ] {} TCP-Session: b9b0c38c-8208-4406-b416-87bdb32df478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686440 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42044 2026.01.09 00:41:40.686461 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.686465 [ 351 ] {} TCP-Session: b9b0c38c-8208-4406-b416-87bdb32df478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686501 [ 357 ] {} TCP-Session: e664b29e-0de7-4404-931a-65a77c1e22f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:59086 2026.01.09 00:41:40.686515 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.686436 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34218 2026.01.09 00:41:40.686549 [ 362 ] {} TCP-Session: 471f21a1-35ee-4d2b-8884-f4500638abf6 Authenticating user 'default' from [fd00:1122:3344:101::e]:42044 2026.01.09 00:41:40.686538 [ 357 ] {} TCP-Session: e664b29e-0de7-4404-931a-65a77c1e22f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686596 [ 362 ] {} TCP-Session: 471f21a1-35ee-4d2b-8884-f4500638abf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686609 [ 290 ] {95fb0af8-094a-4395-8895-8f1675d7ab7f} executeQuery: (from [fd00:1122:3344:101::e]:44786) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:41:40.686621 [ 362 ] {} TCP-Session: 471f21a1-35ee-4d2b-8884-f4500638abf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686613 [ 357 ] {} TCP-Session: e664b29e-0de7-4404-931a-65a77c1e22f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686647 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.686389 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58636 2026.01.09 00:41:40.686690 [ 361 ] {} TCP-Session: 5bca2197-8d32-4c26-8fd4-7c6dbf8bfc03 Authenticating user 'default' from [fd00:1122:3344:101::e]:34218 2026.01.09 00:41:40.686383 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.686721 [ 361 ] {} TCP-Session: 5bca2197-8d32-4c26-8fd4-7c6dbf8bfc03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686744 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.686750 [ 361 ] {} TCP-Session: 5bca2197-8d32-4c26-8fd4-7c6dbf8bfc03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686746 [ 356 ] {} TCP-Session: 4f3cb1ce-7b77-4791-ad53-e7a5fe02e3dd Authenticating user 'default' from [fd00:1122:3344:101::e]:65050 2026.01.09 00:41:40.686769 [ 358 ] {} TCP-Session: 58ab8e0c-86b9-4307-88f1-3d912f1312ee Authenticating user 'default' from [fd00:1122:3344:101::e]:58636 2026.01.09 00:41:40.686792 [ 356 ] {} TCP-Session: 4f3cb1ce-7b77-4791-ad53-e7a5fe02e3dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686810 [ 358 ] {} TCP-Session: 58ab8e0c-86b9-4307-88f1-3d912f1312ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686818 [ 356 ] {} TCP-Session: 4f3cb1ce-7b77-4791-ad53-e7a5fe02e3dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686837 [ 358 ] {} TCP-Session: 58ab8e0c-86b9-4307-88f1-3d912f1312ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686434 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41759 2026.01.09 00:41:40.686899 [ 290 ] {95fb0af8-094a-4395-8895-8f1675d7ab7f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:41:40.686477 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.686957 [ 359 ] {} TCP-Session: 64921706-907b-44c3-a004-b612c5434108 Authenticating user 'default' from [fd00:1122:3344:101::e]:40373 2026.01.09 00:41:40.686988 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.687008 [ 359 ] {} TCP-Session: 64921706-907b-44c3-a004-b612c5434108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.686969 [ 290 ] {95fb0af8-094a-4395-8895-8f1675d7ab7f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:41:40.687037 [ 359 ] {} TCP-Session: 64921706-907b-44c3-a004-b612c5434108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.687034 [ 360 ] {} TCP-Session: f7b91cca-443e-46a9-9022-68c2dc7a2352 Authenticating user 'default' from [fd00:1122:3344:101::e]:41759 2026.01.09 00:41:40.687081 [ 360 ] {} TCP-Session: f7b91cca-443e-46a9-9022-68c2dc7a2352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.687095 [ 360 ] {} TCP-Session: f7b91cca-443e-46a9-9022-68c2dc7a2352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.687342 [ 290 ] {95fb0af8-094a-4395-8895-8f1675d7ab7f} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:41:40.688432 [ 345 ] {95fb0af8-094a-4395-8895-8f1675d7ab7f} AggregatingTransform: Aggregating 2026.01.09 00:41:40.688480 [ 345 ] {95fb0af8-094a-4395-8895-8f1675d7ab7f} Aggregator: Aggregation method: without_key 2026.01.09 00:41:40.688553 [ 345 ] {95fb0af8-094a-4395-8895-8f1675d7ab7f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001103221 sec. (906.437 rows/sec., 35.41 KiB/sec.) 2026.01.09 00:41:40.688574 [ 345 ] {95fb0af8-094a-4395-8895-8f1675d7ab7f} Aggregator: Merging aggregated data 2026.01.09 00:41:40.689987 [ 290 ] {95fb0af8-094a-4395-8895-8f1675d7ab7f} executeQuery: Read 1 rows, 40.00 B in 0.003442 sec., 290.52876234747237 rows/sec., 11.35 KiB/sec. 2026.01.09 00:41:40.690158 [ 290 ] {95fb0af8-094a-4395-8895-8f1675d7ab7f} TCPHandler: Processed in 0.00385392 sec. 2026.01.09 00:41:40.690294 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.690324 [ 290 ] {} TCP-Session: c845db98-10d4-4ddb-97bf-d7c5175be5ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.690341 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.690374 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.690377 [ 351 ] {} TCP-Session: b9b0c38c-8208-4406-b416-87bdb32df478 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.690376 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.690409 [ 356 ] {} TCP-Session: 4f3cb1ce-7b77-4791-ad53-e7a5fe02e3dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.690416 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.690436 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.690476 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.690480 [ 358 ] {} TCP-Session: 58ab8e0c-86b9-4307-88f1-3d912f1312ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.690513 [ 357 ] {} TCP-Session: e664b29e-0de7-4404-931a-65a77c1e22f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.690522 [ 361 ] {} TCP-Session: 5bca2197-8d32-4c26-8fd4-7c6dbf8bfc03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.690443 [ 362 ] {} TCP-Session: 471f21a1-35ee-4d2b-8884-f4500638abf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.690454 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.690403 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.690619 [ 359 ] {} TCP-Session: 64921706-907b-44c3-a004-b612c5434108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.690666 [ 360 ] {} TCP-Session: f7b91cca-443e-46a9-9022-68c2dc7a2352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.854652 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53304 2026.01.09 00:41:40.854767 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.854794 [ 290 ] {} TCP-Session: a520c000-5735-4828-8da1-28229a22b474 Authenticating user 'default' from [fd00:1122:3344:101::e]:53304 2026.01.09 00:41:40.854818 [ 290 ] {} TCP-Session: a520c000-5735-4828-8da1-28229a22b474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.854830 [ 290 ] {} TCP-Session: a520c000-5735-4828-8da1-28229a22b474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855054 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53472 2026.01.09 00:41:40.855085 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60280 2026.01.09 00:41:40.855112 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60731 2026.01.09 00:41:40.855128 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35265 2026.01.09 00:41:40.855162 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59665 2026.01.09 00:41:40.855163 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45217 2026.01.09 00:41:40.855166 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.855229 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.855244 [ 356 ] {} TCP-Session: 2ac79ff5-4ab4-4a21-88fe-b98df469f4cb Authenticating user 'default' from [fd00:1122:3344:101::e]:60280 2026.01.09 00:41:40.855249 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.855266 [ 357 ] {} TCP-Session: f0e02f9e-cccb-4afc-a9a4-242ae150ea9b Authenticating user 'default' from [fd00:1122:3344:101::e]:60731 2026.01.09 00:41:40.855272 [ 356 ] {} TCP-Session: 2ac79ff5-4ab4-4a21-88fe-b98df469f4cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855292 [ 361 ] {} TCP-Session: 51d29789-5a5a-41e3-aafd-31a30ae05433 Authenticating user 'default' from [fd00:1122:3344:101::e]:59665 2026.01.09 00:41:40.855306 [ 357 ] {} TCP-Session: f0e02f9e-cccb-4afc-a9a4-242ae150ea9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855310 [ 356 ] {} TCP-Session: 2ac79ff5-4ab4-4a21-88fe-b98df469f4cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855337 [ 357 ] {} TCP-Session: f0e02f9e-cccb-4afc-a9a4-242ae150ea9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855331 [ 361 ] {} TCP-Session: 51d29789-5a5a-41e3-aafd-31a30ae05433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855262 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.855401 [ 361 ] {} TCP-Session: 51d29789-5a5a-41e3-aafd-31a30ae05433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855423 [ 362 ] {} TCP-Session: cfa37ed3-6dc0-44da-9fa7-e22e767b0e68 Authenticating user 'default' from [fd00:1122:3344:101::e]:45217 2026.01.09 00:41:40.855249 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.855452 [ 362 ] {} TCP-Session: cfa37ed3-6dc0-44da-9fa7-e22e767b0e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855141 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.855486 [ 362 ] {} TCP-Session: cfa37ed3-6dc0-44da-9fa7-e22e767b0e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855484 [ 358 ] {} TCP-Session: 719e7c25-f5bb-46cc-b7cd-c1ae985b003b Authenticating user 'default' from [fd00:1122:3344:101::e]:35265 2026.01.09 00:41:40.855520 [ 351 ] {} TCP-Session: c833ae2a-953c-4a66-944b-3aa1432e1433 Authenticating user 'default' from [fd00:1122:3344:101::e]:53472 2026.01.09 00:41:40.855538 [ 358 ] {} TCP-Session: 719e7c25-f5bb-46cc-b7cd-c1ae985b003b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855553 [ 351 ] {} TCP-Session: c833ae2a-953c-4a66-944b-3aa1432e1433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855566 [ 358 ] {} TCP-Session: 719e7c25-f5bb-46cc-b7cd-c1ae985b003b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855579 [ 351 ] {} TCP-Session: c833ae2a-953c-4a66-944b-3aa1432e1433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855158 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64008 2026.01.09 00:41:40.855148 [ 290 ] {} TCP-Session: a520c000-5735-4828-8da1-28229a22b474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:40.855123 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55222 2026.01.09 00:41:40.855709 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.855726 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:41:40.855749 [ 360 ] {} TCP-Session: 0aec1c2c-4cea-4a78-b8c8-10df1e84cf27 Authenticating user 'default' from [fd00:1122:3344:101::e]:64008 2026.01.09 00:41:40.855763 [ 359 ] {} TCP-Session: 78e0b9e3-fb72-49d5-956e-403760b7064e Authenticating user 'default' from [fd00:1122:3344:101::e]:55222 2026.01.09 00:41:40.855787 [ 360 ] {} TCP-Session: 0aec1c2c-4cea-4a78-b8c8-10df1e84cf27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855791 [ 359 ] {} TCP-Session: 78e0b9e3-fb72-49d5-956e-403760b7064e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855822 [ 360 ] {} TCP-Session: 0aec1c2c-4cea-4a78-b8c8-10df1e84cf27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855828 [ 359 ] {} TCP-Session: 78e0b9e3-fb72-49d5-956e-403760b7064e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.855846 [ 290 ] {6a7e45d5-2432-4d68-97f6-bd12e7f634fe} executeQuery: (from [fd00:1122:3344:101::e]:53304) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:41:40.856179 [ 290 ] {6a7e45d5-2432-4d68-97f6-bd12e7f634fe} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:41:40.856257 [ 290 ] {6a7e45d5-2432-4d68-97f6-bd12e7f634fe} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:41:40.856597 [ 290 ] {6a7e45d5-2432-4d68-97f6-bd12e7f634fe} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:41:40.857669 [ 340 ] {6a7e45d5-2432-4d68-97f6-bd12e7f634fe} AggregatingTransform: Aggregating 2026.01.09 00:41:40.857704 [ 340 ] {6a7e45d5-2432-4d68-97f6-bd12e7f634fe} Aggregator: Aggregation method: without_key 2026.01.09 00:41:40.857740 [ 340 ] {6a7e45d5-2432-4d68-97f6-bd12e7f634fe} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001037589 sec. (963.773 rows/sec., 37.65 KiB/sec.) 2026.01.09 00:41:40.857759 [ 340 ] {6a7e45d5-2432-4d68-97f6-bd12e7f634fe} Aggregator: Merging aggregated data 2026.01.09 00:41:40.859148 [ 290 ] {6a7e45d5-2432-4d68-97f6-bd12e7f634fe} executeQuery: Read 1 rows, 40.00 B in 0.003364 sec., 297.2651605231867 rows/sec., 11.61 KiB/sec. 2026.01.09 00:41:40.859298 [ 290 ] {6a7e45d5-2432-4d68-97f6-bd12e7f634fe} TCPHandler: Processed in 0.004259822 sec. 2026.01.09 00:41:40.859443 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.859469 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.859475 [ 290 ] {} TCP-Session: a520c000-5735-4828-8da1-28229a22b474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.859495 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.859511 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.859529 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.859557 [ 357 ] {} TCP-Session: f0e02f9e-cccb-4afc-a9a4-242ae150ea9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.859578 [ 362 ] {} TCP-Session: cfa37ed3-6dc0-44da-9fa7-e22e767b0e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.859593 [ 356 ] {} TCP-Session: 2ac79ff5-4ab4-4a21-88fe-b98df469f4cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.859588 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.859578 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.859651 [ 361 ] {} TCP-Session: 51d29789-5a5a-41e3-aafd-31a30ae05433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.859577 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.859674 [ 351 ] {} TCP-Session: c833ae2a-953c-4a66-944b-3aa1432e1433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.859571 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.09 00:41:40.859702 [ 358 ] {} TCP-Session: 719e7c25-f5bb-46cc-b7cd-c1ae985b003b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.859528 [ 360 ] {} TCP-Session: 0aec1c2c-4cea-4a78-b8c8-10df1e84cf27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:40.859733 [ 359 ] {} TCP-Session: 78e0b9e3-fb72-49d5-956e-403760b7064e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:41:42.034149 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:42.034349 [ 269 ] {86053f98-40e7-4b04-bc38-e14cd014bbb5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:42.034426 [ 269 ] {86053f98-40e7-4b04-bc38-e14cd014bbb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:42.035161 [ 269 ] {86053f98-40e7-4b04-bc38-e14cd014bbb5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:42.035217 [ 269 ] {86053f98-40e7-4b04-bc38-e14cd014bbb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:42.035613 [ 269 ] {86053f98-40e7-4b04-bc38-e14cd014bbb5} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.09 00:41:42.035838 [ 269 ] {86053f98-40e7-4b04-bc38-e14cd014bbb5} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:42.036010 [ 269 ] {86053f98-40e7-4b04-bc38-e14cd014bbb5} executeQuery: Read 56 rows, 4.41 KiB in 0.001715 sec., 32653.061224489797 rows/sec., 2.51 MiB/sec. 2026.01.09 00:41:42.036067 [ 269 ] {86053f98-40e7-4b04-bc38-e14cd014bbb5} TCPHandler: Processed in 0.002060249 sec. 2026.01.09 00:41:42.036199 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:42.036307 [ 269 ] {42b11ea5-6365-4ddf-b41e-3c845183223a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:42.036351 [ 269 ] {42b11ea5-6365-4ddf-b41e-3c845183223a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:42.036835 [ 269 ] {42b11ea5-6365-4ddf-b41e-3c845183223a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:42.036875 [ 269 ] {42b11ea5-6365-4ddf-b41e-3c845183223a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:42.037270 [ 269 ] {42b11ea5-6365-4ddf-b41e-3c845183223a} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.09 00:41:42.037576 [ 269 ] {42b11ea5-6365-4ddf-b41e-3c845183223a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:42.037773 [ 269 ] {42b11ea5-6365-4ddf-b41e-3c845183223a} executeQuery: Read 64 rows, 5.12 KiB in 0.001489 sec., 42981.86702484889 rows/sec., 3.35 MiB/sec. 2026.01.09 00:41:42.037829 [ 269 ] {42b11ea5-6365-4ddf-b41e-3c845183223a} TCPHandler: Processed in 0.001683058 sec. 2026.01.09 00:41:42.038001 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:42.038127 [ 269 ] {962270ff-869e-4d00-8c99-7af5a2b4829d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:42.038187 [ 269 ] {962270ff-869e-4d00-8c99-7af5a2b4829d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:42.038722 [ 269 ] {962270ff-869e-4d00-8c99-7af5a2b4829d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:42.038770 [ 269 ] {962270ff-869e-4d00-8c99-7af5a2b4829d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:42.039213 [ 269 ] {962270ff-869e-4d00-8c99-7af5a2b4829d} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.09 00:41:42.039508 [ 269 ] {962270ff-869e-4d00-8c99-7af5a2b4829d} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:42.039699 [ 269 ] {962270ff-869e-4d00-8c99-7af5a2b4829d} executeQuery: Read 64 rows, 4.56 KiB in 0.001604 sec., 39900.249376558604 rows/sec., 2.78 MiB/sec. 2026.01.09 00:41:42.039703 [ 67 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 5 parts from all_1_133_27 to all_137_137_0 2026.01.09 00:41:42.039753 [ 269 ] {962270ff-869e-4d00-8c99-7af5a2b4829d} TCPHandler: Processed in 0.001818502 sec. 2026.01.09 00:41:42.039800 [ 67 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:42.039833 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:42.039966 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:42.040048 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} MergeTask::PrepareStage: Merging 5 parts: from all_1_133_27 to all_137_137_0 into Compact with storage Full 2026.01.09 00:41:42.040093 [ 269 ] {e8b4e75c-f232-4042-a8fb-ee9052626bbd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:42.040159 [ 269 ] {e8b4e75c-f232-4042-a8fb-ee9052626bbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:42.040261 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:42.040318 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 40883 rows starting from the beginning of the part 2026.01.09 00:41:42.040416 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 161 rows starting from the beginning of the part 2026.01.09 00:41:42.040481 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 314 rows starting from the beginning of the part 2026.01.09 00:41:42.040547 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part 2026.01.09 00:41:42.040608 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 934 rows starting from the beginning of the part 2026.01.09 00:41:42.040643 [ 269 ] {e8b4e75c-f232-4042-a8fb-ee9052626bbd} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:42.040697 [ 269 ] {e8b4e75c-f232-4042-a8fb-ee9052626bbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:42.041179 [ 269 ] {e8b4e75c-f232-4042-a8fb-ee9052626bbd} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.09 00:41:42.041469 [ 269 ] {e8b4e75c-f232-4042-a8fb-ee9052626bbd} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:42.041674 [ 269 ] {e8b4e75c-f232-4042-a8fb-ee9052626bbd} executeQuery: Read 24 rows, 1.66 KiB in 0.001607 sec., 14934.660858743 rows/sec., 1.01 MiB/sec. 2026.01.09 00:41:42.041736 [ 269 ] {e8b4e75c-f232-4042-a8fb-ee9052626bbd} TCPHandler: Processed in 0.001869173 sec. 2026.01.09 00:41:42.048798 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} MergeTask::MergeProjectionsStage: Merge sorted 42452 rows, containing 5 columns (5 merged, 0 gathered) in 0.008835902 sec., 4804489.683113281 rows/sec., 323.05 MiB/sec. 2026.01.09 00:41:42.049221 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} MergedBlockOutputStream: filled checksums all_1_137_28 (state Temporary) 2026.01.09 00:41:42.049553 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_137_28 to all_1_137_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:42.049635 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_137_28} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 5 parts: [all_1_133_27, all_137_137_0] -> all_1_137_28 2026.01.09 00:41:42.049748 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.01.09 00:41:42.463472 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 38871 2026.01.09 00:41:42.464047 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:42.464107 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:42.464622 [ 245 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.09 00:41:42.464865 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:42.465017 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38871 2026.01.09 00:41:42.465050 [ 67 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.09 00:41:42.465124 [ 67 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:42.465146 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:42.465287 [ 190 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.09 00:41:42.465459 [ 190 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:42.465508 [ 190 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 36439 rows starting from the beginning of the part 2026.01.09 00:41:42.465578 [ 190 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 512 rows starting from the beginning of the part 2026.01.09 00:41:42.465627 [ 190 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 448 rows starting from the beginning of the part 2026.01.09 00:41:42.465674 [ 190 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 512 rows starting from the beginning of the part 2026.01.09 00:41:42.465713 [ 190 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 448 rows starting from the beginning of the part 2026.01.09 00:41:42.465757 [ 190 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 512 rows starting from the beginning of the part 2026.01.09 00:41:42.468700 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 38871 rows, containing 4 columns (4 merged, 0 gathered) in 0.003479419 sec., 11171692.745254308 rows/sec., 159.81 MiB/sec. 2026.01.09 00:41:42.469140 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.09 00:41:42.469461 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:42.469546 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_81_16} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.09 00:41:42.469677 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.01.09 00:41:42.811201 [ 224 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:42.811268 [ 224 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:42.814051 [ 224 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:42.977442 [ 221 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:42.977494 [ 221 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:42.979917 [ 221 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:43.151000 [ 221 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:43.151039 [ 221 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:43.154088 [ 221 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:43.311607 [ 225 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:43.311639 [ 225 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:43.315018 [ 225 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:41:44.552798 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2026.01.09 00:41:44.570579 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:44.570643 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:44.576709 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.09 00:41:44.577414 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:44.577765 [ 63 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.09 00:41:44.577866 [ 63 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:44.577903 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:44.578062 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.09 00:41:44.580686 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2026.01.09 00:41:44.582036 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:44.583826 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part 2026.01.09 00:41:44.588926 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part 2026.01.09 00:41:44.593816 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part 2026.01.09 00:41:44.598480 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part 2026.01.09 00:41:44.603630 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2026.01.09 00:41:44.608567 [ 187 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part 2026.01.09 00:41:44.667603 [ 202 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.089612941 sec., 6807.052566213623 rows/sec., 35.20 MiB/sec. 2026.01.09 00:41:44.670682 [ 202 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.09 00:41:44.672794 [ 202 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:44.672875 [ 202 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_81_16} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.09 00:41:44.675630 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.01.09 00:41:45.001174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 381.24 MiB, peak 398.65 MiB, free memory in arenas 0.00 B, will set to 380.19 MiB (RSS), difference: -1.05 MiB 2026.01.09 00:41:45.076629 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2362 2026.01.09 00:41:45.079461 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:45.079511 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.01.09 00:41:45.080763 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:41:45.081024 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:45.081295 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2362 2026.01.09 00:41:47.040016 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:47.040229 [ 269 ] {beb779e8-91f0-4f7f-b201-a952ca6a293f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:47.040299 [ 269 ] {beb779e8-91f0-4f7f-b201-a952ca6a293f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:47.041063 [ 269 ] {beb779e8-91f0-4f7f-b201-a952ca6a293f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:47.041102 [ 269 ] {beb779e8-91f0-4f7f-b201-a952ca6a293f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:47.041487 [ 269 ] {beb779e8-91f0-4f7f-b201-a952ca6a293f} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.09 00:41:47.041706 [ 269 ] {beb779e8-91f0-4f7f-b201-a952ca6a293f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:47.041855 [ 269 ] {beb779e8-91f0-4f7f-b201-a952ca6a293f} executeQuery: Read 139 rows, 12.36 KiB in 0.001677 sec., 82886.10614192009 rows/sec., 7.20 MiB/sec. 2026.01.09 00:41:47.041896 [ 269 ] {beb779e8-91f0-4f7f-b201-a952ca6a293f} TCPHandler: Processed in 0.002012238 sec. 2026.01.09 00:41:47.042018 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:47.042113 [ 269 ] {8d301238-c5b1-4a0b-bd1f-40a98a83dd5b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:47.042153 [ 269 ] {8d301238-c5b1-4a0b-bd1f-40a98a83dd5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:47.042619 [ 269 ] {8d301238-c5b1-4a0b-bd1f-40a98a83dd5b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:47.042654 [ 269 ] {8d301238-c5b1-4a0b-bd1f-40a98a83dd5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:47.042945 [ 269 ] {8d301238-c5b1-4a0b-bd1f-40a98a83dd5b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.09 00:41:47.043151 [ 269 ] {8d301238-c5b1-4a0b-bd1f-40a98a83dd5b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:47.043278 [ 269 ] {8d301238-c5b1-4a0b-bd1f-40a98a83dd5b} executeQuery: Read 41 rows, 3.08 KiB in 0.001183 sec., 34657.65004226543 rows/sec., 2.55 MiB/sec. 2026.01.09 00:41:47.043315 [ 269 ] {8d301238-c5b1-4a0b-bd1f-40a98a83dd5b} TCPHandler: Processed in 0.001347168 sec. 2026.01.09 00:41:47.043431 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:47.043526 [ 269 ] {0a5614f5-8755-4e1b-913f-2f439c5c65a0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:41:47.043564 [ 269 ] {0a5614f5-8755-4e1b-913f-2f439c5c65a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:41:47.043975 [ 269 ] {0a5614f5-8755-4e1b-913f-2f439c5c65a0} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:47.044009 [ 269 ] {0a5614f5-8755-4e1b-913f-2f439c5c65a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:47.044301 [ 269 ] {0a5614f5-8755-4e1b-913f-2f439c5c65a0} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:41:47.044504 [ 269 ] {0a5614f5-8755-4e1b-913f-2f439c5c65a0} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:47.044627 [ 269 ] {0a5614f5-8755-4e1b-913f-2f439c5c65a0} executeQuery: Read 1 rows, 68.00 B in 0.00112 sec., 892.8571428571429 rows/sec., 59.29 KiB/sec. 2026.01.09 00:41:47.044664 [ 269 ] {0a5614f5-8755-4e1b-913f-2f439c5c65a0} TCPHandler: Processed in 0.001281487 sec. 2026.01.09 00:41:47.044770 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:47.044864 [ 269 ] {9a4605f5-9faf-471a-a6e4-0e1ca8f10838} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:47.044902 [ 269 ] {9a4605f5-9faf-471a-a6e4-0e1ca8f10838} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:47.045346 [ 269 ] {9a4605f5-9faf-471a-a6e4-0e1ca8f10838} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:47.045380 [ 269 ] {9a4605f5-9faf-471a-a6e4-0e1ca8f10838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:47.045668 [ 269 ] {9a4605f5-9faf-471a-a6e4-0e1ca8f10838} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.09 00:41:47.045876 [ 269 ] {9a4605f5-9faf-471a-a6e4-0e1ca8f10838} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:47.045997 [ 269 ] {9a4605f5-9faf-471a-a6e4-0e1ca8f10838} executeQuery: Read 105 rows, 8.40 KiB in 0.001151 sec., 91225.02172024327 rows/sec., 7.13 MiB/sec. 2026.01.09 00:41:47.046033 [ 269 ] {9a4605f5-9faf-471a-a6e4-0e1ca8f10838} TCPHandler: Processed in 0.001311038 sec. 2026.01.09 00:41:47.046143 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:47.046237 [ 269 ] {e387ce90-7140-4c9b-ab9f-d581206dc0be} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:47.046279 [ 269 ] {e387ce90-7140-4c9b-ab9f-d581206dc0be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:47.046714 [ 269 ] {e387ce90-7140-4c9b-ab9f-d581206dc0be} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:47.046749 [ 269 ] {e387ce90-7140-4c9b-ab9f-d581206dc0be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:47.047072 [ 269 ] {e387ce90-7140-4c9b-ab9f-d581206dc0be} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.09 00:41:47.047274 [ 269 ] {e387ce90-7140-4c9b-ab9f-d581206dc0be} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:47.047400 [ 269 ] {e387ce90-7140-4c9b-ab9f-d581206dc0be} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.01.09 00:41:47.047437 [ 269 ] {e387ce90-7140-4c9b-ab9f-d581206dc0be} TCPHandler: Processed in 0.001342588 sec. 2026.01.09 00:41:47.047544 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:47.047645 [ 269 ] {7cd6c9ac-7dd1-4acd-bafb-8d7577ef1aa3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:41:47.047687 [ 269 ] {7cd6c9ac-7dd1-4acd-bafb-8d7577ef1aa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:41:47.048064 [ 269 ] {7cd6c9ac-7dd1-4acd-bafb-8d7577ef1aa3} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:47.048099 [ 269 ] {7cd6c9ac-7dd1-4acd-bafb-8d7577ef1aa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:47.048395 [ 269 ] {7cd6c9ac-7dd1-4acd-bafb-8d7577ef1aa3} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:41:47.048595 [ 269 ] {7cd6c9ac-7dd1-4acd-bafb-8d7577ef1aa3} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:47.048682 [ 113 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_56_12 to all_61_61_0 2026.01.09 00:41:47.048719 [ 113 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:47.048737 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:47.048744 [ 269 ] {7cd6c9ac-7dd1-4acd-bafb-8d7577ef1aa3} executeQuery: Read 1 rows, 65.00 B in 0.001117 sec., 895.2551477170995 rows/sec., 56.83 KiB/sec. 2026.01.09 00:41:47.048784 [ 269 ] {7cd6c9ac-7dd1-4acd-bafb-8d7577ef1aa3} TCPHandler: Processed in 0.001292597 sec. 2026.01.09 00:41:47.048821 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_12 to all_61_61_0 into Compact with storage Full 2026.01.09 00:41:47.048896 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:47.048904 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:47.048938 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 56 rows starting from the beginning of the part 2026.01.09 00:41:47.048988 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:47.048993 [ 269 ] {d761e973-e1be-4606-94df-7296cc7513cc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:47.049029 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:47.049061 [ 269 ] {d761e973-e1be-4606-94df-7296cc7513cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:41:47.049068 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:47.049107 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:47.049144 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:47.049922 [ 188 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} MergeTask::MergeProjectionsStage: Merge sorted 61 rows, containing 4 columns (4 merged, 0 gathered) in 0.001131382 sec., 53916.36069868533 rows/sec., 3.53 MiB/sec. 2026.01.09 00:41:47.050013 [ 269 ] {d761e973-e1be-4606-94df-7296cc7513cc} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:47.050051 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} MergedBlockOutputStream: filled checksums all_1_61_13 (state Temporary) 2026.01.09 00:41:47.050061 [ 269 ] {d761e973-e1be-4606-94df-7296cc7513cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:47.050276 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_61_13 to all_1_61_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:47.050336 [ 201 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_61_13} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_56_12, all_61_61_0] -> all_1_61_13 2026.01.09 00:41:47.050392 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.01.09 00:41:47.050620 [ 269 ] {d761e973-e1be-4606-94df-7296cc7513cc} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:41:47.050844 [ 269 ] {d761e973-e1be-4606-94df-7296cc7513cc} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:47.051007 [ 269 ] {d761e973-e1be-4606-94df-7296cc7513cc} executeQuery: Read 41 rows, 75.23 KiB in 0.002033 sec., 20167.240531234627 rows/sec., 36.14 MiB/sec. 2026.01.09 00:41:47.051093 [ 269 ] {d761e973-e1be-4606-94df-7296cc7513cc} TCPHandler: Processed in 0.002245903 sec. 2026.01.09 00:41:47.051221 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:47.051319 [ 269 ] {4ac4923d-dcf8-4f72-bac4-d6cae9148146} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:47.051361 [ 269 ] {4ac4923d-dcf8-4f72-bac4-d6cae9148146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:47.051708 [ 269 ] {4ac4923d-dcf8-4f72-bac4-d6cae9148146} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:47.051744 [ 269 ] {4ac4923d-dcf8-4f72-bac4-d6cae9148146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:47.052065 [ 269 ] {4ac4923d-dcf8-4f72-bac4-d6cae9148146} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.09 00:41:47.052286 [ 269 ] {4ac4923d-dcf8-4f72-bac4-d6cae9148146} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:47.052418 [ 269 ] {4ac4923d-dcf8-4f72-bac4-d6cae9148146} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.01.09 00:41:47.052455 [ 269 ] {4ac4923d-dcf8-4f72-bac4-d6cae9148146} TCPHandler: Processed in 0.001284766 sec. 2026.01.09 00:41:49.741899 [ 121 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:41:49.741951 [ 121 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:41:49.966120 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 39319 2026.01.09 00:41:49.966601 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:49.966642 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:49.967123 [ 245 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.09 00:41:49.967392 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:49.967551 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39319 2026.01.09 00:41:50.698538 [ 122 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 5 parts from all_1_55_12 to all_59_59_0 2026.01.09 00:41:50.698625 [ 122 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:50.698650 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:50.698785 [ 189 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_55_12 to all_59_59_0 into Compact with storage Full 2026.01.09 00:41:50.698939 [ 189 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:50.698977 [ 189 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 434 rows starting from the beginning of the part 2026.01.09 00:41:50.699051 [ 189 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 410 rows starting from the beginning of the part 2026.01.09 00:41:50.699104 [ 189 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 410 rows starting from the beginning of the part 2026.01.09 00:41:50.699152 [ 189 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 410 rows starting from the beginning of the part 2026.01.09 00:41:50.699196 [ 189 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 410 rows starting from the beginning of the part 2026.01.09 00:41:50.700246 [ 188 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.001522363 sec., 1362355.758777637 rows/sec., 91.93 MiB/sec. 2026.01.09 00:41:50.700444 [ 192 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) 2026.01.09 00:41:50.700733 [ 192 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:50.700814 [ 192 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_59_13} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 5 parts: [all_1_55_12, all_59_59_0] -> all_1_59_13 2026.01.09 00:41:50.700904 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.09 00:41:51.076235 [ 122 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 5 parts from all_1_51_11 to all_55_55_0 2026.01.09 00:41:51.076316 [ 122 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:51.076352 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:51.076516 [ 201 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_51_11 to all_55_55_0 into Compact with storage Full 2026.01.09 00:41:51.076521 [ 219 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:51.076648 [ 219 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:51.076729 [ 201 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:51.076798 [ 201 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 306 rows starting from the beginning of the part 2026.01.09 00:41:51.076888 [ 201 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part 2026.01.09 00:41:51.076944 [ 201 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part 2026.01.09 00:41:51.076996 [ 201 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part 2026.01.09 00:41:51.077049 [ 201 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part 2026.01.09 00:41:51.077832 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 4 columns (4 merged, 0 gathered) in 0.00139048 sec., 237328.11690926875 rows/sec., 12.11 MiB/sec. 2026.01.09 00:41:51.077984 [ 188 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) 2026.01.09 00:41:51.078272 [ 188 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:51.078360 [ 188 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_55_12} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 5 parts: [all_1_51_11, all_55_55_0] -> all_1_55_12 2026.01.09 00:41:51.078442 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.09 00:41:51.079212 [ 219 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.01.09 00:41:51.437588 [ 120 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 5 parts from all_1_55_12 to all_59_59_0 2026.01.09 00:41:51.437686 [ 120 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:51.437734 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:51.437925 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_55_12 to all_59_59_0 into Compact with storage Full 2026.01.09 00:41:51.438074 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:51.438109 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 223 rows starting from the beginning of the part 2026.01.09 00:41:51.438177 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 211 rows starting from the beginning of the part 2026.01.09 00:41:51.438227 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 211 rows starting from the beginning of the part 2026.01.09 00:41:51.438274 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 211 rows starting from the beginning of the part 2026.01.09 00:41:51.438321 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 211 rows starting from the beginning of the part 2026.01.09 00:41:51.439204 [ 194 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001341378 sec., 795450.6485122016 rows/sec., 48.38 MiB/sec. 2026.01.09 00:41:51.439397 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) 2026.01.09 00:41:51.439715 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:51.439799 [ 196 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_59_13} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 5 parts: [all_1_55_12, all_59_59_0] -> all_1_59_13 2026.01.09 00:41:51.439891 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:41:52.049558 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:52.049749 [ 269 ] {55d8b3b5-e63b-4fe7-ac9b-859dea1f8d9d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:41:52.049819 [ 269 ] {55d8b3b5-e63b-4fe7-ac9b-859dea1f8d9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:41:52.050648 [ 269 ] {55d8b3b5-e63b-4fe7-ac9b-859dea1f8d9d} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.050695 [ 269 ] {55d8b3b5-e63b-4fe7-ac9b-859dea1f8d9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.051080 [ 269 ] {55d8b3b5-e63b-4fe7-ac9b-859dea1f8d9d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:41:52.051307 [ 269 ] {55d8b3b5-e63b-4fe7-ac9b-859dea1f8d9d} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.051461 [ 269 ] {55d8b3b5-e63b-4fe7-ac9b-859dea1f8d9d} executeQuery: Read 410 rows, 26.63 KiB in 0.001764 sec., 232426.3038548753 rows/sec., 14.74 MiB/sec. 2026.01.09 00:41:52.051503 [ 269 ] {55d8b3b5-e63b-4fe7-ac9b-859dea1f8d9d} TCPHandler: Processed in 0.00207859 sec. 2026.01.09 00:41:52.051620 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:52.051715 [ 269 ] {d01a4dad-74c1-491b-9652-74e09b6283f2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:52.051754 [ 269 ] {d01a4dad-74c1-491b-9652-74e09b6283f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:52.052609 [ 269 ] {d01a4dad-74c1-491b-9652-74e09b6283f2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.052646 [ 269 ] {d01a4dad-74c1-491b-9652-74e09b6283f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.053004 [ 269 ] {d01a4dad-74c1-491b-9652-74e09b6283f2} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.09 00:41:52.053204 [ 269 ] {d01a4dad-74c1-491b-9652-74e09b6283f2} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.053330 [ 269 ] {d01a4dad-74c1-491b-9652-74e09b6283f2} executeQuery: Read 1112 rows, 89.84 KiB in 0.001635 sec., 680122.3241590214 rows/sec., 53.66 MiB/sec. 2026.01.09 00:41:52.053368 [ 269 ] {d01a4dad-74c1-491b-9652-74e09b6283f2} TCPHandler: Processed in 0.001795572 sec. 2026.01.09 00:41:52.053479 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:52.053574 [ 269 ] {0485ca9e-04fd-4f8b-b2d1-b24ba0d7dc8f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:52.053613 [ 269 ] {0485ca9e-04fd-4f8b-b2d1-b24ba0d7dc8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:52.054109 [ 269 ] {0485ca9e-04fd-4f8b-b2d1-b24ba0d7dc8f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.054145 [ 269 ] {0485ca9e-04fd-4f8b-b2d1-b24ba0d7dc8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.054450 [ 269 ] {0485ca9e-04fd-4f8b-b2d1-b24ba0d7dc8f} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.09 00:41:52.054652 [ 269 ] {0485ca9e-04fd-4f8b-b2d1-b24ba0d7dc8f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.054769 [ 120 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.09 00:41:52.054778 [ 269 ] {0485ca9e-04fd-4f8b-b2d1-b24ba0d7dc8f} executeQuery: Read 205 rows, 12.32 KiB in 0.001223 sec., 167620.60506950124 rows/sec., 9.83 MiB/sec. 2026.01.09 00:41:52.054834 [ 120 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.054854 [ 269 ] {0485ca9e-04fd-4f8b-b2d1-b24ba0d7dc8f} TCPHandler: Processed in 0.00142304 sec. 2026.01.09 00:41:52.054861 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.054969 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.09 00:41:52.054973 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:52.055105 [ 269 ] {50c1b4ea-7f4c-4ec2-810b-af84f2901150} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:41:52.055107 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:52.055147 [ 269 ] {50c1b4ea-7f4c-4ec2-810b-af84f2901150} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:41:52.055158 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 278 rows starting from the beginning of the part 2026.01.09 00:41:52.055237 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 205 rows starting from the beginning of the part 2026.01.09 00:41:52.055289 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:52.055335 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 205 rows starting from the beginning of the part 2026.01.09 00:41:52.055379 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:52.055429 [ 196 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 205 rows starting from the beginning of the part 2026.01.09 00:41:52.055640 [ 269 ] {50c1b4ea-7f4c-4ec2-810b-af84f2901150} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.055679 [ 269 ] {50c1b4ea-7f4c-4ec2-810b-af84f2901150} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.055987 [ 269 ] {50c1b4ea-7f4c-4ec2-810b-af84f2901150} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:41:52.056200 [ 269 ] {50c1b4ea-7f4c-4ec2-810b-af84f2901150} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.056311 [ 120 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.09 00:41:52.056325 [ 269 ] {50c1b4ea-7f4c-4ec2-810b-af84f2901150} executeQuery: Read 212 rows, 14.00 KiB in 0.001239 sec., 171105.73042776433 rows/sec., 11.03 MiB/sec. 2026.01.09 00:41:52.056357 [ 120 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.056382 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.056383 [ 269 ] {50c1b4ea-7f4c-4ec2-810b-af84f2901150} TCPHandler: Processed in 0.001457852 sec. 2026.01.09 00:41:52.056443 [ 196 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.09 00:41:52.056444 [ 194 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 975 rows, containing 5 columns (5 merged, 0 gathered) in 0.001515833 sec., 643210.6966928415 rows/sec., 41.67 MiB/sec. 2026.01.09 00:41:52.056512 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:52.056544 [ 196 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:52.056588 [ 196 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 466 rows starting from the beginning of the part 2026.01.09 00:41:52.056618 [ 269 ] {a650c02d-89a0-4ce9-9f00-39618d894d9d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:41:52.056637 [ 196 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 212 rows starting from the beginning of the part 2026.01.09 00:41:52.056661 [ 269 ] {a650c02d-89a0-4ce9-9f00-39618d894d9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:41:52.056684 [ 196 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 212 rows starting from the beginning of the part 2026.01.09 00:41:52.056688 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.09 00:41:52.056725 [ 196 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 440 rows starting from the beginning of the part 2026.01.09 00:41:52.056764 [ 196 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part 2026.01.09 00:41:52.056800 [ 196 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 212 rows starting from the beginning of the part 2026.01.09 00:41:52.057055 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.057141 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_116_23} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.09 00:41:52.057164 [ 269 ] {a650c02d-89a0-4ce9-9f00-39618d894d9d} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.057204 [ 269 ] {a650c02d-89a0-4ce9-9f00-39618d894d9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.057241 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:41:52.057526 [ 269 ] {a650c02d-89a0-4ce9-9f00-39618d894d9d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:41:52.057731 [ 269 ] {a650c02d-89a0-4ce9-9f00-39618d894d9d} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.057773 [ 197 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1543 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355149 sec., 1138620.181249442 rows/sec., 79.18 MiB/sec. 2026.01.09 00:41:52.057859 [ 269 ] {a650c02d-89a0-4ce9-9f00-39618d894d9d} executeQuery: Read 211 rows, 12.27 KiB in 0.001259 sec., 167593.3280381255 rows/sec., 9.52 MiB/sec. 2026.01.09 00:41:52.057899 [ 269 ] {a650c02d-89a0-4ce9-9f00-39618d894d9d} TCPHandler: Processed in 0.001433801 sec. 2026.01.09 00:41:52.057928 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.09 00:41:52.058008 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:52.058106 [ 269 ] {956f3dcb-082b-4c5c-a331-bb4909ca84db} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:52.058146 [ 269 ] {956f3dcb-082b-4c5c-a331-bb4909ca84db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:52.058186 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.058258 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_66_13} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.09 00:41:52.058336 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.09 00:41:52.058792 [ 269 ] {956f3dcb-082b-4c5c-a331-bb4909ca84db} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.058831 [ 269 ] {956f3dcb-082b-4c5c-a331-bb4909ca84db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.059213 [ 269 ] {956f3dcb-082b-4c5c-a331-bb4909ca84db} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.09 00:41:52.059439 [ 269 ] {956f3dcb-082b-4c5c-a331-bb4909ca84db} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.059574 [ 269 ] {956f3dcb-082b-4c5c-a331-bb4909ca84db} executeQuery: Read 679 rows, 48.47 KiB in 0.001486 sec., 456931.35935397045 rows/sec., 31.85 MiB/sec. 2026.01.09 00:41:52.059614 [ 269 ] {956f3dcb-082b-4c5c-a331-bb4909ca84db} TCPHandler: Processed in 0.001653827 sec. 2026.01.09 00:41:52.059724 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:52.059821 [ 269 ] {32829425-9f06-48c3-8dc7-58879b94b067} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:41:52.059863 [ 269 ] {32829425-9f06-48c3-8dc7-58879b94b067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:41:52.060194 [ 269 ] {32829425-9f06-48c3-8dc7-58879b94b067} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.060231 [ 269 ] {32829425-9f06-48c3-8dc7-58879b94b067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.060528 [ 269 ] {32829425-9f06-48c3-8dc7-58879b94b067} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.09 00:41:52.060731 [ 269 ] {32829425-9f06-48c3-8dc7-58879b94b067} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.060858 [ 269 ] {32829425-9f06-48c3-8dc7-58879b94b067} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2026.01.09 00:41:52.060896 [ 269 ] {32829425-9f06-48c3-8dc7-58879b94b067} TCPHandler: Processed in 0.001222305 sec. 2026.01.09 00:41:52.060998 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:52.061101 [ 269 ] {20a9b3e0-8424-49c5-af1f-062a29260ce0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:52.061143 [ 269 ] {20a9b3e0-8424-49c5-af1f-062a29260ce0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:52.061600 [ 269 ] {20a9b3e0-8424-49c5-af1f-062a29260ce0} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.061636 [ 269 ] {20a9b3e0-8424-49c5-af1f-062a29260ce0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.061963 [ 269 ] {20a9b3e0-8424-49c5-af1f-062a29260ce0} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.09 00:41:52.062169 [ 269 ] {20a9b3e0-8424-49c5-af1f-062a29260ce0} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.062304 [ 269 ] {20a9b3e0-8424-49c5-af1f-062a29260ce0} executeQuery: Read 314 rows, 21.12 KiB in 0.001221 sec., 257166.25716625716 rows/sec., 16.89 MiB/sec. 2026.01.09 00:41:52.062341 [ 269 ] {20a9b3e0-8424-49c5-af1f-062a29260ce0} TCPHandler: Processed in 0.00139286 sec. 2026.01.09 00:41:52.062447 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:52.062546 [ 269 ] {fc93697c-fb60-4ad3-96a3-b2889cc4f33f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:41:52.062589 [ 269 ] {fc93697c-fb60-4ad3-96a3-b2889cc4f33f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:41:52.062919 [ 269 ] {fc93697c-fb60-4ad3-96a3-b2889cc4f33f} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.062955 [ 269 ] {fc93697c-fb60-4ad3-96a3-b2889cc4f33f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.063264 [ 269 ] {fc93697c-fb60-4ad3-96a3-b2889cc4f33f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:41:52.063467 [ 269 ] {fc93697c-fb60-4ad3-96a3-b2889cc4f33f} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.063597 [ 269 ] {fc93697c-fb60-4ad3-96a3-b2889cc4f33f} executeQuery: Read 1 rows, 69.00 B in 0.001071 sec., 933.7068160597573 rows/sec., 62.92 KiB/sec. 2026.01.09 00:41:52.063635 [ 269 ] {fc93697c-fb60-4ad3-96a3-b2889cc4f33f} TCPHandler: Processed in 0.001239175 sec. 2026.01.09 00:41:52.063747 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:52.063844 [ 269 ] {7acde536-1ee4-4968-944f-4c005dddcbfb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:52.063885 [ 269 ] {7acde536-1ee4-4968-944f-4c005dddcbfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:52.064226 [ 269 ] {7acde536-1ee4-4968-944f-4c005dddcbfb} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.064262 [ 269 ] {7acde536-1ee4-4968-944f-4c005dddcbfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.064577 [ 269 ] {7acde536-1ee4-4968-944f-4c005dddcbfb} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.09 00:41:52.064790 [ 269 ] {7acde536-1ee4-4968-944f-4c005dddcbfb} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.064917 [ 269 ] {7acde536-1ee4-4968-944f-4c005dddcbfb} executeQuery: Read 104 rows, 6.53 KiB in 0.001092 sec., 95238.09523809524 rows/sec., 5.84 MiB/sec. 2026.01.09 00:41:52.064954 [ 269 ] {7acde536-1ee4-4968-944f-4c005dddcbfb} TCPHandler: Processed in 0.001257215 sec. 2026.01.09 00:41:52.081634 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2026.01.09 00:41:52.099577 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:52.099638 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:52.105896 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.09 00:41:52.106604 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:52.110058 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2026.01.09 00:41:53.000162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 381.48 MiB, peak 398.65 MiB, free memory in arenas 0.00 B, will set to 380.20 MiB (RSS), difference: -1.27 MiB 2026.01.09 00:41:55.082416 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2398 2026.01.09 00:41:55.084764 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:55.084808 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:55.085949 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:41:55.086205 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:55.086349 [ 112 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.09 00:41:55.086418 [ 112 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:55.086438 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:55.086455 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2398 2026.01.09 00:41:55.086556 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.09 00:41:55.087146 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:55.087291 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2208 rows starting from the beginning of the part 2026.01.09 00:41:55.087672 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 42 rows starting from the beginning of the part 2026.01.09 00:41:55.088037 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part 2026.01.09 00:41:55.088410 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part 2026.01.09 00:41:55.088756 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 46 rows starting from the beginning of the part 2026.01.09 00:41:55.089089 [ 194 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part 2026.01.09 00:41:55.096509 [ 197 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2398 rows, containing 72 columns (72 merged, 0 gathered) in 0.010012045 sec., 239511.50838814647 rows/sec., 182.60 MiB/sec. 2026.01.09 00:41:55.098657 [ 195 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.09 00:41:55.099295 [ 195 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:55.099374 [ 195 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_61_12} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.09 00:41:55.099736 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.05 MiB. 2026.01.09 00:41:57.048850 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:57.049083 [ 269 ] {0c86ff50-8633-440a-b8a8-255d49abe6c4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:41:57.049160 [ 269 ] {0c86ff50-8633-440a-b8a8-255d49abe6c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:41:57.049783 [ 269 ] {0c86ff50-8633-440a-b8a8-255d49abe6c4} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.049829 [ 269 ] {0c86ff50-8633-440a-b8a8-255d49abe6c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.050213 [ 269 ] {0c86ff50-8633-440a-b8a8-255d49abe6c4} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:41:57.050446 [ 269 ] {0c86ff50-8633-440a-b8a8-255d49abe6c4} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.050604 [ 269 ] {0c86ff50-8633-440a-b8a8-255d49abe6c4} executeQuery: Read 24 rows, 2.04 KiB in 0.001592 sec., 15075.37688442211 rows/sec., 1.25 MiB/sec. 2026.01.09 00:41:57.050656 [ 269 ] {0c86ff50-8633-440a-b8a8-255d49abe6c4} TCPHandler: Processed in 0.001941136 sec. 2026.01.09 00:41:57.050778 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:57.050879 [ 269 ] {acada092-1169-45fe-9fef-d176e0e4b39c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:41:57.050921 [ 269 ] {acada092-1169-45fe-9fef-d176e0e4b39c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:41:57.051329 [ 269 ] {acada092-1169-45fe-9fef-d176e0e4b39c} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.051367 [ 269 ] {acada092-1169-45fe-9fef-d176e0e4b39c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.051656 [ 269 ] {acada092-1169-45fe-9fef-d176e0e4b39c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.09 00:41:57.051854 [ 269 ] {acada092-1169-45fe-9fef-d176e0e4b39c} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.051984 [ 269 ] {acada092-1169-45fe-9fef-d176e0e4b39c} executeQuery: Read 14 rows, 1.14 KiB in 0.001127 sec., 12422.360248447205 rows/sec., 1012.96 KiB/sec. 2026.01.09 00:41:57.052023 [ 269 ] {acada092-1169-45fe-9fef-d176e0e4b39c} TCPHandler: Processed in 0.001295327 sec. 2026.01.09 00:41:57.052122 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:57.052215 [ 269 ] {3b9313bc-4e12-40ec-98b2-e03a29a96dc6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:41:57.052254 [ 269 ] {3b9313bc-4e12-40ec-98b2-e03a29a96dc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:41:57.052799 [ 269 ] {3b9313bc-4e12-40ec-98b2-e03a29a96dc6} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.052833 [ 269 ] {3b9313bc-4e12-40ec-98b2-e03a29a96dc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.053144 [ 269 ] {3b9313bc-4e12-40ec-98b2-e03a29a96dc6} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.09 00:41:57.053342 [ 269 ] {3b9313bc-4e12-40ec-98b2-e03a29a96dc6} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.053458 [ 116 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.09 00:41:57.053470 [ 269 ] {3b9313bc-4e12-40ec-98b2-e03a29a96dc6} executeQuery: Read 265 rows, 24.24 KiB in 0.001273 sec., 208169.67792615868 rows/sec., 18.60 MiB/sec. 2026.01.09 00:41:57.053523 [ 116 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.053533 [ 269 ] {3b9313bc-4e12-40ec-98b2-e03a29a96dc6} TCPHandler: Processed in 0.001458752 sec. 2026.01.09 00:41:57.053549 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.053664 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:57.053686 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.01.09 00:41:57.053789 [ 269 ] {172b76b8-f0dd-447c-94f2-cb0660a71d51} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:41:57.053843 [ 269 ] {172b76b8-f0dd-447c-94f2-cb0660a71d51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:41:57.053846 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:57.053904 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2466 rows starting from the beginning of the part 2026.01.09 00:41:57.053983 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:41:57.054040 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 56 rows starting from the beginning of the part 2026.01.09 00:41:57.054093 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 139 rows starting from the beginning of the part 2026.01.09 00:41:57.054139 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:41:57.054185 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 265 rows starting from the beginning of the part 2026.01.09 00:41:57.054366 [ 269 ] {172b76b8-f0dd-447c-94f2-cb0660a71d51} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.054417 [ 269 ] {172b76b8-f0dd-447c-94f2-cb0660a71d51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.054793 [ 269 ] {172b76b8-f0dd-447c-94f2-cb0660a71d51} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.09 00:41:57.055009 [ 269 ] {172b76b8-f0dd-447c-94f2-cb0660a71d51} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.055149 [ 269 ] {172b76b8-f0dd-447c-94f2-cb0660a71d51} executeQuery: Read 67 rows, 5.02 KiB in 0.001385 sec., 48375.45126353791 rows/sec., 3.54 MiB/sec. 2026.01.09 00:41:57.055188 [ 269 ] {172b76b8-f0dd-447c-94f2-cb0660a71d51} TCPHandler: Processed in 0.001588205 sec. 2026.01.09 00:41:57.055299 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:57.055397 [ 269 ] {7f19e346-4425-453d-aaf9-956f6331f9f6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:41:57.055437 [ 269 ] {7f19e346-4425-453d-aaf9-956f6331f9f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:41:57.055823 [ 269 ] {7f19e346-4425-453d-aaf9-956f6331f9f6} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.055858 [ 269 ] {7f19e346-4425-453d-aaf9-956f6331f9f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.056156 [ 269 ] {7f19e346-4425-453d-aaf9-956f6331f9f6} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:41:57.056369 [ 269 ] {7f19e346-4425-453d-aaf9-956f6331f9f6} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.056502 [ 269 ] {7f19e346-4425-453d-aaf9-956f6331f9f6} executeQuery: Read 24 rows, 2.04 KiB in 0.001124 sec., 21352.313167259785 rows/sec., 1.77 MiB/sec. 2026.01.09 00:41:57.056499 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 6290 rows, containing 5 columns (5 merged, 0 gathered) in 0.002872682 sec., 2189591.468878212 rows/sec., 186.45 MiB/sec. 2026.01.09 00:41:57.056543 [ 269 ] {7f19e346-4425-453d-aaf9-956f6331f9f6} TCPHandler: Processed in 0.001295087 sec. 2026.01.09 00:41:57.056676 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:57.056775 [ 269 ] {0ed9e3ef-5c56-477d-8bff-6c005f673ebb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:41:57.056800 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.09 00:41:57.056814 [ 269 ] {0ed9e3ef-5c56-477d-8bff-6c005f673ebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:41:57.057074 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.057159 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_141_28} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.09 00:41:57.057219 [ 269 ] {0ed9e3ef-5c56-477d-8bff-6c005f673ebb} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.057242 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2026.01.09 00:41:57.057259 [ 269 ] {0ed9e3ef-5c56-477d-8bff-6c005f673ebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.057554 [ 269 ] {0ed9e3ef-5c56-477d-8bff-6c005f673ebb} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:41:57.057761 [ 269 ] {0ed9e3ef-5c56-477d-8bff-6c005f673ebb} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.057889 [ 269 ] {0ed9e3ef-5c56-477d-8bff-6c005f673ebb} executeQuery: Read 12 rows, 960.00 B in 0.001132 sec., 10600.706713780919 rows/sec., 828.18 KiB/sec. 2026.01.09 00:41:57.057926 [ 269 ] {0ed9e3ef-5c56-477d-8bff-6c005f673ebb} TCPHandler: Processed in 0.001308828 sec. 2026.01.09 00:41:57.058031 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:57.058122 [ 269 ] {5549d4fc-2446-4a25-b98c-46894b71a5b6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:41:57.058160 [ 269 ] {5549d4fc-2446-4a25-b98c-46894b71a5b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:41:57.058620 [ 269 ] {5549d4fc-2446-4a25-b98c-46894b71a5b6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.058655 [ 269 ] {5549d4fc-2446-4a25-b98c-46894b71a5b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.058955 [ 269 ] {5549d4fc-2446-4a25-b98c-46894b71a5b6} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.09 00:41:57.059158 [ 269 ] {5549d4fc-2446-4a25-b98c-46894b71a5b6} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.059288 [ 269 ] {5549d4fc-2446-4a25-b98c-46894b71a5b6} executeQuery: Read 155 rows, 12.80 KiB in 0.001183 sec., 131022.82333051563 rows/sec., 10.56 MiB/sec. 2026.01.09 00:41:57.059299 [ 109 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.09 00:41:57.059324 [ 269 ] {5549d4fc-2446-4a25-b98c-46894b71a5b6} TCPHandler: Processed in 0.001340418 sec. 2026.01.09 00:41:57.059341 [ 109 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.059364 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.059421 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:57.059454 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.01.09 00:41:57.059513 [ 269 ] {95397cb3-f19e-480b-8f31-0c88045c998f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:57.059556 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:57.059558 [ 269 ] {95397cb3-f19e-480b-8f31-0c88045c998f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:41:57.059594 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1250 rows starting from the beginning of the part 2026.01.09 00:41:57.059653 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:41:57.059697 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 64 rows starting from the beginning of the part 2026.01.09 00:41:57.059737 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 105 rows starting from the beginning of the part 2026.01.09 00:41:57.059776 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 679 rows starting from the beginning of the part 2026.01.09 00:41:57.059815 [ 198 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 155 rows starting from the beginning of the part 2026.01.09 00:41:57.060026 [ 269 ] {95397cb3-f19e-480b-8f31-0c88045c998f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.060066 [ 269 ] {95397cb3-f19e-480b-8f31-0c88045c998f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.060420 [ 269 ] {95397cb3-f19e-480b-8f31-0c88045c998f} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.09 00:41:57.060634 [ 269 ] {95397cb3-f19e-480b-8f31-0c88045c998f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.060760 [ 269 ] {95397cb3-f19e-480b-8f31-0c88045c998f} executeQuery: Read 347 rows, 26.84 KiB in 0.001265 sec., 274308.3003952569 rows/sec., 20.72 MiB/sec. 2026.01.09 00:41:57.060796 [ 269 ] {95397cb3-f19e-480b-8f31-0c88045c998f} TCPHandler: Processed in 0.00142264 sec. 2026.01.09 00:41:57.060904 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:57.060997 [ 269 ] {44afb1ab-c125-4f10-8551-09d33f7171d7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:41:57.061044 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 3388 rows, containing 5 columns (5 merged, 0 gathered) in 0.001628096 sec., 2080958.3710051496 rows/sec., 157.84 MiB/sec. 2026.01.09 00:41:57.061051 [ 269 ] {44afb1ab-c125-4f10-8551-09d33f7171d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:41:57.061269 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.09 00:41:57.061589 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.061675 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_141_28} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.09 00:41:57.061791 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.09 00:41:57.061990 [ 269 ] {44afb1ab-c125-4f10-8551-09d33f7171d7} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.062029 [ 269 ] {44afb1ab-c125-4f10-8551-09d33f7171d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.062594 [ 269 ] {44afb1ab-c125-4f10-8551-09d33f7171d7} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:41:57.062816 [ 269 ] {44afb1ab-c125-4f10-8551-09d33f7171d7} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.062925 [ 109 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.09 00:41:57.062952 [ 269 ] {44afb1ab-c125-4f10-8551-09d33f7171d7} executeQuery: Read 41 rows, 75.23 KiB in 0.001973 sec., 20780.537252914346 rows/sec., 37.24 MiB/sec. 2026.01.09 00:41:57.062960 [ 109 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.062984 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.063021 [ 269 ] {44afb1ab-c125-4f10-8551-09d33f7171d7} TCPHandler: Processed in 0.002165412 sec. 2026.01.09 00:41:57.063076 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.09 00:41:57.063128 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:41:57.063226 [ 269 ] {d3841f2b-4b3d-42c0-875b-5471218447ff} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:41:57.063267 [ 269 ] {d3841f2b-4b3d-42c0-875b-5471218447ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:41:57.063303 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:57.063363 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2172 rows starting from the beginning of the part 2026.01.09 00:41:57.063491 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:57.063594 [ 269 ] {d3841f2b-4b3d-42c0-875b-5471218447ff} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.063596 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:57.063635 [ 269 ] {d3841f2b-4b3d-42c0-875b-5471218447ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.063722 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:57.063825 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:57.063925 [ 200 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 41 rows starting from the beginning of the part 2026.01.09 00:41:57.063956 [ 269 ] {d3841f2b-4b3d-42c0-875b-5471218447ff} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.09 00:41:57.064168 [ 269 ] {d3841f2b-4b3d-42c0-875b-5471218447ff} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.064284 [ 109 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.09 00:41:57.064305 [ 269 ] {d3841f2b-4b3d-42c0-875b-5471218447ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.01.09 00:41:57.064311 [ 109 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.064369 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.064411 [ 269 ] {d3841f2b-4b3d-42c0-875b-5471218447ff} TCPHandler: Processed in 0.001328698 sec. 2026.01.09 00:41:57.064453 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.01.09 00:41:57.064552 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:41:57.064578 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 9396 rows starting from the beginning of the part 2026.01.09 00:41:57.064622 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 80 rows starting from the beginning of the part 2026.01.09 00:41:57.064659 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 24 rows starting from the beginning of the part 2026.01.09 00:41:57.064696 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part 2026.01.09 00:41:57.064728 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 104 rows starting from the beginning of the part 2026.01.09 00:41:57.064761 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part 2026.01.09 00:41:57.068357 [ 191 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 9724 rows, containing 4 columns (4 merged, 0 gathered) in 0.003942063 sec., 2466728.715395974 rows/sec., 157.20 MiB/sec. 2026.01.09 00:41:57.068580 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.09 00:41:57.068854 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.068925 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_141_28} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.09 00:41:57.068992 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. 2026.01.09 00:41:57.076548 [ 190 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2377 rows, containing 19 columns (19 merged, 0 gathered) in 0.013516175 sec., 175863.3637105172 rows/sec., 315.14 MiB/sec. 2026.01.09 00:41:57.078786 [ 191 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.09 00:41:57.079162 [ 191 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.079241 [ 191 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_61_12} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.09 00:41:57.079414 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.72 MiB. 2026.01.09 00:41:57.467650 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 39831 2026.01.09 00:41:57.468157 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:57.468197 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:57.468655 [ 245 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.09 00:41:57.468879 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:57.469025 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39831 2026.01.09 00:41:58.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 381.07 MiB, peak 399.73 MiB, free memory in arenas 0.00 B, will set to 389.61 MiB (RSS), difference: 8.53 MiB 2026.01.09 00:41:59.610133 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2026.01.09 00:41:59.628519 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:41:59.628593 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.09 00:41:59.635108 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.09 00:41:59.635854 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:41:59.643148 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2026.01.09 00:42:02.040619 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:02.040884 [ 269 ] {4603b34e-d100-4c21-ba5b-6905a711b868} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:02.040980 [ 269 ] {4603b34e-d100-4c21-ba5b-6905a711b868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:02.041912 [ 269 ] {4603b34e-d100-4c21-ba5b-6905a711b868} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:02.041975 [ 269 ] {4603b34e-d100-4c21-ba5b-6905a711b868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:02.042643 [ 269 ] {4603b34e-d100-4c21-ba5b-6905a711b868} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.09 00:42:02.043116 [ 269 ] {4603b34e-d100-4c21-ba5b-6905a711b868} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:02.043444 [ 269 ] {4603b34e-d100-4c21-ba5b-6905a711b868} executeQuery: Read 56 rows, 4.41 KiB in 0.002628 sec., 21308.980213089802 rows/sec., 1.64 MiB/sec. 2026.01.09 00:42:02.043523 [ 269 ] {4603b34e-d100-4c21-ba5b-6905a711b868} TCPHandler: Processed in 0.003071678 sec. 2026.01.09 00:42:02.043698 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:02.043831 [ 269 ] {e3979723-accd-4dde-8ccc-11dd9051770a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:02.043889 [ 269 ] {e3979723-accd-4dde-8ccc-11dd9051770a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:02.044519 [ 269 ] {e3979723-accd-4dde-8ccc-11dd9051770a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:02.044565 [ 269 ] {e3979723-accd-4dde-8ccc-11dd9051770a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:02.044991 [ 269 ] {e3979723-accd-4dde-8ccc-11dd9051770a} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.09 00:42:02.045291 [ 269 ] {e3979723-accd-4dde-8ccc-11dd9051770a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:02.045477 [ 269 ] {e3979723-accd-4dde-8ccc-11dd9051770a} executeQuery: Read 64 rows, 5.12 KiB in 0.001677 sec., 38163.3870005963 rows/sec., 2.98 MiB/sec. 2026.01.09 00:42:02.045533 [ 269 ] {e3979723-accd-4dde-8ccc-11dd9051770a} TCPHandler: Processed in 0.001901544 sec. 2026.01.09 00:42:02.045697 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:02.045832 [ 269 ] {e990bc9f-14b7-4936-938a-adb32a5a587b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:02.045970 [ 269 ] {e990bc9f-14b7-4936-938a-adb32a5a587b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:02.046565 [ 269 ] {e990bc9f-14b7-4936-938a-adb32a5a587b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:02.046621 [ 269 ] {e990bc9f-14b7-4936-938a-adb32a5a587b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:02.047096 [ 269 ] {e990bc9f-14b7-4936-938a-adb32a5a587b} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.09 00:42:02.047380 [ 269 ] {e990bc9f-14b7-4936-938a-adb32a5a587b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:02.047570 [ 269 ] {e990bc9f-14b7-4936-938a-adb32a5a587b} executeQuery: Read 160 rows, 11.41 KiB in 0.001762 sec., 90805.90238365495 rows/sec., 6.32 MiB/sec. 2026.01.09 00:42:02.047574 [ 103 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 5 parts from all_1_137_28 to all_141_141_0 2026.01.09 00:42:02.047622 [ 269 ] {e990bc9f-14b7-4936-938a-adb32a5a587b} TCPHandler: Processed in 0.001997306 sec. 2026.01.09 00:42:02.047725 [ 103 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:02.047775 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:02.047871 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:02.047916 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} MergeTask::PrepareStage: Merging 5 parts: from all_1_137_28 to all_141_141_0 into Compact with storage Full 2026.01.09 00:42:02.048008 [ 269 ] {44896789-c3f4-4869-8ab9-539356b0c87b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:02.048074 [ 269 ] {44896789-c3f4-4869-8ab9-539356b0c87b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:02.048092 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:02.048157 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} MergeTreeSequentialSource: Reading 7 marks from part all_1_137_28, total 42452 rows starting from the beginning of the part 2026.01.09 00:42:02.048264 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 64 rows starting from the beginning of the part 2026.01.09 00:42:02.048347 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part 2026.01.09 00:42:02.048428 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 314 rows starting from the beginning of the part 2026.01.09 00:42:02.048488 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 347 rows starting from the beginning of the part 2026.01.09 00:42:02.048538 [ 269 ] {44896789-c3f4-4869-8ab9-539356b0c87b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:02.048591 [ 269 ] {44896789-c3f4-4869-8ab9-539356b0c87b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:02.049021 [ 269 ] {44896789-c3f4-4869-8ab9-539356b0c87b} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.09 00:42:02.049301 [ 269 ] {44896789-c3f4-4869-8ab9-539356b0c87b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:02.049482 [ 269 ] {44896789-c3f4-4869-8ab9-539356b0c87b} executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. 2026.01.09 00:42:02.049534 [ 269 ] {44896789-c3f4-4869-8ab9-539356b0c87b} TCPHandler: Processed in 0.00172787 sec. 2026.01.09 00:42:02.059271 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} MergeTask::MergeProjectionsStage: Merge sorted 43337 rows, containing 5 columns (5 merged, 0 gathered) in 0.011407565 sec., 3798970.2447454827 rows/sec., 255.70 MiB/sec. 2026.01.09 00:42:02.059888 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} MergedBlockOutputStream: filled checksums all_1_141_29 (state Temporary) 2026.01.09 00:42:02.060281 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_141_29 to all_1_141_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:02.060380 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_141_29} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 5 parts: [all_1_137_28, all_141_141_0] -> all_1_141_29 2026.01.09 00:42:02.060514 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.01.09 00:42:04.741993 [ 100 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:42:04.742059 [ 100 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:42:04.969147 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 40279 2026.01.09 00:42:04.969694 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:04.969751 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:04.970267 [ 245 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.09 00:42:04.970511 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:04.970674 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40279 2026.01.09 00:42:05.086653 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2426 2026.01.09 00:42:05.088957 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:05.089006 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:05.090182 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:42:05.090437 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:05.090709 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2426 2026.01.09 00:42:07.041102 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:07.041291 [ 269 ] {67eb6a5b-c4c0-493a-81c2-f7ece45e5521} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:07.041361 [ 269 ] {67eb6a5b-c4c0-493a-81c2-f7ece45e5521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:07.042100 [ 269 ] {67eb6a5b-c4c0-493a-81c2-f7ece45e5521} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:07.042143 [ 269 ] {67eb6a5b-c4c0-493a-81c2-f7ece45e5521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:07.042559 [ 269 ] {67eb6a5b-c4c0-493a-81c2-f7ece45e5521} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.09 00:42:07.042804 [ 269 ] {67eb6a5b-c4c0-493a-81c2-f7ece45e5521} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:07.042965 [ 269 ] {67eb6a5b-c4c0-493a-81c2-f7ece45e5521} executeQuery: Read 138 rows, 12.27 KiB in 0.001721 sec., 80185.93840790237 rows/sec., 6.96 MiB/sec. 2026.01.09 00:42:07.043017 [ 269 ] {67eb6a5b-c4c0-493a-81c2-f7ece45e5521} TCPHandler: Processed in 0.002048908 sec. 2026.01.09 00:42:07.043067 [ 222 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:07.043113 [ 222 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:07.043146 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:07.043256 [ 269 ] {8cf5c3bd-5e54-4ff0-ab9c-9be07a776f8b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:07.043301 [ 269 ] {8cf5c3bd-5e54-4ff0-ab9c-9be07a776f8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:07.043735 [ 269 ] {8cf5c3bd-5e54-4ff0-ab9c-9be07a776f8b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:07.043774 [ 269 ] {8cf5c3bd-5e54-4ff0-ab9c-9be07a776f8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:07.044109 [ 269 ] {8cf5c3bd-5e54-4ff0-ab9c-9be07a776f8b} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.09 00:42:07.044371 [ 269 ] {8cf5c3bd-5e54-4ff0-ab9c-9be07a776f8b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:07.044514 [ 269 ] {8cf5c3bd-5e54-4ff0-ab9c-9be07a776f8b} executeQuery: Read 41 rows, 3.08 KiB in 0.00128 sec., 32031.249999999996 rows/sec., 2.35 MiB/sec. 2026.01.09 00:42:07.044556 [ 269 ] {8cf5c3bd-5e54-4ff0-ab9c-9be07a776f8b} TCPHandler: Processed in 0.001462192 sec. 2026.01.09 00:42:07.044604 [ 219 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:42:07.044657 [ 219 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:42:07.044684 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:07.044790 [ 269 ] {9cb77f49-5965-4419-b1ce-0049a8f590cc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:07.044832 [ 269 ] {9cb77f49-5965-4419-b1ce-0049a8f590cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:07.045288 [ 269 ] {9cb77f49-5965-4419-b1ce-0049a8f590cc} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:07.045327 [ 269 ] {9cb77f49-5965-4419-b1ce-0049a8f590cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:07.045679 [ 269 ] {9cb77f49-5965-4419-b1ce-0049a8f590cc} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.09 00:42:07.045905 [ 269 ] {9cb77f49-5965-4419-b1ce-0049a8f590cc} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:07.046037 [ 269 ] {9cb77f49-5965-4419-b1ce-0049a8f590cc} executeQuery: Read 105 rows, 8.40 KiB in 0.001267 sec., 82872.92817679558 rows/sec., 6.47 MiB/sec. 2026.01.09 00:42:07.046077 [ 269 ] {9cb77f49-5965-4419-b1ce-0049a8f590cc} TCPHandler: Processed in 0.001453571 sec. 2026.01.09 00:42:07.046101 [ 225 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:07.046128 [ 225 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:07.046198 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:07.046297 [ 269 ] {892e75b3-82e3-4535-b87f-015439332703} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:07.046343 [ 269 ] {892e75b3-82e3-4535-b87f-015439332703} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:07.046771 [ 269 ] {892e75b3-82e3-4535-b87f-015439332703} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:07.046805 [ 269 ] {892e75b3-82e3-4535-b87f-015439332703} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:07.047207 [ 269 ] {892e75b3-82e3-4535-b87f-015439332703} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.09 00:42:07.047466 [ 269 ] {892e75b3-82e3-4535-b87f-015439332703} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:07.047609 [ 269 ] {892e75b3-82e3-4535-b87f-015439332703} executeQuery: Read 160 rows, 11.41 KiB in 0.001331 sec., 120210.36814425245 rows/sec., 8.37 MiB/sec. 2026.01.09 00:42:07.047647 [ 269 ] {892e75b3-82e3-4535-b87f-015439332703} TCPHandler: Processed in 0.001499663 sec. 2026.01.09 00:42:07.047765 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:07.047868 [ 269 ] {cb8fdc7d-f7e4-43a4-8629-eda7b19d99f6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:07.047926 [ 269 ] {cb8fdc7d-f7e4-43a4-8629-eda7b19d99f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:42:07.048354 [ 222 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:07.048842 [ 269 ] {cb8fdc7d-f7e4-43a4-8629-eda7b19d99f6} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:07.048883 [ 269 ] {cb8fdc7d-f7e4-43a4-8629-eda7b19d99f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:07.049076 [ 219 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:42:07.049538 [ 269 ] {cb8fdc7d-f7e4-43a4-8629-eda7b19d99f6} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:42:07.049830 [ 269 ] {cb8fdc7d-f7e4-43a4-8629-eda7b19d99f6} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:07.049978 [ 269 ] {cb8fdc7d-f7e4-43a4-8629-eda7b19d99f6} executeQuery: Read 41 rows, 75.23 KiB in 0.00213 sec., 19248.82629107981 rows/sec., 34.49 MiB/sec. 2026.01.09 00:42:07.050053 [ 269 ] {cb8fdc7d-f7e4-43a4-8629-eda7b19d99f6} TCPHandler: Processed in 0.002338057 sec. 2026.01.09 00:42:07.050177 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:07.050275 [ 269 ] {a7294794-ff30-4f98-bb97-b078b4eef625} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:07.050318 [ 269 ] {a7294794-ff30-4f98-bb97-b078b4eef625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:07.050347 [ 225 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:07.050681 [ 269 ] {a7294794-ff30-4f98-bb97-b078b4eef625} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:07.050716 [ 269 ] {a7294794-ff30-4f98-bb97-b078b4eef625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:07.051035 [ 269 ] {a7294794-ff30-4f98-bb97-b078b4eef625} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.09 00:42:07.051264 [ 269 ] {a7294794-ff30-4f98-bb97-b078b4eef625} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:07.051396 [ 269 ] {a7294794-ff30-4f98-bb97-b078b4eef625} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2026.01.09 00:42:07.051433 [ 269 ] {a7294794-ff30-4f98-bb97-b078b4eef625} TCPHandler: Processed in 0.001307737 sec. 2026.01.09 00:42:07.143207 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2026.01.09 00:42:07.162146 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:07.162192 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:07.168586 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.09 00:42:07.169356 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:07.172725 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2026.01.09 00:42:07.548649 [ 225 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:07.548704 [ 225 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:07.551955 [ 225 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:08.181004 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:08.181080 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:08.183455 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:09.472626 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.472831 [ 269 ] {d88aa0ff-1b2a-4fdf-87ac-52067b478208} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:42:09.472923 [ 269 ] {d88aa0ff-1b2a-4fdf-87ac-52067b478208} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:42:09.474012 [ 269 ] {d88aa0ff-1b2a-4fdf-87ac-52067b478208} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.474076 [ 269 ] {d88aa0ff-1b2a-4fdf-87ac-52067b478208} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.474586 [ 269 ] {d88aa0ff-1b2a-4fdf-87ac-52067b478208} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:42:09.474843 [ 269 ] {d88aa0ff-1b2a-4fdf-87ac-52067b478208} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.475037 [ 269 ] {d88aa0ff-1b2a-4fdf-87ac-52067b478208} executeQuery: Read 410 rows, 26.63 KiB in 0.002258 sec., 181576.61647475642 rows/sec., 11.52 MiB/sec. 2026.01.09 00:42:09.475106 [ 269 ] {d88aa0ff-1b2a-4fdf-87ac-52067b478208} TCPHandler: Processed in 0.002674406 sec. 2026.01.09 00:42:09.475298 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.475409 [ 269 ] {d61bb8ea-de71-4241-9b6a-2040ffd512c2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:42:09.475458 [ 269 ] {d61bb8ea-de71-4241-9b6a-2040ffd512c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:42:09.475917 [ 269 ] {d61bb8ea-de71-4241-9b6a-2040ffd512c2} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.475958 [ 269 ] {d61bb8ea-de71-4241-9b6a-2040ffd512c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.476341 [ 269 ] {d61bb8ea-de71-4241-9b6a-2040ffd512c2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.09 00:42:09.476635 [ 269 ] {d61bb8ea-de71-4241-9b6a-2040ffd512c2} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.476811 [ 269 ] {d61bb8ea-de71-4241-9b6a-2040ffd512c2} executeQuery: Read 2 rows, 167.00 B in 0.001425 sec., 1403.5087719298244 rows/sec., 114.45 KiB/sec. 2026.01.09 00:42:09.476870 [ 269 ] {d61bb8ea-de71-4241-9b6a-2040ffd512c2} TCPHandler: Processed in 0.001626566 sec. 2026.01.09 00:42:09.477046 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.477166 [ 269 ] {323f9ac0-4989-45a0-891b-705972ae657c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:09.477220 [ 269 ] {323f9ac0-4989-45a0-891b-705972ae657c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:09.479759 [ 269 ] {323f9ac0-4989-45a0-891b-705972ae657c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.479810 [ 269 ] {323f9ac0-4989-45a0-891b-705972ae657c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.480516 [ 269 ] {323f9ac0-4989-45a0-891b-705972ae657c} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.09 00:42:09.480838 [ 269 ] {323f9ac0-4989-45a0-891b-705972ae657c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.481035 [ 269 ] {323f9ac0-4989-45a0-891b-705972ae657c} executeQuery: Read 2253 rows, 186.48 KiB in 0.003897 sec., 578137.0284834488 rows/sec., 46.73 MiB/sec. 2026.01.09 00:42:09.481093 [ 269 ] {323f9ac0-4989-45a0-891b-705972ae657c} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:42:09.481112 [ 269 ] {323f9ac0-4989-45a0-891b-705972ae657c} TCPHandler: Processed in 0.004126368 sec. 2026.01.09 00:42:09.481284 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.481412 [ 269 ] {841b24b9-0902-4f66-a1da-b15556345f33} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:09.481470 [ 269 ] {841b24b9-0902-4f66-a1da-b15556345f33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:09.482355 [ 269 ] {841b24b9-0902-4f66-a1da-b15556345f33} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.482406 [ 269 ] {841b24b9-0902-4f66-a1da-b15556345f33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.482840 [ 269 ] {841b24b9-0902-4f66-a1da-b15556345f33} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.09 00:42:09.483124 [ 269 ] {841b24b9-0902-4f66-a1da-b15556345f33} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.483302 [ 269 ] {841b24b9-0902-4f66-a1da-b15556345f33} executeQuery: Read 207 rows, 12.46 KiB in 0.001919 sec., 107868.68160500261 rows/sec., 6.34 MiB/sec. 2026.01.09 00:42:09.483354 [ 269 ] {841b24b9-0902-4f66-a1da-b15556345f33} TCPHandler: Processed in 0.002135451 sec. 2026.01.09 00:42:09.483510 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.483628 [ 269 ] {ac230526-2cf7-42ac-a3dd-eab3d48bd4ca} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:42:09.483681 [ 269 ] {ac230526-2cf7-42ac-a3dd-eab3d48bd4ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:42:09.484477 [ 269 ] {ac230526-2cf7-42ac-a3dd-eab3d48bd4ca} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.484523 [ 269 ] {ac230526-2cf7-42ac-a3dd-eab3d48bd4ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.484951 [ 269 ] {ac230526-2cf7-42ac-a3dd-eab3d48bd4ca} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:42:09.485233 [ 269 ] {ac230526-2cf7-42ac-a3dd-eab3d48bd4ca} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.485413 [ 269 ] {ac230526-2cf7-42ac-a3dd-eab3d48bd4ca} executeQuery: Read 440 rows, 29.81 KiB in 0.001812 sec., 242825.60706401765 rows/sec., 16.07 MiB/sec. 2026.01.09 00:42:09.485465 [ 269 ] {ac230526-2cf7-42ac-a3dd-eab3d48bd4ca} TCPHandler: Processed in 0.002015547 sec. 2026.01.09 00:42:09.485639 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.485754 [ 269 ] {cc87bf4c-6efd-400d-99b4-8cb8078d5855} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:42:09.485808 [ 269 ] {cc87bf4c-6efd-400d-99b4-8cb8078d5855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:42:09.486598 [ 269 ] {cc87bf4c-6efd-400d-99b4-8cb8078d5855} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.486647 [ 269 ] {cc87bf4c-6efd-400d-99b4-8cb8078d5855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.487095 [ 269 ] {cc87bf4c-6efd-400d-99b4-8cb8078d5855} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:42:09.487397 [ 269 ] {cc87bf4c-6efd-400d-99b4-8cb8078d5855} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.487613 [ 269 ] {cc87bf4c-6efd-400d-99b4-8cb8078d5855} executeQuery: Read 211 rows, 12.27 KiB in 0.001885 sec., 111936.33952254642 rows/sec., 6.36 MiB/sec. 2026.01.09 00:42:09.487670 [ 269 ] {cc87bf4c-6efd-400d-99b4-8cb8078d5855} TCPHandler: Processed in 0.00209165 sec. 2026.01.09 00:42:09.487845 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.487960 [ 269 ] {07652d73-9615-411b-ba86-8205b9977c29} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:09.488012 [ 269 ] {07652d73-9615-411b-ba86-8205b9977c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:09.489329 [ 269 ] {07652d73-9615-411b-ba86-8205b9977c29} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.489372 [ 269 ] {07652d73-9615-411b-ba86-8205b9977c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.489761 [ 269 ] {07652d73-9615-411b-ba86-8205b9977c29} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.09 00:42:09.489987 [ 269 ] {07652d73-9615-411b-ba86-8205b9977c29} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.490136 [ 269 ] {07652d73-9615-411b-ba86-8205b9977c29} executeQuery: Read 1137 rows, 82.92 KiB in 0.002201 sec., 516583.3711949114 rows/sec., 36.79 MiB/sec. 2026.01.09 00:42:09.490181 [ 269 ] {07652d73-9615-411b-ba86-8205b9977c29} TCPHandler: Processed in 0.002397278 sec. 2026.01.09 00:42:09.490318 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.490417 [ 269 ] {d53d6661-16bf-44ad-a41d-26bd13c9b5cf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:42:09.490461 [ 269 ] {d53d6661-16bf-44ad-a41d-26bd13c9b5cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:42:09.490831 [ 269 ] {d53d6661-16bf-44ad-a41d-26bd13c9b5cf} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.490869 [ 269 ] {d53d6661-16bf-44ad-a41d-26bd13c9b5cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.491189 [ 269 ] {d53d6661-16bf-44ad-a41d-26bd13c9b5cf} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.09 00:42:09.491411 [ 269 ] {d53d6661-16bf-44ad-a41d-26bd13c9b5cf} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.491546 [ 269 ] {d53d6661-16bf-44ad-a41d-26bd13c9b5cf} executeQuery: Read 6 rows, 321.00 B in 0.001147 sec., 5231.037489102006 rows/sec., 273.30 KiB/sec. 2026.01.09 00:42:09.491591 [ 269 ] {d53d6661-16bf-44ad-a41d-26bd13c9b5cf} TCPHandler: Processed in 0.001323197 sec. 2026.01.09 00:42:09.491728 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.491825 [ 269 ] {d81d2195-9890-46bc-80d1-1f00852a3101} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:09.491869 [ 269 ] {d81d2195-9890-46bc-80d1-1f00852a3101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:09.492567 [ 269 ] {d81d2195-9890-46bc-80d1-1f00852a3101} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.492603 [ 269 ] {d81d2195-9890-46bc-80d1-1f00852a3101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.492997 [ 269 ] {d81d2195-9890-46bc-80d1-1f00852a3101} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.09 00:42:09.493234 [ 269 ] {d81d2195-9890-46bc-80d1-1f00852a3101} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.493375 [ 269 ] {d81d2195-9890-46bc-80d1-1f00852a3101} executeQuery: Read 935 rows, 63.39 KiB in 0.001568 sec., 596301.0204081633 rows/sec., 39.48 MiB/sec. 2026.01.09 00:42:09.493415 [ 269 ] {d81d2195-9890-46bc-80d1-1f00852a3101} TCPHandler: Processed in 0.001737119 sec. 2026.01.09 00:42:09.493539 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.493635 [ 269 ] {e4803405-03d7-4081-9e6e-b00300b4ecdd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:42:09.493678 [ 269 ] {e4803405-03d7-4081-9e6e-b00300b4ecdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:42:09.494014 [ 269 ] {e4803405-03d7-4081-9e6e-b00300b4ecdd} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.494055 [ 269 ] {e4803405-03d7-4081-9e6e-b00300b4ecdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.494353 [ 269 ] {e4803405-03d7-4081-9e6e-b00300b4ecdd} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:42:09.494571 [ 269 ] {e4803405-03d7-4081-9e6e-b00300b4ecdd} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.494702 [ 269 ] {e4803405-03d7-4081-9e6e-b00300b4ecdd} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2026.01.09 00:42:09.494739 [ 269 ] {e4803405-03d7-4081-9e6e-b00300b4ecdd} TCPHandler: Processed in 0.001249345 sec. 2026.01.09 00:42:09.494864 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:09.494961 [ 269 ] {311018b8-b025-40e6-98a4-c2cf51516fab} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:09.495003 [ 269 ] {311018b8-b025-40e6-98a4-c2cf51516fab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:09.495358 [ 269 ] {311018b8-b025-40e6-98a4-c2cf51516fab} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:09.495392 [ 269 ] {311018b8-b025-40e6-98a4-c2cf51516fab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.09 00:42:09.495703 [ 269 ] {311018b8-b025-40e6-98a4-c2cf51516fab} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.09 00:42:09.495919 [ 269 ] {311018b8-b025-40e6-98a4-c2cf51516fab} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:09.496048 [ 269 ] {311018b8-b025-40e6-98a4-c2cf51516fab} executeQuery: Read 80 rows, 4.87 KiB in 0.001103 sec., 72529.46509519492 rows/sec., 4.31 MiB/sec. 2026.01.09 00:42:09.496091 [ 269 ] {311018b8-b025-40e6-98a4-c2cf51516fab} TCPHandler: Processed in 0.001276387 sec. 2026.01.09 00:42:12.033842 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:12.034037 [ 269 ] {dc84431e-2059-445b-ba4c-3866221f3bdb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:12.034110 [ 269 ] {dc84431e-2059-445b-ba4c-3866221f3bdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:12.034820 [ 269 ] {dc84431e-2059-445b-ba4c-3866221f3bdb} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:12.034872 [ 269 ] {dc84431e-2059-445b-ba4c-3866221f3bdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:12.035290 [ 269 ] {dc84431e-2059-445b-ba4c-3866221f3bdb} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.09 00:42:12.035541 [ 269 ] {dc84431e-2059-445b-ba4c-3866221f3bdb} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:12.035720 [ 269 ] {dc84431e-2059-445b-ba4c-3866221f3bdb} executeQuery: Read 56 rows, 4.41 KiB in 0.001727 sec., 32426.17255356109 rows/sec., 2.49 MiB/sec. 2026.01.09 00:42:12.035774 [ 269 ] {dc84431e-2059-445b-ba4c-3866221f3bdb} TCPHandler: Processed in 0.002061018 sec. 2026.01.09 00:42:12.035910 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:12.036014 [ 269 ] {319744b5-99fa-4051-ae0c-d3de8233da90} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:12.036063 [ 269 ] {319744b5-99fa-4051-ae0c-d3de8233da90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:12.036534 [ 269 ] {319744b5-99fa-4051-ae0c-d3de8233da90} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:12.036573 [ 269 ] {319744b5-99fa-4051-ae0c-d3de8233da90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:12.036896 [ 269 ] {319744b5-99fa-4051-ae0c-d3de8233da90} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.09 00:42:12.037120 [ 269 ] {319744b5-99fa-4051-ae0c-d3de8233da90} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:12.037259 [ 269 ] {319744b5-99fa-4051-ae0c-d3de8233da90} executeQuery: Read 64 rows, 5.12 KiB in 0.001268 sec., 50473.18611987382 rows/sec., 3.94 MiB/sec. 2026.01.09 00:42:12.037301 [ 269 ] {319744b5-99fa-4051-ae0c-d3de8233da90} TCPHandler: Processed in 0.001444571 sec. 2026.01.09 00:42:12.037426 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:12.037526 [ 269 ] {28f57f76-0525-47e3-91d2-ed6cf0f00f0b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:12.037573 [ 269 ] {28f57f76-0525-47e3-91d2-ed6cf0f00f0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:12.037986 [ 269 ] {28f57f76-0525-47e3-91d2-ed6cf0f00f0b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:12.038023 [ 269 ] {28f57f76-0525-47e3-91d2-ed6cf0f00f0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:12.038355 [ 269 ] {28f57f76-0525-47e3-91d2-ed6cf0f00f0b} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.09 00:42:12.038566 [ 269 ] {28f57f76-0525-47e3-91d2-ed6cf0f00f0b} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:12.038697 [ 269 ] {28f57f76-0525-47e3-91d2-ed6cf0f00f0b} executeQuery: Read 64 rows, 4.56 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 3.74 MiB/sec. 2026.01.09 00:42:12.038737 [ 269 ] {28f57f76-0525-47e3-91d2-ed6cf0f00f0b} TCPHandler: Processed in 0.001363069 sec. 2026.01.09 00:42:12.038859 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:12.038955 [ 269 ] {73e1bbf6-ec28-425a-9586-2bb2690937fb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:12.038997 [ 269 ] {73e1bbf6-ec28-425a-9586-2bb2690937fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:12.039348 [ 269 ] {73e1bbf6-ec28-425a-9586-2bb2690937fb} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:12.039385 [ 269 ] {73e1bbf6-ec28-425a-9586-2bb2690937fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:12.039691 [ 269 ] {73e1bbf6-ec28-425a-9586-2bb2690937fb} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.09 00:42:12.039895 [ 269 ] {73e1bbf6-ec28-425a-9586-2bb2690937fb} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:12.040029 [ 269 ] {73e1bbf6-ec28-425a-9586-2bb2690937fb} executeQuery: Read 24 rows, 1.66 KiB in 0.001092 sec., 21978.021978021978 rows/sec., 1.48 MiB/sec. 2026.01.09 00:42:12.040070 [ 269 ] {73e1bbf6-ec28-425a-9586-2bb2690937fb} TCPHandler: Processed in 0.001261595 sec. 2026.01.09 00:42:12.470798 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 40791 2026.01.09 00:42:12.471373 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:12.471416 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:12.471885 [ 245 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.09 00:42:12.472113 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:12.472240 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40791 2026.01.09 00:42:13.261605 [ 221 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:42:13.261657 [ 221 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:42:13.264322 [ 221 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:42:13.558363 [ 225 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:42:13.558416 [ 225 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:42:13.560934 [ 225 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:42:14.001121 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 386.37 MiB, peak 399.73 MiB, free memory in arenas 0.00 B, will set to 390.37 MiB (RSS), difference: 4.00 MiB 2026.01.09 00:42:14.673645 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2026.01.09 00:42:14.690868 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:14.690924 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:14.697146 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.09 00:42:14.697872 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:14.700974 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2026.01.09 00:42:15.091744 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2468 2026.01.09 00:42:15.094340 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:15.094389 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:15.095590 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:42:15.095846 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:15.096104 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2468 2026.01.09 00:42:17.040155 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:17.040369 [ 269 ] {00d741f4-991d-4bc9-b1fa-f3d11e51f874} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:17.040441 [ 269 ] {00d741f4-991d-4bc9-b1fa-f3d11e51f874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:17.041265 [ 269 ] {00d741f4-991d-4bc9-b1fa-f3d11e51f874} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:17.041324 [ 269 ] {00d741f4-991d-4bc9-b1fa-f3d11e51f874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:17.041819 [ 269 ] {00d741f4-991d-4bc9-b1fa-f3d11e51f874} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.09 00:42:17.042072 [ 269 ] {00d741f4-991d-4bc9-b1fa-f3d11e51f874} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:17.042235 [ 74 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.09 00:42:17.042244 [ 269 ] {00d741f4-991d-4bc9-b1fa-f3d11e51f874} executeQuery: Read 138 rows, 12.27 KiB in 0.00192 sec., 71875 rows/sec., 6.24 MiB/sec. 2026.01.09 00:42:17.042320 [ 74 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:17.042350 [ 269 ] {00d741f4-991d-4bc9-b1fa-f3d11e51f874} TCPHandler: Processed in 0.002327866 sec. 2026.01.09 00:42:17.042351 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:17.042474 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.01.09 00:42:17.042497 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:17.042588 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:17.042605 [ 269 ] {16840f34-1c95-4445-97bc-cd880e117a3b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:17.042622 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2466 rows starting from the beginning of the part 2026.01.09 00:42:17.042652 [ 269 ] {16840f34-1c95-4445-97bc-cd880e117a3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:17.042685 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 56 rows starting from the beginning of the part 2026.01.09 00:42:17.042734 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 138 rows starting from the beginning of the part 2026.01.09 00:42:17.042780 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:42:17.042826 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 56 rows starting from the beginning of the part 2026.01.09 00:42:17.042873 [ 189 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 138 rows starting from the beginning of the part 2026.01.09 00:42:17.043116 [ 269 ] {16840f34-1c95-4445-97bc-cd880e117a3b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:17.043154 [ 269 ] {16840f34-1c95-4445-97bc-cd880e117a3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:17.043469 [ 269 ] {16840f34-1c95-4445-97bc-cd880e117a3b} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.09 00:42:17.043689 [ 269 ] {16840f34-1c95-4445-97bc-cd880e117a3b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:17.043834 [ 269 ] {16840f34-1c95-4445-97bc-cd880e117a3b} executeQuery: Read 41 rows, 3.08 KiB in 0.001251 sec., 32773.78097521982 rows/sec., 2.41 MiB/sec. 2026.01.09 00:42:17.043877 [ 269 ] {16840f34-1c95-4445-97bc-cd880e117a3b} TCPHandler: Processed in 0.001433151 sec. 2026.01.09 00:42:17.043989 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:17.044089 [ 269 ] {70596455-a558-4cfe-92de-296eae3eef39} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:17.044131 [ 269 ] {70596455-a558-4cfe-92de-296eae3eef39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:17.044602 [ 269 ] {70596455-a558-4cfe-92de-296eae3eef39} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:17.044638 [ 269 ] {70596455-a558-4cfe-92de-296eae3eef39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:17.044746 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 5107 rows, containing 5 columns (5 merged, 0 gathered) in 0.002315576 sec., 2205498.761431281 rows/sec., 188.27 MiB/sec. 2026.01.09 00:42:17.044960 [ 269 ] {70596455-a558-4cfe-92de-296eae3eef39} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.09 00:42:17.045111 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.09 00:42:17.045221 [ 269 ] {70596455-a558-4cfe-92de-296eae3eef39} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:17.045369 [ 74 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.09 00:42:17.045377 [ 269 ] {70596455-a558-4cfe-92de-296eae3eef39} executeQuery: Read 105 rows, 8.40 KiB in 0.001308 sec., 80275.22935779818 rows/sec., 6.27 MiB/sec. 2026.01.09 00:42:17.045405 [ 74 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:17.045434 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:17.045436 [ 269 ] {70596455-a558-4cfe-92de-296eae3eef39} TCPHandler: Processed in 0.001497993 sec. 2026.01.09 00:42:17.045472 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:17.045536 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.01.09 00:42:17.045559 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_146_29} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.09 00:42:17.045569 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:17.045662 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.01.09 00:42:17.045672 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:17.045676 [ 269 ] {b94622dd-eaab-451c-8ffa-5a770eb2bc69} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:17.045720 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1250 rows starting from the beginning of the part 2026.01.09 00:42:17.045741 [ 269 ] {b94622dd-eaab-451c-8ffa-5a770eb2bc69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:17.045802 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part 2026.01.09 00:42:17.045859 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 105 rows starting from the beginning of the part 2026.01.09 00:42:17.045912 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:42:17.045960 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 64 rows starting from the beginning of the part 2026.01.09 00:42:17.046006 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 105 rows starting from the beginning of the part 2026.01.09 00:42:17.046193 [ 269 ] {b94622dd-eaab-451c-8ffa-5a770eb2bc69} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:17.046236 [ 269 ] {b94622dd-eaab-451c-8ffa-5a770eb2bc69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:17.046608 [ 269 ] {b94622dd-eaab-451c-8ffa-5a770eb2bc69} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.09 00:42:17.046859 [ 269 ] {b94622dd-eaab-451c-8ffa-5a770eb2bc69} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:17.046995 [ 74 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 4 parts from all_1_141_29 to all_144_144_0 2026.01.09 00:42:17.047003 [ 269 ] {b94622dd-eaab-451c-8ffa-5a770eb2bc69} executeQuery: Read 160 rows, 11.41 KiB in 0.001346 sec., 118870.72808320951 rows/sec., 8.28 MiB/sec. 2026.01.09 00:42:17.047032 [ 74 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:17.047055 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:17.047059 [ 269 ] {b94622dd-eaab-451c-8ffa-5a770eb2bc69} TCPHandler: Processed in 0.001540204 sec. 2026.01.09 00:42:17.047123 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_144_30} MergeTask::PrepareStage: Merging 4 parts: from all_1_141_29 to all_144_144_0 into Compact with storage Full 2026.01.09 00:42:17.047186 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:17.047216 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_144_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:17.047243 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_144_30} MergeTreeSequentialSource: Reading 7 marks from part all_1_141_29, total 43337 rows starting from the beginning of the part 2026.01.09 00:42:17.047280 [ 269 ] {73960eed-05b4-4d0b-bf22-574f1607da44} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:17.047293 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_144_30} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part 2026.01.09 00:42:17.047309 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 2725 rows, containing 5 columns (5 merged, 0 gathered) in 0.001814762 sec., 1501574.311121789 rows/sec., 114.60 MiB/sec. 2026.01.09 00:42:17.047337 [ 269 ] {73960eed-05b4-4d0b-bf22-574f1607da44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:42:17.047337 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_144_30} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part 2026.01.09 00:42:17.047387 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_144_30} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 935 rows starting from the beginning of the part 2026.01.09 00:42:17.047491 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.09 00:42:17.047778 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:17.047849 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_146_29} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.09 00:42:17.047930 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.09 00:42:17.048254 [ 269 ] {73960eed-05b4-4d0b-bf22-574f1607da44} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:17.048293 [ 269 ] {73960eed-05b4-4d0b-bf22-574f1607da44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:17.048836 [ 269 ] {73960eed-05b4-4d0b-bf22-574f1607da44} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:42:17.049143 [ 269 ] {73960eed-05b4-4d0b-bf22-574f1607da44} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:17.049293 [ 269 ] {73960eed-05b4-4d0b-bf22-574f1607da44} executeQuery: Read 41 rows, 75.23 KiB in 0.002028 sec., 20216.962524654835 rows/sec., 36.23 MiB/sec. 2026.01.09 00:42:17.049374 [ 269 ] {73960eed-05b4-4d0b-bf22-574f1607da44} TCPHandler: Processed in 0.002235954 sec. 2026.01.09 00:42:17.049495 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:17.049591 [ 269 ] {7f95a79b-2c17-4e39-b906-4bcad719e6f8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:17.049634 [ 269 ] {7f95a79b-2c17-4e39-b906-4bcad719e6f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:17.049998 [ 269 ] {7f95a79b-2c17-4e39-b906-4bcad719e6f8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:17.050036 [ 269 ] {7f95a79b-2c17-4e39-b906-4bcad719e6f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:17.050344 [ 269 ] {7f95a79b-2c17-4e39-b906-4bcad719e6f8} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.09 00:42:17.050558 [ 269 ] {7f95a79b-2c17-4e39-b906-4bcad719e6f8} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:17.050685 [ 74 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.09 00:42:17.050694 [ 269 ] {7f95a79b-2c17-4e39-b906-4bcad719e6f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.01.09 00:42:17.050731 [ 74 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:17.050752 [ 269 ] {7f95a79b-2c17-4e39-b906-4bcad719e6f8} TCPHandler: Processed in 0.001306327 sec. 2026.01.09 00:42:17.050757 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:17.050852 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.01.09 00:42:17.050959 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:17.050989 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 9724 rows starting from the beginning of the part 2026.01.09 00:42:17.051046 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part 2026.01.09 00:42:17.051088 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part 2026.01.09 00:42:17.051127 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 80 rows starting from the beginning of the part 2026.01.09 00:42:17.051165 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 24 rows starting from the beginning of the part 2026.01.09 00:42:17.051202 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part 2026.01.09 00:42:17.053878 [ 196 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 10008 rows, containing 4 columns (4 merged, 0 gathered) in 0.003061807 sec., 3268658.017961289 rows/sec., 208.44 MiB/sec. 2026.01.09 00:42:17.054050 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.09 00:42:17.054286 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:17.054352 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_146_29} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.09 00:42:17.054414 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. 2026.01.09 00:42:17.055459 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_144_30} MergeTask::MergeProjectionsStage: Merge sorted 44592 rows, containing 5 columns (5 merged, 0 gathered) in 0.008360988 sec., 5333340.987931091 rows/sec., 358.94 MiB/sec. 2026.01.09 00:42:17.055815 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_144_30} MergedBlockOutputStream: filled checksums all_1_144_30 (state Temporary) 2026.01.09 00:42:17.056053 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_144_30} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_144_30 to all_1_144_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:17.056120 [ 188 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_144_30} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 4 parts: [all_1_141_29, all_144_144_0] -> all_1_144_30 2026.01.09 00:42:17.056187 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.09 00:42:19.742102 [ 77 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:42:19.742160 [ 77 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:42:19.972524 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 41239 2026.01.09 00:42:19.973328 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:19.973400 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:19.974017 [ 245 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.09 00:42:19.974246 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:19.974378 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41239 2026.01.09 00:42:19.974401 [ 73 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.09 00:42:19.974468 [ 73 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:19.974492 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:19.974595 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.09 00:42:19.974702 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:19.974739 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 38871 rows starting from the beginning of the part 2026.01.09 00:42:19.974804 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 448 rows starting from the beginning of the part 2026.01.09 00:42:19.974853 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 512 rows starting from the beginning of the part 2026.01.09 00:42:19.974898 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 448 rows starting from the beginning of the part 2026.01.09 00:42:19.974941 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 512 rows starting from the beginning of the part 2026.01.09 00:42:19.974983 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 448 rows starting from the beginning of the part 2026.01.09 00:42:19.977529 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 41239 rows, containing 4 columns (4 merged, 0 gathered) in 0.002969805 sec., 13886096.898617923 rows/sec., 198.64 MiB/sec. 2026.01.09 00:42:19.978235 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.09 00:42:19.978735 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:19.978834 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_86_17} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.09 00:42:19.978960 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.01.09 00:42:21.351088 [ 224 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:21.351153 [ 224 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:21.352925 [ 224 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:21.989384 [ 225 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:21.989434 [ 225 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:21.991598 [ 225 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:22.050053 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:22.050224 [ 269 ] {b3882e37-7ca4-4a07-a6a9-ec452f08b370} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:42:22.050290 [ 269 ] {b3882e37-7ca4-4a07-a6a9-ec452f08b370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:42:22.051152 [ 269 ] {b3882e37-7ca4-4a07-a6a9-ec452f08b370} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.051201 [ 269 ] {b3882e37-7ca4-4a07-a6a9-ec452f08b370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.051617 [ 269 ] {b3882e37-7ca4-4a07-a6a9-ec452f08b370} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:42:22.051870 [ 269 ] {b3882e37-7ca4-4a07-a6a9-ec452f08b370} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.052033 [ 269 ] {b3882e37-7ca4-4a07-a6a9-ec452f08b370} executeQuery: Read 410 rows, 26.63 KiB in 0.001851 sec., 221501.89086980012 rows/sec., 14.05 MiB/sec. 2026.01.09 00:42:22.052065 [ 220 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:22.052083 [ 269 ] {b3882e37-7ca4-4a07-a6a9-ec452f08b370} TCPHandler: Processed in 0.002161611 sec. 2026.01.09 00:42:22.052115 [ 220 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:22.052254 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:22.052360 [ 269 ] {32ba141f-3163-4c01-aac9-f899879d0fa9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:22.052406 [ 269 ] {32ba141f-3163-4c01-aac9-f899879d0fa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:22.053504 [ 220 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:22.053683 [ 269 ] {32ba141f-3163-4c01-aac9-f899879d0fa9} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.053727 [ 269 ] {32ba141f-3163-4c01-aac9-f899879d0fa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.054122 [ 269 ] {32ba141f-3163-4c01-aac9-f899879d0fa9} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.09 00:42:22.054343 [ 269 ] {32ba141f-3163-4c01-aac9-f899879d0fa9} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.054479 [ 269 ] {32ba141f-3163-4c01-aac9-f899879d0fa9} executeQuery: Read 1112 rows, 89.84 KiB in 0.002141 sec., 519383.4656702475 rows/sec., 40.98 MiB/sec. 2026.01.09 00:42:22.054521 [ 269 ] {32ba141f-3163-4c01-aac9-f899879d0fa9} TCPHandler: Processed in 0.002320186 sec. 2026.01.09 00:42:22.054639 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:22.054737 [ 269 ] {fd530edd-25f8-4447-a63e-96a9ac110f17} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:22.054779 [ 269 ] {fd530edd-25f8-4447-a63e-96a9ac110f17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:22.055325 [ 269 ] {fd530edd-25f8-4447-a63e-96a9ac110f17} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.055361 [ 269 ] {fd530edd-25f8-4447-a63e-96a9ac110f17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.055673 [ 269 ] {fd530edd-25f8-4447-a63e-96a9ac110f17} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.09 00:42:22.055886 [ 269 ] {fd530edd-25f8-4447-a63e-96a9ac110f17} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.055992 [ 72 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.09 00:42:22.056019 [ 269 ] {fd530edd-25f8-4447-a63e-96a9ac110f17} executeQuery: Read 205 rows, 12.32 KiB in 0.001301 sec., 157571.09915449654 rows/sec., 9.24 MiB/sec. 2026.01.09 00:42:22.056036 [ 72 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.056061 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.056061 [ 269 ] {fd530edd-25f8-4447-a63e-96a9ac110f17} TCPHandler: Processed in 0.001472762 sec. 2026.01.09 00:42:22.056166 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.09 00:42:22.056188 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:22.056292 [ 269 ] {48df356a-5031-4356-85ff-69a96c766cbe} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:42:22.056293 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:22.056335 [ 269 ] {48df356a-5031-4356-85ff-69a96c766cbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:42:22.056347 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 278 rows starting from the beginning of the part 2026.01.09 00:42:22.056426 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 67 rows starting from the beginning of the part 2026.01.09 00:42:22.056478 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 41 rows starting from the beginning of the part 2026.01.09 00:42:22.056527 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 207 rows starting from the beginning of the part 2026.01.09 00:42:22.056573 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 41 rows starting from the beginning of the part 2026.01.09 00:42:22.056618 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 205 rows starting from the beginning of the part 2026.01.09 00:42:22.056877 [ 269 ] {48df356a-5031-4356-85ff-69a96c766cbe} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.056918 [ 269 ] {48df356a-5031-4356-85ff-69a96c766cbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.057246 [ 269 ] {48df356a-5031-4356-85ff-69a96c766cbe} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:42:22.057495 [ 269 ] {48df356a-5031-4356-85ff-69a96c766cbe} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.057556 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 839 rows, containing 5 columns (5 merged, 0 gathered) in 0.001434721 sec., 584782.6859716977 rows/sec., 38.79 MiB/sec. 2026.01.09 00:42:22.057630 [ 269 ] {48df356a-5031-4356-85ff-69a96c766cbe} executeQuery: Read 212 rows, 14.00 KiB in 0.001356 sec., 156342.18289085545 rows/sec., 10.08 MiB/sec. 2026.01.09 00:42:22.057662 [ 225 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:42:22.057676 [ 269 ] {48df356a-5031-4356-85ff-69a96c766cbe} TCPHandler: Processed in 0.001539024 sec. 2026.01.09 00:42:22.057688 [ 225 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:42:22.057781 [ 202 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.09 00:42:22.057806 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:22.057909 [ 269 ] {0ab8eb89-e8f3-43ce-9f13-ad5b529a4f8e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:42:22.057952 [ 269 ] {0ab8eb89-e8f3-43ce-9f13-ad5b529a4f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:42:22.058183 [ 202 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.058292 [ 202 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_121_24} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.09 00:42:22.058416 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:42:22.058529 [ 269 ] {0ab8eb89-e8f3-43ce-9f13-ad5b529a4f8e} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.058570 [ 269 ] {0ab8eb89-e8f3-43ce-9f13-ad5b529a4f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.058895 [ 269 ] {0ab8eb89-e8f3-43ce-9f13-ad5b529a4f8e} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:42:22.059147 [ 269 ] {0ab8eb89-e8f3-43ce-9f13-ad5b529a4f8e} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.059288 [ 269 ] {0ab8eb89-e8f3-43ce-9f13-ad5b529a4f8e} executeQuery: Read 211 rows, 12.27 KiB in 0.001396 sec., 151146.13180515758 rows/sec., 8.58 MiB/sec. 2026.01.09 00:42:22.059328 [ 269 ] {0ab8eb89-e8f3-43ce-9f13-ad5b529a4f8e} TCPHandler: Processed in 0.001572315 sec. 2026.01.09 00:42:22.059456 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:22.059551 [ 269 ] {9f3834a6-ff0b-41d9-9de2-a7f42535212e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:22.059591 [ 269 ] {9f3834a6-ff0b-41d9-9de2-a7f42535212e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:22.059898 [ 225 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:42:22.060444 [ 269 ] {9f3834a6-ff0b-41d9-9de2-a7f42535212e} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.060481 [ 269 ] {9f3834a6-ff0b-41d9-9de2-a7f42535212e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.060841 [ 269 ] {9f3834a6-ff0b-41d9-9de2-a7f42535212e} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.09 00:42:22.061062 [ 269 ] {9f3834a6-ff0b-41d9-9de2-a7f42535212e} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.061205 [ 269 ] {9f3834a6-ff0b-41d9-9de2-a7f42535212e} executeQuery: Read 679 rows, 48.47 KiB in 0.001671 sec., 406343.50688210654 rows/sec., 28.33 MiB/sec. 2026.01.09 00:42:22.061246 [ 269 ] {9f3834a6-ff0b-41d9-9de2-a7f42535212e} TCPHandler: Processed in 0.001840073 sec. 2026.01.09 00:42:22.061368 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:22.061464 [ 269 ] {4d3c73a3-ec8e-4d5a-809e-18e6d270d905} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:42:22.061506 [ 269 ] {4d3c73a3-ec8e-4d5a-809e-18e6d270d905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:42:22.061858 [ 269 ] {4d3c73a3-ec8e-4d5a-809e-18e6d270d905} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.061894 [ 269 ] {4d3c73a3-ec8e-4d5a-809e-18e6d270d905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.062199 [ 269 ] {4d3c73a3-ec8e-4d5a-809e-18e6d270d905} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.09 00:42:22.062433 [ 269 ] {4d3c73a3-ec8e-4d5a-809e-18e6d270d905} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.062566 [ 269 ] {4d3c73a3-ec8e-4d5a-809e-18e6d270d905} executeQuery: Read 6 rows, 321.00 B in 0.001118 sec., 5366.726296958855 rows/sec., 280.39 KiB/sec. 2026.01.09 00:42:22.062604 [ 269 ] {4d3c73a3-ec8e-4d5a-809e-18e6d270d905} TCPHandler: Processed in 0.001285916 sec. 2026.01.09 00:42:22.062718 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:22.062813 [ 269 ] {d9997b53-5fde-4eb9-94e0-612a2f1fae47} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:22.062856 [ 269 ] {d9997b53-5fde-4eb9-94e0-612a2f1fae47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:22.063364 [ 269 ] {d9997b53-5fde-4eb9-94e0-612a2f1fae47} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.063400 [ 269 ] {d9997b53-5fde-4eb9-94e0-612a2f1fae47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.063743 [ 269 ] {d9997b53-5fde-4eb9-94e0-612a2f1fae47} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.09 00:42:22.063961 [ 269 ] {d9997b53-5fde-4eb9-94e0-612a2f1fae47} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.064094 [ 269 ] {d9997b53-5fde-4eb9-94e0-612a2f1fae47} executeQuery: Read 314 rows, 21.12 KiB in 0.001297 sec., 242097.14726291443 rows/sec., 15.90 MiB/sec. 2026.01.09 00:42:22.064140 [ 269 ] {d9997b53-5fde-4eb9-94e0-612a2f1fae47} TCPHandler: Processed in 0.001471262 sec. 2026.01.09 00:42:22.064255 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:22.064350 [ 269 ] {92a94bfa-cb9e-4c0d-b9f2-40cf7485a451} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:42:22.064392 [ 269 ] {92a94bfa-cb9e-4c0d-b9f2-40cf7485a451} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:42:22.064709 [ 269 ] {92a94bfa-cb9e-4c0d-b9f2-40cf7485a451} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.064745 [ 269 ] {92a94bfa-cb9e-4c0d-b9f2-40cf7485a451} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.065034 [ 269 ] {92a94bfa-cb9e-4c0d-b9f2-40cf7485a451} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:42:22.065246 [ 269 ] {92a94bfa-cb9e-4c0d-b9f2-40cf7485a451} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.065376 [ 269 ] {92a94bfa-cb9e-4c0d-b9f2-40cf7485a451} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2026.01.09 00:42:22.065414 [ 269 ] {92a94bfa-cb9e-4c0d-b9f2-40cf7485a451} TCPHandler: Processed in 0.001207884 sec. 2026.01.09 00:42:22.065529 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:22.065623 [ 269 ] {e7a6bcfc-da56-473d-86df-a7d89aab9874} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:22.065664 [ 269 ] {e7a6bcfc-da56-473d-86df-a7d89aab9874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:22.066006 [ 269 ] {e7a6bcfc-da56-473d-86df-a7d89aab9874} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.066041 [ 269 ] {e7a6bcfc-da56-473d-86df-a7d89aab9874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.066365 [ 269 ] {e7a6bcfc-da56-473d-86df-a7d89aab9874} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.09 00:42:22.066577 [ 269 ] {e7a6bcfc-da56-473d-86df-a7d89aab9874} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.066705 [ 269 ] {e7a6bcfc-da56-473d-86df-a7d89aab9874} executeQuery: Read 104 rows, 6.53 KiB in 0.0011 sec., 94545.45454545454 rows/sec., 5.79 MiB/sec. 2026.01.09 00:42:22.066743 [ 269 ] {e7a6bcfc-da56-473d-86df-a7d89aab9874} TCPHandler: Processed in 0.001264446 sec. 2026.01.09 00:42:22.201232 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2026.01.09 00:42:22.219770 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.219821 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.226216 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.09 00:42:22.226996 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.227308 [ 72 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.09 00:42:22.227360 [ 72 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:22.227384 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:22.227489 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.09 00:42:22.230624 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2026.01.09 00:42:22.231294 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:22.232878 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part 2026.01.09 00:42:22.238061 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part 2026.01.09 00:42:22.242850 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part 2026.01.09 00:42:22.247611 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part 2026.01.09 00:42:22.252645 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part 2026.01.09 00:42:22.257226 [ 195 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part 2026.01.09 00:42:22.313918 [ 198 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.086478221 sec., 7493.216124323372 rows/sec., 38.75 MiB/sec. 2026.01.09 00:42:22.316936 [ 202 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.09 00:42:22.319108 [ 202 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:22.319195 [ 202 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_86_17} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.09 00:42:22.322053 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.09 00:42:23.001152 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 392.35 MiB, peak 409.78 MiB, free memory in arenas 0.00 B, will set to 390.62 MiB (RSS), difference: -1.74 MiB 2026.01.09 00:42:24.407866 [ 224 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:42:24.407921 [ 224 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:42:24.410447 [ 224 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:42:25.096314 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2500 2026.01.09 00:42:25.098592 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:25.098641 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:25.099789 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:42:25.100068 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:25.100324 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2500 2026.01.09 00:42:27.039893 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:27.040087 [ 269 ] {7b507bda-2a26-4171-994f-2cefefb46554} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:42:27.040152 [ 269 ] {7b507bda-2a26-4171-994f-2cefefb46554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:42:27.040787 [ 269 ] {7b507bda-2a26-4171-994f-2cefefb46554} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:27.040836 [ 269 ] {7b507bda-2a26-4171-994f-2cefefb46554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:27.041226 [ 269 ] {7b507bda-2a26-4171-994f-2cefefb46554} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.09 00:42:27.041459 [ 269 ] {7b507bda-2a26-4171-994f-2cefefb46554} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:27.041632 [ 269 ] {7b507bda-2a26-4171-994f-2cefefb46554} executeQuery: Read 2 rows, 167.00 B in 0.001589 sec., 1258.6532410320958 rows/sec., 102.63 KiB/sec. 2026.01.09 00:42:27.041687 [ 269 ] {7b507bda-2a26-4171-994f-2cefefb46554} TCPHandler: Processed in 0.001920795 sec. 2026.01.09 00:42:27.041813 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:27.041915 [ 269 ] {2962240f-fc19-4487-8375-1bcb882f7a62} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:27.041960 [ 269 ] {2962240f-fc19-4487-8375-1bcb882f7a62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:27.042512 [ 269 ] {2962240f-fc19-4487-8375-1bcb882f7a62} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:27.042550 [ 269 ] {2962240f-fc19-4487-8375-1bcb882f7a62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:27.042870 [ 269 ] {2962240f-fc19-4487-8375-1bcb882f7a62} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.09 00:42:27.043091 [ 269 ] {2962240f-fc19-4487-8375-1bcb882f7a62} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:27.043231 [ 269 ] {2962240f-fc19-4487-8375-1bcb882f7a62} executeQuery: Read 139 rows, 12.34 KiB in 0.001336 sec., 104041.91616766468 rows/sec., 9.02 MiB/sec. 2026.01.09 00:42:27.043270 [ 269 ] {2962240f-fc19-4487-8375-1bcb882f7a62} TCPHandler: Processed in 0.001509903 sec. 2026.01.09 00:42:27.043317 [ 221 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.043352 [ 221 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.043383 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:27.043481 [ 269 ] {6d331916-4425-47ae-a3e1-726054084433} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:27.043524 [ 269 ] {6d331916-4425-47ae-a3e1-726054084433} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:27.043949 [ 269 ] {6d331916-4425-47ae-a3e1-726054084433} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:27.043988 [ 269 ] {6d331916-4425-47ae-a3e1-726054084433} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:27.044285 [ 269 ] {6d331916-4425-47ae-a3e1-726054084433} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.09 00:42:27.044500 [ 269 ] {6d331916-4425-47ae-a3e1-726054084433} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:27.044634 [ 269 ] {6d331916-4425-47ae-a3e1-726054084433} executeQuery: Read 43 rows, 3.22 KiB in 0.00117 sec., 36752.13675213675 rows/sec., 2.69 MiB/sec. 2026.01.09 00:42:27.044674 [ 269 ] {6d331916-4425-47ae-a3e1-726054084433} TCPHandler: Processed in 0.001340478 sec. 2026.01.09 00:42:27.044787 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:27.044882 [ 269 ] {3edcae5e-1c72-4f76-a0b2-a2afc90be652} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:27.044923 [ 269 ] {3edcae5e-1c72-4f76-a0b2-a2afc90be652} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:27.045370 [ 269 ] {3edcae5e-1c72-4f76-a0b2-a2afc90be652} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:27.045406 [ 269 ] {3edcae5e-1c72-4f76-a0b2-a2afc90be652} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:27.045724 [ 269 ] {3edcae5e-1c72-4f76-a0b2-a2afc90be652} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.09 00:42:27.045949 [ 269 ] {3edcae5e-1c72-4f76-a0b2-a2afc90be652} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:27.046086 [ 269 ] {3edcae5e-1c72-4f76-a0b2-a2afc90be652} executeQuery: Read 107 rows, 8.56 KiB in 0.001221 sec., 87633.08763308763 rows/sec., 6.85 MiB/sec. 2026.01.09 00:42:27.046127 [ 269 ] {3edcae5e-1c72-4f76-a0b2-a2afc90be652} TCPHandler: Processed in 0.00139107 sec. 2026.01.09 00:42:27.046251 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:27.046348 [ 269 ] {4236cdff-8255-4a7e-a299-1053a326ec32} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:27.046392 [ 269 ] {4236cdff-8255-4a7e-a299-1053a326ec32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:27.046836 [ 269 ] {4236cdff-8255-4a7e-a299-1053a326ec32} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:27.046871 [ 269 ] {4236cdff-8255-4a7e-a299-1053a326ec32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:27.047161 [ 221 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.047211 [ 269 ] {4236cdff-8255-4a7e-a299-1053a326ec32} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.09 00:42:27.047432 [ 269 ] {4236cdff-8255-4a7e-a299-1053a326ec32} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:27.047571 [ 269 ] {4236cdff-8255-4a7e-a299-1053a326ec32} executeQuery: Read 161 rows, 11.48 KiB in 0.00124 sec., 129838.70967741935 rows/sec., 9.04 MiB/sec. 2026.01.09 00:42:27.047610 [ 269 ] {4236cdff-8255-4a7e-a299-1053a326ec32} TCPHandler: Processed in 0.00140824 sec. 2026.01.09 00:42:27.047676 [ 226 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.047730 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:27.047732 [ 226 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.047835 [ 269 ] {91e5c939-5ec7-49ae-bb51-aa52481588d0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:27.047894 [ 269 ] {91e5c939-5ec7-49ae-bb51-aa52481588d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:42:27.048824 [ 269 ] {91e5c939-5ec7-49ae-bb51-aa52481588d0} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:27.048862 [ 269 ] {91e5c939-5ec7-49ae-bb51-aa52481588d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:27.049433 [ 269 ] {91e5c939-5ec7-49ae-bb51-aa52481588d0} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:42:27.049679 [ 269 ] {91e5c939-5ec7-49ae-bb51-aa52481588d0} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:27.049823 [ 269 ] {91e5c939-5ec7-49ae-bb51-aa52481588d0} executeQuery: Read 41 rows, 75.23 KiB in 0.002005 sec., 20448.877805486285 rows/sec., 36.64 MiB/sec. 2026.01.09 00:42:27.049898 [ 269 ] {91e5c939-5ec7-49ae-bb51-aa52481588d0} TCPHandler: Processed in 0.002216773 sec. 2026.01.09 00:42:27.050052 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:27.050152 [ 269 ] {7bf82b11-e50f-4381-b2b7-7f3688ee3584} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:27.050197 [ 269 ] {7bf82b11-e50f-4381-b2b7-7f3688ee3584} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:27.050549 [ 269 ] {7bf82b11-e50f-4381-b2b7-7f3688ee3584} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:27.050586 [ 269 ] {7bf82b11-e50f-4381-b2b7-7f3688ee3584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:27.050895 [ 269 ] {7bf82b11-e50f-4381-b2b7-7f3688ee3584} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.09 00:42:27.051141 [ 226 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.051158 [ 269 ] {7bf82b11-e50f-4381-b2b7-7f3688ee3584} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:27.051300 [ 269 ] {7bf82b11-e50f-4381-b2b7-7f3688ee3584} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2026.01.09 00:42:27.051338 [ 269 ] {7bf82b11-e50f-4381-b2b7-7f3688ee3584} TCPHandler: Processed in 0.001343898 sec. 2026.01.09 00:42:27.475311 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 41751 2026.01.09 00:42:27.475834 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:27.475877 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:27.476364 [ 245 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.09 00:42:27.476595 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:27.476727 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41751 2026.01.09 00:42:27.594288 [ 222 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.594350 [ 222 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.596995 [ 222 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.806476 [ 222 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.806505 [ 222 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:27.810098 [ 222 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:42:28.464145 [ 225 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:42:28.464197 [ 225 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:42:28.467353 [ 225 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.09 00:42:29.731560 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2026.01.09 00:42:29.751351 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:29.751423 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:29.757796 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.09 00:42:29.758605 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:29.763106 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2026.01.09 00:42:32.049593 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:32.049780 [ 269 ] {80bf2d30-0b11-4319-9418-36283952f287} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:42:32.049843 [ 269 ] {80bf2d30-0b11-4319-9418-36283952f287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:42:32.050628 [ 269 ] {80bf2d30-0b11-4319-9418-36283952f287} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.050672 [ 269 ] {80bf2d30-0b11-4319-9418-36283952f287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.051058 [ 269 ] {80bf2d30-0b11-4319-9418-36283952f287} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:42:32.051285 [ 269 ] {80bf2d30-0b11-4319-9418-36283952f287} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.051434 [ 269 ] {80bf2d30-0b11-4319-9418-36283952f287} executeQuery: Read 410 rows, 26.63 KiB in 0.0017 sec., 241176.4705882353 rows/sec., 15.30 MiB/sec. 2026.01.09 00:42:32.051429 [ 50 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 6 parts from all_1_59_13 to all_64_64_0 2026.01.09 00:42:32.051477 [ 269 ] {80bf2d30-0b11-4319-9418-36283952f287} TCPHandler: Processed in 0.002008178 sec. 2026.01.09 00:42:32.051517 [ 50 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.051547 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.051615 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:32.051675 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_59_13 to all_64_64_0 into Compact with storage Full 2026.01.09 00:42:32.051738 [ 269 ] {9665f665-a9eb-4813-a44a-f5c50f441d45} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:32.051784 [ 269 ] {9665f665-a9eb-4813-a44a-f5c50f441d45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:32.051835 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:32.051883 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_59_13, total 434 rows starting from the beginning of the part 2026.01.09 00:42:32.051959 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 410 rows starting from the beginning of the part 2026.01.09 00:42:32.052013 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part 2026.01.09 00:42:32.052061 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 410 rows starting from the beginning of the part 2026.01.09 00:42:32.052134 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 410 rows starting from the beginning of the part 2026.01.09 00:42:32.052178 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 410 rows starting from the beginning of the part 2026.01.09 00:42:32.052654 [ 269 ] {9665f665-a9eb-4813-a44a-f5c50f441d45} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.052698 [ 269 ] {9665f665-a9eb-4813-a44a-f5c50f441d45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.053069 [ 269 ] {9665f665-a9eb-4813-a44a-f5c50f441d45} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.09 00:42:32.053266 [ 269 ] {9665f665-a9eb-4813-a44a-f5c50f441d45} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.053288 [ 191 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} MergeTask::MergeProjectionsStage: Merge sorted 2098 rows, containing 5 columns (5 merged, 0 gathered) in 0.001670128 sec., 1256191.1422358046 rows/sec., 85.04 MiB/sec. 2026.01.09 00:42:32.053396 [ 269 ] {9665f665-a9eb-4813-a44a-f5c50f441d45} executeQuery: Read 1112 rows, 89.84 KiB in 0.001676 sec., 663484.4868735083 rows/sec., 52.35 MiB/sec. 2026.01.09 00:42:32.053439 [ 269 ] {9665f665-a9eb-4813-a44a-f5c50f441d45} TCPHandler: Processed in 0.001872333 sec. 2026.01.09 00:42:32.053462 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} MergedBlockOutputStream: filled checksums all_1_64_14 (state Temporary) 2026.01.09 00:42:32.053564 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:32.053665 [ 269 ] {1e133ce2-5c07-4215-a2cf-29b93a0fd212} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:32.053706 [ 269 ] {1e133ce2-5c07-4215-a2cf-29b93a0fd212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:32.053733 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_64_14 to all_1_64_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.053808 [ 198 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_64_14} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 6 parts: [all_1_59_13, all_64_64_0] -> all_1_64_14 2026.01.09 00:42:32.053876 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.01.09 00:42:32.054252 [ 269 ] {1e133ce2-5c07-4215-a2cf-29b93a0fd212} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.054304 [ 269 ] {1e133ce2-5c07-4215-a2cf-29b93a0fd212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.054627 [ 269 ] {1e133ce2-5c07-4215-a2cf-29b93a0fd212} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.09 00:42:32.054857 [ 269 ] {1e133ce2-5c07-4215-a2cf-29b93a0fd212} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.054990 [ 269 ] {1e133ce2-5c07-4215-a2cf-29b93a0fd212} executeQuery: Read 205 rows, 12.32 KiB in 0.001342 sec., 152757.07898658718 rows/sec., 8.96 MiB/sec. 2026.01.09 00:42:32.055036 [ 269 ] {1e133ce2-5c07-4215-a2cf-29b93a0fd212} TCPHandler: Processed in 0.001519393 sec. 2026.01.09 00:42:32.055155 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:32.055251 [ 269 ] {00c91a63-7f0f-46bf-b65b-418630540105} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:42:32.055291 [ 269 ] {00c91a63-7f0f-46bf-b65b-418630540105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:42:32.055776 [ 269 ] {00c91a63-7f0f-46bf-b65b-418630540105} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.055813 [ 269 ] {00c91a63-7f0f-46bf-b65b-418630540105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.056118 [ 269 ] {00c91a63-7f0f-46bf-b65b-418630540105} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:42:32.056328 [ 269 ] {00c91a63-7f0f-46bf-b65b-418630540105} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.056464 [ 269 ] {00c91a63-7f0f-46bf-b65b-418630540105} executeQuery: Read 212 rows, 14.00 KiB in 0.00123 sec., 172357.72357723577 rows/sec., 11.12 MiB/sec. 2026.01.09 00:42:32.056502 [ 269 ] {00c91a63-7f0f-46bf-b65b-418630540105} TCPHandler: Processed in 0.001397519 sec. 2026.01.09 00:42:32.056614 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:32.056708 [ 269 ] {4785fdff-7b53-423f-90e7-15afbc37df44} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:42:32.056747 [ 269 ] {4785fdff-7b53-423f-90e7-15afbc37df44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:42:32.057212 [ 269 ] {4785fdff-7b53-423f-90e7-15afbc37df44} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.057248 [ 269 ] {4785fdff-7b53-423f-90e7-15afbc37df44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.057550 [ 269 ] {4785fdff-7b53-423f-90e7-15afbc37df44} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:42:32.057762 [ 269 ] {4785fdff-7b53-423f-90e7-15afbc37df44} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.057870 [ 50 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 6 parts from all_1_59_13 to all_64_64_0 2026.01.09 00:42:32.057893 [ 269 ] {4785fdff-7b53-423f-90e7-15afbc37df44} executeQuery: Read 211 rows, 12.27 KiB in 0.001202 sec., 175540.76539101498 rows/sec., 9.97 MiB/sec. 2026.01.09 00:42:32.057905 [ 50 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.057935 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.057940 [ 269 ] {4785fdff-7b53-423f-90e7-15afbc37df44} TCPHandler: Processed in 0.00137647 sec. 2026.01.09 00:42:32.058053 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_59_13 to all_64_64_0 into Compact with storage Full 2026.01.09 00:42:32.058067 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:32.058183 [ 269 ] {20683c8e-8118-4ba6-b651-8e499b8640af} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:32.058198 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:32.058228 [ 269 ] {20683c8e-8118-4ba6-b651-8e499b8640af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:32.058241 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_59_13, total 223 rows starting from the beginning of the part 2026.01.09 00:42:32.058322 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 211 rows starting from the beginning of the part 2026.01.09 00:42:32.058375 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 12 rows starting from the beginning of the part 2026.01.09 00:42:32.058424 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 211 rows starting from the beginning of the part 2026.01.09 00:42:32.058473 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 211 rows starting from the beginning of the part 2026.01.09 00:42:32.058521 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 211 rows starting from the beginning of the part 2026.01.09 00:42:32.058875 [ 269 ] {20683c8e-8118-4ba6-b651-8e499b8640af} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.058917 [ 269 ] {20683c8e-8118-4ba6-b651-8e499b8640af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.059264 [ 269 ] {20683c8e-8118-4ba6-b651-8e499b8640af} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.09 00:42:32.059484 [ 269 ] {20683c8e-8118-4ba6-b651-8e499b8640af} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.059490 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} MergeTask::MergeProjectionsStage: Merge sorted 1079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001488593 sec., 724845.5420655612 rows/sec., 44.24 MiB/sec. 2026.01.09 00:42:32.059619 [ 269 ] {20683c8e-8118-4ba6-b651-8e499b8640af} executeQuery: Read 679 rows, 48.47 KiB in 0.001452 sec., 467630.85399449035 rows/sec., 32.60 MiB/sec. 2026.01.09 00:42:32.059667 [ 269 ] {20683c8e-8118-4ba6-b651-8e499b8640af} TCPHandler: Processed in 0.001650627 sec. 2026.01.09 00:42:32.059668 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} MergedBlockOutputStream: filled checksums all_1_64_14 (state Temporary) 2026.01.09 00:42:32.059782 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:32.059877 [ 269 ] {f6512e96-fdea-4384-ad51-09e2a3fbdbac} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:42:32.059919 [ 269 ] {f6512e96-fdea-4384-ad51-09e2a3fbdbac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:42:32.059962 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_64_14 to all_1_64_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.060036 [ 201 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_64_14} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 6 parts: [all_1_59_13, all_64_64_0] -> all_1_64_14 2026.01.09 00:42:32.060113 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.09 00:42:32.060268 [ 269 ] {f6512e96-fdea-4384-ad51-09e2a3fbdbac} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.060303 [ 269 ] {f6512e96-fdea-4384-ad51-09e2a3fbdbac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.060598 [ 269 ] {f6512e96-fdea-4384-ad51-09e2a3fbdbac} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.09 00:42:32.060808 [ 269 ] {f6512e96-fdea-4384-ad51-09e2a3fbdbac} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.060935 [ 269 ] {f6512e96-fdea-4384-ad51-09e2a3fbdbac} executeQuery: Read 6 rows, 321.00 B in 0.001074 sec., 5586.592178770949 rows/sec., 291.88 KiB/sec. 2026.01.09 00:42:32.060972 [ 269 ] {f6512e96-fdea-4384-ad51-09e2a3fbdbac} TCPHandler: Processed in 0.001240006 sec. 2026.01.09 00:42:32.061084 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:32.061178 [ 269 ] {2b603ba1-00c6-4551-931a-a76ca39bd61c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:32.061220 [ 269 ] {2b603ba1-00c6-4551-931a-a76ca39bd61c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:32.061658 [ 269 ] {2b603ba1-00c6-4551-931a-a76ca39bd61c} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.061695 [ 269 ] {2b603ba1-00c6-4551-931a-a76ca39bd61c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.062022 [ 269 ] {2b603ba1-00c6-4551-931a-a76ca39bd61c} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.09 00:42:32.062234 [ 269 ] {2b603ba1-00c6-4551-931a-a76ca39bd61c} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.062354 [ 50 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_144_30 to all_149_149_0 2026.01.09 00:42:32.062369 [ 269 ] {2b603ba1-00c6-4551-931a-a76ca39bd61c} executeQuery: Read 314 rows, 21.12 KiB in 0.001207 sec., 260149.13007456504 rows/sec., 17.09 MiB/sec. 2026.01.09 00:42:32.062391 [ 50 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.062414 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.062416 [ 269 ] {2b603ba1-00c6-4551-931a-a76ca39bd61c} TCPHandler: Processed in 0.001382989 sec. 2026.01.09 00:42:32.062523 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_144_30 to all_149_149_0 into Compact with storage Full 2026.01.09 00:42:32.062531 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:32.062633 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:32.062645 [ 269 ] {d6466a53-f352-4f8d-b662-079944684cd7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:42:32.062666 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} MergeTreeSequentialSource: Reading 7 marks from part all_1_144_30, total 44592 rows starting from the beginning of the part 2026.01.09 00:42:32.062688 [ 269 ] {d6466a53-f352-4f8d-b662-079944684cd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:42:32.062731 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 64 rows starting from the beginning of the part 2026.01.09 00:42:32.062782 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part 2026.01.09 00:42:32.062829 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 314 rows starting from the beginning of the part 2026.01.09 00:42:32.062874 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 161 rows starting from the beginning of the part 2026.01.09 00:42:32.062928 [ 189 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 314 rows starting from the beginning of the part 2026.01.09 00:42:32.063022 [ 269 ] {d6466a53-f352-4f8d-b662-079944684cd7} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.063058 [ 269 ] {d6466a53-f352-4f8d-b662-079944684cd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.063348 [ 269 ] {d6466a53-f352-4f8d-b662-079944684cd7} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:42:32.063561 [ 269 ] {d6466a53-f352-4f8d-b662-079944684cd7} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.063692 [ 269 ] {d6466a53-f352-4f8d-b662-079944684cd7} executeQuery: Read 1 rows, 69.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 63.33 KiB/sec. 2026.01.09 00:42:32.063730 [ 269 ] {d6466a53-f352-4f8d-b662-079944684cd7} TCPHandler: Processed in 0.001247675 sec. 2026.01.09 00:42:32.063840 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:32.063934 [ 269 ] {3b714890-aa53-450e-8712-c78a952b19b9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:32.063976 [ 269 ] {3b714890-aa53-450e-8712-c78a952b19b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:32.064316 [ 269 ] {3b714890-aa53-450e-8712-c78a952b19b9} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:32.064352 [ 269 ] {3b714890-aa53-450e-8712-c78a952b19b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:32.064663 [ 269 ] {3b714890-aa53-450e-8712-c78a952b19b9} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.09 00:42:32.064874 [ 269 ] {3b714890-aa53-450e-8712-c78a952b19b9} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.065010 [ 269 ] {3b714890-aa53-450e-8712-c78a952b19b9} executeQuery: Read 104 rows, 6.53 KiB in 0.001091 sec., 95325.38955087076 rows/sec., 5.84 MiB/sec. 2026.01.09 00:42:32.065051 [ 269 ] {3b714890-aa53-450e-8712-c78a952b19b9} TCPHandler: Processed in 0.001260576 sec. 2026.01.09 00:42:32.070323 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} MergeTask::MergeProjectionsStage: Merge sorted 45605 rows, containing 5 columns (5 merged, 0 gathered) in 0.007848523 sec., 5810647.430096083 rows/sec., 391.05 MiB/sec. 2026.01.09 00:42:32.070742 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} MergedBlockOutputStream: filled checksums all_1_149_31 (state Temporary) 2026.01.09 00:42:32.071013 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_149_31 to all_1_149_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:32.071093 [ 187 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_149_31} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_144_30, all_149_149_0] -> all_1_149_31 2026.01.09 00:42:32.071192 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. 2026.01.09 00:42:34.742202 [ 46 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:42:34.742264 [ 46 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:42:34.976886 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 42199 2026.01.09 00:42:34.977480 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:34.977521 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:34.978020 [ 245 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.09 00:42:34.978247 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:34.978379 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42199 2026.01.09 00:42:35.100550 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2534 2026.01.09 00:42:35.102971 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:35.103009 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:35.104185 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:42:35.104441 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:35.104699 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2534 2026.01.09 00:42:35.272665 [ 223 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:35.272724 [ 223 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:35.274315 [ 223 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.01.09 00:42:37.039563 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:37.039774 [ 269 ] {b72326bf-9369-4271-8cd4-c4f219c144e0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:37.039847 [ 269 ] {b72326bf-9369-4271-8cd4-c4f219c144e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:37.040642 [ 269 ] {b72326bf-9369-4271-8cd4-c4f219c144e0} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:37.040691 [ 269 ] {b72326bf-9369-4271-8cd4-c4f219c144e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:37.041097 [ 269 ] {b72326bf-9369-4271-8cd4-c4f219c144e0} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.09 00:42:37.041337 [ 269 ] {b72326bf-9369-4271-8cd4-c4f219c144e0} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:37.041506 [ 269 ] {b72326bf-9369-4271-8cd4-c4f219c144e0} executeQuery: Read 138 rows, 12.27 KiB in 0.00178 sec., 77528.08988764045 rows/sec., 6.73 MiB/sec. 2026.01.09 00:42:37.041559 [ 269 ] {b72326bf-9369-4271-8cd4-c4f219c144e0} TCPHandler: Processed in 0.002135871 sec. 2026.01.09 00:42:37.041691 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:37.041795 [ 269 ] {9a3c0968-d121-4ed2-a0d8-348152b153ca} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:37.041839 [ 269 ] {9a3c0968-d121-4ed2-a0d8-348152b153ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:37.042279 [ 269 ] {9a3c0968-d121-4ed2-a0d8-348152b153ca} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:37.042314 [ 269 ] {9a3c0968-d121-4ed2-a0d8-348152b153ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:37.042617 [ 269 ] {9a3c0968-d121-4ed2-a0d8-348152b153ca} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.09 00:42:37.042833 [ 269 ] {9a3c0968-d121-4ed2-a0d8-348152b153ca} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:37.042966 [ 269 ] {9a3c0968-d121-4ed2-a0d8-348152b153ca} executeQuery: Read 41 rows, 3.08 KiB in 0.001192 sec., 34395.97315436242 rows/sec., 2.53 MiB/sec. 2026.01.09 00:42:37.043008 [ 269 ] {9a3c0968-d121-4ed2-a0d8-348152b153ca} TCPHandler: Processed in 0.001371189 sec. 2026.01.09 00:42:37.043121 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:37.043217 [ 269 ] {e5d801e8-46fe-47d9-b38d-c9ba2d5fc6fa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:37.043258 [ 269 ] {e5d801e8-46fe-47d9-b38d-c9ba2d5fc6fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:37.043704 [ 269 ] {e5d801e8-46fe-47d9-b38d-c9ba2d5fc6fa} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:37.043738 [ 269 ] {e5d801e8-46fe-47d9-b38d-c9ba2d5fc6fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:37.044068 [ 269 ] {e5d801e8-46fe-47d9-b38d-c9ba2d5fc6fa} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.09 00:42:37.044286 [ 269 ] {e5d801e8-46fe-47d9-b38d-c9ba2d5fc6fa} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:37.044418 [ 269 ] {e5d801e8-46fe-47d9-b38d-c9ba2d5fc6fa} executeQuery: Read 105 rows, 8.40 KiB in 0.001219 sec., 86136.17719442166 rows/sec., 6.73 MiB/sec. 2026.01.09 00:42:37.044458 [ 269 ] {e5d801e8-46fe-47d9-b38d-c9ba2d5fc6fa} TCPHandler: Processed in 0.001387269 sec. 2026.01.09 00:42:37.044574 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:37.044670 [ 269 ] {cb3ce928-002d-42ac-9f02-871a6c886f33} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:37.044714 [ 269 ] {cb3ce928-002d-42ac-9f02-871a6c886f33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:37.045140 [ 269 ] {cb3ce928-002d-42ac-9f02-871a6c886f33} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:37.045174 [ 269 ] {cb3ce928-002d-42ac-9f02-871a6c886f33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:37.045497 [ 269 ] {cb3ce928-002d-42ac-9f02-871a6c886f33} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.09 00:42:37.045713 [ 269 ] {cb3ce928-002d-42ac-9f02-871a6c886f33} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:37.045844 [ 269 ] {cb3ce928-002d-42ac-9f02-871a6c886f33} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.01.09 00:42:37.045882 [ 269 ] {cb3ce928-002d-42ac-9f02-871a6c886f33} TCPHandler: Processed in 0.001357899 sec. 2026.01.09 00:42:37.045989 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:37.046082 [ 269 ] {8eb328b3-48a3-43d4-a40f-4e9277e944ed} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:37.046137 [ 269 ] {8eb328b3-48a3-43d4-a40f-4e9277e944ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:42:37.047026 [ 269 ] {8eb328b3-48a3-43d4-a40f-4e9277e944ed} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:37.047061 [ 269 ] {8eb328b3-48a3-43d4-a40f-4e9277e944ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:37.047612 [ 269 ] {8eb328b3-48a3-43d4-a40f-4e9277e944ed} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:42:37.047838 [ 269 ] {8eb328b3-48a3-43d4-a40f-4e9277e944ed} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:37.047980 [ 269 ] {8eb328b3-48a3-43d4-a40f-4e9277e944ed} executeQuery: Read 41 rows, 75.23 KiB in 0.001915 sec., 21409.921671018277 rows/sec., 38.37 MiB/sec. 2026.01.09 00:42:37.048048 [ 269 ] {8eb328b3-48a3-43d4-a40f-4e9277e944ed} TCPHandler: Processed in 0.00211131 sec. 2026.01.09 00:42:37.048165 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:37.048261 [ 269 ] {d1853e0e-1513-4d5c-92d9-682069e0c8e1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:37.048302 [ 269 ] {d1853e0e-1513-4d5c-92d9-682069e0c8e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:37.048657 [ 269 ] {d1853e0e-1513-4d5c-92d9-682069e0c8e1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:37.048691 [ 269 ] {d1853e0e-1513-4d5c-92d9-682069e0c8e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:37.049002 [ 269 ] {d1853e0e-1513-4d5c-92d9-682069e0c8e1} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.09 00:42:37.049218 [ 269 ] {d1853e0e-1513-4d5c-92d9-682069e0c8e1} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:37.049349 [ 269 ] {d1853e0e-1513-4d5c-92d9-682069e0c8e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.01.09 00:42:37.049387 [ 269 ] {d1853e0e-1513-4d5c-92d9-682069e0c8e1} TCPHandler: Processed in 0.001272436 sec. 2026.01.09 00:42:37.263162 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2026.01.09 00:42:37.281646 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:37.281701 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:37.287947 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.09 00:42:37.288647 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:37.291721 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2026.01.09 00:42:38.133249 [ 221 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:38.133332 [ 221 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:38.136135 [ 221 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:42:38.540818 [ 44 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2026.01.09 00:42:38.540878 [ 44 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:38.540898 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:38.541025 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2026.01.09 00:42:38.541180 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:38.541218 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 20 rows starting from the beginning of the part 2026.01.09 00:42:38.541301 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part 2026.01.09 00:42:38.541358 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2026.01.09 00:42:38.541409 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part 2026.01.09 00:42:38.541464 [ 199 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part 2026.01.09 00:42:38.542359 [ 188 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.00139635 sec., 28646.113080531384 rows/sec., 2.39 MiB/sec. 2026.01.09 00:42:38.542549 [ 193 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2026.01.09 00:42:38.542904 [ 193 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:38.542994 [ 193 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_33_8} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2026.01.09 00:42:38.543097 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:42:39.489030 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:39.489280 [ 269 ] {aa0d0001-9eec-4879-94c7-39e1a3fb620b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:42:39.489374 [ 269 ] {aa0d0001-9eec-4879-94c7-39e1a3fb620b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:42:39.490661 [ 269 ] {aa0d0001-9eec-4879-94c7-39e1a3fb620b} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.490733 [ 269 ] {aa0d0001-9eec-4879-94c7-39e1a3fb620b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.491316 [ 269 ] {aa0d0001-9eec-4879-94c7-39e1a3fb620b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:42:39.491640 [ 269 ] {aa0d0001-9eec-4879-94c7-39e1a3fb620b} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.491874 [ 269 ] {aa0d0001-9eec-4879-94c7-39e1a3fb620b} executeQuery: Read 410 rows, 26.63 KiB in 0.002662 sec., 154019.53418482345 rows/sec., 9.77 MiB/sec. 2026.01.09 00:42:39.491955 [ 269 ] {aa0d0001-9eec-4879-94c7-39e1a3fb620b} TCPHandler: Processed in 0.0031534 sec. 2026.01.09 00:42:39.492250 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:39.492382 [ 269 ] {799e875b-4b7e-4490-8638-d039ff85cd65} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:39.492440 [ 269 ] {799e875b-4b7e-4490-8638-d039ff85cd65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:39.495155 [ 269 ] {799e875b-4b7e-4490-8638-d039ff85cd65} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.495208 [ 269 ] {799e875b-4b7e-4490-8638-d039ff85cd65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.495823 [ 269 ] {799e875b-4b7e-4490-8638-d039ff85cd65} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.09 00:42:39.496140 [ 269 ] {799e875b-4b7e-4490-8638-d039ff85cd65} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.496336 [ 29 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.09 00:42:39.496385 [ 29 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.496394 [ 269 ] {799e875b-4b7e-4490-8638-d039ff85cd65} executeQuery: Read 2252 rows, 186.40 KiB in 0.003986 sec., 564977.4209734069 rows/sec., 45.67 MiB/sec. 2026.01.09 00:42:39.496413 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.496467 [ 269 ] {799e875b-4b7e-4490-8638-d039ff85cd65} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:42:39.496487 [ 269 ] {799e875b-4b7e-4490-8638-d039ff85cd65} TCPHandler: Processed in 0.004304293 sec. 2026.01.09 00:42:39.496579 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.01.09 00:42:39.496662 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:39.496765 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:39.496789 [ 269 ] {87173d72-bd93-40c0-a5cb-0252fb0f8e49} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:39.496819 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2466 rows starting from the beginning of the part 2026.01.09 00:42:39.496847 [ 269 ] {87173d72-bd93-40c0-a5cb-0252fb0f8e49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:39.496919 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:42:39.496996 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 139 rows starting from the beginning of the part 2026.01.09 00:42:39.497065 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:42:39.497134 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 138 rows starting from the beginning of the part 2026.01.09 00:42:39.497200 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:42:39.497611 [ 269 ] {87173d72-bd93-40c0-a5cb-0252fb0f8e49} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.497664 [ 269 ] {87173d72-bd93-40c0-a5cb-0252fb0f8e49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.498135 [ 269 ] {87173d72-bd93-40c0-a5cb-0252fb0f8e49} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.09 00:42:39.498473 [ 269 ] {87173d72-bd93-40c0-a5cb-0252fb0f8e49} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.498726 [ 269 ] {87173d72-bd93-40c0-a5cb-0252fb0f8e49} executeQuery: Read 205 rows, 12.32 KiB in 0.001915 sec., 107049.60835509138 rows/sec., 6.28 MiB/sec. 2026.01.09 00:42:39.498791 [ 269 ] {87173d72-bd93-40c0-a5cb-0252fb0f8e49} TCPHandler: Processed in 0.002188772 sec. 2026.01.09 00:42:39.498996 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:39.499129 [ 269 ] {f7cb3ef9-c714-4bff-b613-8b28ffe4fd11} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:42:39.499188 [ 269 ] {f7cb3ef9-c714-4bff-b613-8b28ffe4fd11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:42:39.500099 [ 269 ] {f7cb3ef9-c714-4bff-b613-8b28ffe4fd11} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.500150 [ 269 ] {f7cb3ef9-c714-4bff-b613-8b28ffe4fd11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.500652 [ 269 ] {f7cb3ef9-c714-4bff-b613-8b28ffe4fd11} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:42:39.501017 [ 269 ] {f7cb3ef9-c714-4bff-b613-8b28ffe4fd11} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.501182 [ 29 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.09 00:42:39.501232 [ 29 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.501241 [ 269 ] {f7cb3ef9-c714-4bff-b613-8b28ffe4fd11} executeQuery: Read 440 rows, 29.81 KiB in 0.002143 sec., 205319.6453569762 rows/sec., 13.58 MiB/sec. 2026.01.09 00:42:39.501259 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.501300 [ 269 ] {f7cb3ef9-c714-4bff-b613-8b28ffe4fd11} TCPHandler: Processed in 0.002366938 sec. 2026.01.09 00:42:39.501343 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 7219 rows, containing 5 columns (5 merged, 0 gathered) in 0.004836567 sec., 1492587.6143140371 rows/sec., 126.30 MiB/sec. 2026.01.09 00:42:39.501419 [ 190 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.09 00:42:39.501489 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:39.501632 [ 269 ] {90997b59-3d8e-44c0-a931-b8f45c1d5670} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:42:39.501660 [ 190 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:39.501689 [ 269 ] {90997b59-3d8e-44c0-a931-b8f45c1d5670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:42:39.501718 [ 190 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 466 rows starting from the beginning of the part 2026.01.09 00:42:39.501826 [ 190 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 24 rows starting from the beginning of the part 2026.01.09 00:42:39.501861 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.09 00:42:39.501902 [ 190 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 440 rows starting from the beginning of the part 2026.01.09 00:42:39.501980 [ 190 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 212 rows starting from the beginning of the part 2026.01.09 00:42:39.502048 [ 190 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 212 rows starting from the beginning of the part 2026.01.09 00:42:39.502162 [ 190 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 440 rows starting from the beginning of the part 2026.01.09 00:42:39.502334 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.502479 [ 188 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_151_30} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.09 00:42:39.502501 [ 269 ] {90997b59-3d8e-44c0-a931-b8f45c1d5670} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.502555 [ 269 ] {90997b59-3d8e-44c0-a931-b8f45c1d5670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.502624 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2026.01.09 00:42:39.503073 [ 269 ] {90997b59-3d8e-44c0-a931-b8f45c1d5670} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:42:39.503461 [ 269 ] {90997b59-3d8e-44c0-a931-b8f45c1d5670} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.503740 [ 269 ] {90997b59-3d8e-44c0-a931-b8f45c1d5670} executeQuery: Read 211 rows, 12.27 KiB in 0.002135 sec., 98829.03981264636 rows/sec., 5.61 MiB/sec. 2026.01.09 00:42:39.503803 [ 269 ] {90997b59-3d8e-44c0-a931-b8f45c1d5670} TCPHandler: Processed in 0.002375878 sec. 2026.01.09 00:42:39.503941 [ 192 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1794 rows, containing 5 columns (5 merged, 0 gathered) in 0.002600794 sec., 689789.348944976 rows/sec., 48.30 MiB/sec. 2026.01.09 00:42:39.503984 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:39.504117 [ 269 ] {c3c25737-ed09-4039-8946-3e109ad4e624} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:39.504148 [ 192 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.09 00:42:39.504177 [ 269 ] {c3c25737-ed09-4039-8946-3e109ad4e624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:39.504552 [ 192 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.504661 [ 192 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_71_14} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.09 00:42:39.504802 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.09 00:42:39.505528 [ 269 ] {c3c25737-ed09-4039-8946-3e109ad4e624} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.505578 [ 269 ] {c3c25737-ed09-4039-8946-3e109ad4e624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.506082 [ 269 ] {c3c25737-ed09-4039-8946-3e109ad4e624} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.09 00:42:39.506391 [ 269 ] {c3c25737-ed09-4039-8946-3e109ad4e624} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.506558 [ 29 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.09 00:42:39.506575 [ 269 ] {c3c25737-ed09-4039-8946-3e109ad4e624} executeQuery: Read 1135 rows, 82.76 KiB in 0.002485 sec., 456740.44265593565 rows/sec., 32.52 MiB/sec. 2026.01.09 00:42:39.506608 [ 29 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.506636 [ 269 ] {c3c25737-ed09-4039-8946-3e109ad4e624} TCPHandler: Processed in 0.002718538 sec. 2026.01.09 00:42:39.506636 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.506759 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.01.09 00:42:39.506894 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:39.506905 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:39.506937 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1250 rows starting from the beginning of the part 2026.01.09 00:42:39.507028 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 679 rows starting from the beginning of the part 2026.01.09 00:42:39.507037 [ 269 ] {80e43b10-559b-40d7-b60c-025d1e1cc64b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:42:39.507100 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 107 rows starting from the beginning of the part 2026.01.09 00:42:39.507107 [ 269 ] {80e43b10-559b-40d7-b60c-025d1e1cc64b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:42:39.507175 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 679 rows starting from the beginning of the part 2026.01.09 00:42:39.507246 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 105 rows starting from the beginning of the part 2026.01.09 00:42:39.507311 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:42:39.507670 [ 269 ] {80e43b10-559b-40d7-b60c-025d1e1cc64b} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.507719 [ 269 ] {80e43b10-559b-40d7-b60c-025d1e1cc64b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.508200 [ 269 ] {80e43b10-559b-40d7-b60c-025d1e1cc64b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.09 00:42:39.508532 [ 269 ] {80e43b10-559b-40d7-b60c-025d1e1cc64b} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.508682 [ 29 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 5 parts from all_56_56_0 to all_60_60_0 2026.01.09 00:42:39.508729 [ 29 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.508757 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.508764 [ 269 ] {80e43b10-559b-40d7-b60c-025d1e1cc64b} executeQuery: Read 6 rows, 321.00 B in 0.001698 sec., 3533.568904593639 rows/sec., 184.62 KiB/sec. 2026.01.09 00:42:39.508824 [ 269 ] {80e43b10-559b-40d7-b60c-025d1e1cc64b} TCPHandler: Processed in 0.001982366 sec. 2026.01.09 00:42:39.508881 [ 188 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} MergeTask::PrepareStage: Merging 5 parts: from all_56_56_0 to all_60_60_0 into Compact with storage Full 2026.01.09 00:42:39.508989 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:39.509074 [ 188 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:39.509114 [ 269 ] {e84eb2bf-5cd2-4c63-bd9a-7142ba32a52a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:39.509122 [ 188 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part 2026.01.09 00:42:39.509181 [ 269 ] {e84eb2bf-5cd2-4c63-bd9a-7142ba32a52a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:39.509213 [ 188 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part 2026.01.09 00:42:39.509279 [ 188 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part 2026.01.09 00:42:39.509346 [ 188 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part 2026.01.09 00:42:39.509407 [ 188 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part 2026.01.09 00:42:39.509632 [ 190 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 3955 rows, containing 5 columns (5 merged, 0 gathered) in 0.002917783 sec., 1355481.1992529945 rows/sec., 101.91 MiB/sec. 2026.01.09 00:42:39.509905 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.09 00:42:39.510151 [ 269 ] {e84eb2bf-5cd2-4c63-bd9a-7142ba32a52a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.510203 [ 269 ] {e84eb2bf-5cd2-4c63-bd9a-7142ba32a52a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.510301 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.510341 [ 190 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001526013 sec., 19659.072367011293 rows/sec., 1.00 MiB/sec. 2026.01.09 00:42:39.510411 [ 200 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_151_30} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.09 00:42:39.510511 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} MergedBlockOutputStream: filled checksums all_56_60_1 (state Temporary) 2026.01.09 00:42:39.510519 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.01.09 00:42:39.510842 [ 269 ] {e84eb2bf-5cd2-4c63-bd9a-7142ba32a52a} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.09 00:42:39.510907 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_56_60_1 to all_56_60_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.511022 [ 192 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_56_60_1} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 5 parts: [all_56_56_0, all_60_60_0] -> all_56_60_1 2026.01.09 00:42:39.511109 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:42:39.511204 [ 269 ] {e84eb2bf-5cd2-4c63-bd9a-7142ba32a52a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.511400 [ 269 ] {e84eb2bf-5cd2-4c63-bd9a-7142ba32a52a} executeQuery: Read 934 rows, 63.32 KiB in 0.002312 sec., 403979.2387543253 rows/sec., 26.74 MiB/sec. 2026.01.09 00:42:39.511672 [ 269 ] {e84eb2bf-5cd2-4c63-bd9a-7142ba32a52a} TCPHandler: Processed in 0.002742338 sec. 2026.01.09 00:42:39.511963 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:39.512100 [ 269 ] {481598e3-e64f-42bb-9cc3-ed0539da8e0a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:42:39.512307 [ 269 ] {481598e3-e64f-42bb-9cc3-ed0539da8e0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:42:39.512855 [ 269 ] {481598e3-e64f-42bb-9cc3-ed0539da8e0a} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.512904 [ 269 ] {481598e3-e64f-42bb-9cc3-ed0539da8e0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.513363 [ 269 ] {481598e3-e64f-42bb-9cc3-ed0539da8e0a} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:42:39.513708 [ 269 ] {481598e3-e64f-42bb-9cc3-ed0539da8e0a} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.513907 [ 28 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_61_13 to all_66_66_0 2026.01.09 00:42:39.513922 [ 269 ] {481598e3-e64f-42bb-9cc3-ed0539da8e0a} executeQuery: Read 1 rows, 69.00 B in 0.001864 sec., 536.480686695279 rows/sec., 36.15 KiB/sec. 2026.01.09 00:42:39.513973 [ 28 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.514068 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.514073 [ 269 ] {481598e3-e64f-42bb-9cc3-ed0539da8e0a} TCPHandler: Processed in 0.002172872 sec. 2026.01.09 00:42:39.514291 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:39.514322 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_13 to all_66_66_0 into Compact with storage Full 2026.01.09 00:42:39.514411 [ 269 ] {76f90a21-8324-45f6-918d-240cfd8ab9a0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:39.514468 [ 269 ] {76f90a21-8324-45f6-918d-240cfd8ab9a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:39.514506 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:39.514558 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_13, total 61 rows starting from the beginning of the part 2026.01.09 00:42:39.514638 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part 2026.01.09 00:42:39.514729 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part 2026.01.09 00:42:39.514806 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part 2026.01.09 00:42:39.514874 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part 2026.01.09 00:42:39.514989 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part 2026.01.09 00:42:39.515069 [ 269 ] {76f90a21-8324-45f6-918d-240cfd8ab9a0} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.515125 [ 269 ] {76f90a21-8324-45f6-918d-240cfd8ab9a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.515744 [ 269 ] {76f90a21-8324-45f6-918d-240cfd8ab9a0} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.09 00:42:39.516113 [ 269 ] {76f90a21-8324-45f6-918d-240cfd8ab9a0} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.516304 [ 28 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.09 00:42:39.516309 [ 269 ] {76f90a21-8324-45f6-918d-240cfd8ab9a0} executeQuery: Read 80 rows, 4.87 KiB in 0.001929 sec., 41472.265422498705 rows/sec., 2.47 MiB/sec. 2026.01.09 00:42:39.516357 [ 28 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:39.516391 [ 269 ] {76f90a21-8324-45f6-918d-240cfd8ab9a0} TCPHandler: Processed in 0.002159221 sec. 2026.01.09 00:42:39.516393 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.01.09 00:42:39.516420 [ 202 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.002177022 sec., 30316.64356170953 rows/sec., 1.98 MiB/sec. 2026.01.09 00:42:39.516606 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.01.09 00:42:39.516672 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} MergedBlockOutputStream: filled checksums all_1_66_14 (state Temporary) 2026.01.09 00:42:39.516814 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:39.516881 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 10008 rows starting from the beginning of the part 2026.01.09 00:42:39.516987 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 104 rows starting from the beginning of the part 2026.01.09 00:42:39.517067 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part 2026.01.09 00:42:39.517148 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 104 rows starting from the beginning of the part 2026.01.09 00:42:39.517155 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_66_14 to all_1_66_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.517222 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part 2026.01.09 00:42:39.517296 [ 190 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_66_14} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_61_13, all_66_66_0] -> all_1_66_14 2026.01.09 00:42:39.517299 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 80 rows starting from the beginning of the part 2026.01.09 00:42:39.517427 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:42:39.521704 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 10416 rows, containing 4 columns (4 merged, 0 gathered) in 0.005178287 sec., 2011475.995826419 rows/sec., 128.19 MiB/sec. 2026.01.09 00:42:39.522046 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.09 00:42:39.522493 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:39.522614 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_151_30} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.09 00:42:39.522758 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. 2026.01.09 00:42:40.435891 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44055 2026.01.09 00:42:40.436013 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.436046 [ 290 ] {} TCP-Session: 2a73e55d-fa2e-4769-a049-0b02a3bb78b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:44055 2026.01.09 00:42:40.436072 [ 290 ] {} TCP-Session: 2a73e55d-fa2e-4769-a049-0b02a3bb78b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436089 [ 290 ] {} TCP-Session: 2a73e55d-fa2e-4769-a049-0b02a3bb78b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436318 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60053 2026.01.09 00:42:40.436342 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45966 2026.01.09 00:42:40.436367 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54129 2026.01.09 00:42:40.436385 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57254 2026.01.09 00:42:40.436412 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.436454 [ 290 ] {} TCP-Session: 2a73e55d-fa2e-4769-a049-0b02a3bb78b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:40.436487 [ 356 ] {} TCP-Session: 391cbbe7-d6e2-4bd4-ada2-071152fc7309 Authenticating user 'default' from [fd00:1122:3344:101::e]:45966 2026.01.09 00:42:40.436490 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.436509 [ 356 ] {} TCP-Session: 391cbbe7-d6e2-4bd4-ada2-071152fc7309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436403 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.436534 [ 356 ] {} TCP-Session: 391cbbe7-d6e2-4bd4-ada2-071152fc7309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436535 [ 357 ] {} TCP-Session: 37ce0088-d7c4-4fe0-aeea-d1ea00f29443 Authenticating user 'default' from [fd00:1122:3344:101::e]:54129 2026.01.09 00:42:40.436558 [ 351 ] {} TCP-Session: 34754e4f-bf40-437e-a262-e269c2afb2be Authenticating user 'default' from [fd00:1122:3344:101::e]:60053 2026.01.09 00:42:40.436584 [ 357 ] {} TCP-Session: 37ce0088-d7c4-4fe0-aeea-d1ea00f29443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436590 [ 351 ] {} TCP-Session: 34754e4f-bf40-437e-a262-e269c2afb2be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436606 [ 357 ] {} TCP-Session: 37ce0088-d7c4-4fe0-aeea-d1ea00f29443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436605 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51255 2026.01.09 00:42:40.436643 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35315 2026.01.09 00:42:40.436619 [ 351 ] {} TCP-Session: 34754e4f-bf40-437e-a262-e269c2afb2be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436605 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63748 2026.01.09 00:42:40.436531 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.436732 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.436741 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.436769 [ 358 ] {} TCP-Session: e99c33ba-2947-440d-a409-3d29dbafe207 Authenticating user 'default' from [fd00:1122:3344:101::e]:57254 2026.01.09 00:42:40.436775 [ 364 ] {} TCP-Session: 2386d799-fca7-4070-8ff2-90c8f0e68b06 Authenticating user 'default' from [fd00:1122:3344:101::e]:35315 2026.01.09 00:42:40.436802 [ 360 ] {} TCP-Session: 2950757d-40dc-4245-b500-14797dcb9db8 Authenticating user 'default' from [fd00:1122:3344:101::e]:51255 2026.01.09 00:42:40.436813 [ 358 ] {} TCP-Session: e99c33ba-2947-440d-a409-3d29dbafe207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436817 [ 364 ] {} TCP-Session: 2386d799-fca7-4070-8ff2-90c8f0e68b06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436844 [ 360 ] {} TCP-Session: 2950757d-40dc-4245-b500-14797dcb9db8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436847 [ 358 ] {} TCP-Session: e99c33ba-2947-440d-a409-3d29dbafe207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436879 [ 360 ] {} TCP-Session: 2950757d-40dc-4245-b500-14797dcb9db8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436856 [ 364 ] {} TCP-Session: 2386d799-fca7-4070-8ff2-90c8f0e68b06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.436385 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62161 2026.01.09 00:42:40.436641 [ 290 ] {f348a225-7883-49f7-953d-1dc98aea2163} executeQuery: (from [fd00:1122:3344:101::e]:44055) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:42:40.437074 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.437113 [ 363 ] {} TCP-Session: 93543cd3-f9e2-4832-9fdf-e024d503b835 Authenticating user 'default' from [fd00:1122:3344:101::e]:63748 2026.01.09 00:42:40.437131 [ 363 ] {} TCP-Session: 93543cd3-f9e2-4832-9fdf-e024d503b835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.437144 [ 363 ] {} TCP-Session: 93543cd3-f9e2-4832-9fdf-e024d503b835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.437295 [ 290 ] {f348a225-7883-49f7-953d-1dc98aea2163} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:42:40.437347 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.437376 [ 290 ] {f348a225-7883-49f7-953d-1dc98aea2163} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:42:40.437380 [ 359 ] {} TCP-Session: 457400ae-10e0-4255-a963-0656ce7fdba8 Authenticating user 'default' from [fd00:1122:3344:101::e]:62161 2026.01.09 00:42:40.437408 [ 359 ] {} TCP-Session: 457400ae-10e0-4255-a963-0656ce7fdba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.437426 [ 359 ] {} TCP-Session: 457400ae-10e0-4255-a963-0656ce7fdba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.437708 [ 290 ] {f348a225-7883-49f7-953d-1dc98aea2163} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:42:40.438747 [ 319 ] {f348a225-7883-49f7-953d-1dc98aea2163} AggregatingTransform: Aggregating 2026.01.09 00:42:40.438798 [ 319 ] {f348a225-7883-49f7-953d-1dc98aea2163} Aggregator: Aggregation method: without_key 2026.01.09 00:42:40.438841 [ 319 ] {f348a225-7883-49f7-953d-1dc98aea2163} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001025109 sec. (975.506 rows/sec., 38.11 KiB/sec.) 2026.01.09 00:42:40.438863 [ 319 ] {f348a225-7883-49f7-953d-1dc98aea2163} Aggregator: Merging aggregated data 2026.01.09 00:42:40.440298 [ 290 ] {f348a225-7883-49f7-953d-1dc98aea2163} executeQuery: Read 1 rows, 40.00 B in 0.003712 sec., 269.3965517241379 rows/sec., 10.52 KiB/sec. 2026.01.09 00:42:40.440517 [ 290 ] {f348a225-7883-49f7-953d-1dc98aea2163} TCPHandler: Processed in 0.00420209 sec. 2026.01.09 00:42:40.440657 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.440688 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.440714 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.440735 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.440766 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.440778 [ 359 ] {} TCP-Session: 457400ae-10e0-4255-a963-0656ce7fdba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.440801 [ 356 ] {} TCP-Session: 391cbbe7-d6e2-4bd4-ada2-071152fc7309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.440814 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.440837 [ 351 ] {} TCP-Session: 34754e4f-bf40-437e-a262-e269c2afb2be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.440843 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.440868 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.440902 [ 358 ] {} TCP-Session: e99c33ba-2947-440d-a409-3d29dbafe207 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.440861 [ 364 ] {} TCP-Session: 2386d799-fca7-4070-8ff2-90c8f0e68b06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.440934 [ 360 ] {} TCP-Session: 2950757d-40dc-4245-b500-14797dcb9db8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.440793 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.440764 [ 357 ] {} TCP-Session: 37ce0088-d7c4-4fe0-aeea-d1ea00f29443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.441011 [ 363 ] {} TCP-Session: 93543cd3-f9e2-4832-9fdf-e024d503b835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.440706 [ 290 ] {} TCP-Session: 2a73e55d-fa2e-4769-a049-0b02a3bb78b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.517542 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62263 2026.01.09 00:42:40.517663 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.517691 [ 290 ] {} TCP-Session: 01feaeba-bdda-4901-85eb-04fd19c5a11c Authenticating user 'default' from [fd00:1122:3344:101::e]:62263 2026.01.09 00:42:40.517714 [ 290 ] {} TCP-Session: 01feaeba-bdda-4901-85eb-04fd19c5a11c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.517727 [ 290 ] {} TCP-Session: 01feaeba-bdda-4901-85eb-04fd19c5a11c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.517955 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53317 2026.01.09 00:42:40.518001 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40064 2026.01.09 00:42:40.518029 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57629 2026.01.09 00:42:40.518041 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35808 2026.01.09 00:42:40.518083 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.518070 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45121 2026.01.09 00:42:40.518132 [ 356 ] {} TCP-Session: baabf810-d415-481e-8dbe-2660a77c7008 Authenticating user 'default' from [fd00:1122:3344:101::e]:40064 2026.01.09 00:42:40.518170 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.518178 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.518186 [ 356 ] {} TCP-Session: baabf810-d415-481e-8dbe-2660a77c7008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518207 [ 357 ] {} TCP-Session: 38a8af34-086f-4acd-aeb9-8420b2a237f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57629 2026.01.09 00:42:40.518227 [ 358 ] {} TCP-Session: 2e16232b-2dc7-4427-9bdd-5c6543238450 Authenticating user 'default' from [fd00:1122:3344:101::e]:35808 2026.01.09 00:42:40.518234 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.518258 [ 357 ] {} TCP-Session: 38a8af34-086f-4acd-aeb9-8420b2a237f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518275 [ 358 ] {} TCP-Session: 2e16232b-2dc7-4427-9bdd-5c6543238450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518292 [ 363 ] {} TCP-Session: aa235df7-5e0a-470e-8aa7-52b02e179615 Authenticating user 'default' from [fd00:1122:3344:101::e]:45121 2026.01.09 00:42:40.518316 [ 357 ] {} TCP-Session: 38a8af34-086f-4acd-aeb9-8420b2a237f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518325 [ 358 ] {} TCP-Session: 2e16232b-2dc7-4427-9bdd-5c6543238450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518347 [ 363 ] {} TCP-Session: aa235df7-5e0a-470e-8aa7-52b02e179615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518237 [ 356 ] {} TCP-Session: baabf810-d415-481e-8dbe-2660a77c7008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518384 [ 363 ] {} TCP-Session: aa235df7-5e0a-470e-8aa7-52b02e179615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518066 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46285 2026.01.09 00:42:40.518069 [ 290 ] {} TCP-Session: 01feaeba-bdda-4901-85eb-04fd19c5a11c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:40.518523 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.518566 [ 360 ] {} TCP-Session: b1a2b7b2-d0d7-4b10-a5f4-9aa103049733 Authenticating user 'default' from [fd00:1122:3344:101::e]:46285 2026.01.09 00:42:40.518594 [ 360 ] {} TCP-Session: b1a2b7b2-d0d7-4b10-a5f4-9aa103049733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518614 [ 360 ] {} TCP-Session: b1a2b7b2-d0d7-4b10-a5f4-9aa103049733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518677 [ 290 ] {22a023f1-96a5-40fe-beec-8fe72998f809} executeQuery: (from [fd00:1122:3344:101::e]:62263) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:42:40.518039 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61960 2026.01.09 00:42:40.518057 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.518787 [ 351 ] {} TCP-Session: 945b55cf-1ad6-4dca-b11e-e2949747aa38 Authenticating user 'default' from [fd00:1122:3344:101::e]:53317 2026.01.09 00:42:40.518799 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.518807 [ 351 ] {} TCP-Session: 945b55cf-1ad6-4dca-b11e-e2949747aa38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518073 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46364 2026.01.09 00:42:40.518826 [ 359 ] {} TCP-Session: 3e7aa1d7-a9a9-42c6-9ef6-b002dd198736 Authenticating user 'default' from [fd00:1122:3344:101::e]:61960 2026.01.09 00:42:40.518829 [ 351 ] {} TCP-Session: 945b55cf-1ad6-4dca-b11e-e2949747aa38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518862 [ 359 ] {} TCP-Session: 3e7aa1d7-a9a9-42c6-9ef6-b002dd198736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518879 [ 359 ] {} TCP-Session: 3e7aa1d7-a9a9-42c6-9ef6-b002dd198736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518894 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.518924 [ 364 ] {} TCP-Session: f42728fe-abbf-45f8-a527-a632297c410b Authenticating user 'default' from [fd00:1122:3344:101::e]:46364 2026.01.09 00:42:40.518946 [ 364 ] {} TCP-Session: f42728fe-abbf-45f8-a527-a632297c410b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518958 [ 364 ] {} TCP-Session: f42728fe-abbf-45f8-a527-a632297c410b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.518983 [ 290 ] {22a023f1-96a5-40fe-beec-8fe72998f809} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:42:40.519043 [ 290 ] {22a023f1-96a5-40fe-beec-8fe72998f809} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:42:40.519378 [ 290 ] {22a023f1-96a5-40fe-beec-8fe72998f809} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:42:40.520518 [ 335 ] {22a023f1-96a5-40fe-beec-8fe72998f809} AggregatingTransform: Aggregating 2026.01.09 00:42:40.520558 [ 335 ] {22a023f1-96a5-40fe-beec-8fe72998f809} Aggregator: Aggregation method: without_key 2026.01.09 00:42:40.520598 [ 335 ] {22a023f1-96a5-40fe-beec-8fe72998f809} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001108562 sec. (902.070 rows/sec., 35.24 KiB/sec.) 2026.01.09 00:42:40.520615 [ 335 ] {22a023f1-96a5-40fe-beec-8fe72998f809} Aggregator: Merging aggregated data 2026.01.09 00:42:40.521809 [ 290 ] {22a023f1-96a5-40fe-beec-8fe72998f809} executeQuery: Read 1 rows, 40.00 B in 0.003208 sec., 311.7206982543641 rows/sec., 12.18 KiB/sec. 2026.01.09 00:42:40.521986 [ 290 ] {22a023f1-96a5-40fe-beec-8fe72998f809} TCPHandler: Processed in 0.004037386 sec. 2026.01.09 00:42:40.522104 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.522139 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.522158 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.522143 [ 290 ] {} TCP-Session: 01feaeba-bdda-4901-85eb-04fd19c5a11c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.522187 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.522208 [ 351 ] {} TCP-Session: 945b55cf-1ad6-4dca-b11e-e2949747aa38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.522207 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.522242 [ 359 ] {} TCP-Session: 3e7aa1d7-a9a9-42c6-9ef6-b002dd198736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.522251 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.522280 [ 358 ] {} TCP-Session: 2e16232b-2dc7-4427-9bdd-5c6543238450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.522274 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.522329 [ 360 ] {} TCP-Session: b1a2b7b2-d0d7-4b10-a5f4-9aa103049733 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.522368 [ 356 ] {} TCP-Session: baabf810-d415-481e-8dbe-2660a77c7008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.522190 [ 363 ] {} TCP-Session: aa235df7-5e0a-470e-8aa7-52b02e179615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.522224 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.522278 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.522458 [ 357 ] {} TCP-Session: 38a8af34-086f-4acd-aeb9-8420b2a237f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.522484 [ 364 ] {} TCP-Session: f42728fe-abbf-45f8-a527-a632297c410b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.611386 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45658 2026.01.09 00:42:40.611506 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.611536 [ 290 ] {} TCP-Session: ed808f03-4048-432e-a29d-4ebe0724f156 Authenticating user 'default' from [fd00:1122:3344:101::e]:45658 2026.01.09 00:42:40.611561 [ 290 ] {} TCP-Session: ed808f03-4048-432e-a29d-4ebe0724f156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.611574 [ 290 ] {} TCP-Session: ed808f03-4048-432e-a29d-4ebe0724f156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.611804 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40912 2026.01.09 00:42:40.611849 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36195 2026.01.09 00:42:40.611879 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49240 2026.01.09 00:42:40.611886 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56216 2026.01.09 00:42:40.611928 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.611941 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61316 2026.01.09 00:42:40.611963 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.611971 [ 356 ] {} TCP-Session: 4a20e4d7-ccb0-423d-aab1-623b63a2e240 Authenticating user 'default' from [fd00:1122:3344:101::e]:36195 2026.01.09 00:42:40.611988 [ 290 ] {} TCP-Session: ed808f03-4048-432e-a29d-4ebe0724f156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:40.611997 [ 359 ] {} TCP-Session: 3b0b2bce-2e41-4470-a353-914293e33747 Authenticating user 'default' from [fd00:1122:3344:101::e]:49240 2026.01.09 00:42:40.612007 [ 356 ] {} TCP-Session: 4a20e4d7-ccb0-423d-aab1-623b63a2e240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612024 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.612039 [ 356 ] {} TCP-Session: 4a20e4d7-ccb0-423d-aab1-623b63a2e240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612058 [ 364 ] {} TCP-Session: f09dbb64-0475-4942-82a1-31044a669557 Authenticating user 'default' from [fd00:1122:3344:101::e]:61316 2026.01.09 00:42:40.612031 [ 359 ] {} TCP-Session: 3b0b2bce-2e41-4470-a353-914293e33747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612084 [ 364 ] {} TCP-Session: f09dbb64-0475-4942-82a1-31044a669557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612099 [ 359 ] {} TCP-Session: 3b0b2bce-2e41-4470-a353-914293e33747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612110 [ 364 ] {} TCP-Session: f09dbb64-0475-4942-82a1-31044a669557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612023 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.611903 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.612175 [ 358 ] {} TCP-Session: 1a8dee59-bee9-4fab-a49c-63068a266c74 Authenticating user 'default' from [fd00:1122:3344:101::e]:56216 2026.01.09 00:42:40.611877 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61052 2026.01.09 00:42:40.612212 [ 358 ] {} TCP-Session: 1a8dee59-bee9-4fab-a49c-63068a266c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612212 [ 290 ] {eed52620-4d6a-42a6-9c48-8245e5055025} executeQuery: (from [fd00:1122:3344:101::e]:45658) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:42:40.612257 [ 358 ] {} TCP-Session: 1a8dee59-bee9-4fab-a49c-63068a266c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612198 [ 351 ] {} TCP-Session: 9410fc08-f87d-46d3-bfc9-53563a10fd02 Authenticating user 'default' from [fd00:1122:3344:101::e]:40912 2026.01.09 00:42:40.611927 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54765 2026.01.09 00:42:40.612330 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.612329 [ 351 ] {} TCP-Session: 9410fc08-f87d-46d3-bfc9-53563a10fd02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612401 [ 357 ] {} TCP-Session: e6d7fb84-bd77-4571-9cb6-4e1ce500e9df Authenticating user 'default' from [fd00:1122:3344:101::e]:61052 2026.01.09 00:42:40.612418 [ 351 ] {} TCP-Session: 9410fc08-f87d-46d3-bfc9-53563a10fd02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.611932 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52176 2026.01.09 00:42:40.612462 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.612440 [ 357 ] {} TCP-Session: e6d7fb84-bd77-4571-9cb6-4e1ce500e9df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612501 [ 360 ] {} TCP-Session: 0c117fac-6d5c-409d-ab99-845723de127d Authenticating user 'default' from [fd00:1122:3344:101::e]:54765 2026.01.09 00:42:40.612509 [ 357 ] {} TCP-Session: e6d7fb84-bd77-4571-9cb6-4e1ce500e9df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612527 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:42:40.612542 [ 360 ] {} TCP-Session: 0c117fac-6d5c-409d-ab99-845723de127d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612557 [ 363 ] {} TCP-Session: de17a503-5577-4e4c-80c0-cd1c8a89c38f Authenticating user 'default' from [fd00:1122:3344:101::e]:52176 2026.01.09 00:42:40.612561 [ 360 ] {} TCP-Session: 0c117fac-6d5c-409d-ab99-845723de127d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612578 [ 363 ] {} TCP-Session: de17a503-5577-4e4c-80c0-cd1c8a89c38f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612592 [ 363 ] {} TCP-Session: de17a503-5577-4e4c-80c0-cd1c8a89c38f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.612605 [ 290 ] {eed52620-4d6a-42a6-9c48-8245e5055025} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:42:40.612679 [ 290 ] {eed52620-4d6a-42a6-9c48-8245e5055025} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:42:40.613012 [ 290 ] {eed52620-4d6a-42a6-9c48-8245e5055025} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:42:40.614348 [ 299 ] {eed52620-4d6a-42a6-9c48-8245e5055025} AggregatingTransform: Aggregating 2026.01.09 00:42:40.614393 [ 299 ] {eed52620-4d6a-42a6-9c48-8245e5055025} Aggregator: Aggregation method: without_key 2026.01.09 00:42:40.614432 [ 299 ] {eed52620-4d6a-42a6-9c48-8245e5055025} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001308748 sec. (764.089 rows/sec., 29.85 KiB/sec.) 2026.01.09 00:42:40.614453 [ 299 ] {eed52620-4d6a-42a6-9c48-8245e5055025} Aggregator: Merging aggregated data 2026.01.09 00:42:40.616561 [ 290 ] {eed52620-4d6a-42a6-9c48-8245e5055025} executeQuery: Read 1 rows, 40.00 B in 0.004437 sec., 225.377507324769 rows/sec., 8.80 KiB/sec. 2026.01.09 00:42:40.616747 [ 290 ] {eed52620-4d6a-42a6-9c48-8245e5055025} TCPHandler: Processed in 0.004927751 sec. 2026.01.09 00:42:40.616910 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.616922 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.616949 [ 290 ] {} TCP-Session: ed808f03-4048-432e-a29d-4ebe0724f156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.616946 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.616986 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.617003 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.617020 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.617013 [ 364 ] {} TCP-Session: f09dbb64-0475-4942-82a1-31044a669557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.617024 [ 356 ] {} TCP-Session: 4a20e4d7-ccb0-423d-aab1-623b63a2e240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.617045 [ 351 ] {} TCP-Session: 9410fc08-f87d-46d3-bfc9-53563a10fd02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.617048 [ 359 ] {} TCP-Session: 3b0b2bce-2e41-4470-a353-914293e33747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.617055 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.616982 [ 357 ] {} TCP-Session: e6d7fb84-bd77-4571-9cb6-4e1ce500e9df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.617033 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.617121 [ 358 ] {} TCP-Session: 1a8dee59-bee9-4fab-a49c-63068a266c74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.616965 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.09 00:42:40.617179 [ 363 ] {} TCP-Session: de17a503-5577-4e4c-80c0-cd1c8a89c38f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.617217 [ 360 ] {} TCP-Session: 0c117fac-6d5c-409d-ab99-845723de127d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:42:40.866264 [ 223 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.09 00:42:40.866315 [ 223 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.09 00:42:40.869837 [ 223 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.01.09 00:42:42.034129 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:42.034309 [ 269 ] {72b9c110-2872-459c-a5f6-6a56a0cb10ae} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:42.034374 [ 269 ] {72b9c110-2872-459c-a5f6-6a56a0cb10ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:42.035037 [ 269 ] {72b9c110-2872-459c-a5f6-6a56a0cb10ae} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:42.035086 [ 269 ] {72b9c110-2872-459c-a5f6-6a56a0cb10ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:42.035477 [ 269 ] {72b9c110-2872-459c-a5f6-6a56a0cb10ae} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.09 00:42:42.035711 [ 269 ] {72b9c110-2872-459c-a5f6-6a56a0cb10ae} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:42.035879 [ 269 ] {72b9c110-2872-459c-a5f6-6a56a0cb10ae} executeQuery: Read 56 rows, 4.41 KiB in 0.001615 sec., 34674.9226006192 rows/sec., 2.66 MiB/sec. 2026.01.09 00:42:42.035930 [ 269 ] {72b9c110-2872-459c-a5f6-6a56a0cb10ae} TCPHandler: Processed in 0.001925724 sec. 2026.01.09 00:42:42.036050 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:42.036154 [ 269 ] {7e86e3cc-83c5-45bf-beb5-feb3281e18fb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:42.036197 [ 269 ] {7e86e3cc-83c5-45bf-beb5-feb3281e18fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:42.036639 [ 269 ] {7e86e3cc-83c5-45bf-beb5-feb3281e18fb} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:42.036676 [ 269 ] {7e86e3cc-83c5-45bf-beb5-feb3281e18fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:42.036989 [ 269 ] {7e86e3cc-83c5-45bf-beb5-feb3281e18fb} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.09 00:42:42.037202 [ 269 ] {7e86e3cc-83c5-45bf-beb5-feb3281e18fb} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:42.037336 [ 269 ] {7e86e3cc-83c5-45bf-beb5-feb3281e18fb} executeQuery: Read 64 rows, 5.12 KiB in 0.001205 sec., 53112.03319502075 rows/sec., 4.15 MiB/sec. 2026.01.09 00:42:42.037376 [ 269 ] {7e86e3cc-83c5-45bf-beb5-feb3281e18fb} TCPHandler: Processed in 0.001378299 sec. 2026.01.09 00:42:42.037486 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:42.037584 [ 269 ] {c6993ae3-4442-4fec-b251-75d9d4fb9d41} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:42.037629 [ 269 ] {c6993ae3-4442-4fec-b251-75d9d4fb9d41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:42.038005 [ 269 ] {c6993ae3-4442-4fec-b251-75d9d4fb9d41} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:42.038042 [ 269 ] {c6993ae3-4442-4fec-b251-75d9d4fb9d41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:42.038363 [ 269 ] {c6993ae3-4442-4fec-b251-75d9d4fb9d41} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.09 00:42:42.038581 [ 269 ] {c6993ae3-4442-4fec-b251-75d9d4fb9d41} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:42.038715 [ 269 ] {c6993ae3-4442-4fec-b251-75d9d4fb9d41} executeQuery: Read 64 rows, 4.56 KiB in 0.001151 sec., 55603.82276281495 rows/sec., 3.87 MiB/sec. 2026.01.09 00:42:42.038753 [ 269 ] {c6993ae3-4442-4fec-b251-75d9d4fb9d41} TCPHandler: Processed in 0.001316378 sec. 2026.01.09 00:42:42.038861 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:42.038956 [ 269 ] {b242499b-e7eb-4b6f-85c1-0586f64e925b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:42.038997 [ 269 ] {b242499b-e7eb-4b6f-85c1-0586f64e925b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:42.039315 [ 269 ] {b242499b-e7eb-4b6f-85c1-0586f64e925b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:42.039352 [ 269 ] {b242499b-e7eb-4b6f-85c1-0586f64e925b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:42.039652 [ 269 ] {b242499b-e7eb-4b6f-85c1-0586f64e925b} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.09 00:42:42.039858 [ 269 ] {b242499b-e7eb-4b6f-85c1-0586f64e925b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:42.039988 [ 269 ] {b242499b-e7eb-4b6f-85c1-0586f64e925b} executeQuery: Read 24 rows, 1.66 KiB in 0.001051 sec., 22835.394862036155 rows/sec., 1.54 MiB/sec. 2026.01.09 00:42:42.040025 [ 269 ] {b242499b-e7eb-4b6f-85c1-0586f64e925b} TCPHandler: Processed in 0.001213335 sec. 2026.01.09 00:42:42.478586 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 42711 2026.01.09 00:42:42.479439 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:42.479523 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:42.480017 [ 245 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.09 00:42:42.480263 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:42.480421 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42711 2026.01.09 00:42:44.791874 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 671 2026.01.09 00:42:44.811036 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:44.811100 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:44.818247 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.09 00:42:44.819012 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:44.822432 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 671 2026.01.09 00:42:45.105018 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2580 2026.01.09 00:42:45.107834 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:45.107895 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:45.109199 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:42:45.109482 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:45.109700 [ 26 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.09 00:42:45.109791 [ 26 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:45.109830 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:45.109905 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2580 2026.01.09 00:42:45.109986 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.09 00:42:45.110730 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:45.110861 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2398 rows starting from the beginning of the part 2026.01.09 00:42:45.111267 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 28 rows starting from the beginning of the part 2026.01.09 00:42:45.111599 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 42 rows starting from the beginning of the part 2026.01.09 00:42:45.111916 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part 2026.01.09 00:42:45.112228 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 34 rows starting from the beginning of the part 2026.01.09 00:42:45.112532 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 46 rows starting from the beginning of the part 2026.01.09 00:42:45.119658 [ 195 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2580 rows, containing 72 columns (72 merged, 0 gathered) in 0.009739308 sec., 264905.88448378467 rows/sec., 201.01 MiB/sec. 2026.01.09 00:42:45.122014 [ 187 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.09 00:42:45.122643 [ 187 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:45.122727 [ 187 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_66_13} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.09 00:42:45.123100 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2026.01.09 00:42:47.040939 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:47.041147 [ 269 ] {8afb3bbe-9f68-4beb-8e25-93f969851169} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:47.041218 [ 269 ] {8afb3bbe-9f68-4beb-8e25-93f969851169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:47.041973 [ 269 ] {8afb3bbe-9f68-4beb-8e25-93f969851169} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:47.042017 [ 269 ] {8afb3bbe-9f68-4beb-8e25-93f969851169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:47.042417 [ 269 ] {8afb3bbe-9f68-4beb-8e25-93f969851169} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.09 00:42:47.042640 [ 269 ] {8afb3bbe-9f68-4beb-8e25-93f969851169} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:47.042793 [ 269 ] {8afb3bbe-9f68-4beb-8e25-93f969851169} executeQuery: Read 138 rows, 12.27 KiB in 0.001699 sec., 81224.24955856387 rows/sec., 7.05 MiB/sec. 2026.01.09 00:42:47.042835 [ 269 ] {8afb3bbe-9f68-4beb-8e25-93f969851169} TCPHandler: Processed in 0.002032518 sec. 2026.01.09 00:42:47.042909 [ 225 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.042938 [ 225 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.042949 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:47.043045 [ 269 ] {fb92badb-56e4-4f28-86ed-76a5dd74305a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:47.043086 [ 269 ] {fb92badb-56e4-4f28-86ed-76a5dd74305a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:47.043498 [ 269 ] {fb92badb-56e4-4f28-86ed-76a5dd74305a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:47.043534 [ 269 ] {fb92badb-56e4-4f28-86ed-76a5dd74305a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:47.043832 [ 269 ] {fb92badb-56e4-4f28-86ed-76a5dd74305a} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.09 00:42:47.044061 [ 269 ] {fb92badb-56e4-4f28-86ed-76a5dd74305a} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:47.044189 [ 269 ] {fb92badb-56e4-4f28-86ed-76a5dd74305a} executeQuery: Read 41 rows, 3.08 KiB in 0.001162 sec., 35283.993115318415 rows/sec., 2.59 MiB/sec. 2026.01.09 00:42:47.044206 [ 35 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.09 00:42:47.044227 [ 269 ] {fb92badb-56e4-4f28-86ed-76a5dd74305a} TCPHandler: Processed in 0.001327668 sec. 2026.01.09 00:42:47.044273 [ 35 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:47.044299 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:47.044359 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:47.044404 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.01.09 00:42:47.044459 [ 269 ] {67d980f2-02a5-4e93-884b-1a08a89392bf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:47.044499 [ 269 ] {67d980f2-02a5-4e93-884b-1a08a89392bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:47.044509 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:47.044543 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 278 rows starting from the beginning of the part 2026.01.09 00:42:47.044609 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 43 rows starting from the beginning of the part 2026.01.09 00:42:47.044692 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 205 rows starting from the beginning of the part 2026.01.09 00:42:47.044740 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 41 rows starting from the beginning of the part 2026.01.09 00:42:47.044785 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 205 rows starting from the beginning of the part 2026.01.09 00:42:47.044830 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 41 rows starting from the beginning of the part 2026.01.09 00:42:47.044938 [ 269 ] {67d980f2-02a5-4e93-884b-1a08a89392bf} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:47.044975 [ 269 ] {67d980f2-02a5-4e93-884b-1a08a89392bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:47.045298 [ 269 ] {67d980f2-02a5-4e93-884b-1a08a89392bf} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.09 00:42:47.045506 [ 269 ] {67d980f2-02a5-4e93-884b-1a08a89392bf} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:47.045659 [ 269 ] {67d980f2-02a5-4e93-884b-1a08a89392bf} executeQuery: Read 105 rows, 8.40 KiB in 0.001218 sec., 86206.89655172414 rows/sec., 6.73 MiB/sec. 2026.01.09 00:42:47.045697 [ 269 ] {67d980f2-02a5-4e93-884b-1a08a89392bf} TCPHandler: Processed in 0.001387719 sec. 2026.01.09 00:42:47.045726 [ 187 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 813 rows, containing 5 columns (5 merged, 0 gathered) in 0.001366259 sec., 595055.5494968377 rows/sec., 39.28 MiB/sec. 2026.01.09 00:42:47.045797 [ 224 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.045812 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:47.045848 [ 224 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.045914 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.09 00:42:47.045931 [ 269 ] {3c6c0b5a-916d-42b1-a71e-052946caffe7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:47.045979 [ 269 ] {3c6c0b5a-916d-42b1-a71e-052946caffe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:47.046291 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:47.046380 [ 195 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_126_25} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.09 00:42:47.046394 [ 225 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.046398 [ 269 ] {3c6c0b5a-916d-42b1-a71e-052946caffe7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:47.046444 [ 269 ] {3c6c0b5a-916d-42b1-a71e-052946caffe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:47.046489 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.09 00:42:47.046791 [ 269 ] {3c6c0b5a-916d-42b1-a71e-052946caffe7} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.09 00:42:47.047046 [ 269 ] {3c6c0b5a-916d-42b1-a71e-052946caffe7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:47.047175 [ 269 ] {3c6c0b5a-916d-42b1-a71e-052946caffe7} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2026.01.09 00:42:47.047213 [ 269 ] {3c6c0b5a-916d-42b1-a71e-052946caffe7} TCPHandler: Processed in 0.001449881 sec. 2026.01.09 00:42:47.047273 [ 223 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.047306 [ 223 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.047319 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:47.047419 [ 269 ] {bdd0a3fb-6ad8-49ad-9e4a-b41eda522399} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:47.047476 [ 269 ] {bdd0a3fb-6ad8-49ad-9e4a-b41eda522399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:42:47.048435 [ 269 ] {bdd0a3fb-6ad8-49ad-9e4a-b41eda522399} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:47.048473 [ 269 ] {bdd0a3fb-6ad8-49ad-9e4a-b41eda522399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:47.049058 [ 269 ] {bdd0a3fb-6ad8-49ad-9e4a-b41eda522399} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:42:47.049346 [ 269 ] {bdd0a3fb-6ad8-49ad-9e4a-b41eda522399} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:47.049474 [ 35 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.09 00:42:47.049491 [ 269 ] {bdd0a3fb-6ad8-49ad-9e4a-b41eda522399} executeQuery: Read 41 rows, 75.23 KiB in 0.002088 sec., 19636.015325670498 rows/sec., 35.19 MiB/sec. 2026.01.09 00:42:47.049516 [ 35 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:47.049542 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:47.049587 [ 269 ] {bdd0a3fb-6ad8-49ad-9e4a-b41eda522399} TCPHandler: Processed in 0.002316626 sec. 2026.01.09 00:42:47.049616 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.09 00:42:47.049726 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:47.049829 [ 269 ] {d16b6091-8305-486c-83c9-6767f91e79ff} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:47.049832 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:47.049875 [ 269 ] {d16b6091-8305-486c-83c9-6767f91e79ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:47.049904 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2377 rows starting from the beginning of the part 2026.01.09 00:42:47.049946 [ 224 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.050051 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part 2026.01.09 00:42:47.050173 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 41 rows starting from the beginning of the part 2026.01.09 00:42:47.050257 [ 269 ] {d16b6091-8305-486c-83c9-6767f91e79ff} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:47.050281 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part 2026.01.09 00:42:47.050304 [ 269 ] {d16b6091-8305-486c-83c9-6767f91e79ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:47.050401 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 41 rows starting from the beginning of the part 2026.01.09 00:42:47.050414 [ 223 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.050515 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part 2026.01.09 00:42:47.050665 [ 269 ] {d16b6091-8305-486c-83c9-6767f91e79ff} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.09 00:42:47.050920 [ 269 ] {d16b6091-8305-486c-83c9-6767f91e79ff} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:47.051067 [ 269 ] {d16b6091-8305-486c-83c9-6767f91e79ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001256 sec., 47770.700636942674 rows/sec., 3.22 MiB/sec. 2026.01.09 00:42:47.051106 [ 269 ] {d16b6091-8305-486c-83c9-6767f91e79ff} TCPHandler: Processed in 0.001439061 sec. 2026.01.09 00:42:47.060106 [ 189 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2582 rows, containing 19 columns (19 merged, 0 gathered) in 0.01052287 sec., 245370.32197489848 rows/sec., 439.69 MiB/sec. 2026.01.09 00:42:47.062777 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.09 00:42:47.063127 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:47.063200 [ 199 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_66_13} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.09 00:42:47.063289 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.00 MiB. 2026.01.09 00:42:47.880273 [ 224 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.880352 [ 224 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:47.882588 [ 224 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:42:48.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 387.23 MiB, peak 409.78 MiB, free memory in arenas 0.00 B, will set to 394.63 MiB (RSS), difference: 7.40 MiB 2026.01.09 00:42:49.742321 [ 34 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:42:49.742375 [ 34 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:42:49.774812 [ 225 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:42:49.774865 [ 225 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:42:49.778769 [ 225 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:42:49.981521 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 43159 2026.01.09 00:42:49.982214 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:49.982267 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:49.982764 [ 245 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.09 00:42:49.983012 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:49.983171 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43159 2026.01.09 00:42:51.216488 [ 226 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:42:51.216584 [ 226 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:42:51.219855 [ 226 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:42:52.001177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 390.63 MiB, peak 409.78 MiB, free memory in arenas 0.00 B, will set to 394.63 MiB (RSS), difference: 4.00 MiB 2026.01.09 00:42:52.050621 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:52.050800 [ 269 ] {de747c8d-8fcf-4845-8427-7de71656b55c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:42:52.050874 [ 269 ] {de747c8d-8fcf-4845-8427-7de71656b55c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:42:52.051781 [ 269 ] {de747c8d-8fcf-4845-8427-7de71656b55c} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.051835 [ 269 ] {de747c8d-8fcf-4845-8427-7de71656b55c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.052234 [ 269 ] {de747c8d-8fcf-4845-8427-7de71656b55c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:42:52.052551 [ 269 ] {de747c8d-8fcf-4845-8427-7de71656b55c} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.052730 [ 269 ] {de747c8d-8fcf-4845-8427-7de71656b55c} executeQuery: Read 410 rows, 26.63 KiB in 0.001981 sec., 206966.17869762745 rows/sec., 13.13 MiB/sec. 2026.01.09 00:42:52.052786 [ 269 ] {de747c8d-8fcf-4845-8427-7de71656b55c} TCPHandler: Processed in 0.002295435 sec. 2026.01.09 00:42:52.052914 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:52.053019 [ 269 ] {5ce80059-4892-4904-bf77-416c28b95596} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:52.053064 [ 269 ] {5ce80059-4892-4904-bf77-416c28b95596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:52.054350 [ 269 ] {5ce80059-4892-4904-bf77-416c28b95596} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.054391 [ 269 ] {5ce80059-4892-4904-bf77-416c28b95596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.054779 [ 269 ] {5ce80059-4892-4904-bf77-416c28b95596} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.09 00:42:52.054992 [ 269 ] {5ce80059-4892-4904-bf77-416c28b95596} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.055132 [ 269 ] {5ce80059-4892-4904-bf77-416c28b95596} executeQuery: Read 1112 rows, 89.84 KiB in 0.002137 sec., 520355.6387459055 rows/sec., 41.06 MiB/sec. 2026.01.09 00:42:52.055174 [ 269 ] {5ce80059-4892-4904-bf77-416c28b95596} TCPHandler: Processed in 0.002313626 sec. 2026.01.09 00:42:52.055289 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:52.055395 [ 269 ] {e148bcc3-63a1-4207-8d56-850df282a036} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:52.055440 [ 269 ] {e148bcc3-63a1-4207-8d56-850df282a036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:52.055969 [ 269 ] {e148bcc3-63a1-4207-8d56-850df282a036} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.056005 [ 269 ] {e148bcc3-63a1-4207-8d56-850df282a036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.056311 [ 269 ] {e148bcc3-63a1-4207-8d56-850df282a036} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.09 00:42:52.056531 [ 269 ] {e148bcc3-63a1-4207-8d56-850df282a036} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.056665 [ 269 ] {e148bcc3-63a1-4207-8d56-850df282a036} executeQuery: Read 205 rows, 12.32 KiB in 0.001297 sec., 158057.05474171165 rows/sec., 9.27 MiB/sec. 2026.01.09 00:42:52.056705 [ 269 ] {e148bcc3-63a1-4207-8d56-850df282a036} TCPHandler: Processed in 0.001467602 sec. 2026.01.09 00:42:52.056817 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:52.056918 [ 269 ] {0697a216-cf7f-4a8e-bc5c-f97999c70c42} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:42:52.056959 [ 269 ] {0697a216-cf7f-4a8e-bc5c-f97999c70c42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:42:52.057486 [ 269 ] {0697a216-cf7f-4a8e-bc5c-f97999c70c42} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.057523 [ 269 ] {0697a216-cf7f-4a8e-bc5c-f97999c70c42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.057837 [ 269 ] {0697a216-cf7f-4a8e-bc5c-f97999c70c42} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:42:52.058048 [ 269 ] {0697a216-cf7f-4a8e-bc5c-f97999c70c42} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.058184 [ 269 ] {0697a216-cf7f-4a8e-bc5c-f97999c70c42} executeQuery: Read 212 rows, 14.00 KiB in 0.001285 sec., 164980.54474708173 rows/sec., 10.64 MiB/sec. 2026.01.09 00:42:52.058224 [ 269 ] {0697a216-cf7f-4a8e-bc5c-f97999c70c42} TCPHandler: Processed in 0.001459082 sec. 2026.01.09 00:42:52.058346 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:52.058466 [ 269 ] {1f7bb4f6-0bb8-419c-9f78-ba1c326f81bd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:42:52.058513 [ 269 ] {1f7bb4f6-0bb8-419c-9f78-ba1c326f81bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:42:52.059077 [ 269 ] {1f7bb4f6-0bb8-419c-9f78-ba1c326f81bd} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.059113 [ 269 ] {1f7bb4f6-0bb8-419c-9f78-ba1c326f81bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.059430 [ 269 ] {1f7bb4f6-0bb8-419c-9f78-ba1c326f81bd} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:42:52.059648 [ 269 ] {1f7bb4f6-0bb8-419c-9f78-ba1c326f81bd} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.059783 [ 269 ] {1f7bb4f6-0bb8-419c-9f78-ba1c326f81bd} executeQuery: Read 211 rows, 12.27 KiB in 0.001341 sec., 157345.26472781505 rows/sec., 8.94 MiB/sec. 2026.01.09 00:42:52.059822 [ 269 ] {1f7bb4f6-0bb8-419c-9f78-ba1c326f81bd} TCPHandler: Processed in 0.001539093 sec. 2026.01.09 00:42:52.059924 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:52.060036 [ 269 ] {bd430543-ba0f-4074-b685-31a7085f00ed} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:52.060076 [ 269 ] {bd430543-ba0f-4074-b685-31a7085f00ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:52.060955 [ 269 ] {bd430543-ba0f-4074-b685-31a7085f00ed} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.060993 [ 269 ] {bd430543-ba0f-4074-b685-31a7085f00ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.061331 [ 269 ] {bd430543-ba0f-4074-b685-31a7085f00ed} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.09 00:42:52.061543 [ 269 ] {bd430543-ba0f-4074-b685-31a7085f00ed} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.061676 [ 269 ] {bd430543-ba0f-4074-b685-31a7085f00ed} executeQuery: Read 679 rows, 48.47 KiB in 0.001659 sec., 409282.7004219409 rows/sec., 28.53 MiB/sec. 2026.01.09 00:42:52.061714 [ 269 ] {bd430543-ba0f-4074-b685-31a7085f00ed} TCPHandler: Processed in 0.001838592 sec. 2026.01.09 00:42:52.061825 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:52.061919 [ 269 ] {d556f5c5-470c-49a1-b496-8e4f2091ca4e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:42:52.061961 [ 269 ] {d556f5c5-470c-49a1-b496-8e4f2091ca4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:42:52.062279 [ 269 ] {d556f5c5-470c-49a1-b496-8e4f2091ca4e} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.062312 [ 269 ] {d556f5c5-470c-49a1-b496-8e4f2091ca4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.062663 [ 269 ] {d556f5c5-470c-49a1-b496-8e4f2091ca4e} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.09 00:42:52.062862 [ 269 ] {d556f5c5-470c-49a1-b496-8e4f2091ca4e} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.062988 [ 269 ] {d556f5c5-470c-49a1-b496-8e4f2091ca4e} executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. 2026.01.09 00:42:52.063025 [ 269 ] {d556f5c5-470c-49a1-b496-8e4f2091ca4e} TCPHandler: Processed in 0.001247696 sec. 2026.01.09 00:42:52.063123 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:52.063215 [ 269 ] {de222a5e-23b5-448f-a6a7-a3d0983504b7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:52.063257 [ 269 ] {de222a5e-23b5-448f-a6a7-a3d0983504b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:52.063720 [ 269 ] {de222a5e-23b5-448f-a6a7-a3d0983504b7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.063753 [ 269 ] {de222a5e-23b5-448f-a6a7-a3d0983504b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.064075 [ 269 ] {de222a5e-23b5-448f-a6a7-a3d0983504b7} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.09 00:42:52.064288 [ 269 ] {de222a5e-23b5-448f-a6a7-a3d0983504b7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.064398 [ 65 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_149_31 to all_154_154_0 2026.01.09 00:42:52.064413 [ 269 ] {de222a5e-23b5-448f-a6a7-a3d0983504b7} executeQuery: Read 314 rows, 21.12 KiB in 0.001216 sec., 258223.6842105263 rows/sec., 16.96 MiB/sec. 2026.01.09 00:42:52.064447 [ 65 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.064463 [ 269 ] {de222a5e-23b5-448f-a6a7-a3d0983504b7} TCPHandler: Processed in 0.001387129 sec. 2026.01.09 00:42:52.064466 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.064571 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:52.064605 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_149_31 to all_154_154_0 into Compact with storage Full 2026.01.09 00:42:52.064665 [ 269 ] {bb1e4512-1e75-4244-8488-ac8404b16c96} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:42:52.064711 [ 269 ] {bb1e4512-1e75-4244-8488-ac8404b16c96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:42:52.064749 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:52.064794 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} MergeTreeSequentialSource: Reading 7 marks from part all_1_149_31, total 45605 rows starting from the beginning of the part 2026.01.09 00:42:52.064865 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part 2026.01.09 00:42:52.064914 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 934 rows starting from the beginning of the part 2026.01.09 00:42:52.064959 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 64 rows starting from the beginning of the part 2026.01.09 00:42:52.065003 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part 2026.01.09 00:42:52.065019 [ 269 ] {bb1e4512-1e75-4244-8488-ac8404b16c96} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.065051 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 314 rows starting from the beginning of the part 2026.01.09 00:42:52.065059 [ 269 ] {bb1e4512-1e75-4244-8488-ac8404b16c96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.065381 [ 269 ] {bb1e4512-1e75-4244-8488-ac8404b16c96} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:42:52.065584 [ 269 ] {bb1e4512-1e75-4244-8488-ac8404b16c96} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.065712 [ 269 ] {bb1e4512-1e75-4244-8488-ac8404b16c96} executeQuery: Read 1 rows, 69.00 B in 0.001067 sec., 937.207122774133 rows/sec., 63.15 KiB/sec. 2026.01.09 00:42:52.065747 [ 269 ] {bb1e4512-1e75-4244-8488-ac8404b16c96} TCPHandler: Processed in 0.001223705 sec. 2026.01.09 00:42:52.065845 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:52.065936 [ 269 ] {fab0a0ee-3e42-4740-8eb1-8d1ba21649ea} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:52.065976 [ 269 ] {fab0a0ee-3e42-4740-8eb1-8d1ba21649ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:52.066311 [ 269 ] {fab0a0ee-3e42-4740-8eb1-8d1ba21649ea} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.066345 [ 269 ] {fab0a0ee-3e42-4740-8eb1-8d1ba21649ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.066650 [ 269 ] {fab0a0ee-3e42-4740-8eb1-8d1ba21649ea} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.09 00:42:52.066849 [ 269 ] {fab0a0ee-3e42-4740-8eb1-8d1ba21649ea} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.066970 [ 269 ] {fab0a0ee-3e42-4740-8eb1-8d1ba21649ea} executeQuery: Read 104 rows, 6.53 KiB in 0.001052 sec., 98859.31558935362 rows/sec., 6.06 MiB/sec. 2026.01.09 00:42:52.067005 [ 269 ] {fab0a0ee-3e42-4740-8eb1-8d1ba21649ea} TCPHandler: Processed in 0.001206895 sec. 2026.01.09 00:42:52.075992 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} MergeTask::MergeProjectionsStage: Merge sorted 47237 rows, containing 5 columns (5 merged, 0 gathered) in 0.011441435 sec., 4128590.5133403284 rows/sec., 277.80 MiB/sec. 2026.01.09 00:42:52.076410 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} MergedBlockOutputStream: filled checksums all_1_154_32 (state Temporary) 2026.01.09 00:42:52.076685 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_154_32 to all_1_154_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.076761 [ 195 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_154_32} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_149_31, all_154_154_0] -> all_1_154_32 2026.01.09 00:42:52.076854 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2026.01.09 00:42:52.323404 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 678 2026.01.09 00:42:52.341583 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:52.341642 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:52.347986 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.09 00:42:52.348690 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:52.352015 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2026.01.09 00:42:53.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 395.89 MiB, peak 409.78 MiB, free memory in arenas 0.00 B, will set to 394.64 MiB (RSS), difference: -1.25 MiB 2026.01.09 00:42:55.111035 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2612 2026.01.09 00:42:55.113322 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:55.113365 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:55.114509 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:42:55.114764 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:55.115029 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2612 2026.01.09 00:42:57.040732 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:57.040959 [ 269 ] {49d2b433-1262-47dd-8482-b6d2592986e5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:42:57.041026 [ 269 ] {49d2b433-1262-47dd-8482-b6d2592986e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:42:57.041722 [ 269 ] {49d2b433-1262-47dd-8482-b6d2592986e5} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:57.041778 [ 269 ] {49d2b433-1262-47dd-8482-b6d2592986e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:57.042167 [ 269 ] {49d2b433-1262-47dd-8482-b6d2592986e5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.09 00:42:57.042397 [ 269 ] {49d2b433-1262-47dd-8482-b6d2592986e5} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:57.042560 [ 269 ] {49d2b433-1262-47dd-8482-b6d2592986e5} executeQuery: Read 14 rows, 1.14 KiB in 0.001653 sec., 8469.449485783425 rows/sec., 690.62 KiB/sec. 2026.01.09 00:42:57.042614 [ 269 ] {49d2b433-1262-47dd-8482-b6d2592986e5} TCPHandler: Processed in 0.002018767 sec. 2026.01.09 00:42:57.042746 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:57.042848 [ 269 ] {f6981f12-678b-4835-b790-ad96ae51172b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:42:57.042891 [ 269 ] {f6981f12-678b-4835-b790-ad96ae51172b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:42:57.043426 [ 269 ] {f6981f12-678b-4835-b790-ad96ae51172b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:57.043463 [ 269 ] {f6981f12-678b-4835-b790-ad96ae51172b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:57.043773 [ 269 ] {f6981f12-678b-4835-b790-ad96ae51172b} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.09 00:42:57.043973 [ 269 ] {f6981f12-678b-4835-b790-ad96ae51172b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:57.044107 [ 269 ] {f6981f12-678b-4835-b790-ad96ae51172b} executeQuery: Read 145 rows, 12.78 KiB in 0.001282 sec., 113104.52418096724 rows/sec., 9.74 MiB/sec. 2026.01.09 00:42:57.044144 [ 269 ] {f6981f12-678b-4835-b790-ad96ae51172b} TCPHandler: Processed in 0.001449852 sec. 2026.01.09 00:42:57.044261 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:57.044356 [ 269 ] {7b485d6b-8a39-4f45-8618-cd8fa374fe29} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:42:57.044396 [ 269 ] {7b485d6b-8a39-4f45-8618-cd8fa374fe29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:42:57.044833 [ 269 ] {7b485d6b-8a39-4f45-8618-cd8fa374fe29} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:57.044869 [ 269 ] {7b485d6b-8a39-4f45-8618-cd8fa374fe29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:57.045157 [ 269 ] {7b485d6b-8a39-4f45-8618-cd8fa374fe29} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.09 00:42:57.045354 [ 269 ] {7b485d6b-8a39-4f45-8618-cd8fa374fe29} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:57.045483 [ 269 ] {7b485d6b-8a39-4f45-8618-cd8fa374fe29} executeQuery: Read 55 rows, 4.06 KiB in 0.001146 sec., 47993.01919720767 rows/sec., 3.46 MiB/sec. 2026.01.09 00:42:57.045520 [ 269 ] {7b485d6b-8a39-4f45-8618-cd8fa374fe29} TCPHandler: Processed in 0.001307657 sec. 2026.01.09 00:42:57.045632 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:57.045725 [ 269 ] {e0f66cd3-7171-49ee-b569-e568829575aa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:42:57.045764 [ 269 ] {e0f66cd3-7171-49ee-b569-e568829575aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:42:57.046200 [ 269 ] {e0f66cd3-7171-49ee-b569-e568829575aa} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:57.046236 [ 269 ] {e0f66cd3-7171-49ee-b569-e568829575aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:57.046528 [ 269 ] {e0f66cd3-7171-49ee-b569-e568829575aa} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.09 00:42:57.046733 [ 269 ] {e0f66cd3-7171-49ee-b569-e568829575aa} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:57.046861 [ 269 ] {e0f66cd3-7171-49ee-b569-e568829575aa} executeQuery: Read 119 rows, 9.54 KiB in 0.001154 sec., 103119.58405545927 rows/sec., 8.07 MiB/sec. 2026.01.09 00:42:57.046899 [ 269 ] {e0f66cd3-7171-49ee-b569-e568829575aa} TCPHandler: Processed in 0.001314727 sec. 2026.01.09 00:42:57.047010 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:57.047103 [ 269 ] {de29fcef-1e0b-4df5-9a1d-6cbf4fe437ee} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:57.047146 [ 269 ] {de29fcef-1e0b-4df5-9a1d-6cbf4fe437ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:42:57.047553 [ 269 ] {de29fcef-1e0b-4df5-9a1d-6cbf4fe437ee} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:57.047588 [ 269 ] {de29fcef-1e0b-4df5-9a1d-6cbf4fe437ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:57.047900 [ 269 ] {de29fcef-1e0b-4df5-9a1d-6cbf4fe437ee} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.09 00:42:57.048098 [ 269 ] {de29fcef-1e0b-4df5-9a1d-6cbf4fe437ee} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:57.048226 [ 269 ] {de29fcef-1e0b-4df5-9a1d-6cbf4fe437ee} executeQuery: Read 167 rows, 11.90 KiB in 0.00114 sec., 146491.22807017545 rows/sec., 10.20 MiB/sec. 2026.01.09 00:42:57.048262 [ 269 ] {de29fcef-1e0b-4df5-9a1d-6cbf4fe437ee} TCPHandler: Processed in 0.001299117 sec. 2026.01.09 00:42:57.048385 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:57.048510 [ 269 ] {dda2a888-6ed4-4caf-9daf-8ab1119a7330} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:42:57.048576 [ 269 ] {dda2a888-6ed4-4caf-9daf-8ab1119a7330} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:42:57.049670 [ 269 ] {dda2a888-6ed4-4caf-9daf-8ab1119a7330} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:57.049711 [ 269 ] {dda2a888-6ed4-4caf-9daf-8ab1119a7330} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:57.050305 [ 269 ] {dda2a888-6ed4-4caf-9daf-8ab1119a7330} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:42:57.050553 [ 269 ] {dda2a888-6ed4-4caf-9daf-8ab1119a7330} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:57.050701 [ 269 ] {dda2a888-6ed4-4caf-9daf-8ab1119a7330} executeQuery: Read 41 rows, 75.23 KiB in 0.002214 sec., 18518.51851851852 rows/sec., 33.18 MiB/sec. 2026.01.09 00:42:57.050761 [ 269 ] {dda2a888-6ed4-4caf-9daf-8ab1119a7330} TCPHandler: Processed in 0.002437149 sec. 2026.01.09 00:42:57.050882 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:42:57.050981 [ 269 ] {0cfe3088-3f1d-48a2-ad8f-2213079b08e4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:42:57.051024 [ 269 ] {0cfe3088-3f1d-48a2-ad8f-2213079b08e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:42:57.051392 [ 269 ] {0cfe3088-3f1d-48a2-ad8f-2213079b08e4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:57.051429 [ 269 ] {0cfe3088-3f1d-48a2-ad8f-2213079b08e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:57.051733 [ 269 ] {0cfe3088-3f1d-48a2-ad8f-2213079b08e4} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.09 00:42:57.051945 [ 269 ] {0cfe3088-3f1d-48a2-ad8f-2213079b08e4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:57.052082 [ 269 ] {0cfe3088-3f1d-48a2-ad8f-2213079b08e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2026.01.09 00:42:57.052120 [ 269 ] {0cfe3088-3f1d-48a2-ad8f-2213079b08e4} TCPHandler: Processed in 0.001287767 sec. 2026.01.09 00:42:57.483317 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 43671 2026.01.09 00:42:57.484195 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:57.484285 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:57.484816 [ 245 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.09 00:42:57.485073 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:57.485227 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43671 2026.01.09 00:42:57.485250 [ 138 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.09 00:42:57.485351 [ 138 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:57.485388 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:57.485580 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.09 00:42:57.485799 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:57.485865 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 41239 rows starting from the beginning of the part 2026.01.09 00:42:57.485975 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 512 rows starting from the beginning of the part 2026.01.09 00:42:57.486052 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 448 rows starting from the beginning of the part 2026.01.09 00:42:57.486097 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 512 rows starting from the beginning of the part 2026.01.09 00:42:57.486138 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 448 rows starting from the beginning of the part 2026.01.09 00:42:57.486181 [ 195 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 512 rows starting from the beginning of the part 2026.01.09 00:42:57.489060 [ 188 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 43671 rows, containing 4 columns (4 merged, 0 gathered) in 0.003571662 sec., 12227080.837996429 rows/sec., 174.91 MiB/sec. 2026.01.09 00:42:57.489302 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.09 00:42:57.489560 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:57.489632 [ 196 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_91_18} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.09 00:42:57.489727 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2026.01.09 00:42:59.852104 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2026.01.09 00:42:59.870846 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:59.870908 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:59.877207 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.09 00:42:59.877923 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:59.878243 [ 110 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.09 00:42:59.878287 [ 110 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:42:59.878309 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:42:59.878413 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.09 00:42:59.881256 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2026.01.09 00:42:59.881522 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:42:59.882314 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part 2026.01.09 00:42:59.885845 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part 2026.01.09 00:42:59.889473 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part 2026.01.09 00:42:59.893089 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part 2026.01.09 00:42:59.897333 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 7 rows starting from the beginning of the part 2026.01.09 00:42:59.901886 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part 2026.01.09 00:42:59.959788 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.081403867 sec., 8427.11808764564 rows/sec., 43.58 MiB/sec. 2026.01.09 00:42:59.963423 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.09 00:42:59.965607 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:42:59.965736 [ 188 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_91_18} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.09 00:42:59.969245 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.01.09 00:43:00.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 395.72 MiB, peak 413.13 MiB, free memory in arenas 0.00 B, will set to 394.65 MiB (RSS), difference: -1.07 MiB 2026.01.09 00:43:02.052198 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:02.052429 [ 269 ] {2e106093-23b5-495f-acd9-f9d45f55b32f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:43:02.052501 [ 269 ] {2e106093-23b5-495f-acd9-f9d45f55b32f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:43:02.053374 [ 269 ] {2e106093-23b5-495f-acd9-f9d45f55b32f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.053425 [ 269 ] {2e106093-23b5-495f-acd9-f9d45f55b32f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.053835 [ 269 ] {2e106093-23b5-495f-acd9-f9d45f55b32f} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:43:02.054058 [ 269 ] {2e106093-23b5-495f-acd9-f9d45f55b32f} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.054219 [ 269 ] {2e106093-23b5-495f-acd9-f9d45f55b32f} executeQuery: Read 410 rows, 26.63 KiB in 0.001842 sec., 222584.14766558088 rows/sec., 14.12 MiB/sec. 2026.01.09 00:43:02.054274 [ 269 ] {2e106093-23b5-495f-acd9-f9d45f55b32f} TCPHandler: Processed in 0.002250684 sec. 2026.01.09 00:43:02.054408 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:02.054514 [ 269 ] {2258dda4-6ffd-4f3f-b1b5-01830c6e2d3d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:02.054557 [ 269 ] {2258dda4-6ffd-4f3f-b1b5-01830c6e2d3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:02.055624 [ 269 ] {2258dda4-6ffd-4f3f-b1b5-01830c6e2d3d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.055667 [ 269 ] {2258dda4-6ffd-4f3f-b1b5-01830c6e2d3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.056097 [ 269 ] {2258dda4-6ffd-4f3f-b1b5-01830c6e2d3d} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.09 00:43:02.056434 [ 269 ] {2258dda4-6ffd-4f3f-b1b5-01830c6e2d3d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.056582 [ 148 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.09 00:43:02.056589 [ 269 ] {2258dda4-6ffd-4f3f-b1b5-01830c6e2d3d} executeQuery: Read 1112 rows, 89.84 KiB in 0.0021 sec., 529523.8095238096 rows/sec., 41.78 MiB/sec. 2026.01.09 00:43:02.056670 [ 148 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.056688 [ 269 ] {2258dda4-6ffd-4f3f-b1b5-01830c6e2d3d} TCPHandler: Processed in 0.002332466 sec. 2026.01.09 00:43:02.056700 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.056820 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.01.09 00:43:02.056843 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:02.056940 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:02.056973 [ 269 ] {65201af4-25b9-483d-94dd-a321c270522b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:02.056982 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 2466 rows starting from the beginning of the part 2026.01.09 00:43:02.057026 [ 269 ] {65201af4-25b9-483d-94dd-a321c270522b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:02.057069 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 56 rows starting from the beginning of the part 2026.01.09 00:43:02.057128 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 138 rows starting from the beginning of the part 2026.01.09 00:43:02.057179 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:43:02.057228 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 145 rows starting from the beginning of the part 2026.01.09 00:43:02.057269 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:43:02.057600 [ 269 ] {65201af4-25b9-483d-94dd-a321c270522b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.057643 [ 269 ] {65201af4-25b9-483d-94dd-a321c270522b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:02.057988 [ 269 ] {65201af4-25b9-483d-94dd-a321c270522b} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.09 00:43:02.058221 [ 269 ] {65201af4-25b9-483d-94dd-a321c270522b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.058366 [ 269 ] {65201af4-25b9-483d-94dd-a321c270522b} executeQuery: Read 205 rows, 12.32 KiB in 0.001416 sec., 144774.01129943502 rows/sec., 8.49 MiB/sec. 2026.01.09 00:43:02.058407 [ 269 ] {65201af4-25b9-483d-94dd-a321c270522b} TCPHandler: Processed in 0.001617376 sec. 2026.01.09 00:43:02.058532 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:02.058633 [ 269 ] {cb111c43-d425-4753-8da3-c2fc2d936748} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:43:02.058676 [ 269 ] {cb111c43-d425-4753-8da3-c2fc2d936748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:43:02.059200 [ 269 ] {cb111c43-d425-4753-8da3-c2fc2d936748} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.059237 [ 269 ] {cb111c43-d425-4753-8da3-c2fc2d936748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.059419 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 5029 rows, containing 5 columns (5 merged, 0 gathered) in 0.002648125 sec., 1899079.537408544 rows/sec., 160.58 MiB/sec. 2026.01.09 00:43:02.059557 [ 269 ] {cb111c43-d425-4753-8da3-c2fc2d936748} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:43:02.059721 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.09 00:43:02.059817 [ 269 ] {cb111c43-d425-4753-8da3-c2fc2d936748} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.059966 [ 269 ] {cb111c43-d425-4753-8da3-c2fc2d936748} executeQuery: Read 212 rows, 14.00 KiB in 0.001353 sec., 156688.83961566887 rows/sec., 10.10 MiB/sec. 2026.01.09 00:43:02.060008 [ 269 ] {cb111c43-d425-4753-8da3-c2fc2d936748} TCPHandler: Processed in 0.001527894 sec. 2026.01.09 00:43:02.060025 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.060105 [ 196 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_156_31} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.09 00:43:02.060135 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:02.060191 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.01.09 00:43:02.060238 [ 269 ] {1fc39f17-5342-4ac3-89a0-0e25caa3dbe7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:43:02.060283 [ 269 ] {1fc39f17-5342-4ac3-89a0-0e25caa3dbe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:43:02.060871 [ 269 ] {1fc39f17-5342-4ac3-89a0-0e25caa3dbe7} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.060918 [ 269 ] {1fc39f17-5342-4ac3-89a0-0e25caa3dbe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.061320 [ 269 ] {1fc39f17-5342-4ac3-89a0-0e25caa3dbe7} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:43:02.061561 [ 269 ] {1fc39f17-5342-4ac3-89a0-0e25caa3dbe7} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.061725 [ 269 ] {1fc39f17-5342-4ac3-89a0-0e25caa3dbe7} executeQuery: Read 211 rows, 12.27 KiB in 0.001506 sec., 140106.2416998672 rows/sec., 7.96 MiB/sec. 2026.01.09 00:43:02.061768 [ 269 ] {1fc39f17-5342-4ac3-89a0-0e25caa3dbe7} TCPHandler: Processed in 0.001686108 sec. 2026.01.09 00:43:02.061896 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:02.062000 [ 269 ] {c792bd55-e15a-4b53-894b-b05a31c06204} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:02.062042 [ 269 ] {c792bd55-e15a-4b53-894b-b05a31c06204} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:02.062848 [ 269 ] {c792bd55-e15a-4b53-894b-b05a31c06204} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.062885 [ 269 ] {c792bd55-e15a-4b53-894b-b05a31c06204} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.063264 [ 269 ] {c792bd55-e15a-4b53-894b-b05a31c06204} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.09 00:43:02.063469 [ 269 ] {c792bd55-e15a-4b53-894b-b05a31c06204} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.063607 [ 269 ] {c792bd55-e15a-4b53-894b-b05a31c06204} executeQuery: Read 679 rows, 48.47 KiB in 0.001627 sec., 417332.51382913336 rows/sec., 29.09 MiB/sec. 2026.01.09 00:43:02.063618 [ 151 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.09 00:43:02.063652 [ 269 ] {c792bd55-e15a-4b53-894b-b05a31c06204} TCPHandler: Processed in 0.001808111 sec. 2026.01.09 00:43:02.063678 [ 151 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.063707 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.063779 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:02.063802 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.01.09 00:43:02.063881 [ 269 ] {d02d0b8f-f1a6-45ae-b739-70dd4b3773e0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:43:02.063928 [ 269 ] {d02d0b8f-f1a6-45ae-b739-70dd4b3773e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:43:02.063932 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:02.063980 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1250 rows starting from the beginning of the part 2026.01.09 00:43:02.064051 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 64 rows starting from the beginning of the part 2026.01.09 00:43:02.064102 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 105 rows starting from the beginning of the part 2026.01.09 00:43:02.064150 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 679 rows starting from the beginning of the part 2026.01.09 00:43:02.064193 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 119 rows starting from the beginning of the part 2026.01.09 00:43:02.064237 [ 191 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 679 rows starting from the beginning of the part 2026.01.09 00:43:02.064319 [ 269 ] {d02d0b8f-f1a6-45ae-b739-70dd4b3773e0} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.064362 [ 269 ] {d02d0b8f-f1a6-45ae-b739-70dd4b3773e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:02.064710 [ 269 ] {d02d0b8f-f1a6-45ae-b739-70dd4b3773e0} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.09 00:43:02.064938 [ 269 ] {d02d0b8f-f1a6-45ae-b739-70dd4b3773e0} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.065082 [ 269 ] {d02d0b8f-f1a6-45ae-b739-70dd4b3773e0} executeQuery: Read 6 rows, 321.00 B in 0.001217 sec., 4930.156121610517 rows/sec., 257.58 KiB/sec. 2026.01.09 00:43:02.065129 [ 269 ] {d02d0b8f-f1a6-45ae-b739-70dd4b3773e0} TCPHandler: Processed in 0.001401729 sec. 2026.01.09 00:43:02.065263 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:02.065363 [ 269 ] {7c283be4-ed2d-4450-939a-a8fbf951751e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:02.065407 [ 269 ] {7c283be4-ed2d-4450-939a-a8fbf951751e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:02.065687 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 2896 rows, containing 5 columns (5 merged, 0 gathered) in 0.001929565 sec., 1500856.4106417766 rows/sec., 113.20 MiB/sec. 2026.01.09 00:43:02.065915 [ 269 ] {7c283be4-ed2d-4450-939a-a8fbf951751e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.065929 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.09 00:43:02.065956 [ 269 ] {7c283be4-ed2d-4450-939a-a8fbf951751e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.066361 [ 269 ] {7c283be4-ed2d-4450-939a-a8fbf951751e} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.09 00:43:02.066399 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.066535 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_156_31} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.09 00:43:02.066686 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.09 00:43:02.066732 [ 269 ] {7c283be4-ed2d-4450-939a-a8fbf951751e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.066892 [ 269 ] {7c283be4-ed2d-4450-939a-a8fbf951751e} executeQuery: Read 314 rows, 21.12 KiB in 0.001546 sec., 203104.78654592496 rows/sec., 13.34 MiB/sec. 2026.01.09 00:43:02.066935 [ 269 ] {7c283be4-ed2d-4450-939a-a8fbf951751e} TCPHandler: Processed in 0.001723219 sec. 2026.01.09 00:43:02.067065 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:02.067162 [ 269 ] {ae7ba05b-3119-4f9b-84d3-73700c44a453} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:43:02.067206 [ 269 ] {ae7ba05b-3119-4f9b-84d3-73700c44a453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:43:02.067556 [ 269 ] {ae7ba05b-3119-4f9b-84d3-73700c44a453} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.067594 [ 269 ] {ae7ba05b-3119-4f9b-84d3-73700c44a453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.067937 [ 269 ] {ae7ba05b-3119-4f9b-84d3-73700c44a453} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:43:02.068173 [ 269 ] {ae7ba05b-3119-4f9b-84d3-73700c44a453} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.068311 [ 269 ] {ae7ba05b-3119-4f9b-84d3-73700c44a453} executeQuery: Read 1 rows, 69.00 B in 0.001166 sec., 857.6329331046313 rows/sec., 57.79 KiB/sec. 2026.01.09 00:43:02.068352 [ 269 ] {ae7ba05b-3119-4f9b-84d3-73700c44a453} TCPHandler: Processed in 0.001337678 sec. 2026.01.09 00:43:02.068476 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:02.068572 [ 269 ] {b0038630-96f9-4de3-929a-b3d34875e2b2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:02.068614 [ 269 ] {b0038630-96f9-4de3-929a-b3d34875e2b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:02.069020 [ 269 ] {b0038630-96f9-4de3-929a-b3d34875e2b2} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.069058 [ 269 ] {b0038630-96f9-4de3-929a-b3d34875e2b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.069423 [ 269 ] {b0038630-96f9-4de3-929a-b3d34875e2b2} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.09 00:43:02.069640 [ 269 ] {b0038630-96f9-4de3-929a-b3d34875e2b2} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.069772 [ 269 ] {b0038630-96f9-4de3-929a-b3d34875e2b2} executeQuery: Read 104 rows, 6.53 KiB in 0.001218 sec., 85385.87848932677 rows/sec., 5.23 MiB/sec. 2026.01.09 00:43:02.069774 [ 151 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.09 00:43:02.069815 [ 269 ] {b0038630-96f9-4de3-929a-b3d34875e2b2} TCPHandler: Processed in 0.00138903 sec. 2026.01.09 00:43:02.069829 [ 151 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:02.069853 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:02.069946 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.01.09 00:43:02.070063 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:02.070095 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 10416 rows starting from the beginning of the part 2026.01.09 00:43:02.070159 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 24 rows starting from the beginning of the part 2026.01.09 00:43:02.070207 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part 2026.01.09 00:43:02.070251 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 104 rows starting from the beginning of the part 2026.01.09 00:43:02.070292 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 60 rows starting from the beginning of the part 2026.01.09 00:43:02.070331 [ 198 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 104 rows starting from the beginning of the part 2026.01.09 00:43:02.072952 [ 193 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 10768 rows, containing 4 columns (4 merged, 0 gathered) in 0.003047267 sec., 3533658.19273467 rows/sec., 225.20 MiB/sec. 2026.01.09 00:43:02.073230 [ 202 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.09 00:43:02.073528 [ 202 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:02.073613 [ 202 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_156_31} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.09 00:43:02.073707 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. 2026.01.09 00:43:02.836767 [ 220 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Found 6 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.01.09 00:43:02.836846 [ 220 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 6 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.01.09 00:43:02.840217 [ 220 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 6 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.01.09 00:43:02.862670 [ 221 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Found 6 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.01.09 00:43:02.862727 [ 221 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 6 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.01.09 00:43:02.866766 [ 221 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 6 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.01.09 00:43:02.951390 [ 220 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:43:02.951457 [ 220 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:43:02.954193 [ 220 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:43:03.069782 [ 219 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:43:03.069835 [ 219 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:43:03.072906 [ 219 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:43:03.228823 [ 220 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Found 6 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.01.09 00:43:03.228871 [ 220 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 6 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.01.09 00:43:03.231103 [ 220 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 6 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.01.09 00:43:04.742629 [ 146 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:43:04.742685 [ 146 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:43:04.985352 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 44119 2026.01.09 00:43:04.985850 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:04.985892 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:04.986370 [ 245 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.09 00:43:04.986594 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:04.986741 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44119 2026.01.09 00:43:05.115244 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2646 2026.01.09 00:43:05.117983 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:05.118030 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.01.09 00:43:05.119200 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:43:05.119452 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:05.119709 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2646 2026.01.09 00:43:07.040309 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:07.040499 [ 269 ] {b4da4e7f-bc76-4844-85b5-992b8a32d474} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:07.040564 [ 269 ] {b4da4e7f-bc76-4844-85b5-992b8a32d474} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:07.041278 [ 269 ] {b4da4e7f-bc76-4844-85b5-992b8a32d474} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:07.041320 [ 269 ] {b4da4e7f-bc76-4844-85b5-992b8a32d474} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:07.041722 [ 269 ] {b4da4e7f-bc76-4844-85b5-992b8a32d474} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.09 00:43:07.041949 [ 269 ] {b4da4e7f-bc76-4844-85b5-992b8a32d474} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:07.042122 [ 269 ] {b4da4e7f-bc76-4844-85b5-992b8a32d474} executeQuery: Read 138 rows, 12.27 KiB in 0.001667 sec., 82783.44331133773 rows/sec., 7.19 MiB/sec. 2026.01.09 00:43:07.042177 [ 269 ] {b4da4e7f-bc76-4844-85b5-992b8a32d474} TCPHandler: Processed in 0.001996417 sec. 2026.01.09 00:43:07.042302 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:07.042406 [ 269 ] {74e0c453-5b41-4969-a4b0-8cce2732af54} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:07.042451 [ 269 ] {74e0c453-5b41-4969-a4b0-8cce2732af54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:07.042878 [ 269 ] {74e0c453-5b41-4969-a4b0-8cce2732af54} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:07.042913 [ 269 ] {74e0c453-5b41-4969-a4b0-8cce2732af54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:07.043223 [ 269 ] {74e0c453-5b41-4969-a4b0-8cce2732af54} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.09 00:43:07.043436 [ 269 ] {74e0c453-5b41-4969-a4b0-8cce2732af54} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:07.043570 [ 269 ] {74e0c453-5b41-4969-a4b0-8cce2732af54} executeQuery: Read 41 rows, 3.08 KiB in 0.001186 sec., 34569.98313659359 rows/sec., 2.54 MiB/sec. 2026.01.09 00:43:07.043611 [ 269 ] {74e0c453-5b41-4969-a4b0-8cce2732af54} TCPHandler: Processed in 0.001362148 sec. 2026.01.09 00:43:07.043716 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:07.043813 [ 269 ] {af91384b-ff2d-46f6-936c-2d427e2c5fd9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:07.043853 [ 269 ] {af91384b-ff2d-46f6-936c-2d427e2c5fd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:07.044318 [ 269 ] {af91384b-ff2d-46f6-936c-2d427e2c5fd9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:07.044354 [ 269 ] {af91384b-ff2d-46f6-936c-2d427e2c5fd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:07.044663 [ 269 ] {af91384b-ff2d-46f6-936c-2d427e2c5fd9} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.09 00:43:07.044886 [ 269 ] {af91384b-ff2d-46f6-936c-2d427e2c5fd9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:07.045018 [ 269 ] {af91384b-ff2d-46f6-936c-2d427e2c5fd9} executeQuery: Read 105 rows, 8.40 KiB in 0.001223 sec., 85854.45625511039 rows/sec., 6.71 MiB/sec. 2026.01.09 00:43:07.045057 [ 269 ] {af91384b-ff2d-46f6-936c-2d427e2c5fd9} TCPHandler: Processed in 0.00139056 sec. 2026.01.09 00:43:07.045170 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:07.045266 [ 269 ] {6057a7f9-efd1-45ce-b523-471b590e95c1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:07.045311 [ 269 ] {6057a7f9-efd1-45ce-b523-471b590e95c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:07.045744 [ 269 ] {6057a7f9-efd1-45ce-b523-471b590e95c1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:07.045779 [ 269 ] {6057a7f9-efd1-45ce-b523-471b590e95c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:07.046110 [ 269 ] {6057a7f9-efd1-45ce-b523-471b590e95c1} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.09 00:43:07.046321 [ 269 ] {6057a7f9-efd1-45ce-b523-471b590e95c1} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:07.046453 [ 269 ] {6057a7f9-efd1-45ce-b523-471b590e95c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.01.09 00:43:07.046491 [ 269 ] {6057a7f9-efd1-45ce-b523-471b590e95c1} TCPHandler: Processed in 0.001370299 sec. 2026.01.09 00:43:07.046595 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:07.046689 [ 269 ] {e18c76eb-671a-4394-947f-ec5a321f2c0a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:07.046744 [ 269 ] {e18c76eb-671a-4394-947f-ec5a321f2c0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:43:07.047657 [ 269 ] {e18c76eb-671a-4394-947f-ec5a321f2c0a} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:07.047691 [ 269 ] {e18c76eb-671a-4394-947f-ec5a321f2c0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:07.048260 [ 269 ] {e18c76eb-671a-4394-947f-ec5a321f2c0a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:43:07.048482 [ 269 ] {e18c76eb-671a-4394-947f-ec5a321f2c0a} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:07.048623 [ 269 ] {e18c76eb-671a-4394-947f-ec5a321f2c0a} executeQuery: Read 41 rows, 75.23 KiB in 0.00195 sec., 21025.641025641027 rows/sec., 37.68 MiB/sec. 2026.01.09 00:43:07.048696 [ 269 ] {e18c76eb-671a-4394-947f-ec5a321f2c0a} TCPHandler: Processed in 0.002150401 sec. 2026.01.09 00:43:07.048808 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:07.048904 [ 269 ] {f0f80a6e-5b0a-4559-87b9-e04f1bb3e15b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:07.048946 [ 269 ] {f0f80a6e-5b0a-4559-87b9-e04f1bb3e15b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:07.049302 [ 269 ] {f0f80a6e-5b0a-4559-87b9-e04f1bb3e15b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:07.049336 [ 269 ] {f0f80a6e-5b0a-4559-87b9-e04f1bb3e15b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:07.049637 [ 269 ] {f0f80a6e-5b0a-4559-87b9-e04f1bb3e15b} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.09 00:43:07.049853 [ 269 ] {f0f80a6e-5b0a-4559-87b9-e04f1bb3e15b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:07.049982 [ 269 ] {f0f80a6e-5b0a-4559-87b9-e04f1bb3e15b} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.01.09 00:43:07.050021 [ 269 ] {f0f80a6e-5b0a-4559-87b9-e04f1bb3e15b} TCPHandler: Processed in 0.001262096 sec. 2026.01.09 00:43:07.381309 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2026.01.09 00:43:07.399855 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:07.399923 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:07.406522 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.09 00:43:07.407256 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:07.410940 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2026.01.09 00:43:09.156616 [ 222 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:09.156669 [ 222 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:09.160512 [ 222 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:09.446194 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:09.446265 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:09.447945 [ 223 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:09.448025 [ 223 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:09.450295 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:09.451333 [ 223 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:09.479258 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.479454 [ 269 ] {bcb93e17-fd10-4f0e-92c1-5eed8e984ab9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:43:09.479529 [ 269 ] {bcb93e17-fd10-4f0e-92c1-5eed8e984ab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:43:09.480501 [ 269 ] {bcb93e17-fd10-4f0e-92c1-5eed8e984ab9} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.480560 [ 269 ] {bcb93e17-fd10-4f0e-92c1-5eed8e984ab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.481016 [ 269 ] {bcb93e17-fd10-4f0e-92c1-5eed8e984ab9} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:43:09.481271 [ 269 ] {bcb93e17-fd10-4f0e-92c1-5eed8e984ab9} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.481452 [ 269 ] {bcb93e17-fd10-4f0e-92c1-5eed8e984ab9} executeQuery: Read 410 rows, 26.63 KiB in 0.002046 sec., 200391.00684261974 rows/sec., 12.71 MiB/sec. 2026.01.09 00:43:09.481513 [ 269 ] {bcb93e17-fd10-4f0e-92c1-5eed8e984ab9} TCPHandler: Processed in 0.002390568 sec. 2026.01.09 00:43:09.481649 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.481755 [ 269 ] {8d5f1313-ad4b-4cfb-afdf-a78aa60eea3b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:43:09.481802 [ 269 ] {8d5f1313-ad4b-4cfb-afdf-a78aa60eea3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:43:09.482264 [ 269 ] {8d5f1313-ad4b-4cfb-afdf-a78aa60eea3b} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.482304 [ 269 ] {8d5f1313-ad4b-4cfb-afdf-a78aa60eea3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.482617 [ 269 ] {8d5f1313-ad4b-4cfb-afdf-a78aa60eea3b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.09 00:43:09.482838 [ 269 ] {8d5f1313-ad4b-4cfb-afdf-a78aa60eea3b} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.482983 [ 269 ] {8d5f1313-ad4b-4cfb-afdf-a78aa60eea3b} executeQuery: Read 2 rows, 167.00 B in 0.00125 sec., 1600 rows/sec., 130.47 KiB/sec. 2026.01.09 00:43:09.483029 [ 269 ] {8d5f1313-ad4b-4cfb-afdf-a78aa60eea3b} TCPHandler: Processed in 0.001434611 sec. 2026.01.09 00:43:09.483150 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.483249 [ 269 ] {295d878a-541b-4a08-a0af-67fe0cd4d764} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:09.483293 [ 269 ] {295d878a-541b-4a08-a0af-67fe0cd4d764} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:09.485241 [ 269 ] {295d878a-541b-4a08-a0af-67fe0cd4d764} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.485284 [ 269 ] {295d878a-541b-4a08-a0af-67fe0cd4d764} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.485749 [ 269 ] {295d878a-541b-4a08-a0af-67fe0cd4d764} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.09 00:43:09.485967 [ 269 ] {295d878a-541b-4a08-a0af-67fe0cd4d764} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.486110 [ 269 ] {295d878a-541b-4a08-a0af-67fe0cd4d764} executeQuery: Read 2253 rows, 186.48 KiB in 0.002881 sec., 782020.1318986464 rows/sec., 63.21 MiB/sec. 2026.01.09 00:43:09.486153 [ 269 ] {295d878a-541b-4a08-a0af-67fe0cd4d764} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:43:09.486167 [ 269 ] {295d878a-541b-4a08-a0af-67fe0cd4d764} TCPHandler: Processed in 0.003068277 sec. 2026.01.09 00:43:09.486326 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.486427 [ 269 ] {144dc42e-b8c7-4f0a-a0e6-fb07917a3166} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:09.486473 [ 269 ] {144dc42e-b8c7-4f0a-a0e6-fb07917a3166} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:09.487061 [ 269 ] {144dc42e-b8c7-4f0a-a0e6-fb07917a3166} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.487099 [ 269 ] {144dc42e-b8c7-4f0a-a0e6-fb07917a3166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.487416 [ 269 ] {144dc42e-b8c7-4f0a-a0e6-fb07917a3166} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.09 00:43:09.487627 [ 269 ] {144dc42e-b8c7-4f0a-a0e6-fb07917a3166} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.487766 [ 269 ] {144dc42e-b8c7-4f0a-a0e6-fb07917a3166} executeQuery: Read 207 rows, 12.46 KiB in 0.001361 sec., 152094.04849375458 rows/sec., 8.94 MiB/sec. 2026.01.09 00:43:09.487808 [ 269 ] {144dc42e-b8c7-4f0a-a0e6-fb07917a3166} TCPHandler: Processed in 0.001533234 sec. 2026.01.09 00:43:09.487809 [ 140 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.09 00:43:09.487884 [ 140 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.487908 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.487930 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.488038 [ 269 ] {e65a54ac-0292-40f8-9891-86187e6f4fd2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:43:09.488047 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.01.09 00:43:09.488082 [ 269 ] {e65a54ac-0292-40f8-9891-86187e6f4fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:43:09.488170 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:09.488209 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 278 rows starting from the beginning of the part 2026.01.09 00:43:09.488313 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 205 rows starting from the beginning of the part 2026.01.09 00:43:09.488376 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 55 rows starting from the beginning of the part 2026.01.09 00:43:09.488423 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 205 rows starting from the beginning of the part 2026.01.09 00:43:09.488463 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 41 rows starting from the beginning of the part 2026.01.09 00:43:09.488506 [ 201 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 207 rows starting from the beginning of the part 2026.01.09 00:43:09.488859 [ 269 ] {e65a54ac-0292-40f8-9891-86187e6f4fd2} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.488905 [ 269 ] {e65a54ac-0292-40f8-9891-86187e6f4fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.489353 [ 269 ] {e65a54ac-0292-40f8-9891-86187e6f4fd2} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:43:09.489639 [ 269 ] {e65a54ac-0292-40f8-9891-86187e6f4fd2} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.489761 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 991 rows, containing 5 columns (5 merged, 0 gathered) in 0.00177119 sec., 559510.8373466426 rows/sec., 36.31 MiB/sec. 2026.01.09 00:43:09.489803 [ 269 ] {e65a54ac-0292-40f8-9891-86187e6f4fd2} executeQuery: Read 440 rows, 29.81 KiB in 0.001786 sec., 246360.5823068309 rows/sec., 16.30 MiB/sec. 2026.01.09 00:43:09.489849 [ 269 ] {e65a54ac-0292-40f8-9891-86187e6f4fd2} TCPHandler: Processed in 0.001969926 sec. 2026.01.09 00:43:09.489979 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.490002 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.09 00:43:09.490079 [ 269 ] {a0903a04-e959-4e96-9af4-e8a65a4a1992} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:43:09.490127 [ 269 ] {a0903a04-e959-4e96-9af4-e8a65a4a1992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:43:09.490399 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.490508 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_131_26} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.09 00:43:09.490627 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.09 00:43:09.490708 [ 269 ] {a0903a04-e959-4e96-9af4-e8a65a4a1992} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.490749 [ 269 ] {a0903a04-e959-4e96-9af4-e8a65a4a1992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.491069 [ 269 ] {a0903a04-e959-4e96-9af4-e8a65a4a1992} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:43:09.491281 [ 269 ] {a0903a04-e959-4e96-9af4-e8a65a4a1992} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.491418 [ 269 ] {a0903a04-e959-4e96-9af4-e8a65a4a1992} executeQuery: Read 211 rows, 12.27 KiB in 0.001359 sec., 155261.22148638705 rows/sec., 8.82 MiB/sec. 2026.01.09 00:43:09.491459 [ 269 ] {a0903a04-e959-4e96-9af4-e8a65a4a1992} TCPHandler: Processed in 0.001531164 sec. 2026.01.09 00:43:09.491590 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.491689 [ 269 ] {c216c1b6-5674-49b9-8cfd-494b6f0fe1e0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:09.491731 [ 269 ] {c216c1b6-5674-49b9-8cfd-494b6f0fe1e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:09.492778 [ 269 ] {c216c1b6-5674-49b9-8cfd-494b6f0fe1e0} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.492816 [ 269 ] {c216c1b6-5674-49b9-8cfd-494b6f0fe1e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.493184 [ 269 ] {c216c1b6-5674-49b9-8cfd-494b6f0fe1e0} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.09 00:43:09.493395 [ 269 ] {c216c1b6-5674-49b9-8cfd-494b6f0fe1e0} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.493530 [ 269 ] {c216c1b6-5674-49b9-8cfd-494b6f0fe1e0} executeQuery: Read 1137 rows, 82.92 KiB in 0.00186 sec., 611290.3225806451 rows/sec., 43.54 MiB/sec. 2026.01.09 00:43:09.493570 [ 269 ] {c216c1b6-5674-49b9-8cfd-494b6f0fe1e0} TCPHandler: Processed in 0.002031988 sec. 2026.01.09 00:43:09.493715 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.493813 [ 269 ] {e20697a5-1813-4163-aa13-55f4394360ae} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:43:09.493856 [ 269 ] {e20697a5-1813-4163-aa13-55f4394360ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:43:09.494282 [ 269 ] {e20697a5-1813-4163-aa13-55f4394360ae} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.494331 [ 269 ] {e20697a5-1813-4163-aa13-55f4394360ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.494757 [ 269 ] {e20697a5-1813-4163-aa13-55f4394360ae} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.09 00:43:09.495061 [ 269 ] {e20697a5-1813-4163-aa13-55f4394360ae} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.495231 [ 269 ] {e20697a5-1813-4163-aa13-55f4394360ae} executeQuery: Read 6 rows, 321.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 218.45 KiB/sec. 2026.01.09 00:43:09.495282 [ 269 ] {e20697a5-1813-4163-aa13-55f4394360ae} TCPHandler: Processed in 0.001629726 sec. 2026.01.09 00:43:09.495406 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.495514 [ 269 ] {beb8ab82-fbef-409d-8e1b-f4f1db03bcf4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:09.495559 [ 269 ] {beb8ab82-fbef-409d-8e1b-f4f1db03bcf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:09.496393 [ 269 ] {beb8ab82-fbef-409d-8e1b-f4f1db03bcf4} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.496438 [ 269 ] {beb8ab82-fbef-409d-8e1b-f4f1db03bcf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.496964 [ 269 ] {beb8ab82-fbef-409d-8e1b-f4f1db03bcf4} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.09 00:43:09.497251 [ 269 ] {beb8ab82-fbef-409d-8e1b-f4f1db03bcf4} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.497413 [ 269 ] {beb8ab82-fbef-409d-8e1b-f4f1db03bcf4} executeQuery: Read 935 rows, 63.39 KiB in 0.001918 sec., 487486.9655891554 rows/sec., 32.27 MiB/sec. 2026.01.09 00:43:09.497465 [ 269 ] {beb8ab82-fbef-409d-8e1b-f4f1db03bcf4} TCPHandler: Processed in 0.00211037 sec. 2026.01.09 00:43:09.497597 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.497715 [ 269 ] {22ed4ead-6cef-42c7-b243-057f05918a43} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:43:09.497771 [ 269 ] {22ed4ead-6cef-42c7-b243-057f05918a43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:43:09.498154 [ 269 ] {22ed4ead-6cef-42c7-b243-057f05918a43} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.498194 [ 269 ] {22ed4ead-6cef-42c7-b243-057f05918a43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.498512 [ 269 ] {22ed4ead-6cef-42c7-b243-057f05918a43} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:43:09.498727 [ 269 ] {22ed4ead-6cef-42c7-b243-057f05918a43} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.498867 [ 269 ] {22ed4ead-6cef-42c7-b243-057f05918a43} executeQuery: Read 1 rows, 69.00 B in 0.001177 sec., 849.6176720475785 rows/sec., 57.25 KiB/sec. 2026.01.09 00:43:09.498907 [ 269 ] {22ed4ead-6cef-42c7-b243-057f05918a43} TCPHandler: Processed in 0.001370659 sec. 2026.01.09 00:43:09.499031 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:09.499129 [ 269 ] {83b51415-1a63-4ea0-b157-6ccb6a0a4e2c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:09.499173 [ 269 ] {83b51415-1a63-4ea0-b157-6ccb6a0a4e2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:09.499537 [ 269 ] {83b51415-1a63-4ea0-b157-6ccb6a0a4e2c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:09.499573 [ 269 ] {83b51415-1a63-4ea0-b157-6ccb6a0a4e2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:09.499879 [ 269 ] {83b51415-1a63-4ea0-b157-6ccb6a0a4e2c} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.09 00:43:09.500098 [ 269 ] {83b51415-1a63-4ea0-b157-6ccb6a0a4e2c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:09.500235 [ 269 ] {83b51415-1a63-4ea0-b157-6ccb6a0a4e2c} executeQuery: Read 80 rows, 4.87 KiB in 0.001125 sec., 71111.11111111111 rows/sec., 4.23 MiB/sec. 2026.01.09 00:43:09.500272 [ 269 ] {83b51415-1a63-4ea0-b157-6ccb6a0a4e2c} TCPHandler: Processed in 0.001293636 sec. 2026.01.09 00:43:10.173431 [ 224 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:10.173506 [ 224 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:10.176427 [ 224 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:12.033796 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:12.034093 [ 269 ] {19a2fe70-9830-4224-9aae-960469063b5d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:12.034193 [ 269 ] {19a2fe70-9830-4224-9aae-960469063b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:12.035024 [ 269 ] {19a2fe70-9830-4224-9aae-960469063b5d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:12.035108 [ 269 ] {19a2fe70-9830-4224-9aae-960469063b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:12.035510 [ 269 ] {19a2fe70-9830-4224-9aae-960469063b5d} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.01.09 00:43:12.035814 [ 269 ] {19a2fe70-9830-4224-9aae-960469063b5d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:12.036026 [ 269 ] {19a2fe70-9830-4224-9aae-960469063b5d} executeQuery: Read 56 rows, 4.41 KiB in 0.002 sec., 28000 rows/sec., 2.15 MiB/sec. 2026.01.09 00:43:12.036081 [ 269 ] {19a2fe70-9830-4224-9aae-960469063b5d} TCPHandler: Processed in 0.00246069 sec. 2026.01.09 00:43:12.036207 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:12.036313 [ 269 ] {b4a421f4-cb07-471a-99c6-11621d811ae8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:12.036388 [ 269 ] {b4a421f4-cb07-471a-99c6-11621d811ae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:12.036935 [ 269 ] {b4a421f4-cb07-471a-99c6-11621d811ae8} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:12.036981 [ 269 ] {b4a421f4-cb07-471a-99c6-11621d811ae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:12.037409 [ 269 ] {b4a421f4-cb07-471a-99c6-11621d811ae8} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.01.09 00:43:12.037719 [ 269 ] {b4a421f4-cb07-471a-99c6-11621d811ae8} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:12.037900 [ 269 ] {b4a421f4-cb07-471a-99c6-11621d811ae8} executeQuery: Read 64 rows, 5.12 KiB in 0.00161 sec., 39751.55279503105 rows/sec., 3.10 MiB/sec. 2026.01.09 00:43:12.037956 [ 269 ] {b4a421f4-cb07-471a-99c6-11621d811ae8} TCPHandler: Processed in 0.001802251 sec. 2026.01.09 00:43:12.038102 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:12.038230 [ 269 ] {12664bb0-02e8-42df-a41b-f3d1ac0f3c98} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:12.038293 [ 269 ] {12664bb0-02e8-42df-a41b-f3d1ac0f3c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:12.038785 [ 269 ] {12664bb0-02e8-42df-a41b-f3d1ac0f3c98} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:12.038828 [ 269 ] {12664bb0-02e8-42df-a41b-f3d1ac0f3c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:12.039307 [ 269 ] {12664bb0-02e8-42df-a41b-f3d1ac0f3c98} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.01.09 00:43:12.039566 [ 269 ] {12664bb0-02e8-42df-a41b-f3d1ac0f3c98} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:12.039704 [ 269 ] {12664bb0-02e8-42df-a41b-f3d1ac0f3c98} executeQuery: Read 64 rows, 4.56 KiB in 0.001504 sec., 42553.19148936171 rows/sec., 2.96 MiB/sec. 2026.01.09 00:43:12.039700 [ 136 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 5 parts from all_1_154_32 to all_158_158_0 2026.01.09 00:43:12.039793 [ 269 ] {12664bb0-02e8-42df-a41b-f3d1ac0f3c98} TCPHandler: Processed in 0.00175843 sec. 2026.01.09 00:43:12.039810 [ 136 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:12.039842 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:12.039954 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:12.039954 [ 201 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} MergeTask::PrepareStage: Merging 5 parts: from all_1_154_32 to all_158_158_0 into Compact with storage Full 2026.01.09 00:43:12.040065 [ 269 ] {caf8f046-e2ca-4e71-a909-7495d0da3729} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:12.040116 [ 269 ] {caf8f046-e2ca-4e71-a909-7495d0da3729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:12.040134 [ 201 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:12.040172 [ 201 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} MergeTreeSequentialSource: Reading 7 marks from part all_1_154_32, total 47237 rows starting from the beginning of the part 2026.01.09 00:43:12.040230 [ 201 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 167 rows starting from the beginning of the part 2026.01.09 00:43:12.040276 [ 201 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 314 rows starting from the beginning of the part 2026.01.09 00:43:12.040321 [ 201 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 160 rows starting from the beginning of the part 2026.01.09 00:43:12.040428 [ 201 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 935 rows starting from the beginning of the part 2026.01.09 00:43:12.040573 [ 269 ] {caf8f046-e2ca-4e71-a909-7495d0da3729} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:12.040620 [ 269 ] {caf8f046-e2ca-4e71-a909-7495d0da3729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:12.040968 [ 269 ] {caf8f046-e2ca-4e71-a909-7495d0da3729} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.01.09 00:43:12.041180 [ 269 ] {caf8f046-e2ca-4e71-a909-7495d0da3729} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:12.041317 [ 269 ] {caf8f046-e2ca-4e71-a909-7495d0da3729} executeQuery: Read 24 rows, 1.66 KiB in 0.001277 sec., 18794.048551292093 rows/sec., 1.27 MiB/sec. 2026.01.09 00:43:12.041355 [ 269 ] {caf8f046-e2ca-4e71-a909-7495d0da3729} TCPHandler: Processed in 0.001451802 sec. 2026.01.09 00:43:12.051649 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} MergeTask::MergeProjectionsStage: Merge sorted 48813 rows, containing 5 columns (5 merged, 0 gathered) in 0.011743124 sec., 4156730.355568075 rows/sec., 279.62 MiB/sec. 2026.01.09 00:43:12.052123 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} MergedBlockOutputStream: filled checksums all_1_158_33 (state Temporary) 2026.01.09 00:43:12.052382 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_158_33 to all_1_158_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:12.052448 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_158_33} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 5 parts: [all_1_154_32, all_158_158_0] -> all_1_158_33 2026.01.09 00:43:12.052519 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2026.01.09 00:43:12.487888 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 44631 2026.01.09 00:43:12.488431 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:12.488470 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:12.488958 [ 245 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.09 00:43:12.489180 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:12.489314 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44631 2026.01.09 00:43:14.911058 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2026.01.09 00:43:14.929234 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:14.929286 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:14.935578 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.09 00:43:14.936277 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:14.939377 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2026.01.09 00:43:15.119910 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2688 2026.01.09 00:43:15.122650 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:15.122700 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:15.123962 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:43:15.124219 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:15.124442 [ 225 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:43:15.124477 [ 225 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:43:15.124482 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2688 2026.01.09 00:43:15.128027 [ 225 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:43:17.040712 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:17.040925 [ 269 ] {b5aa40c9-5de3-4f22-8367-9a9456b47c18} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:17.041000 [ 269 ] {b5aa40c9-5de3-4f22-8367-9a9456b47c18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:17.041804 [ 269 ] {b5aa40c9-5de3-4f22-8367-9a9456b47c18} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:17.041857 [ 269 ] {b5aa40c9-5de3-4f22-8367-9a9456b47c18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:17.042266 [ 269 ] {b5aa40c9-5de3-4f22-8367-9a9456b47c18} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.01.09 00:43:17.042499 [ 269 ] {b5aa40c9-5de3-4f22-8367-9a9456b47c18} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:17.042669 [ 269 ] {b5aa40c9-5de3-4f22-8367-9a9456b47c18} executeQuery: Read 138 rows, 12.27 KiB in 0.001797 sec., 76794.65776293824 rows/sec., 6.67 MiB/sec. 2026.01.09 00:43:17.042724 [ 269 ] {b5aa40c9-5de3-4f22-8367-9a9456b47c18} TCPHandler: Processed in 0.002148751 sec. 2026.01.09 00:43:17.042846 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:17.042952 [ 269 ] {138f759f-ed39-42a9-b45c-2e87df1dc268} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:17.042997 [ 269 ] {138f759f-ed39-42a9-b45c-2e87df1dc268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:17.043429 [ 269 ] {138f759f-ed39-42a9-b45c-2e87df1dc268} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:17.043468 [ 269 ] {138f759f-ed39-42a9-b45c-2e87df1dc268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:17.043772 [ 269 ] {138f759f-ed39-42a9-b45c-2e87df1dc268} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.09 00:43:17.043999 [ 269 ] {138f759f-ed39-42a9-b45c-2e87df1dc268} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:17.044132 [ 269 ] {138f759f-ed39-42a9-b45c-2e87df1dc268} executeQuery: Read 41 rows, 3.08 KiB in 0.001205 sec., 34024.89626556017 rows/sec., 2.50 MiB/sec. 2026.01.09 00:43:17.044171 [ 269 ] {138f759f-ed39-42a9-b45c-2e87df1dc268} TCPHandler: Processed in 0.001378519 sec. 2026.01.09 00:43:17.044273 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:17.044371 [ 269 ] {f87b958d-3804-4117-982e-7d30bc0bc712} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:17.044411 [ 269 ] {f87b958d-3804-4117-982e-7d30bc0bc712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:17.044859 [ 269 ] {f87b958d-3804-4117-982e-7d30bc0bc712} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:17.044894 [ 269 ] {f87b958d-3804-4117-982e-7d30bc0bc712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:17.045200 [ 269 ] {f87b958d-3804-4117-982e-7d30bc0bc712} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.01.09 00:43:17.045416 [ 269 ] {f87b958d-3804-4117-982e-7d30bc0bc712} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:17.045544 [ 269 ] {f87b958d-3804-4117-982e-7d30bc0bc712} executeQuery: Read 105 rows, 8.40 KiB in 0.001193 sec., 88013.41156747694 rows/sec., 6.87 MiB/sec. 2026.01.09 00:43:17.045581 [ 269 ] {f87b958d-3804-4117-982e-7d30bc0bc712} TCPHandler: Processed in 0.001358368 sec. 2026.01.09 00:43:17.045703 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:17.045801 [ 269 ] {971676a2-533e-48de-8d46-e4c8e569fcc7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:17.045846 [ 269 ] {971676a2-533e-48de-8d46-e4c8e569fcc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:17.046264 [ 269 ] {971676a2-533e-48de-8d46-e4c8e569fcc7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:17.046299 [ 269 ] {971676a2-533e-48de-8d46-e4c8e569fcc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:17.046629 [ 269 ] {971676a2-533e-48de-8d46-e4c8e569fcc7} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.01.09 00:43:17.046836 [ 269 ] {971676a2-533e-48de-8d46-e4c8e569fcc7} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:17.046967 [ 269 ] {971676a2-533e-48de-8d46-e4c8e569fcc7} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.01.09 00:43:17.047005 [ 269 ] {971676a2-533e-48de-8d46-e4c8e569fcc7} TCPHandler: Processed in 0.001351749 sec. 2026.01.09 00:43:17.047105 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:17.047202 [ 269 ] {b6a422a3-2cbe-47ab-9420-6836dbc25ec8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:17.047257 [ 269 ] {b6a422a3-2cbe-47ab-9420-6836dbc25ec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:43:17.048158 [ 269 ] {b6a422a3-2cbe-47ab-9420-6836dbc25ec8} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:17.048196 [ 269 ] {b6a422a3-2cbe-47ab-9420-6836dbc25ec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:17.048752 [ 269 ] {b6a422a3-2cbe-47ab-9420-6836dbc25ec8} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:43:17.048979 [ 269 ] {b6a422a3-2cbe-47ab-9420-6836dbc25ec8} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:17.049125 [ 269 ] {b6a422a3-2cbe-47ab-9420-6836dbc25ec8} executeQuery: Read 41 rows, 75.23 KiB in 0.001942 sec., 21112.255406797118 rows/sec., 37.83 MiB/sec. 2026.01.09 00:43:17.049194 [ 269 ] {b6a422a3-2cbe-47ab-9420-6836dbc25ec8} TCPHandler: Processed in 0.002137851 sec. 2026.01.09 00:43:17.049306 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:17.049402 [ 269 ] {3e111716-2a90-49e5-90a2-29ff7a6f054c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:17.049446 [ 269 ] {3e111716-2a90-49e5-90a2-29ff7a6f054c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:17.049771 [ 269 ] {3e111716-2a90-49e5-90a2-29ff7a6f054c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:17.049807 [ 269 ] {3e111716-2a90-49e5-90a2-29ff7a6f054c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:17.050112 [ 269 ] {3e111716-2a90-49e5-90a2-29ff7a6f054c} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.01.09 00:43:17.050324 [ 269 ] {3e111716-2a90-49e5-90a2-29ff7a6f054c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:17.050452 [ 269 ] {3e111716-2a90-49e5-90a2-29ff7a6f054c} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.01.09 00:43:17.050489 [ 269 ] {3e111716-2a90-49e5-90a2-29ff7a6f054c} TCPHandler: Processed in 0.001233685 sec. 2026.01.09 00:43:18.166285 [ 219 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:43:18.166340 [ 219 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:43:18.168833 [ 219 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.09 00:43:19.742722 [ 128 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:43:19.742770 [ 128 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:43:19.990449 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 45079 2026.01.09 00:43:19.990929 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:19.990966 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:19.991429 [ 245 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.09 00:43:19.991642 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:19.991773 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45079 2026.01.09 00:43:20.083183 [ 224 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Found 5 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] 2026.01.09 00:43:20.083250 [ 224 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Removing 5 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] 2026.01.09 00:43:20.087218 [ 224 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Removing 5 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] 2026.01.09 00:43:21.344724 [ 129 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 5 parts from all_1_55_12 to all_63_63_0 2026.01.09 00:43:21.344806 [ 129 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:21.344830 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:21.344983 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_55_12 to all_63_63_0 into Compact with storage Full 2026.01.09 00:43:21.345160 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:21.345202 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 330 rows starting from the beginning of the part 2026.01.09 00:43:21.345279 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_56_60_1, total 30 rows starting from the beginning of the part 2026.01.09 00:43:21.345333 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part 2026.01.09 00:43:21.345385 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part 2026.01.09 00:43:21.345435 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part 2026.01.09 00:43:21.346301 [ 193 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} MergeTask::MergeProjectionsStage: Merge sorted 378 rows, containing 4 columns (4 merged, 0 gathered) in 0.001390019 sec., 271938.72889507265 rows/sec., 13.87 MiB/sec. 2026.01.09 00:43:21.346453 [ 193 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} MergedBlockOutputStream: filled checksums all_1_63_13 (state Temporary) 2026.01.09 00:43:21.346732 [ 193 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_63_13 to all_1_63_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:21.346802 [ 193 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_63_13} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 5 parts: [all_1_55_12, all_63_63_0] -> all_1_63_13 2026.01.09 00:43:21.346898 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.09 00:43:21.535352 [ 129 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 5 parts from all_1_64_14 to all_68_68_0 2026.01.09 00:43:21.535391 [ 129 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:21.535414 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:21.535563 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_64_14 to all_68_68_0 into Compact with storage Full 2026.01.09 00:43:21.535747 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:21.535795 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_64_14, total 223 rows starting from the beginning of the part 2026.01.09 00:43:21.535885 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 211 rows starting from the beginning of the part 2026.01.09 00:43:21.535942 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 211 rows starting from the beginning of the part 2026.01.09 00:43:21.535981 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 211 rows starting from the beginning of the part 2026.01.09 00:43:21.536016 [ 187 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 211 rows starting from the beginning of the part 2026.01.09 00:43:21.536807 [ 193 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001311197 sec., 813760.2511293116 rows/sec., 49.49 MiB/sec. 2026.01.09 00:43:21.536979 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} MergedBlockOutputStream: filled checksums all_1_68_15 (state Temporary) 2026.01.09 00:43:21.537287 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_68_15 to all_1_68_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:21.537369 [ 197 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_68_15} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 5 parts: [all_1_64_14, all_68_68_0] -> all_1_68_15 2026.01.09 00:43:21.537469 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:43:22.049089 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:22.049262 [ 269 ] {fe003d9a-cc72-493f-8bb1-839c4b16cea7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:43:22.049325 [ 269 ] {fe003d9a-cc72-493f-8bb1-839c4b16cea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:43:22.050146 [ 269 ] {fe003d9a-cc72-493f-8bb1-839c4b16cea7} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.050189 [ 269 ] {fe003d9a-cc72-493f-8bb1-839c4b16cea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.050594 [ 269 ] {fe003d9a-cc72-493f-8bb1-839c4b16cea7} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:43:22.050829 [ 269 ] {fe003d9a-cc72-493f-8bb1-839c4b16cea7} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.050969 [ 53 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 6 parts from all_1_64_14 to all_69_69_0 2026.01.09 00:43:22.050992 [ 269 ] {fe003d9a-cc72-493f-8bb1-839c4b16cea7} executeQuery: Read 410 rows, 26.63 KiB in 0.001775 sec., 230985.91549295772 rows/sec., 14.65 MiB/sec. 2026.01.09 00:43:22.051012 [ 53 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.051034 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.051046 [ 269 ] {fe003d9a-cc72-493f-8bb1-839c4b16cea7} TCPHandler: Processed in 0.002081489 sec. 2026.01.09 00:43:22.051120 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_64_14 to all_69_69_0 into Compact with storage Full 2026.01.09 00:43:22.051170 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:22.051208 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:22.051237 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_64_14, total 434 rows starting from the beginning of the part 2026.01.09 00:43:22.051274 [ 269 ] {bd8d5817-7433-4881-8a6a-c7f86cd3665d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:22.051291 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 410 rows starting from the beginning of the part 2026.01.09 00:43:22.051319 [ 269 ] {bd8d5817-7433-4881-8a6a-c7f86cd3665d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:22.051337 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 410 rows starting from the beginning of the part 2026.01.09 00:43:22.051380 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 410 rows starting from the beginning of the part 2026.01.09 00:43:22.051421 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 410 rows starting from the beginning of the part 2026.01.09 00:43:22.051462 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 410 rows starting from the beginning of the part 2026.01.09 00:43:22.052496 [ 193 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413741 sec., 1757040.363121675 rows/sec., 118.49 MiB/sec. 2026.01.09 00:43:22.052604 [ 269 ] {bd8d5817-7433-4881-8a6a-c7f86cd3665d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.052616 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) 2026.01.09 00:43:22.052640 [ 269 ] {bd8d5817-7433-4881-8a6a-c7f86cd3665d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.052848 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.052909 [ 197 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_69_15} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 6 parts: [all_1_64_14, all_69_69_0] -> all_1_69_15 2026.01.09 00:43:22.052969 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.09 00:43:22.053017 [ 269 ] {bd8d5817-7433-4881-8a6a-c7f86cd3665d} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.01.09 00:43:22.053230 [ 269 ] {bd8d5817-7433-4881-8a6a-c7f86cd3665d} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.053355 [ 53 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2026.01.09 00:43:22.053365 [ 269 ] {bd8d5817-7433-4881-8a6a-c7f86cd3665d} executeQuery: Read 1112 rows, 89.84 KiB in 0.002115 sec., 525768.3215130024 rows/sec., 41.48 MiB/sec. 2026.01.09 00:43:22.053390 [ 53 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.053410 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.053414 [ 269 ] {bd8d5817-7433-4881-8a6a-c7f86cd3665d} TCPHandler: Processed in 0.002296966 sec. 2026.01.09 00:43:22.053514 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2026.01.09 00:43:22.053540 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:22.053654 [ 269 ] {7676ef01-7d0c-4301-9d51-7986cd4518cd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:22.053659 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:22.053700 [ 269 ] {7676ef01-7d0c-4301-9d51-7986cd4518cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:22.053708 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 2466 rows starting from the beginning of the part 2026.01.09 00:43:22.053785 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 138 rows starting from the beginning of the part 2026.01.09 00:43:22.053833 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:43:22.053875 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 56 rows starting from the beginning of the part 2026.01.09 00:43:22.053918 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 138 rows starting from the beginning of the part 2026.01.09 00:43:22.053967 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:43:22.054264 [ 269 ] {7676ef01-7d0c-4301-9d51-7986cd4518cd} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.054304 [ 269 ] {7676ef01-7d0c-4301-9d51-7986cd4518cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.054620 [ 269 ] {7676ef01-7d0c-4301-9d51-7986cd4518cd} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.09 00:43:22.054842 [ 269 ] {7676ef01-7d0c-4301-9d51-7986cd4518cd} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.054981 [ 269 ] {7676ef01-7d0c-4301-9d51-7986cd4518cd} executeQuery: Read 205 rows, 12.32 KiB in 0.001348 sec., 152077.15133531156 rows/sec., 8.92 MiB/sec. 2026.01.09 00:43:22.055019 [ 269 ] {7676ef01-7d0c-4301-9d51-7986cd4518cd} TCPHandler: Processed in 0.001530683 sec. 2026.01.09 00:43:22.055132 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:22.055229 [ 269 ] {ad2a866b-7145-4aca-8eeb-3060ca6db66c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:43:22.055269 [ 269 ] {ad2a866b-7145-4aca-8eeb-3060ca6db66c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:43:22.055808 [ 269 ] {ad2a866b-7145-4aca-8eeb-3060ca6db66c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.055843 [ 269 ] {ad2a866b-7145-4aca-8eeb-3060ca6db66c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.056034 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 6163 rows, containing 5 columns (5 merged, 0 gathered) in 0.002572953 sec., 2395302.2072303696 rows/sec., 203.43 MiB/sec. 2026.01.09 00:43:22.056154 [ 269 ] {ad2a866b-7145-4aca-8eeb-3060ca6db66c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:43:22.056347 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2026.01.09 00:43:22.056388 [ 269 ] {ad2a866b-7145-4aca-8eeb-3060ca6db66c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.056530 [ 269 ] {ad2a866b-7145-4aca-8eeb-3060ca6db66c} executeQuery: Read 212 rows, 14.00 KiB in 0.00132 sec., 160606.0606060606 rows/sec., 10.36 MiB/sec. 2026.01.09 00:43:22.056571 [ 269 ] {ad2a866b-7145-4aca-8eeb-3060ca6db66c} TCPHandler: Processed in 0.001488423 sec. 2026.01.09 00:43:22.056658 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.056685 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:22.056738 [ 200 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_161_32} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2026.01.09 00:43:22.056785 [ 269 ] {e1063b7f-ddb2-4f71-931d-0a7948a22582} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:43:22.056828 [ 269 ] {e1063b7f-ddb2-4f71-931d-0a7948a22582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:43:22.056838 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.09 00:43:22.057358 [ 269 ] {e1063b7f-ddb2-4f71-931d-0a7948a22582} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.057397 [ 269 ] {e1063b7f-ddb2-4f71-931d-0a7948a22582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.057697 [ 269 ] {e1063b7f-ddb2-4f71-931d-0a7948a22582} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:43:22.057917 [ 269 ] {e1063b7f-ddb2-4f71-931d-0a7948a22582} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.058048 [ 269 ] {e1063b7f-ddb2-4f71-931d-0a7948a22582} executeQuery: Read 211 rows, 12.27 KiB in 0.00128 sec., 164843.75 rows/sec., 9.36 MiB/sec. 2026.01.09 00:43:22.058086 [ 269 ] {e1063b7f-ddb2-4f71-931d-0a7948a22582} TCPHandler: Processed in 0.001449152 sec. 2026.01.09 00:43:22.058196 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:22.058290 [ 269 ] {bcb9b215-0aff-49b2-9846-a75fb3793e59} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:22.058328 [ 269 ] {bcb9b215-0aff-49b2-9846-a75fb3793e59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:22.059157 [ 269 ] {bcb9b215-0aff-49b2-9846-a75fb3793e59} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.059192 [ 269 ] {bcb9b215-0aff-49b2-9846-a75fb3793e59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.059520 [ 269 ] {bcb9b215-0aff-49b2-9846-a75fb3793e59} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.01.09 00:43:22.059725 [ 269 ] {bcb9b215-0aff-49b2-9846-a75fb3793e59} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.059839 [ 53 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2026.01.09 00:43:22.059852 [ 269 ] {bcb9b215-0aff-49b2-9846-a75fb3793e59} executeQuery: Read 679 rows, 48.47 KiB in 0.00158 sec., 429746.83544303797 rows/sec., 29.96 MiB/sec. 2026.01.09 00:43:22.059874 [ 53 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.059894 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.059894 [ 269 ] {bcb9b215-0aff-49b2-9846-a75fb3793e59} TCPHandler: Processed in 0.00174725 sec. 2026.01.09 00:43:22.059980 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2026.01.09 00:43:22.060012 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:22.060088 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:22.060112 [ 269 ] {54eecfb4-ce4a-433d-af35-e2f213f92650} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:43:22.060122 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1250 rows starting from the beginning of the part 2026.01.09 00:43:22.060158 [ 269 ] {54eecfb4-ce4a-433d-af35-e2f213f92650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:43:22.060194 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 105 rows starting from the beginning of the part 2026.01.09 00:43:22.060243 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:43:22.060286 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 64 rows starting from the beginning of the part 2026.01.09 00:43:22.060326 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 105 rows starting from the beginning of the part 2026.01.09 00:43:22.060365 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 679 rows starting from the beginning of the part 2026.01.09 00:43:22.060496 [ 269 ] {54eecfb4-ce4a-433d-af35-e2f213f92650} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.060535 [ 269 ] {54eecfb4-ce4a-433d-af35-e2f213f92650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.060847 [ 269 ] {54eecfb4-ce4a-433d-af35-e2f213f92650} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.09 00:43:22.061070 [ 269 ] {54eecfb4-ce4a-433d-af35-e2f213f92650} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.061202 [ 269 ] {54eecfb4-ce4a-433d-af35-e2f213f92650} executeQuery: Read 6 rows, 321.00 B in 0.001109 sec., 5410.279531109108 rows/sec., 282.67 KiB/sec. 2026.01.09 00:43:22.061238 [ 269 ] {54eecfb4-ce4a-433d-af35-e2f213f92650} TCPHandler: Processed in 0.001275786 sec. 2026.01.09 00:43:22.061346 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:22.061440 [ 269 ] {94ef4794-bd43-4ed0-82b1-6158d742b9ca} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:22.061482 [ 269 ] {94ef4794-bd43-4ed0-82b1-6158d742b9ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:22.061626 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 3340 rows, containing 5 columns (5 merged, 0 gathered) in 0.001685598 sec., 1981492.6216096603 rows/sec., 149.89 MiB/sec. 2026.01.09 00:43:22.061830 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2026.01.09 00:43:22.061970 [ 269 ] {94ef4794-bd43-4ed0-82b1-6158d742b9ca} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.062004 [ 269 ] {94ef4794-bd43-4ed0-82b1-6158d742b9ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.062087 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.062149 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_161_32} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2026.01.09 00:43:22.062232 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.09 00:43:22.062344 [ 269 ] {94ef4794-bd43-4ed0-82b1-6158d742b9ca} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.01.09 00:43:22.062550 [ 269 ] {94ef4794-bd43-4ed0-82b1-6158d742b9ca} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.062677 [ 269 ] {94ef4794-bd43-4ed0-82b1-6158d742b9ca} executeQuery: Read 314 rows, 21.12 KiB in 0.001256 sec., 250000 rows/sec., 16.42 MiB/sec. 2026.01.09 00:43:22.062714 [ 269 ] {94ef4794-bd43-4ed0-82b1-6158d742b9ca} TCPHandler: Processed in 0.0014188 sec. 2026.01.09 00:43:22.062821 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:22.062914 [ 269 ] {b3bb0f4c-3d63-4ef5-a4fd-e1e865e7c77c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:43:22.062956 [ 269 ] {b3bb0f4c-3d63-4ef5-a4fd-e1e865e7c77c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:43:22.063272 [ 269 ] {b3bb0f4c-3d63-4ef5-a4fd-e1e865e7c77c} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.063307 [ 269 ] {b3bb0f4c-3d63-4ef5-a4fd-e1e865e7c77c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.063591 [ 269 ] {b3bb0f4c-3d63-4ef5-a4fd-e1e865e7c77c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:43:22.063803 [ 269 ] {b3bb0f4c-3d63-4ef5-a4fd-e1e865e7c77c} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.063928 [ 269 ] {b3bb0f4c-3d63-4ef5-a4fd-e1e865e7c77c} executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. 2026.01.09 00:43:22.063964 [ 269 ] {b3bb0f4c-3d63-4ef5-a4fd-e1e865e7c77c} TCPHandler: Processed in 0.001192094 sec. 2026.01.09 00:43:22.064076 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:22.064171 [ 269 ] {929a6bfb-cb84-4141-a0df-a4478a542015} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:22.064211 [ 269 ] {929a6bfb-cb84-4141-a0df-a4478a542015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:22.064545 [ 269 ] {929a6bfb-cb84-4141-a0df-a4478a542015} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.064579 [ 269 ] {929a6bfb-cb84-4141-a0df-a4478a542015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.064888 [ 269 ] {929a6bfb-cb84-4141-a0df-a4478a542015} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.01.09 00:43:22.065094 [ 269 ] {929a6bfb-cb84-4141-a0df-a4478a542015} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.065206 [ 53 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2026.01.09 00:43:22.065220 [ 269 ] {929a6bfb-cb84-4141-a0df-a4478a542015} executeQuery: Read 104 rows, 6.53 KiB in 0.001067 sec., 97469.54076850983 rows/sec., 5.97 MiB/sec. 2026.01.09 00:43:22.065238 [ 53 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.065257 [ 269 ] {929a6bfb-cb84-4141-a0df-a4478a542015} TCPHandler: Processed in 0.001229465 sec. 2026.01.09 00:43:22.065258 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.065338 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2026.01.09 00:43:22.065444 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:22.065474 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 10768 rows starting from the beginning of the part 2026.01.09 00:43:22.065531 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 60 rows starting from the beginning of the part 2026.01.09 00:43:22.065578 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 80 rows starting from the beginning of the part 2026.01.09 00:43:22.065619 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 24 rows starting from the beginning of the part 2026.01.09 00:43:22.065660 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part 2026.01.09 00:43:22.065701 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 104 rows starting from the beginning of the part 2026.01.09 00:43:22.068226 [ 190 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 11096 rows, containing 4 columns (4 merged, 0 gathered) in 0.002915573 sec., 3805769.9121236205 rows/sec., 242.51 MiB/sec. 2026.01.09 00:43:22.068452 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2026.01.09 00:43:22.068683 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.068743 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_161_32} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2026.01.09 00:43:22.068797 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. 2026.01.09 00:43:22.440375 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2026.01.09 00:43:22.459095 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:22.459157 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:22.465545 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.09 00:43:22.466245 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:22.469529 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2026.01.09 00:43:23.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 396.06 MiB, peak 413.13 MiB, free memory in arenas 0.00 B, will set to 394.75 MiB (RSS), difference: -1.32 MiB 2026.01.09 00:43:25.125654 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2720 2026.01.09 00:43:25.128092 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:25.128148 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:25.129364 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:43:25.129654 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:25.130052 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2720 2026.01.09 00:43:27.040163 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:27.040353 [ 269 ] {9dfe8fd5-8bc2-40cc-9b0b-b4d6675cf4bd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:43:27.040425 [ 269 ] {9dfe8fd5-8bc2-40cc-9b0b-b4d6675cf4bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:43:27.041059 [ 269 ] {9dfe8fd5-8bc2-40cc-9b0b-b4d6675cf4bd} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:27.041111 [ 269 ] {9dfe8fd5-8bc2-40cc-9b0b-b4d6675cf4bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:27.041529 [ 269 ] {9dfe8fd5-8bc2-40cc-9b0b-b4d6675cf4bd} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.09 00:43:27.041766 [ 269 ] {9dfe8fd5-8bc2-40cc-9b0b-b4d6675cf4bd} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:27.041931 [ 269 ] {9dfe8fd5-8bc2-40cc-9b0b-b4d6675cf4bd} executeQuery: Read 2 rows, 167.00 B in 0.001624 sec., 1231.527093596059 rows/sec., 100.42 KiB/sec. 2026.01.09 00:43:27.041986 [ 269 ] {9dfe8fd5-8bc2-40cc-9b0b-b4d6675cf4bd} TCPHandler: Processed in 0.001954126 sec. 2026.01.09 00:43:27.042120 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:27.042225 [ 269 ] {81000355-23b0-4548-8aa6-dbb0f9d9cc11} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:27.042270 [ 269 ] {81000355-23b0-4548-8aa6-dbb0f9d9cc11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:27.042794 [ 269 ] {81000355-23b0-4548-8aa6-dbb0f9d9cc11} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:27.042833 [ 269 ] {81000355-23b0-4548-8aa6-dbb0f9d9cc11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:27.043167 [ 269 ] {81000355-23b0-4548-8aa6-dbb0f9d9cc11} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.01.09 00:43:27.043386 [ 269 ] {81000355-23b0-4548-8aa6-dbb0f9d9cc11} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:27.043527 [ 269 ] {81000355-23b0-4548-8aa6-dbb0f9d9cc11} executeQuery: Read 139 rows, 12.34 KiB in 0.001324 sec., 104984.89425981873 rows/sec., 9.10 MiB/sec. 2026.01.09 00:43:27.043568 [ 269 ] {81000355-23b0-4548-8aa6-dbb0f9d9cc11} TCPHandler: Processed in 0.001500793 sec. 2026.01.09 00:43:27.043682 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:27.043781 [ 269 ] {d82d4f16-ec5d-43de-bc0b-8808006b2027} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:27.043822 [ 269 ] {d82d4f16-ec5d-43de-bc0b-8808006b2027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:27.044244 [ 269 ] {d82d4f16-ec5d-43de-bc0b-8808006b2027} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:27.044282 [ 269 ] {d82d4f16-ec5d-43de-bc0b-8808006b2027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:27.044592 [ 269 ] {d82d4f16-ec5d-43de-bc0b-8808006b2027} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.09 00:43:27.044808 [ 269 ] {d82d4f16-ec5d-43de-bc0b-8808006b2027} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:27.044940 [ 269 ] {d82d4f16-ec5d-43de-bc0b-8808006b2027} executeQuery: Read 43 rows, 3.22 KiB in 0.00118 sec., 36440.67796610169 rows/sec., 2.67 MiB/sec. 2026.01.09 00:43:27.044980 [ 269 ] {d82d4f16-ec5d-43de-bc0b-8808006b2027} TCPHandler: Processed in 0.001349518 sec. 2026.01.09 00:43:27.045101 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:27.045197 [ 269 ] {5641d738-6699-4ae7-b496-caca3a93c737} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:27.045237 [ 269 ] {5641d738-6699-4ae7-b496-caca3a93c737} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:27.045680 [ 269 ] {5641d738-6699-4ae7-b496-caca3a93c737} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:27.045717 [ 269 ] {5641d738-6699-4ae7-b496-caca3a93c737} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:27.046026 [ 269 ] {5641d738-6699-4ae7-b496-caca3a93c737} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.01.09 00:43:27.046239 [ 269 ] {5641d738-6699-4ae7-b496-caca3a93c737} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:27.046366 [ 269 ] {5641d738-6699-4ae7-b496-caca3a93c737} executeQuery: Read 107 rows, 8.56 KiB in 0.001188 sec., 90067.34006734006 rows/sec., 7.04 MiB/sec. 2026.01.09 00:43:27.046406 [ 269 ] {5641d738-6699-4ae7-b496-caca3a93c737} TCPHandler: Processed in 0.001354969 sec. 2026.01.09 00:43:27.046515 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:27.046610 [ 269 ] {7d06be00-4245-43d0-8954-fa1c673b74d2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:27.046653 [ 269 ] {7d06be00-4245-43d0-8954-fa1c673b74d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:27.047080 [ 269 ] {7d06be00-4245-43d0-8954-fa1c673b74d2} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:27.047118 [ 269 ] {7d06be00-4245-43d0-8954-fa1c673b74d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:27.047461 [ 269 ] {7d06be00-4245-43d0-8954-fa1c673b74d2} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.01.09 00:43:27.047670 [ 269 ] {7d06be00-4245-43d0-8954-fa1c673b74d2} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:27.047805 [ 269 ] {7d06be00-4245-43d0-8954-fa1c673b74d2} executeQuery: Read 161 rows, 11.48 KiB in 0.001212 sec., 132838.28382838285 rows/sec., 9.25 MiB/sec. 2026.01.09 00:43:27.047843 [ 269 ] {7d06be00-4245-43d0-8954-fa1c673b74d2} TCPHandler: Processed in 0.001377 sec. 2026.01.09 00:43:27.047958 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:27.048059 [ 269 ] {2b27fb0e-ba5e-4b48-84f5-8f89aa1a43e0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:27.048115 [ 269 ] {2b27fb0e-ba5e-4b48-84f5-8f89aa1a43e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:43:27.049033 [ 269 ] {2b27fb0e-ba5e-4b48-84f5-8f89aa1a43e0} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:27.049072 [ 269 ] {2b27fb0e-ba5e-4b48-84f5-8f89aa1a43e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:27.049653 [ 269 ] {2b27fb0e-ba5e-4b48-84f5-8f89aa1a43e0} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:43:27.049881 [ 269 ] {2b27fb0e-ba5e-4b48-84f5-8f89aa1a43e0} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:27.050025 [ 269 ] {2b27fb0e-ba5e-4b48-84f5-8f89aa1a43e0} executeQuery: Read 41 rows, 75.23 KiB in 0.001984 sec., 20665.32258064516 rows/sec., 37.03 MiB/sec. 2026.01.09 00:43:27.050105 [ 269 ] {2b27fb0e-ba5e-4b48-84f5-8f89aa1a43e0} TCPHandler: Processed in 0.002195833 sec. 2026.01.09 00:43:27.050238 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:27.050357 [ 269 ] {7b127f01-7a8b-41af-a90f-b7fb0a621df6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:27.050403 [ 269 ] {7b127f01-7a8b-41af-a90f-b7fb0a621df6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:27.050773 [ 269 ] {7b127f01-7a8b-41af-a90f-b7fb0a621df6} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:27.050811 [ 269 ] {7b127f01-7a8b-41af-a90f-b7fb0a621df6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:27.051132 [ 269 ] {7b127f01-7a8b-41af-a90f-b7fb0a621df6} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.01.09 00:43:27.051351 [ 269 ] {7b127f01-7a8b-41af-a90f-b7fb0a621df6} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:27.051481 [ 269 ] {7b127f01-7a8b-41af-a90f-b7fb0a621df6} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2026.01.09 00:43:27.051519 [ 269 ] {7b127f01-7a8b-41af-a90f-b7fb0a621df6} TCPHandler: Processed in 0.001341668 sec. 2026.01.09 00:43:27.491932 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 45591 2026.01.09 00:43:27.492825 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:27.492909 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:27.493680 [ 245 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.09 00:43:27.493924 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:27.494077 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45591 2026.01.09 00:43:28.119313 [ 226 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:43:28.119364 [ 226 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:43:28.122998 [ 226 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:43:28.466294 [ 219 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:43:28.466372 [ 219 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:43:28.469201 [ 219 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:43:29.015249 [ 224 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:43:29.015310 [ 224 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:43:29.018522 [ 224 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:43:29.970573 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2026.01.09 00:43:29.987874 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:29.987935 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:29.994189 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.09 00:43:29.994897 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:29.998042 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2026.01.09 00:43:30.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 391.27 MiB, peak 413.13 MiB, free memory in arenas 0.00 B, will set to 394.75 MiB (RSS), difference: 3.48 MiB 2026.01.09 00:43:32.050064 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:32.050275 [ 269 ] {9a8b828a-8951-4412-9511-be45f26cd545} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:43:32.050337 [ 269 ] {9a8b828a-8951-4412-9511-be45f26cd545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:43:32.051189 [ 269 ] {9a8b828a-8951-4412-9511-be45f26cd545} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.051236 [ 269 ] {9a8b828a-8951-4412-9511-be45f26cd545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:32.051631 [ 269 ] {9a8b828a-8951-4412-9511-be45f26cd545} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:43:32.051866 [ 269 ] {9a8b828a-8951-4412-9511-be45f26cd545} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.052018 [ 269 ] {9a8b828a-8951-4412-9511-be45f26cd545} executeQuery: Read 410 rows, 26.63 KiB in 0.001794 sec., 228539.57636566332 rows/sec., 14.50 MiB/sec. 2026.01.09 00:43:32.052059 [ 269 ] {9a8b828a-8951-4412-9511-be45f26cd545} TCPHandler: Processed in 0.002136141 sec. 2026.01.09 00:43:32.052184 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:32.052278 [ 269 ] {9a6db0c1-6c50-437b-9cd3-71da01b2c6a4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:32.052319 [ 269 ] {9a6db0c1-6c50-437b-9cd3-71da01b2c6a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:32.053302 [ 269 ] {9a6db0c1-6c50-437b-9cd3-71da01b2c6a4} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.053339 [ 269 ] {9a6db0c1-6c50-437b-9cd3-71da01b2c6a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:32.053698 [ 269 ] {9a6db0c1-6c50-437b-9cd3-71da01b2c6a4} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.01.09 00:43:32.053907 [ 269 ] {9a6db0c1-6c50-437b-9cd3-71da01b2c6a4} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.054037 [ 269 ] {9a6db0c1-6c50-437b-9cd3-71da01b2c6a4} executeQuery: Read 1112 rows, 89.84 KiB in 0.001777 sec., 625773.7760270118 rows/sec., 49.37 MiB/sec. 2026.01.09 00:43:32.054046 [ 221 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.054075 [ 269 ] {9a6db0c1-6c50-437b-9cd3-71da01b2c6a4} TCPHandler: Processed in 0.001939115 sec. 2026.01.09 00:43:32.054086 [ 221 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.054161 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.054197 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:32.054239 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.054317 [ 269 ] {1e906613-cef5-49c9-a9d3-2ca0987a19a6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:32.054361 [ 269 ] {1e906613-cef5-49c9-a9d3-2ca0987a19a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:32.054892 [ 269 ] {1e906613-cef5-49c9-a9d3-2ca0987a19a6} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.054932 [ 269 ] {1e906613-cef5-49c9-a9d3-2ca0987a19a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:32.055260 [ 269 ] {1e906613-cef5-49c9-a9d3-2ca0987a19a6} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.09 00:43:32.055517 [ 269 ] {1e906613-cef5-49c9-a9d3-2ca0987a19a6} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.055653 [ 269 ] {1e906613-cef5-49c9-a9d3-2ca0987a19a6} executeQuery: Read 205 rows, 12.32 KiB in 0.001354 sec., 151403.2496307238 rows/sec., 8.88 MiB/sec. 2026.01.09 00:43:32.055693 [ 269 ] {1e906613-cef5-49c9-a9d3-2ca0987a19a6} TCPHandler: Processed in 0.001543744 sec. 2026.01.09 00:43:32.055809 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:32.055904 [ 269 ] {c4bd1d70-3b0d-4311-a2fa-5bf42191063d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:43:32.055946 [ 269 ] {c4bd1d70-3b0d-4311-a2fa-5bf42191063d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:43:32.056458 [ 269 ] {c4bd1d70-3b0d-4311-a2fa-5bf42191063d} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.056470 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.056498 [ 269 ] {c4bd1d70-3b0d-4311-a2fa-5bf42191063d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:32.056815 [ 269 ] {c4bd1d70-3b0d-4311-a2fa-5bf42191063d} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:43:32.057022 [ 269 ] {c4bd1d70-3b0d-4311-a2fa-5bf42191063d} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.057136 [ 71 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.09 00:43:32.057152 [ 269 ] {c4bd1d70-3b0d-4311-a2fa-5bf42191063d} executeQuery: Read 212 rows, 14.00 KiB in 0.001266 sec., 167456.5560821485 rows/sec., 10.80 MiB/sec. 2026.01.09 00:43:32.057202 [ 71 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.057212 [ 269 ] {c4bd1d70-3b0d-4311-a2fa-5bf42191063d} TCPHandler: Processed in 0.001450332 sec. 2026.01.09 00:43:32.057233 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:32.057336 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.09 00:43:32.057340 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:32.057447 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:32.057466 [ 269 ] {6208bc14-c631-426e-9789-81b67efefcb3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:43:32.057481 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 466 rows starting from the beginning of the part 2026.01.09 00:43:32.057506 [ 269 ] {6208bc14-c631-426e-9789-81b67efefcb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:43:32.057547 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 212 rows starting from the beginning of the part 2026.01.09 00:43:32.057599 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 212 rows starting from the beginning of the part 2026.01.09 00:43:32.057644 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 440 rows starting from the beginning of the part 2026.01.09 00:43:32.057691 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 212 rows starting from the beginning of the part 2026.01.09 00:43:32.057735 [ 193 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 212 rows starting from the beginning of the part 2026.01.09 00:43:32.057836 [ 221 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.057986 [ 269 ] {6208bc14-c631-426e-9789-81b67efefcb3} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.058021 [ 269 ] {6208bc14-c631-426e-9789-81b67efefcb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:32.058317 [ 269 ] {6208bc14-c631-426e-9789-81b67efefcb3} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:43:32.058518 [ 269 ] {6208bc14-c631-426e-9789-81b67efefcb3} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.058643 [ 269 ] {6208bc14-c631-426e-9789-81b67efefcb3} executeQuery: Read 211 rows, 12.27 KiB in 0.001196 sec., 176421.40468227424 rows/sec., 10.02 MiB/sec. 2026.01.09 00:43:32.058681 [ 269 ] {6208bc14-c631-426e-9789-81b67efefcb3} TCPHandler: Processed in 0.001388129 sec. 2026.01.09 00:43:32.058746 [ 190 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001449481 sec., 1210088.3005710319 rows/sec., 83.97 MiB/sec. 2026.01.09 00:43:32.058802 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:32.058930 [ 269 ] {cdfe4314-fbd0-4608-ae7f-cf3866015d01} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:32.058950 [ 192 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.09 00:43:32.059014 [ 269 ] {cdfe4314-fbd0-4608-ae7f-cf3866015d01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:32.059268 [ 192 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.059354 [ 192 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_76_15} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.09 00:43:32.059453 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.09 00:43:32.059744 [ 269 ] {cdfe4314-fbd0-4608-ae7f-cf3866015d01} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.059784 [ 269 ] {cdfe4314-fbd0-4608-ae7f-cf3866015d01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:32.060126 [ 269 ] {cdfe4314-fbd0-4608-ae7f-cf3866015d01} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.01.09 00:43:32.060332 [ 269 ] {cdfe4314-fbd0-4608-ae7f-cf3866015d01} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.060462 [ 269 ] {cdfe4314-fbd0-4608-ae7f-cf3866015d01} executeQuery: Read 679 rows, 48.47 KiB in 0.001556 sec., 436375.3213367609 rows/sec., 30.42 MiB/sec. 2026.01.09 00:43:32.060502 [ 269 ] {cdfe4314-fbd0-4608-ae7f-cf3866015d01} TCPHandler: Processed in 0.00176216 sec. 2026.01.09 00:43:32.060607 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:32.060702 [ 269 ] {67036ddc-3629-4287-9f67-7f945a25bad2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:43:32.060743 [ 269 ] {67036ddc-3629-4287-9f67-7f945a25bad2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:43:32.061070 [ 269 ] {67036ddc-3629-4287-9f67-7f945a25bad2} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.061106 [ 269 ] {67036ddc-3629-4287-9f67-7f945a25bad2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:32.061398 [ 269 ] {67036ddc-3629-4287-9f67-7f945a25bad2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.09 00:43:32.061595 [ 269 ] {67036ddc-3629-4287-9f67-7f945a25bad2} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.061722 [ 269 ] {67036ddc-3629-4287-9f67-7f945a25bad2} executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. 2026.01.09 00:43:32.061759 [ 269 ] {67036ddc-3629-4287-9f67-7f945a25bad2} TCPHandler: Processed in 0.001202294 sec. 2026.01.09 00:43:32.061869 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:32.061964 [ 269 ] {206bfe7b-2713-4fb9-acaf-65ac5c765aca} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:32.062004 [ 269 ] {206bfe7b-2713-4fb9-acaf-65ac5c765aca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:32.062436 [ 269 ] {206bfe7b-2713-4fb9-acaf-65ac5c765aca} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.062470 [ 269 ] {206bfe7b-2713-4fb9-acaf-65ac5c765aca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:32.062791 [ 269 ] {206bfe7b-2713-4fb9-acaf-65ac5c765aca} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.01.09 00:43:32.063007 [ 269 ] {206bfe7b-2713-4fb9-acaf-65ac5c765aca} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.063123 [ 48 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_158_33 to all_163_163_0 2026.01.09 00:43:32.063135 [ 269 ] {206bfe7b-2713-4fb9-acaf-65ac5c765aca} executeQuery: Read 314 rows, 21.12 KiB in 0.00119 sec., 263865.5462184874 rows/sec., 17.33 MiB/sec. 2026.01.09 00:43:32.063169 [ 48 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.063188 [ 269 ] {206bfe7b-2713-4fb9-acaf-65ac5c765aca} TCPHandler: Processed in 0.001368869 sec. 2026.01.09 00:43:32.063192 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:32.063275 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_158_33 to all_163_163_0 into Compact with storage Full 2026.01.09 00:43:32.063305 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:32.063316 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.063371 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.063375 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:32.063410 [ 269 ] {0071c012-c63a-4ef8-8d84-76a2136ee94f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:43:32.063422 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} MergeTreeSequentialSource: Reading 7 marks from part all_1_158_33, total 48813 rows starting from the beginning of the part 2026.01.09 00:43:32.063456 [ 269 ] {0071c012-c63a-4ef8-8d84-76a2136ee94f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:43:32.063477 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 64 rows starting from the beginning of the part 2026.01.09 00:43:32.063522 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 160 rows starting from the beginning of the part 2026.01.09 00:43:32.063562 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 314 rows starting from the beginning of the part 2026.01.09 00:43:32.063604 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 161 rows starting from the beginning of the part 2026.01.09 00:43:32.063647 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 314 rows starting from the beginning of the part 2026.01.09 00:43:32.063804 [ 269 ] {0071c012-c63a-4ef8-8d84-76a2136ee94f} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.063845 [ 269 ] {0071c012-c63a-4ef8-8d84-76a2136ee94f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:32.064220 [ 269 ] {0071c012-c63a-4ef8-8d84-76a2136ee94f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:43:32.064495 [ 269 ] {0071c012-c63a-4ef8-8d84-76a2136ee94f} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.064620 [ 48 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_66_14 to all_71_71_0 2026.01.09 00:43:32.064650 [ 48 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.064651 [ 269 ] {0071c012-c63a-4ef8-8d84-76a2136ee94f} executeQuery: Read 1 rows, 69.00 B in 0.001259 sec., 794.2811755361398 rows/sec., 53.52 KiB/sec. 2026.01.09 00:43:32.064668 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:32.064703 [ 269 ] {0071c012-c63a-4ef8-8d84-76a2136ee94f} TCPHandler: Processed in 0.001448632 sec. 2026.01.09 00:43:32.064749 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_14 to all_71_71_0 into Compact with storage Full 2026.01.09 00:43:32.064823 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:32.064842 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:32.064878 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_14, total 66 rows starting from the beginning of the part 2026.01.09 00:43:32.064925 [ 269 ] {0b8722ac-ca7d-409d-97c8-bdfb4accf228} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:32.064935 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part 2026.01.09 00:43:32.064977 [ 269 ] {0b8722ac-ca7d-409d-97c8-bdfb4accf228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:32.064989 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part 2026.01.09 00:43:32.065032 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part 2026.01.09 00:43:32.065068 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part 2026.01.09 00:43:32.065104 [ 192 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part 2026.01.09 00:43:32.065342 [ 269 ] {0b8722ac-ca7d-409d-97c8-bdfb4accf228} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:32.065385 [ 269 ] {0b8722ac-ca7d-409d-97c8-bdfb4accf228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:32.065743 [ 269 ] {0b8722ac-ca7d-409d-97c8-bdfb4accf228} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.01.09 00:43:32.065769 [ 224 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.065961 [ 198 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} MergeTask::MergeProjectionsStage: Merge sorted 71 rows, containing 4 columns (4 merged, 0 gathered) in 0.001241015 sec., 57211.23435252596 rows/sec., 3.75 MiB/sec. 2026.01.09 00:43:32.065981 [ 269 ] {0b8722ac-ca7d-409d-97c8-bdfb4accf228} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.066134 [ 269 ] {0b8722ac-ca7d-409d-97c8-bdfb4accf228} executeQuery: Read 104 rows, 6.53 KiB in 0.001228 sec., 84690.55374592834 rows/sec., 5.19 MiB/sec. 2026.01.09 00:43:32.066148 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} MergedBlockOutputStream: filled checksums all_1_71_15 (state Temporary) 2026.01.09 00:43:32.066179 [ 269 ] {0b8722ac-ca7d-409d-97c8-bdfb4accf228} TCPHandler: Processed in 0.00140604 sec. 2026.01.09 00:43:32.066469 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_71_15 to all_1_71_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.066554 [ 194 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_71_15} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_66_14, all_71_71_0] -> all_1_71_15 2026.01.09 00:43:32.066646 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:43:32.071974 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} MergeTask::MergeProjectionsStage: Merge sorted 49826 rows, containing 5 columns (5 merged, 0 gathered) in 0.008727859 sec., 5708845.663065822 rows/sec., 384.03 MiB/sec. 2026.01.09 00:43:32.072316 [ 191 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} MergedBlockOutputStream: filled checksums all_1_163_34 (state Temporary) 2026.01.09 00:43:32.072806 [ 191 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_163_34 to all_1_163_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:32.072938 [ 191 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_163_34} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_158_33, all_163_163_0] -> all_1_163_34 2026.01.09 00:43:32.073074 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. 2026.01.09 00:43:32.951654 [ 219 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.951708 [ 219 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:32.954288 [ 219 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:43:34.743011 [ 39 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:43:34.743082 [ 39 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:43:34.994237 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46039 2026.01.09 00:43:34.994991 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:34.995062 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:34.995662 [ 245 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.09 00:43:34.995888 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:34.996026 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46039 2026.01.09 00:43:34.996032 [ 39 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.09 00:43:34.996099 [ 39 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:34.996121 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:34.996233 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.09 00:43:34.996364 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:34.996408 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 43671 rows starting from the beginning of the part 2026.01.09 00:43:34.996474 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 448 rows starting from the beginning of the part 2026.01.09 00:43:34.996521 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 512 rows starting from the beginning of the part 2026.01.09 00:43:34.996567 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 448 rows starting from the beginning of the part 2026.01.09 00:43:34.996606 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 512 rows starting from the beginning of the part 2026.01.09 00:43:34.996648 [ 191 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 448 rows starting from the beginning of the part 2026.01.09 00:43:34.999560 [ 198 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 46039 rows, containing 4 columns (4 merged, 0 gathered) in 0.003375666 sec., 13638493.855730988 rows/sec., 195.10 MiB/sec. 2026.01.09 00:43:34.999960 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.09 00:43:35.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 401.17 MiB, peak 413.13 MiB, free memory in arenas 0.00 B, will set to 394.88 MiB (RSS), difference: -6.29 MiB 2026.01.09 00:43:35.000426 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:35.000523 [ 202 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_96_19} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.09 00:43:35.000660 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. 2026.01.09 00:43:35.003627 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003262693 sec. 2026.01.09 00:43:35.131207 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2754 2026.01.09 00:43:35.133679 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:35.133739 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:35.134968 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:43:35.135244 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:35.135413 [ 39 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.09 00:43:35.135477 [ 39 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:35.135504 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:35.135616 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.09 00:43:35.135628 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2754 2026.01.09 00:43:35.136141 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:35.136285 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2580 rows starting from the beginning of the part 2026.01.09 00:43:35.136651 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part 2026.01.09 00:43:35.136995 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 34 rows starting from the beginning of the part 2026.01.09 00:43:35.137332 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 42 rows starting from the beginning of the part 2026.01.09 00:43:35.137653 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part 2026.01.09 00:43:35.137979 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 34 rows starting from the beginning of the part 2026.01.09 00:43:35.145683 [ 202 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2754 rows, containing 72 columns (72 merged, 0 gathered) in 0.010107078 sec., 272482.3138794417 rows/sec., 205.86 MiB/sec. 2026.01.09 00:43:35.148100 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.09 00:43:35.148739 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:35.148826 [ 199 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_71_14} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.09 00:43:35.149105 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2026.01.09 00:43:36.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 388.69 MiB, peak 413.13 MiB, free memory in arenas 0.00 B, will set to 394.88 MiB (RSS), difference: 6.19 MiB 2026.01.09 00:43:37.047128 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:37.047380 [ 269 ] {280e3744-d834-4e88-84d1-bd034265f861} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:37.047476 [ 269 ] {280e3744-d834-4e88-84d1-bd034265f861} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:37.048529 [ 269 ] {280e3744-d834-4e88-84d1-bd034265f861} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:37.048595 [ 269 ] {280e3744-d834-4e88-84d1-bd034265f861} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:37.049156 [ 269 ] {280e3744-d834-4e88-84d1-bd034265f861} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.01.09 00:43:37.049480 [ 269 ] {280e3744-d834-4e88-84d1-bd034265f861} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:37.049707 [ 269 ] {280e3744-d834-4e88-84d1-bd034265f861} executeQuery: Read 138 rows, 12.27 KiB in 0.002396 sec., 57595.99332220367 rows/sec., 5.00 MiB/sec. 2026.01.09 00:43:37.049781 [ 269 ] {280e3744-d834-4e88-84d1-bd034265f861} TCPHandler: Processed in 0.002836991 sec. 2026.01.09 00:43:37.049951 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:37.050092 [ 269 ] {4513b596-cb78-46d7-ad5f-23198c3eeb4b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:37.050150 [ 269 ] {4513b596-cb78-46d7-ad5f-23198c3eeb4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:37.050709 [ 269 ] {4513b596-cb78-46d7-ad5f-23198c3eeb4b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:37.050755 [ 269 ] {4513b596-cb78-46d7-ad5f-23198c3eeb4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:37.051158 [ 269 ] {4513b596-cb78-46d7-ad5f-23198c3eeb4b} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.09 00:43:37.051434 [ 269 ] {4513b596-cb78-46d7-ad5f-23198c3eeb4b} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:37.051612 [ 269 ] {4513b596-cb78-46d7-ad5f-23198c3eeb4b} executeQuery: Read 41 rows, 3.08 KiB in 0.001551 sec., 26434.558349451967 rows/sec., 1.94 MiB/sec. 2026.01.09 00:43:37.051633 [ 70 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.09 00:43:37.051664 [ 269 ] {4513b596-cb78-46d7-ad5f-23198c3eeb4b} TCPHandler: Processed in 0.00178077 sec. 2026.01.09 00:43:37.051758 [ 70 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:37.051802 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:37.051856 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:37.051928 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.01.09 00:43:37.051988 [ 269 ] {fea1591e-dc9c-4f84-b039-d42ce4712cf2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:37.052041 [ 269 ] {fea1591e-dc9c-4f84-b039-d42ce4712cf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:37.052041 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:37.052090 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 278 rows starting from the beginning of the part 2026.01.09 00:43:37.052163 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 41 rows starting from the beginning of the part 2026.01.09 00:43:37.052219 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 205 rows starting from the beginning of the part 2026.01.09 00:43:37.052269 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 43 rows starting from the beginning of the part 2026.01.09 00:43:37.052318 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 205 rows starting from the beginning of the part 2026.01.09 00:43:37.052365 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 41 rows starting from the beginning of the part 2026.01.09 00:43:37.052627 [ 269 ] {fea1591e-dc9c-4f84-b039-d42ce4712cf2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:37.052673 [ 269 ] {fea1591e-dc9c-4f84-b039-d42ce4712cf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:37.053084 [ 269 ] {fea1591e-dc9c-4f84-b039-d42ce4712cf2} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.01.09 00:43:37.053352 [ 269 ] {fea1591e-dc9c-4f84-b039-d42ce4712cf2} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:37.053424 [ 202 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 813 rows, containing 5 columns (5 merged, 0 gathered) in 0.001538893 sec., 528301.8377496031 rows/sec., 34.87 MiB/sec. 2026.01.09 00:43:37.053515 [ 269 ] {fea1591e-dc9c-4f84-b039-d42ce4712cf2} executeQuery: Read 105 rows, 8.40 KiB in 0.001555 sec., 67524.115755627 rows/sec., 5.27 MiB/sec. 2026.01.09 00:43:37.053571 [ 269 ] {fea1591e-dc9c-4f84-b039-d42ce4712cf2} TCPHandler: Processed in 0.001777811 sec. 2026.01.09 00:43:37.053717 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:37.053758 [ 187 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.09 00:43:37.053841 [ 269 ] {d06f9465-3cb3-4e85-8e5c-e7ef7f38fb12} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:37.053909 [ 269 ] {d06f9465-3cb3-4e85-8e5c-e7ef7f38fb12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:37.054342 [ 187 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:37.054442 [ 269 ] {d06f9465-3cb3-4e85-8e5c-e7ef7f38fb12} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:37.054494 [ 269 ] {d06f9465-3cb3-4e85-8e5c-e7ef7f38fb12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:37.054504 [ 187 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_136_27} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.09 00:43:37.054667 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:43:37.054937 [ 269 ] {d06f9465-3cb3-4e85-8e5c-e7ef7f38fb12} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.01.09 00:43:37.055228 [ 269 ] {d06f9465-3cb3-4e85-8e5c-e7ef7f38fb12} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:37.055404 [ 269 ] {d06f9465-3cb3-4e85-8e5c-e7ef7f38fb12} executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. 2026.01.09 00:43:37.055451 [ 269 ] {d06f9465-3cb3-4e85-8e5c-e7ef7f38fb12} TCPHandler: Processed in 0.001795551 sec. 2026.01.09 00:43:37.055591 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:37.055712 [ 269 ] {c927a806-a02a-44a4-ba38-4ac57809e69a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:37.055783 [ 269 ] {c927a806-a02a-44a4-ba38-4ac57809e69a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:43:37.056937 [ 269 ] {c927a806-a02a-44a4-ba38-4ac57809e69a} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:37.057049 [ 269 ] {c927a806-a02a-44a4-ba38-4ac57809e69a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:37.057777 [ 269 ] {c927a806-a02a-44a4-ba38-4ac57809e69a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:43:37.058067 [ 269 ] {c927a806-a02a-44a4-ba38-4ac57809e69a} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:37.058229 [ 61 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.09 00:43:37.058253 [ 269 ] {c927a806-a02a-44a4-ba38-4ac57809e69a} executeQuery: Read 41 rows, 75.23 KiB in 0.002564 sec., 15990.639625585025 rows/sec., 28.65 MiB/sec. 2026.01.09 00:43:37.058286 [ 61 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:37.058316 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:37.058349 [ 269 ] {c927a806-a02a-44a4-ba38-4ac57809e69a} TCPHandler: Processed in 0.002821181 sec. 2026.01.09 00:43:37.058455 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.09 00:43:37.058565 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:37.058691 [ 269 ] {6c6333c6-a977-4c53-8873-7b92a68fdc19} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:37.058747 [ 269 ] {6c6333c6-a977-4c53-8873-7b92a68fdc19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:37.058928 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:37.059050 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2582 rows starting from the beginning of the part 2026.01.09 00:43:37.059210 [ 269 ] {6c6333c6-a977-4c53-8873-7b92a68fdc19} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:37.059263 [ 269 ] {6c6333c6-a977-4c53-8873-7b92a68fdc19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:37.059332 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 41 rows starting from the beginning of the part 2026.01.09 00:43:37.059577 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 41 rows starting from the beginning of the part 2026.01.09 00:43:37.059677 [ 269 ] {6c6333c6-a977-4c53-8873-7b92a68fdc19} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.01.09 00:43:37.059746 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 41 rows starting from the beginning of the part 2026.01.09 00:43:37.059916 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 41 rows starting from the beginning of the part 2026.01.09 00:43:37.059970 [ 269 ] {6c6333c6-a977-4c53-8873-7b92a68fdc19} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:37.060075 [ 202 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 41 rows starting from the beginning of the part 2026.01.09 00:43:37.060148 [ 269 ] {6c6333c6-a977-4c53-8873-7b92a68fdc19} executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec. 2026.01.09 00:43:37.060203 [ 269 ] {6c6333c6-a977-4c53-8873-7b92a68fdc19} TCPHandler: Processed in 0.001699339 sec. 2026.01.09 00:43:37.070153 [ 187 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2787 rows, containing 19 columns (19 merged, 0 gathered) in 0.011764095 sec., 236907.30141162578 rows/sec., 424.53 MiB/sec. 2026.01.09 00:43:37.073770 [ 188 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.09 00:43:37.074373 [ 188 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:37.074513 [ 188 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_71_14} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.09 00:43:37.074760 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.28 MiB. 2026.01.09 00:43:37.498170 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2026.01.09 00:43:37.517220 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:37.517290 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:37.523645 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.09 00:43:37.524413 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:37.524721 [ 61 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.09 00:43:37.524778 [ 61 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:37.524802 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.01.09 00:43:37.524942 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.09 00:43:37.527987 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2026.01.09 00:43:37.529008 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:37.530715 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part 2026.01.09 00:43:37.535612 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 7 rows starting from the beginning of the part 2026.01.09 00:43:37.540496 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2026.01.09 00:43:37.545346 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part 2026.01.09 00:43:37.550671 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2026.01.09 00:43:37.555355 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part 2026.01.09 00:43:37.624443 [ 197 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.099571804 sec., 7261.0917042338615 rows/sec., 37.55 MiB/sec. 2026.01.09 00:43:37.627369 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.09 00:43:37.629278 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:37.629357 [ 190 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_96_19} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.09 00:43:37.631406 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.01.09 00:43:39.552417 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:39.552688 [ 269 ] {02c28943-47d0-4814-b27d-8d09aef429d4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:43:39.552786 [ 269 ] {02c28943-47d0-4814-b27d-8d09aef429d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:43:39.554152 [ 269 ] {02c28943-47d0-4814-b27d-8d09aef429d4} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:39.554227 [ 269 ] {02c28943-47d0-4814-b27d-8d09aef429d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:39.554902 [ 269 ] {02c28943-47d0-4814-b27d-8d09aef429d4} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:43:39.555258 [ 269 ] {02c28943-47d0-4814-b27d-8d09aef429d4} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:39.555519 [ 269 ] {02c28943-47d0-4814-b27d-8d09aef429d4} executeQuery: Read 410 rows, 26.63 KiB in 0.002897 sec., 141525.71625819814 rows/sec., 8.98 MiB/sec. 2026.01.09 00:43:39.555617 [ 269 ] {02c28943-47d0-4814-b27d-8d09aef429d4} TCPHandler: Processed in 0.003401776 sec. 2026.01.09 00:43:39.555826 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:39.555970 [ 269 ] {a555e996-43bf-4239-b644-23e2ccf9f7fc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:39.556040 [ 269 ] {a555e996-43bf-4239-b644-23e2ccf9f7fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:39.558979 [ 269 ] {a555e996-43bf-4239-b644-23e2ccf9f7fc} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:39.559036 [ 269 ] {a555e996-43bf-4239-b644-23e2ccf9f7fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:39.559731 [ 269 ] {a555e996-43bf-4239-b644-23e2ccf9f7fc} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.01.09 00:43:39.560064 [ 269 ] {a555e996-43bf-4239-b644-23e2ccf9f7fc} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:39.560284 [ 269 ] {a555e996-43bf-4239-b644-23e2ccf9f7fc} executeQuery: Read 2252 rows, 186.40 KiB in 0.004351 sec., 517582.16501953575 rows/sec., 41.84 MiB/sec. 2026.01.09 00:43:39.560359 [ 269 ] {a555e996-43bf-4239-b644-23e2ccf9f7fc} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:43:39.560380 [ 269 ] {a555e996-43bf-4239-b644-23e2ccf9f7fc} TCPHandler: Processed in 0.004632422 sec. 2026.01.09 00:43:39.560572 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:39.560711 [ 269 ] {5c4d6b85-24b7-4b84-beba-00f893da54b9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:39.560775 [ 269 ] {5c4d6b85-24b7-4b84-beba-00f893da54b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:39.561607 [ 269 ] {5c4d6b85-24b7-4b84-beba-00f893da54b9} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:39.561659 [ 269 ] {5c4d6b85-24b7-4b84-beba-00f893da54b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:39.562116 [ 269 ] {5c4d6b85-24b7-4b84-beba-00f893da54b9} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.09 00:43:39.562461 [ 269 ] {5c4d6b85-24b7-4b84-beba-00f893da54b9} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:39.562662 [ 269 ] {5c4d6b85-24b7-4b84-beba-00f893da54b9} executeQuery: Read 205 rows, 12.32 KiB in 0.001989 sec., 103066.86777275013 rows/sec., 6.05 MiB/sec. 2026.01.09 00:43:39.562724 [ 269 ] {5c4d6b85-24b7-4b84-beba-00f893da54b9} TCPHandler: Processed in 0.002226704 sec. 2026.01.09 00:43:39.562898 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:39.563022 [ 269 ] {aa248c31-ca59-47df-b876-8dd06abb9d70} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:43:39.563081 [ 269 ] {aa248c31-ca59-47df-b876-8dd06abb9d70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:43:39.563989 [ 269 ] {aa248c31-ca59-47df-b876-8dd06abb9d70} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:39.564300 [ 269 ] {aa248c31-ca59-47df-b876-8dd06abb9d70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:39.564886 [ 269 ] {aa248c31-ca59-47df-b876-8dd06abb9d70} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:43:39.565337 [ 269 ] {aa248c31-ca59-47df-b876-8dd06abb9d70} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:39.565549 [ 269 ] {aa248c31-ca59-47df-b876-8dd06abb9d70} executeQuery: Read 440 rows, 29.81 KiB in 0.002555 sec., 172211.35029354208 rows/sec., 11.39 MiB/sec. 2026.01.09 00:43:39.565618 [ 269 ] {aa248c31-ca59-47df-b876-8dd06abb9d70} TCPHandler: Processed in 0.002783579 sec. 2026.01.09 00:43:39.565809 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:39.565942 [ 269 ] {69fb75d2-6cb2-4f2c-9252-3854b357ed57} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:43:39.566021 [ 269 ] {69fb75d2-6cb2-4f2c-9252-3854b357ed57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:43:39.566831 [ 269 ] {69fb75d2-6cb2-4f2c-9252-3854b357ed57} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:39.566882 [ 269 ] {69fb75d2-6cb2-4f2c-9252-3854b357ed57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:39.567301 [ 269 ] {69fb75d2-6cb2-4f2c-9252-3854b357ed57} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:43:39.567586 [ 269 ] {69fb75d2-6cb2-4f2c-9252-3854b357ed57} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:39.567764 [ 269 ] {69fb75d2-6cb2-4f2c-9252-3854b357ed57} executeQuery: Read 211 rows, 12.27 KiB in 0.001851 sec., 113992.43652079957 rows/sec., 6.47 MiB/sec. 2026.01.09 00:43:39.567818 [ 269 ] {69fb75d2-6cb2-4f2c-9252-3854b357ed57} TCPHandler: Processed in 0.002084149 sec. 2026.01.09 00:43:39.567995 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:39.568117 [ 269 ] {8d9227d7-3786-4768-87c6-33af83a3325a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:39.568173 [ 269 ] {8d9227d7-3786-4768-87c6-33af83a3325a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:39.569878 [ 269 ] {8d9227d7-3786-4768-87c6-33af83a3325a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:39.569933 [ 269 ] {8d9227d7-3786-4768-87c6-33af83a3325a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:39.570485 [ 269 ] {8d9227d7-3786-4768-87c6-33af83a3325a} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.01.09 00:43:39.570841 [ 269 ] {8d9227d7-3786-4768-87c6-33af83a3325a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:39.571060 [ 269 ] {8d9227d7-3786-4768-87c6-33af83a3325a} executeQuery: Read 1135 rows, 82.76 KiB in 0.002968 sec., 382412.39892183285 rows/sec., 27.23 MiB/sec. 2026.01.09 00:43:39.571123 [ 269 ] {8d9227d7-3786-4768-87c6-33af83a3325a} TCPHandler: Processed in 0.003191551 sec. 2026.01.09 00:43:39.571319 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:39.571453 [ 269 ] {14586dad-4360-4f6d-9b56-2daef9f222af} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:43:39.571520 [ 269 ] {14586dad-4360-4f6d-9b56-2daef9f222af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:43:39.572081 [ 269 ] {14586dad-4360-4f6d-9b56-2daef9f222af} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:39.572133 [ 269 ] {14586dad-4360-4f6d-9b56-2daef9f222af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:39.572594 [ 269 ] {14586dad-4360-4f6d-9b56-2daef9f222af} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.09 00:43:39.572982 [ 269 ] {14586dad-4360-4f6d-9b56-2daef9f222af} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:39.573183 [ 269 ] {14586dad-4360-4f6d-9b56-2daef9f222af} executeQuery: Read 6 rows, 321.00 B in 0.001758 sec., 3412.9692832764504 rows/sec., 178.31 KiB/sec. 2026.01.09 00:43:39.573240 [ 269 ] {14586dad-4360-4f6d-9b56-2daef9f222af} TCPHandler: Processed in 0.001990747 sec. 2026.01.09 00:43:39.573425 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:39.573553 [ 269 ] {923e9925-985a-42d1-a796-58aec566b7ad} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:39.573620 [ 269 ] {923e9925-985a-42d1-a796-58aec566b7ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:39.574707 [ 269 ] {923e9925-985a-42d1-a796-58aec566b7ad} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:39.574755 [ 269 ] {923e9925-985a-42d1-a796-58aec566b7ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:39.575349 [ 269 ] {923e9925-985a-42d1-a796-58aec566b7ad} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.01.09 00:43:39.575689 [ 269 ] {923e9925-985a-42d1-a796-58aec566b7ad} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:39.575904 [ 269 ] {923e9925-985a-42d1-a796-58aec566b7ad} executeQuery: Read 934 rows, 63.32 KiB in 0.002376 sec., 393097.6430976431 rows/sec., 26.02 MiB/sec. 2026.01.09 00:43:39.575967 [ 269 ] {923e9925-985a-42d1-a796-58aec566b7ad} TCPHandler: Processed in 0.002608255 sec. 2026.01.09 00:43:39.576164 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:39.576280 [ 269 ] {4ebab404-b8ea-4fe6-b844-fe0932b80460} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:43:39.576341 [ 269 ] {4ebab404-b8ea-4fe6-b844-fe0932b80460} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:43:39.576866 [ 269 ] {4ebab404-b8ea-4fe6-b844-fe0932b80460} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:39.576915 [ 269 ] {4ebab404-b8ea-4fe6-b844-fe0932b80460} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:39.577346 [ 269 ] {4ebab404-b8ea-4fe6-b844-fe0932b80460} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:43:39.577693 [ 269 ] {4ebab404-b8ea-4fe6-b844-fe0932b80460} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:39.577892 [ 269 ] {4ebab404-b8ea-4fe6-b844-fe0932b80460} executeQuery: Read 1 rows, 69.00 B in 0.001636 sec., 611.2469437652811 rows/sec., 41.19 KiB/sec. 2026.01.09 00:43:39.577953 [ 269 ] {4ebab404-b8ea-4fe6-b844-fe0932b80460} TCPHandler: Processed in 0.001854692 sec. 2026.01.09 00:43:39.578161 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:39.578294 [ 269 ] {bdb19cea-be61-4ad3-b278-16c0aeaf34f3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:39.578358 [ 269 ] {bdb19cea-be61-4ad3-b278-16c0aeaf34f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:39.578885 [ 269 ] {bdb19cea-be61-4ad3-b278-16c0aeaf34f3} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:39.578932 [ 269 ] {bdb19cea-be61-4ad3-b278-16c0aeaf34f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.01.09 00:43:39.579412 [ 269 ] {bdb19cea-be61-4ad3-b278-16c0aeaf34f3} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.01.09 00:43:39.579781 [ 269 ] {bdb19cea-be61-4ad3-b278-16c0aeaf34f3} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:39.579986 [ 269 ] {bdb19cea-be61-4ad3-b278-16c0aeaf34f3} executeQuery: Read 80 rows, 4.87 KiB in 0.001718 sec., 46565.77415599534 rows/sec., 2.77 MiB/sec. 2026.01.09 00:43:39.580048 [ 269 ] {bdb19cea-be61-4ad3-b278-16c0aeaf34f3} TCPHandler: Processed in 0.001955046 sec. 2026.01.09 00:43:40.371611 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53412 2026.01.09 00:43:40.371729 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.371757 [ 290 ] {} TCP-Session: 44b4b15a-b4f1-429f-a85f-38c3a749651c Authenticating user 'default' from [fd00:1122:3344:101::e]:53412 2026.01.09 00:43:40.371788 [ 290 ] {} TCP-Session: 44b4b15a-b4f1-429f-a85f-38c3a749651c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.371802 [ 290 ] {} TCP-Session: 44b4b15a-b4f1-429f-a85f-38c3a749651c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.371987 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38597 2026.01.09 00:43:40.372022 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61351 2026.01.09 00:43:40.372049 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57398 2026.01.09 00:43:40.372071 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55289 2026.01.09 00:43:40.372096 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.372103 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.372154 [ 351 ] {} TCP-Session: e551d960-9ab5-423d-8e6d-a51693331f3d Authenticating user 'default' from [fd00:1122:3344:101::e]:38597 2026.01.09 00:43:40.372167 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.372178 [ 356 ] {} TCP-Session: 9c9011e5-3e79-47a0-abc3-930df5b3fb20 Authenticating user 'default' from [fd00:1122:3344:101::e]:61351 2026.01.09 00:43:40.372179 [ 351 ] {} TCP-Session: e551d960-9ab5-423d-8e6d-a51693331f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372183 [ 290 ] {} TCP-Session: 44b4b15a-b4f1-429f-a85f-38c3a749651c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:40.372212 [ 351 ] {} TCP-Session: e551d960-9ab5-423d-8e6d-a51693331f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372211 [ 356 ] {} TCP-Session: 9c9011e5-3e79-47a0-abc3-930df5b3fb20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372203 [ 357 ] {} TCP-Session: 3b3abba7-b679-4b8d-abe6-22dbd96b42b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:57398 2026.01.09 00:43:40.372254 [ 356 ] {} TCP-Session: 9c9011e5-3e79-47a0-abc3-930df5b3fb20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372286 [ 357 ] {} TCP-Session: 3b3abba7-b679-4b8d-abe6-22dbd96b42b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372195 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.372312 [ 357 ] {} TCP-Session: 3b3abba7-b679-4b8d-abe6-22dbd96b42b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372102 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42579 2026.01.09 00:43:40.372347 [ 358 ] {} TCP-Session: 2f60755a-5bdf-438d-ae1c-fb13407c5ad4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55289 2026.01.09 00:43:40.372098 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33279 2026.01.09 00:43:40.372400 [ 358 ] {} TCP-Session: 2f60755a-5bdf-438d-ae1c-fb13407c5ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372425 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.372451 [ 358 ] {} TCP-Session: 2f60755a-5bdf-438d-ae1c-fb13407c5ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372465 [ 364 ] {} TCP-Session: a8d738b1-b09e-4d8b-bc92-39e71daa2713 Authenticating user 'default' from [fd00:1122:3344:101::e]:42579 2026.01.09 00:43:40.372498 [ 364 ] {} TCP-Session: a8d738b1-b09e-4d8b-bc92-39e71daa2713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372505 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.372518 [ 364 ] {} TCP-Session: a8d738b1-b09e-4d8b-bc92-39e71daa2713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372064 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55483 2026.01.09 00:43:40.372549 [ 363 ] {} TCP-Session: 6d94a354-48a6-469a-9491-ca6486316252 Authenticating user 'default' from [fd00:1122:3344:101::e]:33279 2026.01.09 00:43:40.372098 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58379 2026.01.09 00:43:40.372607 [ 363 ] {} TCP-Session: 6d94a354-48a6-469a-9491-ca6486316252 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372397 [ 290 ] {0838e308-c70a-4717-a7ed-0c210aada6e9} executeQuery: (from [fd00:1122:3344:101::e]:53412) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:43:40.372633 [ 363 ] {} TCP-Session: 6d94a354-48a6-469a-9491-ca6486316252 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.372916 [ 290 ] {0838e308-c70a-4717-a7ed-0c210aada6e9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:43:40.372979 [ 290 ] {0838e308-c70a-4717-a7ed-0c210aada6e9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:43:40.373150 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.373181 [ 359 ] {} TCP-Session: 89109c45-73ae-452d-879f-c509231a59e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:55483 2026.01.09 00:43:40.373198 [ 359 ] {} TCP-Session: 89109c45-73ae-452d-879f-c509231a59e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.373211 [ 359 ] {} TCP-Session: 89109c45-73ae-452d-879f-c509231a59e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.373304 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.373312 [ 290 ] {0838e308-c70a-4717-a7ed-0c210aada6e9} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:43:40.373342 [ 360 ] {} TCP-Session: 5711b8b9-f1f9-4a0a-b42b-4944768b9480 Authenticating user 'default' from [fd00:1122:3344:101::e]:58379 2026.01.09 00:43:40.373370 [ 360 ] {} TCP-Session: 5711b8b9-f1f9-4a0a-b42b-4944768b9480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.373385 [ 360 ] {} TCP-Session: 5711b8b9-f1f9-4a0a-b42b-4944768b9480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.374454 [ 349 ] {0838e308-c70a-4717-a7ed-0c210aada6e9} AggregatingTransform: Aggregating 2026.01.09 00:43:40.374492 [ 349 ] {0838e308-c70a-4717-a7ed-0c210aada6e9} Aggregator: Aggregation method: without_key 2026.01.09 00:43:40.374528 [ 349 ] {0838e308-c70a-4717-a7ed-0c210aada6e9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001087131 sec. (919.852 rows/sec., 35.93 KiB/sec.) 2026.01.09 00:43:40.374547 [ 349 ] {0838e308-c70a-4717-a7ed-0c210aada6e9} Aggregator: Merging aggregated data 2026.01.09 00:43:40.375827 [ 290 ] {0838e308-c70a-4717-a7ed-0c210aada6e9} executeQuery: Read 1 rows, 40.00 B in 0.003497 sec., 285.9593937660852 rows/sec., 11.17 KiB/sec. 2026.01.09 00:43:40.375948 [ 290 ] {0838e308-c70a-4717-a7ed-0c210aada6e9} TCPHandler: Processed in 0.003944312 sec. 2026.01.09 00:43:40.376066 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.376092 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.376101 [ 290 ] {} TCP-Session: 44b4b15a-b4f1-429f-a85f-38c3a749651c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.376116 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.376123 [ 364 ] {} TCP-Session: a8d738b1-b09e-4d8b-bc92-39e71daa2713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.376136 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.376154 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.376173 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.376192 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.376215 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.376234 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.376262 [ 358 ] {} TCP-Session: 2f60755a-5bdf-438d-ae1c-fb13407c5ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.376283 [ 357 ] {} TCP-Session: 3b3abba7-b679-4b8d-abe6-22dbd96b42b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.376302 [ 360 ] {} TCP-Session: 5711b8b9-f1f9-4a0a-b42b-4944768b9480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.376211 [ 356 ] {} TCP-Session: 9c9011e5-3e79-47a0-abc3-930df5b3fb20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.376185 [ 351 ] {} TCP-Session: e551d960-9ab5-423d-8e6d-a51693331f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.376237 [ 363 ] {} TCP-Session: 6d94a354-48a6-469a-9491-ca6486316252 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.376153 [ 359 ] {} TCP-Session: 89109c45-73ae-452d-879f-c509231a59e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.404360 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51129 2026.01.09 00:43:40.404450 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.404476 [ 290 ] {} TCP-Session: fc411da7-a373-4d18-bf24-66edaf2cdb58 Authenticating user 'default' from [fd00:1122:3344:101::e]:51129 2026.01.09 00:43:40.404498 [ 290 ] {} TCP-Session: fc411da7-a373-4d18-bf24-66edaf2cdb58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.404511 [ 290 ] {} TCP-Session: fc411da7-a373-4d18-bf24-66edaf2cdb58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.404668 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42421 2026.01.09 00:43:40.404674 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37084 2026.01.09 00:43:40.404728 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64079 2026.01.09 00:43:40.404738 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36404 2026.01.09 00:43:40.404751 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38243 2026.01.09 00:43:40.404804 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50710 2026.01.09 00:43:40.404825 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.404830 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.404786 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.404868 [ 357 ] {} TCP-Session: 6fad0643-f8da-49ad-92d0-a9fc3d04a13c Authenticating user 'default' from [fd00:1122:3344:101::e]:64079 2026.01.09 00:43:40.404880 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.404907 [ 351 ] {} TCP-Session: 549b3190-0d6b-4122-add3-4fa93afd2f05 Authenticating user 'default' from [fd00:1122:3344:101::e]:42421 2026.01.09 00:43:40.404924 [ 357 ] {} TCP-Session: 6fad0643-f8da-49ad-92d0-a9fc3d04a13c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.404934 [ 364 ] {} TCP-Session: 8c3a853a-da11-479b-a9e5-5af75b3c3713 Authenticating user 'default' from [fd00:1122:3344:101::e]:50710 2026.01.09 00:43:40.404942 [ 351 ] {} TCP-Session: 549b3190-0d6b-4122-add3-4fa93afd2f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.404955 [ 357 ] {} TCP-Session: 6fad0643-f8da-49ad-92d0-a9fc3d04a13c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.404968 [ 364 ] {} TCP-Session: 8c3a853a-da11-479b-a9e5-5af75b3c3713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.404986 [ 351 ] {} TCP-Session: 549b3190-0d6b-4122-add3-4fa93afd2f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.405013 [ 364 ] {} TCP-Session: 8c3a853a-da11-479b-a9e5-5af75b3c3713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.404868 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.404784 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55510 2026.01.09 00:43:40.405063 [ 360 ] {} TCP-Session: 8b964caf-a1af-4f8f-a457-e093ba4db2af Authenticating user 'default' from [fd00:1122:3344:101::e]:38243 2026.01.09 00:43:40.404750 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.405093 [ 360 ] {} TCP-Session: 8b964caf-a1af-4f8f-a457-e093ba4db2af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.405112 [ 356 ] {} TCP-Session: c98427b5-8982-46c7-9fc6-36e04f64f50d Authenticating user 'default' from [fd00:1122:3344:101::e]:37084 2026.01.09 00:43:40.405114 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.405126 [ 360 ] {} TCP-Session: 8b964caf-a1af-4f8f-a457-e093ba4db2af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.405141 [ 356 ] {} TCP-Session: c98427b5-8982-46c7-9fc6-36e04f64f50d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.405154 [ 363 ] {} TCP-Session: 8540cdb7-b078-4d5a-813a-e118e1142d80 Authenticating user 'default' from [fd00:1122:3344:101::e]:55510 2026.01.09 00:43:40.405172 [ 356 ] {} TCP-Session: c98427b5-8982-46c7-9fc6-36e04f64f50d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.405188 [ 363 ] {} TCP-Session: 8540cdb7-b078-4d5a-813a-e118e1142d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.404731 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52913 2026.01.09 00:43:40.405213 [ 363 ] {} TCP-Session: 8540cdb7-b078-4d5a-813a-e118e1142d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.404878 [ 359 ] {} TCP-Session: 349ce102-2c3d-4643-ba73-61080ff120a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:36404 2026.01.09 00:43:40.404869 [ 290 ] {} TCP-Session: fc411da7-a373-4d18-bf24-66edaf2cdb58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:40.405286 [ 359 ] {} TCP-Session: 349ce102-2c3d-4643-ba73-61080ff120a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.405287 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.405313 [ 359 ] {} TCP-Session: 349ce102-2c3d-4643-ba73-61080ff120a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.405339 [ 358 ] {} TCP-Session: e576bbfa-340c-4bca-beae-ec477275195c Authenticating user 'default' from [fd00:1122:3344:101::e]:52913 2026.01.09 00:43:40.405365 [ 358 ] {} TCP-Session: e576bbfa-340c-4bca-beae-ec477275195c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.405378 [ 358 ] {} TCP-Session: e576bbfa-340c-4bca-beae-ec477275195c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.405466 [ 290 ] {b9a37af8-c4df-41e6-bc2b-00a2c8274de9} executeQuery: (from [fd00:1122:3344:101::e]:51129) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:43:40.405716 [ 290 ] {b9a37af8-c4df-41e6-bc2b-00a2c8274de9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:43:40.405770 [ 290 ] {b9a37af8-c4df-41e6-bc2b-00a2c8274de9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:43:40.406052 [ 290 ] {b9a37af8-c4df-41e6-bc2b-00a2c8274de9} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:43:40.407041 [ 311 ] {b9a37af8-c4df-41e6-bc2b-00a2c8274de9} AggregatingTransform: Aggregating 2026.01.09 00:43:40.407082 [ 311 ] {b9a37af8-c4df-41e6-bc2b-00a2c8274de9} Aggregator: Aggregation method: without_key 2026.01.09 00:43:40.407118 [ 311 ] {b9a37af8-c4df-41e6-bc2b-00a2c8274de9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000967537 sec. (1033.552 rows/sec., 40.37 KiB/sec.) 2026.01.09 00:43:40.407137 [ 311 ] {b9a37af8-c4df-41e6-bc2b-00a2c8274de9} Aggregator: Merging aggregated data 2026.01.09 00:43:40.408647 [ 290 ] {b9a37af8-c4df-41e6-bc2b-00a2c8274de9} executeQuery: Read 1 rows, 40.00 B in 0.003241 sec., 308.54674483184203 rows/sec., 12.05 KiB/sec. 2026.01.09 00:43:40.408801 [ 290 ] {b9a37af8-c4df-41e6-bc2b-00a2c8274de9} TCPHandler: Processed in 0.004059485 sec. 2026.01.09 00:43:40.408913 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.408939 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.408943 [ 290 ] {} TCP-Session: fc411da7-a373-4d18-bf24-66edaf2cdb58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.408959 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.408985 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.409010 [ 351 ] {} TCP-Session: 549b3190-0d6b-4122-add3-4fa93afd2f05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.409025 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.409044 [ 356 ] {} TCP-Session: c98427b5-8982-46c7-9fc6-36e04f64f50d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.409034 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.409064 [ 364 ] {} TCP-Session: 8c3a853a-da11-479b-a9e5-5af75b3c3713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.409071 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.409101 [ 357 ] {} TCP-Session: 6fad0643-f8da-49ad-92d0-a9fc3d04a13c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.409005 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.409127 [ 360 ] {} TCP-Session: 8b964caf-a1af-4f8f-a457-e093ba4db2af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.408988 [ 363 ] {} TCP-Session: 8540cdb7-b078-4d5a-813a-e118e1142d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.409176 [ 358 ] {} TCP-Session: e576bbfa-340c-4bca-beae-ec477275195c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.409056 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.409253 [ 359 ] {} TCP-Session: 349ce102-2c3d-4643-ba73-61080ff120a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.477481 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36134 2026.01.09 00:43:40.477586 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.477613 [ 357 ] {} TCP-Session: dc2073cd-e03b-4426-abe5-4f87f2da633e Authenticating user 'default' from [fd00:1122:3344:101::e]:36134 2026.01.09 00:43:40.477634 [ 357 ] {} TCP-Session: dc2073cd-e03b-4426-abe5-4f87f2da633e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.477647 [ 357 ] {} TCP-Session: dc2073cd-e03b-4426-abe5-4f87f2da633e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.477855 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64158 2026.01.09 00:43:40.477880 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42993 2026.01.09 00:43:40.477913 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65423 2026.01.09 00:43:40.477943 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46317 2026.01.09 00:43:40.477937 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39167 2026.01.09 00:43:40.477965 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.477896 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60991 2026.01.09 00:43:40.478022 [ 358 ] {} TCP-Session: b0bf1ffa-6014-4ea4-bd6b-1f1815efa7b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64158 2026.01.09 00:43:40.478048 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.478075 [ 358 ] {} TCP-Session: b0bf1ffa-6014-4ea4-bd6b-1f1815efa7b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478074 [ 357 ] {} TCP-Session: dc2073cd-e03b-4426-abe5-4f87f2da633e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:40.478098 [ 358 ] {} TCP-Session: b0bf1ffa-6014-4ea4-bd6b-1f1815efa7b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478102 [ 351 ] {} TCP-Session: 102041e7-d9b7-4338-9b5e-08f877c27679 Authenticating user 'default' from [fd00:1122:3344:101::e]:39167 2026.01.09 00:43:40.478121 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.477900 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43803 2026.01.09 00:43:40.478173 [ 360 ] {} TCP-Session: 3332885a-4af9-4d19-acce-f282533d0208 Authenticating user 'default' from [fd00:1122:3344:101::e]:60991 2026.01.09 00:43:40.478155 [ 351 ] {} TCP-Session: 102041e7-d9b7-4338-9b5e-08f877c27679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478207 [ 360 ] {} TCP-Session: 3332885a-4af9-4d19-acce-f282533d0208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478222 [ 351 ] {} TCP-Session: 102041e7-d9b7-4338-9b5e-08f877c27679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478237 [ 360 ] {} TCP-Session: 3332885a-4af9-4d19-acce-f282533d0208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478245 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.478013 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.478285 [ 363 ] {} TCP-Session: 461aeb04-9984-40f4-b57c-098c4a632bd2 Authenticating user 'default' from [fd00:1122:3344:101::e]:43803 2026.01.09 00:43:40.478291 [ 357 ] {eda37ce8-a2f5-4f34-9067-399c97cf37cb} executeQuery: (from [fd00:1122:3344:101::e]:36134) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:43:40.478315 [ 359 ] {} TCP-Session: ba566dac-4c01-46e5-bf6c-63e5288d0a87 Authenticating user 'default' from [fd00:1122:3344:101::e]:42993 2026.01.09 00:43:40.478328 [ 363 ] {} TCP-Session: 461aeb04-9984-40f4-b57c-098c4a632bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478361 [ 359 ] {} TCP-Session: ba566dac-4c01-46e5-bf6c-63e5288d0a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478381 [ 363 ] {} TCP-Session: 461aeb04-9984-40f4-b57c-098c4a632bd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478397 [ 359 ] {} TCP-Session: ba566dac-4c01-46e5-bf6c-63e5288d0a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478012 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.477908 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37665 2026.01.09 00:43:40.478451 [ 356 ] {} TCP-Session: 64895f06-b7f1-4302-ac6b-6299f836e80d Authenticating user 'default' from [fd00:1122:3344:101::e]:46317 2026.01.09 00:43:40.478012 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.478492 [ 356 ] {} TCP-Session: 64895f06-b7f1-4302-ac6b-6299f836e80d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478510 [ 290 ] {} TCP-Session: 6bf4c099-398e-41d2-9b9b-76f49b8b7f8f Authenticating user 'default' from [fd00:1122:3344:101::e]:65423 2026.01.09 00:43:40.478512 [ 356 ] {} TCP-Session: 64895f06-b7f1-4302-ac6b-6299f836e80d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478524 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:43:40.478529 [ 290 ] {} TCP-Session: 6bf4c099-398e-41d2-9b9b-76f49b8b7f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478554 [ 364 ] {} TCP-Session: 520a71f8-81d8-4ae5-a02d-606d1dd30a1d Authenticating user 'default' from [fd00:1122:3344:101::e]:37665 2026.01.09 00:43:40.478558 [ 290 ] {} TCP-Session: 6bf4c099-398e-41d2-9b9b-76f49b8b7f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478574 [ 364 ] {} TCP-Session: 520a71f8-81d8-4ae5-a02d-606d1dd30a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478588 [ 364 ] {} TCP-Session: 520a71f8-81d8-4ae5-a02d-606d1dd30a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.478663 [ 357 ] {eda37ce8-a2f5-4f34-9067-399c97cf37cb} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:43:40.478727 [ 357 ] {eda37ce8-a2f5-4f34-9067-399c97cf37cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:43:40.479042 [ 357 ] {eda37ce8-a2f5-4f34-9067-399c97cf37cb} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:43:40.480269 [ 334 ] {eda37ce8-a2f5-4f34-9067-399c97cf37cb} AggregatingTransform: Aggregating 2026.01.09 00:43:40.480312 [ 334 ] {eda37ce8-a2f5-4f34-9067-399c97cf37cb} Aggregator: Aggregation method: without_key 2026.01.09 00:43:40.480350 [ 334 ] {eda37ce8-a2f5-4f34-9067-399c97cf37cb} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001204805 sec. (830.010 rows/sec., 32.42 KiB/sec.) 2026.01.09 00:43:40.480369 [ 334 ] {eda37ce8-a2f5-4f34-9067-399c97cf37cb} Aggregator: Merging aggregated data 2026.01.09 00:43:40.481750 [ 357 ] {eda37ce8-a2f5-4f34-9067-399c97cf37cb} executeQuery: Read 1 rows, 40.00 B in 0.003522 sec., 283.9295854628052 rows/sec., 11.09 KiB/sec. 2026.01.09 00:43:40.481952 [ 357 ] {eda37ce8-a2f5-4f34-9067-399c97cf37cb} TCPHandler: Processed in 0.004037564 sec. 2026.01.09 00:43:40.482080 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.482110 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.482112 [ 357 ] {} TCP-Session: dc2073cd-e03b-4426-abe5-4f87f2da633e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.482131 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.482151 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.482166 [ 360 ] {} TCP-Session: 3332885a-4af9-4d19-acce-f282533d0208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.482180 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.482209 [ 363 ] {} TCP-Session: 461aeb04-9984-40f4-b57c-098c4a632bd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.482224 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.482239 [ 356 ] {} TCP-Session: 64895f06-b7f1-4302-ac6b-6299f836e80d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.482253 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.482287 [ 358 ] {} TCP-Session: b0bf1ffa-6014-4ea4-bd6b-1f1815efa7b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.482193 [ 359 ] {} TCP-Session: ba566dac-4c01-46e5-bf6c-63e5288d0a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.482323 [ 351 ] {} TCP-Session: 102041e7-d9b7-4338-9b5e-08f877c27679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.482167 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.482235 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:43:40.482380 [ 364 ] {} TCP-Session: 520a71f8-81d8-4ae5-a02d-606d1dd30a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:40.482392 [ 290 ] {} TCP-Session: 6bf4c099-398e-41d2-9b9b-76f49b8b7f8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:43:42.033422 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:42.033604 [ 269 ] {8354f77b-7895-467e-ab4b-1f938bff5ec9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:42.033673 [ 269 ] {8354f77b-7895-467e-ab4b-1f938bff5ec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:42.034379 [ 269 ] {8354f77b-7895-467e-ab4b-1f938bff5ec9} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:42.034433 [ 269 ] {8354f77b-7895-467e-ab4b-1f938bff5ec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:42.034845 [ 269 ] {8354f77b-7895-467e-ab4b-1f938bff5ec9} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.01.09 00:43:42.035074 [ 269 ] {8354f77b-7895-467e-ab4b-1f938bff5ec9} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:42.035267 [ 63 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2026.01.09 00:43:42.035280 [ 269 ] {8354f77b-7895-467e-ab4b-1f938bff5ec9} executeQuery: Read 56 rows, 4.41 KiB in 0.001721 sec., 32539.22138291691 rows/sec., 2.50 MiB/sec. 2026.01.09 00:43:42.035336 [ 63 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:42.035363 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:42.035370 [ 269 ] {8354f77b-7895-467e-ab4b-1f938bff5ec9} TCPHandler: Processed in 0.002076939 sec. 2026.01.09 00:43:42.035503 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2026.01.09 00:43:42.035511 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:42.035665 [ 269 ] {571f4bbe-42cd-420c-a5cd-7b7cae1ef492} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:42.035670 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:42.035715 [ 269 ] {571f4bbe-42cd-420c-a5cd-7b7cae1ef492} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:42.035722 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 2466 rows starting from the beginning of the part 2026.01.09 00:43:42.035809 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 139 rows starting from the beginning of the part 2026.01.09 00:43:42.035857 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:43:42.035903 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 138 rows starting from the beginning of the part 2026.01.09 00:43:42.035950 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:43:42.035992 [ 190 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 56 rows starting from the beginning of the part 2026.01.09 00:43:42.036218 [ 269 ] {571f4bbe-42cd-420c-a5cd-7b7cae1ef492} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:42.036262 [ 269 ] {571f4bbe-42cd-420c-a5cd-7b7cae1ef492} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:42.036612 [ 269 ] {571f4bbe-42cd-420c-a5cd-7b7cae1ef492} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.01.09 00:43:42.036844 [ 269 ] {571f4bbe-42cd-420c-a5cd-7b7cae1ef492} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:42.036999 [ 63 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2026.01.09 00:43:42.037009 [ 269 ] {571f4bbe-42cd-420c-a5cd-7b7cae1ef492} executeQuery: Read 64 rows, 5.12 KiB in 0.00137 sec., 46715.32846715329 rows/sec., 3.65 MiB/sec. 2026.01.09 00:43:42.037039 [ 63 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:42.037067 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:42.037079 [ 269 ] {571f4bbe-42cd-420c-a5cd-7b7cae1ef492} TCPHandler: Processed in 0.001625877 sec. 2026.01.09 00:43:42.037155 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2026.01.09 00:43:42.037210 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:42.037253 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:42.037284 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1250 rows starting from the beginning of the part 2026.01.09 00:43:42.037310 [ 269 ] {22a56bee-7aa8-4350-9a40-c3c84996e927} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:42.037345 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 107 rows starting from the beginning of the part 2026.01.09 00:43:42.037355 [ 269 ] {22a56bee-7aa8-4350-9a40-c3c84996e927} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:42.037394 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 679 rows starting from the beginning of the part 2026.01.09 00:43:42.037440 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 105 rows starting from the beginning of the part 2026.01.09 00:43:42.037483 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:43:42.037533 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 64 rows starting from the beginning of the part 2026.01.09 00:43:42.037746 [ 269 ] {22a56bee-7aa8-4350-9a40-c3c84996e927} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:42.037782 [ 269 ] {22a56bee-7aa8-4350-9a40-c3c84996e927} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:42.038082 [ 192 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 6163 rows, containing 5 columns (5 merged, 0 gathered) in 0.002643545 sec., 2331339.1676706844 rows/sec., 198.00 MiB/sec. 2026.01.09 00:43:42.038129 [ 269 ] {22a56bee-7aa8-4350-9a40-c3c84996e927} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.01.09 00:43:42.038374 [ 269 ] {22a56bee-7aa8-4350-9a40-c3c84996e927} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:42.038378 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2026.01.09 00:43:42.038528 [ 269 ] {22a56bee-7aa8-4350-9a40-c3c84996e927} executeQuery: Read 64 rows, 4.56 KiB in 0.001239 sec., 51654.5601291364 rows/sec., 3.60 MiB/sec. 2026.01.09 00:43:42.038575 [ 269 ] {22a56bee-7aa8-4350-9a40-c3c84996e927} TCPHandler: Processed in 0.00141758 sec. 2026.01.09 00:43:42.038687 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:42.038704 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:42.038772 [ 194 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_166_33} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2026.01.09 00:43:42.038808 [ 269 ] {3dd12d7f-d218-405e-bef5-0ef183337429} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:42.038856 [ 269 ] {3dd12d7f-d218-405e-bef5-0ef183337429} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:42.038866 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2026.01.09 00:43:42.039112 [ 197 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 3340 rows, containing 5 columns (5 merged, 0 gathered) in 0.001996157 sec., 1673215.0827815647 rows/sec., 126.57 MiB/sec. 2026.01.09 00:43:42.039220 [ 269 ] {3dd12d7f-d218-405e-bef5-0ef183337429} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:42.039256 [ 269 ] {3dd12d7f-d218-405e-bef5-0ef183337429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:42.039341 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2026.01.09 00:43:42.039612 [ 269 ] {3dd12d7f-d218-405e-bef5-0ef183337429} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.01.09 00:43:42.039697 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:42.039800 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_166_33} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2026.01.09 00:43:42.039873 [ 269 ] {3dd12d7f-d218-405e-bef5-0ef183337429} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:42.039904 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.01.09 00:43:42.040013 [ 63 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2026.01.09 00:43:42.040019 [ 269 ] {3dd12d7f-d218-405e-bef5-0ef183337429} executeQuery: Read 24 rows, 1.66 KiB in 0.001231 sec., 19496.344435418356 rows/sec., 1.31 MiB/sec. 2026.01.09 00:43:42.040055 [ 63 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:42.040079 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:42.040079 [ 269 ] {3dd12d7f-d218-405e-bef5-0ef183337429} TCPHandler: Processed in 0.001431231 sec. 2026.01.09 00:43:42.040155 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2026.01.09 00:43:42.040255 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:42.040285 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 11096 rows starting from the beginning of the part 2026.01.09 00:43:42.040337 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 60 rows starting from the beginning of the part 2026.01.09 00:43:42.040382 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 104 rows starting from the beginning of the part 2026.01.09 00:43:42.040425 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 60 rows starting from the beginning of the part 2026.01.09 00:43:42.040463 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 80 rows starting from the beginning of the part 2026.01.09 00:43:42.040500 [ 194 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 24 rows starting from the beginning of the part 2026.01.09 00:43:42.043107 [ 192 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 11424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002983495 sec., 3829066.246130796 rows/sec., 243.97 MiB/sec. 2026.01.09 00:43:42.043382 [ 192 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2026.01.09 00:43:42.043668 [ 192 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:42.043745 [ 192 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_166_33} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2026.01.09 00:43:42.043828 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. 2026.01.09 00:43:42.496195 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 46551 2026.01.09 00:43:42.496846 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:42.496895 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:42.497412 [ 245 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.09 00:43:42.497658 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:42.497812 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46551 2026.01.09 00:43:45.028049 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2026.01.09 00:43:45.046951 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:45.047018 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:45.053383 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.09 00:43:45.054130 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:45.057444 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2026.01.09 00:43:45.135860 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2800 2026.01.09 00:43:45.138754 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:45.138820 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:45.140207 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:43:45.140506 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:45.140933 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2800 2026.01.09 00:43:47.042109 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:47.042305 [ 269 ] {8dfcee6c-bff2-4418-b219-d759328cc00e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:47.042379 [ 269 ] {8dfcee6c-bff2-4418-b219-d759328cc00e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:47.043201 [ 269 ] {8dfcee6c-bff2-4418-b219-d759328cc00e} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:47.043245 [ 269 ] {8dfcee6c-bff2-4418-b219-d759328cc00e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:47.043655 [ 269 ] {8dfcee6c-bff2-4418-b219-d759328cc00e} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2026.01.09 00:43:47.043913 [ 269 ] {8dfcee6c-bff2-4418-b219-d759328cc00e} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:47.044075 [ 269 ] {8dfcee6c-bff2-4418-b219-d759328cc00e} executeQuery: Read 160 rows, 14.35 KiB in 0.001822 sec., 87815.58726673985 rows/sec., 7.69 MiB/sec. 2026.01.09 00:43:47.044131 [ 269 ] {8dfcee6c-bff2-4418-b219-d759328cc00e} TCPHandler: Processed in 0.002162022 sec. 2026.01.09 00:43:47.044257 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:47.044363 [ 269 ] {6be1182f-af4b-4165-84f6-a038e9fcaceb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:47.044409 [ 269 ] {6be1182f-af4b-4165-84f6-a038e9fcaceb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:47.044848 [ 269 ] {6be1182f-af4b-4165-84f6-a038e9fcaceb} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:47.044883 [ 269 ] {6be1182f-af4b-4165-84f6-a038e9fcaceb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:47.045199 [ 269 ] {6be1182f-af4b-4165-84f6-a038e9fcaceb} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.09 00:43:47.045410 [ 269 ] {6be1182f-af4b-4165-84f6-a038e9fcaceb} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:47.045542 [ 269 ] {6be1182f-af4b-4165-84f6-a038e9fcaceb} executeQuery: Read 52 rows, 3.91 KiB in 0.001204 sec., 43189.36877076412 rows/sec., 3.17 MiB/sec. 2026.01.09 00:43:47.045582 [ 269 ] {6be1182f-af4b-4165-84f6-a038e9fcaceb} TCPHandler: Processed in 0.001378459 sec. 2026.01.09 00:43:47.045687 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:47.045785 [ 269 ] {9d40364f-b2a1-413d-b25d-d75f062f6a95} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:47.045826 [ 269 ] {9d40364f-b2a1-413d-b25d-d75f062f6a95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:47.046270 [ 269 ] {9d40364f-b2a1-413d-b25d-d75f062f6a95} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:47.046305 [ 269 ] {9d40364f-b2a1-413d-b25d-d75f062f6a95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:47.046630 [ 269 ] {9d40364f-b2a1-413d-b25d-d75f062f6a95} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2026.01.09 00:43:47.046848 [ 269 ] {9d40364f-b2a1-413d-b25d-d75f062f6a95} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:47.046974 [ 269 ] {9d40364f-b2a1-413d-b25d-d75f062f6a95} executeQuery: Read 122 rows, 9.79 KiB in 0.00121 sec., 100826.44628099175 rows/sec., 7.90 MiB/sec. 2026.01.09 00:43:47.047018 [ 269 ] {9d40364f-b2a1-413d-b25d-d75f062f6a95} TCPHandler: Processed in 0.001382519 sec. 2026.01.09 00:43:47.047133 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:47.047231 [ 269 ] {f2a7ba51-e572-4171-9b8a-869293c1c5a0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:47.047275 [ 269 ] {f2a7ba51-e572-4171-9b8a-869293c1c5a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:47.047696 [ 269 ] {f2a7ba51-e572-4171-9b8a-869293c1c5a0} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:47.047730 [ 269 ] {f2a7ba51-e572-4171-9b8a-869293c1c5a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:47.048156 [ 269 ] {f2a7ba51-e572-4171-9b8a-869293c1c5a0} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2026.01.09 00:43:47.048371 [ 269 ] {f2a7ba51-e572-4171-9b8a-869293c1c5a0} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:47.048502 [ 269 ] {f2a7ba51-e572-4171-9b8a-869293c1c5a0} executeQuery: Read 160 rows, 11.41 KiB in 0.001291 sec., 123934.93415956623 rows/sec., 8.63 MiB/sec. 2026.01.09 00:43:47.048538 [ 269 ] {f2a7ba51-e572-4171-9b8a-869293c1c5a0} TCPHandler: Processed in 0.001456402 sec. 2026.01.09 00:43:47.048650 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:47.048746 [ 269 ] {d2ffd90f-21e0-428e-a4f5-9f25e3cac2a0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:47.048801 [ 269 ] {d2ffd90f-21e0-428e-a4f5-9f25e3cac2a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:43:47.049765 [ 269 ] {d2ffd90f-21e0-428e-a4f5-9f25e3cac2a0} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:47.049798 [ 269 ] {d2ffd90f-21e0-428e-a4f5-9f25e3cac2a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:47.050396 [ 269 ] {d2ffd90f-21e0-428e-a4f5-9f25e3cac2a0} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:43:47.050626 [ 269 ] {d2ffd90f-21e0-428e-a4f5-9f25e3cac2a0} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:47.050763 [ 269 ] {d2ffd90f-21e0-428e-a4f5-9f25e3cac2a0} executeQuery: Read 52 rows, 95.42 KiB in 0.002035 sec., 25552.825552825554 rows/sec., 45.79 MiB/sec. 2026.01.09 00:43:47.050824 [ 269 ] {d2ffd90f-21e0-428e-a4f5-9f25e3cac2a0} TCPHandler: Processed in 0.002225733 sec. 2026.01.09 00:43:47.050941 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:47.051037 [ 269 ] {bd10a2f0-6b01-4db2-ba8d-59375a4dfad5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.09 00:43:47.051080 [ 269 ] {bd10a2f0-6b01-4db2-ba8d-59375a4dfad5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.09 00:43:47.051398 [ 269 ] {bd10a2f0-6b01-4db2-ba8d-59375a4dfad5} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:47.051431 [ 269 ] {bd10a2f0-6b01-4db2-ba8d-59375a4dfad5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:47.051735 [ 269 ] {bd10a2f0-6b01-4db2-ba8d-59375a4dfad5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.09 00:43:47.051938 [ 269 ] {bd10a2f0-6b01-4db2-ba8d-59375a4dfad5} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:47.052063 [ 269 ] {bd10a2f0-6b01-4db2-ba8d-59375a4dfad5} executeQuery: Read 9 rows, 709.00 B in 0.001045 sec., 8612.44019138756 rows/sec., 662.57 KiB/sec. 2026.01.09 00:43:47.052099 [ 269 ] {bd10a2f0-6b01-4db2-ba8d-59375a4dfad5} TCPHandler: Processed in 0.001209925 sec. 2026.01.09 00:43:47.052211 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:47.052307 [ 269 ] {d660ba3f-fe75-4392-9dba-57db82318d3c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:47.052348 [ 269 ] {d660ba3f-fe75-4392-9dba-57db82318d3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:47.052692 [ 269 ] {d660ba3f-fe75-4392-9dba-57db82318d3c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:47.052727 [ 269 ] {d660ba3f-fe75-4392-9dba-57db82318d3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.73 GiB. 2026.01.09 00:43:47.053109 [ 269 ] {d660ba3f-fe75-4392-9dba-57db82318d3c} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2026.01.09 00:43:47.053327 [ 269 ] {d660ba3f-fe75-4392-9dba-57db82318d3c} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:47.053457 [ 269 ] {d660ba3f-fe75-4392-9dba-57db82318d3c} executeQuery: Read 60 rows, 4.14 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.46 MiB/sec. 2026.01.09 00:43:47.053493 [ 269 ] {d660ba3f-fe75-4392-9dba-57db82318d3c} TCPHandler: Processed in 0.001333789 sec. 2026.01.09 00:43:49.743119 [ 120 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:43:49.743172 [ 120 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:43:49.998909 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46999 2026.01.09 00:43:49.999425 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:49.999462 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:49.999960 [ 245 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.09 00:43:50.000205 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:50.000338 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46999 2026.01.09 00:43:50.033167 [ 221 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Found 5 old parts to remove. Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:43:50.033225 [ 221 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 5 parts from filesystem (serially): Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:43:50.037158 [ 221 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 5 parts from memory: Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:43:51.192276 [ 226 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Found 5 old parts to remove. Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:43:51.192327 [ 226 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 5 parts from filesystem (serially): Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:43:51.194593 [ 226 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 5 parts from memory: Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:43:51.382580 [ 225 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Found 5 old parts to remove. Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:43:51.382644 [ 225 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 5 parts from filesystem (serially): Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:43:51.385800 [ 225 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 5 parts from memory: Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:43:52.048818 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:52.049018 [ 269 ] {9cf5ad2b-73c7-421f-b9a8-84ea5b772a76} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:43:52.049088 [ 269 ] {9cf5ad2b-73c7-421f-b9a8-84ea5b772a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:43:52.050122 [ 269 ] {9cf5ad2b-73c7-421f-b9a8-84ea5b772a76} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.050160 [ 269 ] {9cf5ad2b-73c7-421f-b9a8-84ea5b772a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.050570 [ 269 ] {9cf5ad2b-73c7-421f-b9a8-84ea5b772a76} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:43:52.050803 [ 269 ] {9cf5ad2b-73c7-421f-b9a8-84ea5b772a76} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.050955 [ 269 ] {9cf5ad2b-73c7-421f-b9a8-84ea5b772a76} executeQuery: Read 410 rows, 26.63 KiB in 0.001989 sec., 206133.73554550027 rows/sec., 13.08 MiB/sec. 2026.01.09 00:43:52.051008 [ 269 ] {9cf5ad2b-73c7-421f-b9a8-84ea5b772a76} TCPHandler: Processed in 0.002323146 sec. 2026.01.09 00:43:52.051135 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:52.051237 [ 269 ] {027d6033-da94-47b3-94c7-08207bae845b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:52.051281 [ 269 ] {027d6033-da94-47b3-94c7-08207bae845b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:52.052595 [ 269 ] {027d6033-da94-47b3-94c7-08207bae845b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.052630 [ 269 ] {027d6033-da94-47b3-94c7-08207bae845b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.053005 [ 269 ] {027d6033-da94-47b3-94c7-08207bae845b} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2026.01.09 00:43:52.053220 [ 269 ] {027d6033-da94-47b3-94c7-08207bae845b} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.053351 [ 269 ] {027d6033-da94-47b3-94c7-08207bae845b} executeQuery: Read 1112 rows, 89.84 KiB in 0.002135 sec., 520843.0913348946 rows/sec., 41.09 MiB/sec. 2026.01.09 00:43:52.053390 [ 269 ] {027d6033-da94-47b3-94c7-08207bae845b} TCPHandler: Processed in 0.002308416 sec. 2026.01.09 00:43:52.053507 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:52.053605 [ 269 ] {d96dddc9-6755-4a92-84ac-2cb053b32741} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:52.053646 [ 269 ] {d96dddc9-6755-4a92-84ac-2cb053b32741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:52.054171 [ 269 ] {d96dddc9-6755-4a92-84ac-2cb053b32741} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.054204 [ 269 ] {d96dddc9-6755-4a92-84ac-2cb053b32741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.054516 [ 269 ] {d96dddc9-6755-4a92-84ac-2cb053b32741} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.09 00:43:52.054725 [ 269 ] {d96dddc9-6755-4a92-84ac-2cb053b32741} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.054856 [ 269 ] {d96dddc9-6755-4a92-84ac-2cb053b32741} executeQuery: Read 205 rows, 12.32 KiB in 0.001272 sec., 161163.5220125786 rows/sec., 9.46 MiB/sec. 2026.01.09 00:43:52.054894 [ 269 ] {d96dddc9-6755-4a92-84ac-2cb053b32741} TCPHandler: Processed in 0.00143901 sec. 2026.01.09 00:43:52.054997 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:52.055094 [ 269 ] {b7b78627-95e2-4720-8f40-e0a6ccfa44a2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:43:52.055134 [ 269 ] {b7b78627-95e2-4720-8f40-e0a6ccfa44a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:43:52.055653 [ 269 ] {b7b78627-95e2-4720-8f40-e0a6ccfa44a2} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.055687 [ 269 ] {b7b78627-95e2-4720-8f40-e0a6ccfa44a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.055995 [ 269 ] {b7b78627-95e2-4720-8f40-e0a6ccfa44a2} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:43:52.056216 [ 269 ] {b7b78627-95e2-4720-8f40-e0a6ccfa44a2} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.056345 [ 269 ] {b7b78627-95e2-4720-8f40-e0a6ccfa44a2} executeQuery: Read 212 rows, 14.00 KiB in 0.00127 sec., 166929.1338582677 rows/sec., 10.77 MiB/sec. 2026.01.09 00:43:52.056385 [ 269 ] {b7b78627-95e2-4720-8f40-e0a6ccfa44a2} TCPHandler: Processed in 0.001437431 sec. 2026.01.09 00:43:52.056487 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:52.056582 [ 269 ] {41ffdaaa-0446-4d47-a8a8-709f375cf695} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:43:52.056621 [ 269 ] {41ffdaaa-0446-4d47-a8a8-709f375cf695} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:43:52.057143 [ 269 ] {41ffdaaa-0446-4d47-a8a8-709f375cf695} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.057176 [ 269 ] {41ffdaaa-0446-4d47-a8a8-709f375cf695} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.057478 [ 269 ] {41ffdaaa-0446-4d47-a8a8-709f375cf695} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:43:52.057692 [ 269 ] {41ffdaaa-0446-4d47-a8a8-709f375cf695} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.057821 [ 269 ] {41ffdaaa-0446-4d47-a8a8-709f375cf695} executeQuery: Read 211 rows, 12.27 KiB in 0.001257 sec., 167859.98408910102 rows/sec., 9.53 MiB/sec. 2026.01.09 00:43:52.057859 [ 269 ] {41ffdaaa-0446-4d47-a8a8-709f375cf695} TCPHandler: Processed in 0.00142175 sec. 2026.01.09 00:43:52.057961 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:52.058055 [ 269 ] {c2c9c522-8247-4ab5-9bce-ca1a91257a61} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:52.058093 [ 269 ] {c2c9c522-8247-4ab5-9bce-ca1a91257a61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:52.058887 [ 269 ] {c2c9c522-8247-4ab5-9bce-ca1a91257a61} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.058921 [ 269 ] {c2c9c522-8247-4ab5-9bce-ca1a91257a61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.059259 [ 269 ] {c2c9c522-8247-4ab5-9bce-ca1a91257a61} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2026.01.09 00:43:52.059471 [ 269 ] {c2c9c522-8247-4ab5-9bce-ca1a91257a61} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.059599 [ 269 ] {c2c9c522-8247-4ab5-9bce-ca1a91257a61} executeQuery: Read 679 rows, 48.47 KiB in 0.001563 sec., 434420.9852847089 rows/sec., 30.28 MiB/sec. 2026.01.09 00:43:52.059637 [ 269 ] {c2c9c522-8247-4ab5-9bce-ca1a91257a61} TCPHandler: Processed in 0.001725698 sec. 2026.01.09 00:43:52.059747 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:52.059842 [ 269 ] {76f9643f-9628-4455-8d2c-175ef0b77b87} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:43:52.059884 [ 269 ] {76f9643f-9628-4455-8d2c-175ef0b77b87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:43:52.060218 [ 269 ] {76f9643f-9628-4455-8d2c-175ef0b77b87} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.060251 [ 269 ] {76f9643f-9628-4455-8d2c-175ef0b77b87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.060553 [ 269 ] {76f9643f-9628-4455-8d2c-175ef0b77b87} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.09 00:43:52.060768 [ 269 ] {76f9643f-9628-4455-8d2c-175ef0b77b87} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.060895 [ 269 ] {76f9643f-9628-4455-8d2c-175ef0b77b87} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2026.01.09 00:43:52.060930 [ 269 ] {76f9643f-9628-4455-8d2c-175ef0b77b87} TCPHandler: Processed in 0.001233365 sec. 2026.01.09 00:43:52.061036 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:52.061136 [ 269 ] {2cc79e0b-d29c-4062-ac82-be1092fbf060} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:52.061179 [ 269 ] {2cc79e0b-d29c-4062-ac82-be1092fbf060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:52.061659 [ 269 ] {2cc79e0b-d29c-4062-ac82-be1092fbf060} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.061693 [ 269 ] {2cc79e0b-d29c-4062-ac82-be1092fbf060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.062035 [ 269 ] {2cc79e0b-d29c-4062-ac82-be1092fbf060} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2026.01.09 00:43:52.062254 [ 269 ] {2cc79e0b-d29c-4062-ac82-be1092fbf060} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.062382 [ 117 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 6 parts from all_1_163_34 to all_168_168_0 2026.01.09 00:43:52.062387 [ 269 ] {2cc79e0b-d29c-4062-ac82-be1092fbf060} executeQuery: Read 314 rows, 21.12 KiB in 0.001271 sec., 247049.56726986624 rows/sec., 16.23 MiB/sec. 2026.01.09 00:43:52.062424 [ 117 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.062441 [ 269 ] {2cc79e0b-d29c-4062-ac82-be1092fbf060} TCPHandler: Processed in 0.001455881 sec. 2026.01.09 00:43:52.062446 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.062544 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:52.062555 [ 225 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:52.062561 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_163_34 to all_168_168_0 into Compact with storage Full 2026.01.09 00:43:52.062581 [ 225 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:52.062640 [ 269 ] {cb14d24a-fe61-43d3-b7d9-f05692b6414a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:43:52.062682 [ 269 ] {cb14d24a-fe61-43d3-b7d9-f05692b6414a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:43:52.062731 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:43:52.062775 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} MergeTreeSequentialSource: Reading 8 marks from part all_1_163_34, total 49826 rows starting from the beginning of the part 2026.01.09 00:43:52.062850 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 160 rows starting from the beginning of the part 2026.01.09 00:43:52.062903 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 934 rows starting from the beginning of the part 2026.01.09 00:43:52.062950 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 64 rows starting from the beginning of the part 2026.01.09 00:43:52.062991 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 160 rows starting from the beginning of the part 2026.01.09 00:43:52.062996 [ 269 ] {cb14d24a-fe61-43d3-b7d9-f05692b6414a} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.063031 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 314 rows starting from the beginning of the part 2026.01.09 00:43:52.063040 [ 269 ] {cb14d24a-fe61-43d3-b7d9-f05692b6414a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.063368 [ 269 ] {cb14d24a-fe61-43d3-b7d9-f05692b6414a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:43:52.063602 [ 269 ] {cb14d24a-fe61-43d3-b7d9-f05692b6414a} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.063735 [ 269 ] {cb14d24a-fe61-43d3-b7d9-f05692b6414a} executeQuery: Read 1 rows, 69.00 B in 0.001113 sec., 898.4725965858041 rows/sec., 60.54 KiB/sec. 2026.01.09 00:43:52.063771 [ 269 ] {cb14d24a-fe61-43d3-b7d9-f05692b6414a} TCPHandler: Processed in 0.001277176 sec. 2026.01.09 00:43:52.063872 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:52.063967 [ 269 ] {bdb30173-944b-4b1c-b399-9a2823d4ac8a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:52.064009 [ 269 ] {bdb30173-944b-4b1c-b399-9a2823d4ac8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:52.064349 [ 269 ] {bdb30173-944b-4b1c-b399-9a2823d4ac8a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.064383 [ 269 ] {bdb30173-944b-4b1c-b399-9a2823d4ac8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.064740 [ 269 ] {bdb30173-944b-4b1c-b399-9a2823d4ac8a} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2026.01.09 00:43:52.065011 [ 269 ] {bdb30173-944b-4b1c-b399-9a2823d4ac8a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.065147 [ 269 ] {bdb30173-944b-4b1c-b399-9a2823d4ac8a} executeQuery: Read 104 rows, 6.53 KiB in 0.001197 sec., 86883.87635756057 rows/sec., 5.32 MiB/sec. 2026.01.09 00:43:52.065190 [ 269 ] {bdb30173-944b-4b1c-b399-9a2823d4ac8a} TCPHandler: Processed in 0.001366559 sec. 2026.01.09 00:43:52.066277 [ 225 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:52.072221 [ 193 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} MergeTask::MergeProjectionsStage: Merge sorted 51458 rows, containing 5 columns (5 merged, 0 gathered) in 0.009715367 sec., 5296557.505238865 rows/sec., 356.23 MiB/sec. 2026.01.09 00:43:52.072734 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} MergedBlockOutputStream: filled checksums all_1_168_35 (state Temporary) 2026.01.09 00:43:52.073077 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_168_35 to all_1_168_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.073161 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_168_35} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 6 parts: [all_1_163_34, all_168_168_0] -> all_1_168_35 2026.01.09 00:43:52.073264 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2026.01.09 00:43:52.388776 [ 220 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:52.388834 [ 220 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:52.392591 [ 220 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:52.558358 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2026.01.09 00:43:52.576987 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:52.577030 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:52.584362 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.09 00:43:52.585480 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:52.589480 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2026.01.09 00:43:53.070558 [ 222 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:43:53.070613 [ 222 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:43:53.073282 [ 222 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:43:53.299058 [ 221 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:53.299116 [ 221 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:53.303149 [ 221 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.01.09 00:43:53.362765 [ 219 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:53.362823 [ 219 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:53.366338 [ 219 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:53.416588 [ 221 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:53.416633 [ 221 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:53.419665 [ 221 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:43:55.142060 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2834 2026.01.09 00:43:55.144516 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:55.144575 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:55.145835 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:43:55.146132 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:55.146510 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2834 2026.01.09 00:43:57.041591 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:57.041777 [ 269 ] {a8de574a-531e-4395-8a5c-4af83759bf50} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:43:57.041848 [ 269 ] {a8de574a-531e-4395-8a5c-4af83759bf50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:43:57.042503 [ 269 ] {a8de574a-531e-4395-8a5c-4af83759bf50} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:57.042557 [ 269 ] {a8de574a-531e-4395-8a5c-4af83759bf50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:57.042958 [ 269 ] {a8de574a-531e-4395-8a5c-4af83759bf50} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.09 00:43:57.043199 [ 269 ] {a8de574a-531e-4395-8a5c-4af83759bf50} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:57.043369 [ 269 ] {a8de574a-531e-4395-8a5c-4af83759bf50} executeQuery: Read 14 rows, 1.14 KiB in 0.001641 sec., 8531.383302864107 rows/sec., 695.67 KiB/sec. 2026.01.09 00:43:57.043427 [ 269 ] {a8de574a-531e-4395-8a5c-4af83759bf50} TCPHandler: Processed in 0.001973646 sec. 2026.01.09 00:43:57.043586 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:57.043722 [ 269 ] {0cd6fe8e-98e4-48e3-8f77-95c5c537bdcf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:43:57.043777 [ 269 ] {0cd6fe8e-98e4-48e3-8f77-95c5c537bdcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:43:57.044455 [ 269 ] {0cd6fe8e-98e4-48e3-8f77-95c5c537bdcf} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:57.044502 [ 269 ] {0cd6fe8e-98e4-48e3-8f77-95c5c537bdcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:57.044909 [ 269 ] {0cd6fe8e-98e4-48e3-8f77-95c5c537bdcf} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2026.01.09 00:43:57.045165 [ 269 ] {0cd6fe8e-98e4-48e3-8f77-95c5c537bdcf} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:57.045308 [ 269 ] {0cd6fe8e-98e4-48e3-8f77-95c5c537bdcf} executeQuery: Read 173 rows, 15.43 KiB in 0.001617 sec., 106988.24984539271 rows/sec., 9.32 MiB/sec. 2026.01.09 00:43:57.045349 [ 269 ] {0cd6fe8e-98e4-48e3-8f77-95c5c537bdcf} TCPHandler: Processed in 0.001831932 sec. 2026.01.09 00:43:57.045463 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:57.045564 [ 269 ] {595a7040-557b-4325-80cd-ec6ffc058d4f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:43:57.045607 [ 269 ] {595a7040-557b-4325-80cd-ec6ffc058d4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:43:57.046048 [ 269 ] {595a7040-557b-4325-80cd-ec6ffc058d4f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:57.046085 [ 269 ] {595a7040-557b-4325-80cd-ec6ffc058d4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:57.046404 [ 269 ] {595a7040-557b-4325-80cd-ec6ffc058d4f} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.09 00:43:57.046655 [ 269 ] {595a7040-557b-4325-80cd-ec6ffc058d4f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:57.046788 [ 269 ] {595a7040-557b-4325-80cd-ec6ffc058d4f} executeQuery: Read 69 rows, 5.11 KiB in 0.001247 sec., 55332.79871692061 rows/sec., 4.00 MiB/sec. 2026.01.09 00:43:57.046828 [ 269 ] {595a7040-557b-4325-80cd-ec6ffc058d4f} TCPHandler: Processed in 0.00141702 sec. 2026.01.09 00:43:57.046947 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:57.047046 [ 269 ] {866fe788-cf05-414e-b2c6-a273f9ff35ac} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:43:57.047086 [ 269 ] {866fe788-cf05-414e-b2c6-a273f9ff35ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:43:57.047587 [ 269 ] {866fe788-cf05-414e-b2c6-a273f9ff35ac} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:57.047625 [ 269 ] {866fe788-cf05-414e-b2c6-a273f9ff35ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:57.047943 [ 269 ] {866fe788-cf05-414e-b2c6-a273f9ff35ac} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2026.01.09 00:43:57.048161 [ 269 ] {866fe788-cf05-414e-b2c6-a273f9ff35ac} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:57.048292 [ 269 ] {866fe788-cf05-414e-b2c6-a273f9ff35ac} executeQuery: Read 139 rows, 11.12 KiB in 0.001266 sec., 109794.62875197473 rows/sec., 8.57 MiB/sec. 2026.01.09 00:43:57.048331 [ 269 ] {866fe788-cf05-414e-b2c6-a273f9ff35ac} TCPHandler: Processed in 0.001434561 sec. 2026.01.09 00:43:57.048439 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:57.048535 [ 269 ] {f5b568c7-7b01-4f66-a81f-95d4de669db0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:57.048580 [ 269 ] {f5b568c7-7b01-4f66-a81f-95d4de669db0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:43:57.048994 [ 269 ] {f5b568c7-7b01-4f66-a81f-95d4de669db0} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:57.049030 [ 269 ] {f5b568c7-7b01-4f66-a81f-95d4de669db0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:57.049370 [ 269 ] {f5b568c7-7b01-4f66-a81f-95d4de669db0} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2026.01.09 00:43:57.049582 [ 269 ] {f5b568c7-7b01-4f66-a81f-95d4de669db0} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:57.049716 [ 269 ] {f5b568c7-7b01-4f66-a81f-95d4de669db0} executeQuery: Read 167 rows, 11.90 KiB in 0.001199 sec., 139282.73561301085 rows/sec., 9.70 MiB/sec. 2026.01.09 00:43:57.049754 [ 269 ] {f5b568c7-7b01-4f66-a81f-95d4de669db0} TCPHandler: Processed in 0.001365099 sec. 2026.01.09 00:43:57.049862 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:57.049958 [ 269 ] {4b1bd633-a224-46e9-af61-25a0cad2bd3b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:43:57.050018 [ 269 ] {4b1bd633-a224-46e9-af61-25a0cad2bd3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:43:57.051001 [ 269 ] {4b1bd633-a224-46e9-af61-25a0cad2bd3b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:57.051038 [ 269 ] {4b1bd633-a224-46e9-af61-25a0cad2bd3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:57.051640 [ 269 ] {4b1bd633-a224-46e9-af61-25a0cad2bd3b} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:43:57.051911 [ 269 ] {4b1bd633-a224-46e9-af61-25a0cad2bd3b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:57.052053 [ 269 ] {4b1bd633-a224-46e9-af61-25a0cad2bd3b} executeQuery: Read 55 rows, 100.92 KiB in 0.002113 sec., 26029.342167534312 rows/sec., 46.64 MiB/sec. 2026.01.09 00:43:57.052128 [ 269 ] {4b1bd633-a224-46e9-af61-25a0cad2bd3b} TCPHandler: Processed in 0.002315656 sec. 2026.01.09 00:43:57.052242 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:57.052535 [ 269 ] {9ec2d529-37ab-4ce6-8c7c-fc4a836424eb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.09 00:43:57.052577 [ 269 ] {9ec2d529-37ab-4ce6-8c7c-fc4a836424eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.09 00:43:57.052901 [ 269 ] {9ec2d529-37ab-4ce6-8c7c-fc4a836424eb} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:57.052937 [ 269 ] {9ec2d529-37ab-4ce6-8c7c-fc4a836424eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:57.053237 [ 269 ] {9ec2d529-37ab-4ce6-8c7c-fc4a836424eb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.09 00:43:57.053457 [ 269 ] {9ec2d529-37ab-4ce6-8c7c-fc4a836424eb} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:57.053588 [ 269 ] {9ec2d529-37ab-4ce6-8c7c-fc4a836424eb} executeQuery: Read 6 rows, 405.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 368.60 KiB/sec. 2026.01.09 00:43:57.053626 [ 269 ] {9ec2d529-37ab-4ce6-8c7c-fc4a836424eb} TCPHandler: Processed in 0.001434551 sec. 2026.01.09 00:43:57.053732 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:43:57.053828 [ 269 ] {52ea0ad4-c568-49cd-99df-f19970eb1cad} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:43:57.053868 [ 269 ] {52ea0ad4-c568-49cd-99df-f19970eb1cad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:43:57.054214 [ 269 ] {52ea0ad4-c568-49cd-99df-f19970eb1cad} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:57.054258 [ 269 ] {52ea0ad4-c568-49cd-99df-f19970eb1cad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:57.054584 [ 269 ] {52ea0ad4-c568-49cd-99df-f19970eb1cad} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2026.01.09 00:43:57.054795 [ 269 ] {52ea0ad4-c568-49cd-99df-f19970eb1cad} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:57.054926 [ 269 ] {52ea0ad4-c568-49cd-99df-f19970eb1cad} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.01.09 00:43:57.054963 [ 269 ] {52ea0ad4-c568-49cd-99df-f19970eb1cad} TCPHandler: Processed in 0.001281217 sec. 2026.01.09 00:43:57.500499 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47511 2026.01.09 00:43:57.501167 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:43:57.501219 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:43:57.501834 [ 245 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.09 00:43:57.502135 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:43:57.502335 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47511 2026.01.09 00:44:00.089690 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2026.01.09 00:44:00.109343 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:00.109413 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:00.116064 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.09 00:44:00.117205 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:00.121055 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2026.01.09 00:44:02.050988 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:02.051184 [ 269 ] {7cf82d1c-3a7e-4bac-86fa-b287ae6dba89} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:44:02.051257 [ 269 ] {7cf82d1c-3a7e-4bac-86fa-b287ae6dba89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:44:02.052128 [ 269 ] {7cf82d1c-3a7e-4bac-86fa-b287ae6dba89} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.052176 [ 269 ] {7cf82d1c-3a7e-4bac-86fa-b287ae6dba89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.052591 [ 269 ] {7cf82d1c-3a7e-4bac-86fa-b287ae6dba89} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:44:02.052824 [ 269 ] {7cf82d1c-3a7e-4bac-86fa-b287ae6dba89} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.052999 [ 269 ] {7cf82d1c-3a7e-4bac-86fa-b287ae6dba89} executeQuery: Read 410 rows, 26.63 KiB in 0.001867 sec., 219603.6422067488 rows/sec., 13.93 MiB/sec. 2026.01.09 00:44:02.053053 [ 269 ] {7cf82d1c-3a7e-4bac-86fa-b287ae6dba89} TCPHandler: Processed in 0.002205753 sec. 2026.01.09 00:44:02.053185 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:02.053291 [ 269 ] {43a08a40-2e24-4a19-85a3-8d4ffbd1b1dd} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:02.053335 [ 269 ] {43a08a40-2e24-4a19-85a3-8d4ffbd1b1dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:02.054322 [ 269 ] {43a08a40-2e24-4a19-85a3-8d4ffbd1b1dd} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.054358 [ 269 ] {43a08a40-2e24-4a19-85a3-8d4ffbd1b1dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.054731 [ 269 ] {43a08a40-2e24-4a19-85a3-8d4ffbd1b1dd} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2026.01.09 00:44:02.054939 [ 269 ] {43a08a40-2e24-4a19-85a3-8d4ffbd1b1dd} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.055081 [ 269 ] {43a08a40-2e24-4a19-85a3-8d4ffbd1b1dd} executeQuery: Read 1112 rows, 89.84 KiB in 0.001814 sec., 613009.9228224917 rows/sec., 48.37 MiB/sec. 2026.01.09 00:44:02.055119 [ 269 ] {43a08a40-2e24-4a19-85a3-8d4ffbd1b1dd} TCPHandler: Processed in 0.001988717 sec. 2026.01.09 00:44:02.055234 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:02.055332 [ 269 ] {a1879891-d682-4dc3-a5b2-7d2f027959a1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:02.055374 [ 269 ] {a1879891-d682-4dc3-a5b2-7d2f027959a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:02.055864 [ 269 ] {a1879891-d682-4dc3-a5b2-7d2f027959a1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.055898 [ 269 ] {a1879891-d682-4dc3-a5b2-7d2f027959a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.056205 [ 269 ] {a1879891-d682-4dc3-a5b2-7d2f027959a1} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.09 00:44:02.056410 [ 269 ] {a1879891-d682-4dc3-a5b2-7d2f027959a1} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.056542 [ 269 ] {a1879891-d682-4dc3-a5b2-7d2f027959a1} executeQuery: Read 205 rows, 12.32 KiB in 0.001231 sec., 166531.27538586513 rows/sec., 9.77 MiB/sec. 2026.01.09 00:44:02.056556 [ 100 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.09 00:44:02.056581 [ 269 ] {a1879891-d682-4dc3-a5b2-7d2f027959a1} TCPHandler: Processed in 0.001398899 sec. 2026.01.09 00:44:02.056623 [ 100 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.056649 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.056713 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:02.056773 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.01.09 00:44:02.056814 [ 269 ] {2d99d05b-907c-4618-bd05-bba58c06c8bb} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:44:02.056860 [ 269 ] {2d99d05b-907c-4618-bd05-bba58c06c8bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:44:02.056924 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:02.056962 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 278 rows starting from the beginning of the part 2026.01.09 00:44:02.057029 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 205 rows starting from the beginning of the part 2026.01.09 00:44:02.057074 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 52 rows starting from the beginning of the part 2026.01.09 00:44:02.057115 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 205 rows starting from the beginning of the part 2026.01.09 00:44:02.057159 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 69 rows starting from the beginning of the part 2026.01.09 00:44:02.057201 [ 199 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 205 rows starting from the beginning of the part 2026.01.09 00:44:02.057356 [ 269 ] {2d99d05b-907c-4618-bd05-bba58c06c8bb} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.057398 [ 269 ] {2d99d05b-907c-4618-bd05-bba58c06c8bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.057730 [ 269 ] {2d99d05b-907c-4618-bd05-bba58c06c8bb} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:44:02.057954 [ 269 ] {2d99d05b-907c-4618-bd05-bba58c06c8bb} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.058089 [ 269 ] {2d99d05b-907c-4618-bd05-bba58c06c8bb} executeQuery: Read 212 rows, 14.00 KiB in 0.001294 sec., 163833.07573415764 rows/sec., 10.57 MiB/sec. 2026.01.09 00:44:02.058128 [ 269 ] {2d99d05b-907c-4618-bd05-bba58c06c8bb} TCPHandler: Processed in 0.001465611 sec. 2026.01.09 00:44:02.058199 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 1014 rows, containing 5 columns (5 merged, 0 gathered) in 0.001482292 sec., 684075.7421614635 rows/sec., 44.59 MiB/sec. 2026.01.09 00:44:02.058230 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:02.058335 [ 269 ] {9eeb2f0d-afa8-4fee-9d8b-4bd99dfc23bc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:44:02.058374 [ 269 ] {9eeb2f0d-afa8-4fee-9d8b-4bd99dfc23bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:44:02.058395 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.09 00:44:02.058698 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.058776 [ 193 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_141_28} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.09 00:44:02.058860 [ 269 ] {9eeb2f0d-afa8-4fee-9d8b-4bd99dfc23bc} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.058864 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:44:02.058896 [ 269 ] {9eeb2f0d-afa8-4fee-9d8b-4bd99dfc23bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.059208 [ 269 ] {9eeb2f0d-afa8-4fee-9d8b-4bd99dfc23bc} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.09 00:44:02.059414 [ 269 ] {9eeb2f0d-afa8-4fee-9d8b-4bd99dfc23bc} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.059526 [ 100 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 6 parts from all_1_68_15 to all_73_73_0 2026.01.09 00:44:02.059544 [ 269 ] {9eeb2f0d-afa8-4fee-9d8b-4bd99dfc23bc} executeQuery: Read 211 rows, 12.27 KiB in 0.001228 sec., 171824.1042345277 rows/sec., 9.76 MiB/sec. 2026.01.09 00:44:02.059567 [ 100 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.059590 [ 269 ] {9eeb2f0d-afa8-4fee-9d8b-4bd99dfc23bc} TCPHandler: Processed in 0.00140938 sec. 2026.01.09 00:44:02.059592 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.059699 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_68_15 to all_73_73_0 into Compact with storage Full 2026.01.09 00:44:02.059709 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:02.059818 [ 269 ] {0d55c30f-1070-449e-bf58-5b7fdbae8563} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:02.059826 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:02.059861 [ 269 ] {0d55c30f-1070-449e-bf58-5b7fdbae8563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:02.059871 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_68_15, total 223 rows starting from the beginning of the part 2026.01.09 00:44:02.059950 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 211 rows starting from the beginning of the part 2026.01.09 00:44:02.059998 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 211 rows starting from the beginning of the part 2026.01.09 00:44:02.060040 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 211 rows starting from the beginning of the part 2026.01.09 00:44:02.060083 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 211 rows starting from the beginning of the part 2026.01.09 00:44:02.060125 [ 198 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 211 rows starting from the beginning of the part 2026.01.09 00:44:02.060559 [ 269 ] {0d55c30f-1070-449e-bf58-5b7fdbae8563} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.060601 [ 269 ] {0d55c30f-1070-449e-bf58-5b7fdbae8563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.060951 [ 269 ] {0d55c30f-1070-449e-bf58-5b7fdbae8563} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2026.01.09 00:44:02.061168 [ 269 ] {0d55c30f-1070-449e-bf58-5b7fdbae8563} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.061301 [ 269 ] {0d55c30f-1070-449e-bf58-5b7fdbae8563} executeQuery: Read 679 rows, 48.47 KiB in 0.001501 sec., 452365.08994003996 rows/sec., 31.53 MiB/sec. 2026.01.09 00:44:02.061332 [ 193 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001674418 sec., 763250.2756181551 rows/sec., 46.39 MiB/sec. 2026.01.09 00:44:02.061339 [ 269 ] {0d55c30f-1070-449e-bf58-5b7fdbae8563} TCPHandler: Processed in 0.001680168 sec. 2026.01.09 00:44:02.061452 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:02.061501 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} MergedBlockOutputStream: filled checksums all_1_73_16 (state Temporary) 2026.01.09 00:44:02.061548 [ 269 ] {521cc518-d1a8-4115-b4df-e1fcc0343d66} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:44:02.061594 [ 269 ] {521cc518-d1a8-4115-b4df-e1fcc0343d66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:44:02.061804 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_73_16 to all_1_73_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.061891 [ 191 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_73_16} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 6 parts: [all_1_68_15, all_73_73_0] -> all_1_73_16 2026.01.09 00:44:02.061935 [ 269 ] {521cc518-d1a8-4115-b4df-e1fcc0343d66} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.061980 [ 269 ] {521cc518-d1a8-4115-b4df-e1fcc0343d66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.061984 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.09 00:44:02.062288 [ 269 ] {521cc518-d1a8-4115-b4df-e1fcc0343d66} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.09 00:44:02.062492 [ 269 ] {521cc518-d1a8-4115-b4df-e1fcc0343d66} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.062596 [ 100 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Selected 6 parts from all_1_63_13 to all_68_68_0 2026.01.09 00:44:02.062622 [ 269 ] {521cc518-d1a8-4115-b4df-e1fcc0343d66} executeQuery: Read 6 rows, 321.00 B in 0.001093 sec., 5489.478499542543 rows/sec., 286.80 KiB/sec. 2026.01.09 00:44:02.062629 [ 100 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.062661 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.062665 [ 269 ] {521cc518-d1a8-4115-b4df-e1fcc0343d66} TCPHandler: Processed in 0.001263147 sec. 2026.01.09 00:44:02.062731 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_63_13 to all_68_68_0 into Compact with storage Full 2026.01.09 00:44:02.062778 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:02.062827 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:02.062857 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_63_13, total 378 rows starting from the beginning of the part 2026.01.09 00:44:02.062877 [ 269 ] {2ed9cd3d-5e2a-447a-b02b-5353d6b82ad5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:02.062900 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part 2026.01.09 00:44:02.062924 [ 269 ] {2ed9cd3d-5e2a-447a-b02b-5353d6b82ad5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:02.062946 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part 2026.01.09 00:44:02.062989 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part 2026.01.09 00:44:02.063020 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part 2026.01.09 00:44:02.063053 [ 198 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part 2026.01.09 00:44:02.063384 [ 269 ] {2ed9cd3d-5e2a-447a-b02b-5353d6b82ad5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.063426 [ 269 ] {2ed9cd3d-5e2a-447a-b02b-5353d6b82ad5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.063789 [ 269 ] {2ed9cd3d-5e2a-447a-b02b-5353d6b82ad5} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2026.01.09 00:44:02.063811 [ 189 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} MergeTask::MergeProjectionsStage: Merge sorted 408 rows, containing 4 columns (4 merged, 0 gathered) in 0.001108262 sec., 368143.994831547 rows/sec., 18.78 MiB/sec. 2026.01.09 00:44:02.064000 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} MergedBlockOutputStream: filled checksums all_1_68_14 (state Temporary) 2026.01.09 00:44:02.064014 [ 269 ] {2ed9cd3d-5e2a-447a-b02b-5353d6b82ad5} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.064166 [ 269 ] {2ed9cd3d-5e2a-447a-b02b-5353d6b82ad5} executeQuery: Read 314 rows, 21.12 KiB in 0.001307 sec., 240244.83550114767 rows/sec., 15.78 MiB/sec. 2026.01.09 00:44:02.064207 [ 269 ] {2ed9cd3d-5e2a-447a-b02b-5353d6b82ad5} TCPHandler: Processed in 0.001479352 sec. 2026.01.09 00:44:02.064324 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:02.064349 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_merge_all_1_68_14 to all_1_68_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.064419 [ 269 ] {ddc687bc-8189-494a-8c41-bde9801d0208} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:44:02.064441 [ 187 ] {56465c85-076a-4ffc-bf4f-0d63cd418f97::all_1_68_14} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97) (MergerMutator): Merged 6 parts: [all_1_63_13, all_68_68_0] -> all_1_68_14 2026.01.09 00:44:02.064468 [ 269 ] {ddc687bc-8189-494a-8c41-bde9801d0208} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:44:02.064530 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.09 00:44:02.064791 [ 269 ] {ddc687bc-8189-494a-8c41-bde9801d0208} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.064832 [ 269 ] {ddc687bc-8189-494a-8c41-bde9801d0208} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.065130 [ 269 ] {ddc687bc-8189-494a-8c41-bde9801d0208} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:44:02.065333 [ 269 ] {ddc687bc-8189-494a-8c41-bde9801d0208} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.065465 [ 269 ] {ddc687bc-8189-494a-8c41-bde9801d0208} executeQuery: Read 1 rows, 69.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 63.33 KiB/sec. 2026.01.09 00:44:02.065501 [ 269 ] {ddc687bc-8189-494a-8c41-bde9801d0208} TCPHandler: Processed in 0.001227145 sec. 2026.01.09 00:44:02.065602 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:02.065695 [ 269 ] {f5d94fb8-0475-45cb-bfe5-43eb7448797a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:02.065734 [ 269 ] {f5d94fb8-0475-45cb-bfe5-43eb7448797a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:02.066072 [ 269 ] {f5d94fb8-0475-45cb-bfe5-43eb7448797a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:02.066107 [ 269 ] {f5d94fb8-0475-45cb-bfe5-43eb7448797a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:02.066416 [ 269 ] {f5d94fb8-0475-45cb-bfe5-43eb7448797a} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2026.01.09 00:44:02.066617 [ 269 ] {f5d94fb8-0475-45cb-bfe5-43eb7448797a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:02.066743 [ 269 ] {f5d94fb8-0475-45cb-bfe5-43eb7448797a} executeQuery: Read 104 rows, 6.53 KiB in 0.001065 sec., 97652.58215962442 rows/sec., 5.98 MiB/sec. 2026.01.09 00:44:02.066778 [ 269 ] {f5d94fb8-0475-45cb-bfe5-43eb7448797a} TCPHandler: Processed in 0.001225734 sec. 2026.01.09 00:44:02.432837 [ 226 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Found 6 old parts to remove. Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:44:02.432893 [ 226 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Removing 6 parts from filesystem (serially): Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:44:02.435431 [ 226 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Removing 6 parts from memory: Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] 2026.01.09 00:44:04.250053 [ 221 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:44:04.250105 [ 221 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:44:04.252447 [ 221 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:44:04.743426 [ 94 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:44:04.743483 [ 94 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:44:05.003427 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48023 2026.01.09 00:44:05.003975 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:05.004012 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:05.004478 [ 245 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.09 00:44:05.004750 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:05.004897 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48023 2026.01.09 00:44:05.005001 [ 223 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:44:05.005053 [ 223 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:44:05.007608 [ 223 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:44:05.146726 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2870 2026.01.09 00:44:05.149336 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:05.149400 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:05.150679 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:44:05.150999 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:05.151418 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2870 2026.01.09 00:44:06.988436 [ 219 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:44:06.988499 [ 219 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:44:06.991895 [ 219 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.01.09 00:44:07.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 392.03 MiB, peak 414.64 MiB, free memory in arenas 0.00 B, will set to 396.03 MiB (RSS), difference: 4.00 MiB 2026.01.09 00:44:07.041844 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:07.042021 [ 269 ] {3e1f4746-9e53-428b-967a-31bd302f741f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:07.042088 [ 269 ] {3e1f4746-9e53-428b-967a-31bd302f741f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:07.042876 [ 269 ] {3e1f4746-9e53-428b-967a-31bd302f741f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:07.042929 [ 269 ] {3e1f4746-9e53-428b-967a-31bd302f741f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:07.043343 [ 269 ] {3e1f4746-9e53-428b-967a-31bd302f741f} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2026.01.09 00:44:07.043600 [ 269 ] {3e1f4746-9e53-428b-967a-31bd302f741f} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:07.043766 [ 269 ] {3e1f4746-9e53-428b-967a-31bd302f741f} executeQuery: Read 170 rows, 15.30 KiB in 0.001792 sec., 94866.07142857143 rows/sec., 8.34 MiB/sec. 2026.01.09 00:44:07.043791 [ 90 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 2026.01.09 00:44:07.043823 [ 269 ] {3e1f4746-9e53-428b-967a-31bd302f741f} TCPHandler: Processed in 0.00210965 sec. 2026.01.09 00:44:07.043866 [ 90 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:07.043896 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:07.043977 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:07.043999 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full 2026.01.09 00:44:07.044088 [ 269 ] {4d4d547d-e7e0-4450-8cad-f793ebedf1ee} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:07.044091 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:07.044131 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 2466 rows starting from the beginning of the part 2026.01.09 00:44:07.044134 [ 269 ] {4d4d547d-e7e0-4450-8cad-f793ebedf1ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:07.044191 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 160 rows starting from the beginning of the part 2026.01.09 00:44:07.044236 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:44:07.044278 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 173 rows starting from the beginning of the part 2026.01.09 00:44:07.044320 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:44:07.044361 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 170 rows starting from the beginning of the part 2026.01.09 00:44:07.044609 [ 269 ] {4d4d547d-e7e0-4450-8cad-f793ebedf1ee} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:07.044647 [ 269 ] {4d4d547d-e7e0-4450-8cad-f793ebedf1ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:07.044962 [ 269 ] {4d4d547d-e7e0-4450-8cad-f793ebedf1ee} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.09 00:44:07.045186 [ 269 ] {4d4d547d-e7e0-4450-8cad-f793ebedf1ee} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:07.045328 [ 269 ] {4d4d547d-e7e0-4450-8cad-f793ebedf1ee} executeQuery: Read 57 rows, 4.29 KiB in 0.001263 sec., 45130.64133016627 rows/sec., 3.31 MiB/sec. 2026.01.09 00:44:07.045369 [ 269 ] {4d4d547d-e7e0-4450-8cad-f793ebedf1ee} TCPHandler: Processed in 0.001446381 sec. 2026.01.09 00:44:07.045511 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:07.045613 [ 269 ] {0dd1da94-61ca-47ac-82e1-123a878ce435} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:07.045655 [ 269 ] {0dd1da94-61ca-47ac-82e1-123a878ce435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:07.046141 [ 269 ] {0dd1da94-61ca-47ac-82e1-123a878ce435} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:07.046177 [ 269 ] {0dd1da94-61ca-47ac-82e1-123a878ce435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:07.046491 [ 269 ] {0dd1da94-61ca-47ac-82e1-123a878ce435} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2026.01.09 00:44:07.046489 [ 187 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} MergeTask::MergeProjectionsStage: Merge sorted 5193 rows, containing 5 columns (5 merged, 0 gathered) in 0.002530492 sec., 2052170.0918240405 rows/sec., 174.32 MiB/sec. 2026.01.09 00:44:07.046702 [ 269 ] {0dd1da94-61ca-47ac-82e1-123a878ce435} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:07.046785 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) 2026.01.09 00:44:07.046843 [ 269 ] {0dd1da94-61ca-47ac-82e1-123a878ce435} executeQuery: Read 121 rows, 9.68 KiB in 0.001252 sec., 96645.36741214056 rows/sec., 7.55 MiB/sec. 2026.01.09 00:44:07.046850 [ 90 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 2026.01.09 00:44:07.046889 [ 269 ] {0dd1da94-61ca-47ac-82e1-123a878ce435} TCPHandler: Processed in 0.00143382 sec. 2026.01.09 00:44:07.046906 [ 90 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:07.046938 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:07.047036 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:07.047049 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full 2026.01.09 00:44:07.047094 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:07.047142 [ 269 ] {6101dc9f-fb6f-4c7b-8c8b-8015fd6f3daa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:07.047169 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_171_34} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 2026.01.09 00:44:07.047186 [ 269 ] {6101dc9f-fb6f-4c7b-8c8b-8015fd6f3daa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:07.047191 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:07.047236 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1250 rows starting from the beginning of the part 2026.01.09 00:44:07.047238 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.01.09 00:44:07.047329 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 122 rows starting from the beginning of the part 2026.01.09 00:44:07.047388 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 679 rows starting from the beginning of the part 2026.01.09 00:44:07.047433 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 139 rows starting from the beginning of the part 2026.01.09 00:44:07.047475 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 679 rows starting from the beginning of the part 2026.01.09 00:44:07.047518 [ 188 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 121 rows starting from the beginning of the part 2026.01.09 00:44:07.047657 [ 269 ] {6101dc9f-fb6f-4c7b-8c8b-8015fd6f3daa} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:07.047700 [ 269 ] {6101dc9f-fb6f-4c7b-8c8b-8015fd6f3daa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:07.048078 [ 269 ] {6101dc9f-fb6f-4c7b-8c8b-8015fd6f3daa} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2026.01.09 00:44:07.048312 [ 269 ] {6101dc9f-fb6f-4c7b-8c8b-8015fd6f3daa} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:07.048454 [ 269 ] {6101dc9f-fb6f-4c7b-8c8b-8015fd6f3daa} executeQuery: Read 160 rows, 11.41 KiB in 0.001332 sec., 120120.12012012012 rows/sec., 8.37 MiB/sec. 2026.01.09 00:44:07.048494 [ 269 ] {6101dc9f-fb6f-4c7b-8c8b-8015fd6f3daa} TCPHandler: Processed in 0.001510353 sec. 2026.01.09 00:44:07.048602 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:07.048699 [ 269 ] {928e4d7a-d059-40c5-b384-1403c8790a10} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:07.048756 [ 269 ] {928e4d7a-d059-40c5-b384-1403c8790a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:44:07.048902 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} MergeTask::MergeProjectionsStage: Merge sorted 2990 rows, containing 5 columns (5 merged, 0 gathered) in 0.001906115 sec., 1568635.6804285157 rows/sec., 118.64 MiB/sec. 2026.01.09 00:44:07.049086 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) 2026.01.09 00:44:07.049341 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:07.049406 [ 193 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_171_34} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 2026.01.09 00:44:07.049480 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.01.09 00:44:07.049731 [ 269 ] {928e4d7a-d059-40c5-b384-1403c8790a10} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:07.049768 [ 269 ] {928e4d7a-d059-40c5-b384-1403c8790a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:07.050414 [ 269 ] {928e4d7a-d059-40c5-b384-1403c8790a10} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:44:07.050653 [ 269 ] {928e4d7a-d059-40c5-b384-1403c8790a10} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:07.050801 [ 269 ] {928e4d7a-d059-40c5-b384-1403c8790a10} executeQuery: Read 57 rows, 104.59 KiB in 0.00212 sec., 26886.79245283019 rows/sec., 48.18 MiB/sec. 2026.01.09 00:44:07.050879 [ 269 ] {928e4d7a-d059-40c5-b384-1403c8790a10} TCPHandler: Processed in 0.002326226 sec. 2026.01.09 00:44:07.050998 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:07.051100 [ 269 ] {a19ae471-ec67-4ce0-a159-dcb85d733525} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:07.051144 [ 269 ] {a19ae471-ec67-4ce0-a159-dcb85d733525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:07.051498 [ 269 ] {a19ae471-ec67-4ce0-a159-dcb85d733525} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:07.051535 [ 269 ] {a19ae471-ec67-4ce0-a159-dcb85d733525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:07.051847 [ 269 ] {a19ae471-ec67-4ce0-a159-dcb85d733525} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2026.01.09 00:44:07.052047 [ 269 ] {a19ae471-ec67-4ce0-a159-dcb85d733525} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:07.052171 [ 90 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 2026.01.09 00:44:07.052177 [ 269 ] {a19ae471-ec67-4ce0-a159-dcb85d733525} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.01.09 00:44:07.052213 [ 90 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:07.052235 [ 269 ] {a19ae471-ec67-4ce0-a159-dcb85d733525} TCPHandler: Processed in 0.001288437 sec. 2026.01.09 00:44:07.052238 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.72 GiB. 2026.01.09 00:44:07.052337 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full 2026.01.09 00:44:07.052461 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:07.052498 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 11424 rows starting from the beginning of the part 2026.01.09 00:44:07.052546 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:07.052587 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 104 rows starting from the beginning of the part 2026.01.09 00:44:07.052624 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:07.052658 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 104 rows starting from the beginning of the part 2026.01.09 00:44:07.052723 [ 188 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:07.055879 [ 195 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} MergeTask::MergeProjectionsStage: Merge sorted 11812 rows, containing 4 columns (4 merged, 0 gathered) in 0.003578062 sec., 3301228.4303625817 rows/sec., 210.38 MiB/sec. 2026.01.09 00:44:07.056238 [ 202 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) 2026.01.09 00:44:07.056564 [ 202 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:07.056649 [ 202 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_171_34} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 2026.01.09 00:44:07.056748 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2026.01.09 00:44:07.622035 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2026.01.09 00:44:07.640499 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:07.640562 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:07.646867 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.09 00:44:07.647591 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:07.651628 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2026.01.09 00:44:08.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 397.06 MiB, peak 414.64 MiB, free memory in arenas 0.00 B, will set to 396.04 MiB (RSS), difference: -1.02 MiB 2026.01.09 00:44:08.104944 [ 221 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:44:08.104999 [ 221 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:44:08.107042 [ 221 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.09 00:44:09.067749 [ 86 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2026.01.09 00:44:09.067813 [ 86 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.067834 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.067922 [ 223 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.01.09 00:44:09.067943 [ 202 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2026.01.09 00:44:09.067978 [ 223 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.01.09 00:44:09.068100 [ 202 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:09.068154 [ 202 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 20 rows starting from the beginning of the part 2026.01.09 00:44:09.068233 [ 202 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part 2026.01.09 00:44:09.068290 [ 202 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part 2026.01.09 00:44:09.068340 [ 202 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part 2026.01.09 00:44:09.068387 [ 202 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part 2026.01.09 00:44:09.069509 [ 195 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001615676 sec., 32184.670688925256 rows/sec., 2.69 MiB/sec. 2026.01.09 00:44:09.069693 [ 200 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2026.01.09 00:44:09.070044 [ 200 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.070154 [ 200 ] {3b403d95-0fe6-47b3-8528-614d7206b51a::all_1_37_9} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2026.01.09 00:44:09.070277 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.09 00:44:09.070830 [ 223 ] {} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.01.09 00:44:09.473033 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.473279 [ 269 ] {dff4e68d-250b-42e1-9f3b-071e2deba634} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:44:09.473370 [ 269 ] {dff4e68d-250b-42e1-9f3b-071e2deba634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:44:09.474587 [ 269 ] {dff4e68d-250b-42e1-9f3b-071e2deba634} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.474660 [ 269 ] {dff4e68d-250b-42e1-9f3b-071e2deba634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.475332 [ 269 ] {dff4e68d-250b-42e1-9f3b-071e2deba634} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:44:09.475732 [ 269 ] {dff4e68d-250b-42e1-9f3b-071e2deba634} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.475935 [ 85 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 2026.01.09 00:44:09.475982 [ 85 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.475988 [ 269 ] {dff4e68d-250b-42e1-9f3b-071e2deba634} executeQuery: Read 410 rows, 26.63 KiB in 0.002766 sec., 148228.48879248012 rows/sec., 9.40 MiB/sec. 2026.01.09 00:44:09.476006 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.476079 [ 269 ] {dff4e68d-250b-42e1-9f3b-071e2deba634} TCPHandler: Processed in 0.003218852 sec. 2026.01.09 00:44:09.476174 [ 202 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full 2026.01.09 00:44:09.476267 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.476348 [ 202 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:09.476396 [ 202 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 434 rows starting from the beginning of the part 2026.01.09 00:44:09.476430 [ 269 ] {5adf27d0-9638-4987-96e3-26eba540fedf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:44:09.476483 [ 202 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 410 rows starting from the beginning of the part 2026.01.09 00:44:09.476508 [ 269 ] {5adf27d0-9638-4987-96e3-26eba540fedf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:44:09.476546 [ 202 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 410 rows starting from the beginning of the part 2026.01.09 00:44:09.476606 [ 202 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 410 rows starting from the beginning of the part 2026.01.09 00:44:09.476653 [ 202 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 410 rows starting from the beginning of the part 2026.01.09 00:44:09.476707 [ 202 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 410 rows starting from the beginning of the part 2026.01.09 00:44:09.477184 [ 269 ] {5adf27d0-9638-4987-96e3-26eba540fedf} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.477245 [ 269 ] {5adf27d0-9638-4987-96e3-26eba540fedf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.477756 [ 269 ] {5adf27d0-9638-4987-96e3-26eba540fedf} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.09 00:44:09.478124 [ 269 ] {5adf27d0-9638-4987-96e3-26eba540fedf} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.478231 [ 200 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.002128581 sec., 1166974.618302052 rows/sec., 78.70 MiB/sec. 2026.01.09 00:44:09.478342 [ 269 ] {5adf27d0-9638-4987-96e3-26eba540fedf} executeQuery: Read 2 rows, 167.00 B in 0.00195 sec., 1025.6410256410256 rows/sec., 83.63 KiB/sec. 2026.01.09 00:44:09.478415 [ 269 ] {5adf27d0-9638-4987-96e3-26eba540fedf} TCPHandler: Processed in 0.002223804 sec. 2026.01.09 00:44:09.478564 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) 2026.01.09 00:44:09.478593 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.478762 [ 269 ] {3cdad2d2-167d-4a43-bd90-f66a1b855295} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:09.478832 [ 269 ] {3cdad2d2-167d-4a43-bd90-f66a1b855295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:09.479030 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.479152 [ 195 ] {18df3d19-06e1-4753-afb6-ffcd185ac84c::all_1_74_16} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 2026.01.09 00:44:09.479292 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.09 00:44:09.480839 [ 269 ] {3cdad2d2-167d-4a43-bd90-f66a1b855295} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.480892 [ 269 ] {3cdad2d2-167d-4a43-bd90-f66a1b855295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.481492 [ 269 ] {3cdad2d2-167d-4a43-bd90-f66a1b855295} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2026.01.09 00:44:09.481776 [ 269 ] {3cdad2d2-167d-4a43-bd90-f66a1b855295} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.481971 [ 269 ] {3cdad2d2-167d-4a43-bd90-f66a1b855295} executeQuery: Read 2253 rows, 186.48 KiB in 0.00324 sec., 695370.3703703705 rows/sec., 56.21 MiB/sec. 2026.01.09 00:44:09.482025 [ 269 ] {3cdad2d2-167d-4a43-bd90-f66a1b855295} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:44:09.482041 [ 269 ] {3cdad2d2-167d-4a43-bd90-f66a1b855295} TCPHandler: Processed in 0.003528171 sec. 2026.01.09 00:44:09.482190 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.482316 [ 269 ] {0509d3de-02e1-4e1f-8a25-75f78e84f4af} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:09.482369 [ 269 ] {0509d3de-02e1-4e1f-8a25-75f78e84f4af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:09.482987 [ 269 ] {0509d3de-02e1-4e1f-8a25-75f78e84f4af} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.483030 [ 269 ] {0509d3de-02e1-4e1f-8a25-75f78e84f4af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.483429 [ 269 ] {0509d3de-02e1-4e1f-8a25-75f78e84f4af} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.09 00:44:09.483683 [ 269 ] {0509d3de-02e1-4e1f-8a25-75f78e84f4af} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.483856 [ 269 ] {0509d3de-02e1-4e1f-8a25-75f78e84f4af} executeQuery: Read 207 rows, 12.46 KiB in 0.001568 sec., 132015.306122449 rows/sec., 7.76 MiB/sec. 2026.01.09 00:44:09.483907 [ 269 ] {0509d3de-02e1-4e1f-8a25-75f78e84f4af} TCPHandler: Processed in 0.001784031 sec. 2026.01.09 00:44:09.484046 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.484179 [ 269 ] {776f8841-8e86-4d32-8e9a-d847d77bb604} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:44:09.484232 [ 269 ] {776f8841-8e86-4d32-8e9a-d847d77bb604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:44:09.484919 [ 269 ] {776f8841-8e86-4d32-8e9a-d847d77bb604} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.484960 [ 269 ] {776f8841-8e86-4d32-8e9a-d847d77bb604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.485364 [ 269 ] {776f8841-8e86-4d32-8e9a-d847d77bb604} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.09 00:44:09.485648 [ 269 ] {776f8841-8e86-4d32-8e9a-d847d77bb604} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.485824 [ 269 ] {776f8841-8e86-4d32-8e9a-d847d77bb604} executeQuery: Read 440 rows, 29.81 KiB in 0.00167 sec., 263473.05389221554 rows/sec., 17.43 MiB/sec. 2026.01.09 00:44:09.485874 [ 269 ] {776f8841-8e86-4d32-8e9a-d847d77bb604} TCPHandler: Processed in 0.001889964 sec. 2026.01.09 00:44:09.486020 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.486140 [ 269 ] {ea3f0e45-ce97-483b-add2-4a955c63b1e6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:44:09.486192 [ 269 ] {ea3f0e45-ce97-483b-add2-4a955c63b1e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:44:09.486802 [ 269 ] {ea3f0e45-ce97-483b-add2-4a955c63b1e6} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.486844 [ 269 ] {ea3f0e45-ce97-483b-add2-4a955c63b1e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.487238 [ 269 ] {ea3f0e45-ce97-483b-add2-4a955c63b1e6} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.09 00:44:09.487507 [ 269 ] {ea3f0e45-ce97-483b-add2-4a955c63b1e6} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.487671 [ 269 ] {ea3f0e45-ce97-483b-add2-4a955c63b1e6} executeQuery: Read 211 rows, 12.27 KiB in 0.001552 sec., 135953.60824742267 rows/sec., 7.72 MiB/sec. 2026.01.09 00:44:09.487738 [ 269 ] {ea3f0e45-ce97-483b-add2-4a955c63b1e6} TCPHandler: Processed in 0.001783821 sec. 2026.01.09 00:44:09.487910 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.488057 [ 269 ] {203bee25-b8f2-4a74-a888-0bc9812d3d3c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:09.488125 [ 269 ] {203bee25-b8f2-4a74-a888-0bc9812d3d3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:09.489295 [ 269 ] {203bee25-b8f2-4a74-a888-0bc9812d3d3c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.489336 [ 269 ] {203bee25-b8f2-4a74-a888-0bc9812d3d3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.489791 [ 269 ] {203bee25-b8f2-4a74-a888-0bc9812d3d3c} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2026.01.09 00:44:09.490074 [ 269 ] {203bee25-b8f2-4a74-a888-0bc9812d3d3c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.490238 [ 269 ] {203bee25-b8f2-4a74-a888-0bc9812d3d3c} executeQuery: Read 1137 rows, 82.92 KiB in 0.002212 sec., 514014.4665461121 rows/sec., 36.61 MiB/sec. 2026.01.09 00:44:09.490289 [ 269 ] {203bee25-b8f2-4a74-a888-0bc9812d3d3c} TCPHandler: Processed in 0.002456581 sec. 2026.01.09 00:44:09.490438 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.490559 [ 269 ] {07b64a56-f7cb-4423-a862-d40ebdd7ae18} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:44:09.490613 [ 269 ] {07b64a56-f7cb-4423-a862-d40ebdd7ae18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:44:09.491035 [ 269 ] {07b64a56-f7cb-4423-a862-d40ebdd7ae18} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.491079 [ 269 ] {07b64a56-f7cb-4423-a862-d40ebdd7ae18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.491455 [ 269 ] {07b64a56-f7cb-4423-a862-d40ebdd7ae18} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.09 00:44:09.491719 [ 269 ] {07b64a56-f7cb-4423-a862-d40ebdd7ae18} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.491878 [ 269 ] {07b64a56-f7cb-4423-a862-d40ebdd7ae18} executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. 2026.01.09 00:44:09.491926 [ 269 ] {07b64a56-f7cb-4423-a862-d40ebdd7ae18} TCPHandler: Processed in 0.001553224 sec. 2026.01.09 00:44:09.492067 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.492186 [ 269 ] {957bd6f4-78d1-4d87-a15a-bed97216751a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:09.492240 [ 269 ] {957bd6f4-78d1-4d87-a15a-bed97216751a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:09.493048 [ 269 ] {957bd6f4-78d1-4d87-a15a-bed97216751a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.493095 [ 269 ] {957bd6f4-78d1-4d87-a15a-bed97216751a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.493561 [ 269 ] {957bd6f4-78d1-4d87-a15a-bed97216751a} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2026.01.09 00:44:09.493832 [ 269 ] {957bd6f4-78d1-4d87-a15a-bed97216751a} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.493995 [ 269 ] {957bd6f4-78d1-4d87-a15a-bed97216751a} executeQuery: Read 935 rows, 63.39 KiB in 0.001831 sec., 510649.9180775533 rows/sec., 33.81 MiB/sec. 2026.01.09 00:44:09.494043 [ 269 ] {957bd6f4-78d1-4d87-a15a-bed97216751a} TCPHandler: Processed in 0.002039358 sec. 2026.01.09 00:44:09.494183 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.494303 [ 269 ] {86eaf048-e6b1-4c43-9d68-a547777f8b18} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:44:09.494359 [ 269 ] {86eaf048-e6b1-4c43-9d68-a547777f8b18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:44:09.494763 [ 269 ] {86eaf048-e6b1-4c43-9d68-a547777f8b18} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.494809 [ 269 ] {86eaf048-e6b1-4c43-9d68-a547777f8b18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.495182 [ 269 ] {86eaf048-e6b1-4c43-9d68-a547777f8b18} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:44:09.495446 [ 269 ] {86eaf048-e6b1-4c43-9d68-a547777f8b18} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.495611 [ 269 ] {86eaf048-e6b1-4c43-9d68-a547777f8b18} executeQuery: Read 1 rows, 69.00 B in 0.001331 sec., 751.3148009015778 rows/sec., 50.63 KiB/sec. 2026.01.09 00:44:09.495659 [ 269 ] {86eaf048-e6b1-4c43-9d68-a547777f8b18} TCPHandler: Processed in 0.001539414 sec. 2026.01.09 00:44:09.495798 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:09.495919 [ 269 ] {f5f5b139-53f1-4672-a67c-5d5be10560b5} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:09.495969 [ 269 ] {f5f5b139-53f1-4672-a67c-5d5be10560b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:09.496383 [ 269 ] {f5f5b139-53f1-4672-a67c-5d5be10560b5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:09.496424 [ 269 ] {f5f5b139-53f1-4672-a67c-5d5be10560b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:09.496814 [ 269 ] {f5f5b139-53f1-4672-a67c-5d5be10560b5} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2026.01.09 00:44:09.497072 [ 269 ] {f5f5b139-53f1-4672-a67c-5d5be10560b5} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:09.497230 [ 269 ] {f5f5b139-53f1-4672-a67c-5d5be10560b5} executeQuery: Read 80 rows, 4.87 KiB in 0.001334 sec., 59970.014992503755 rows/sec., 3.56 MiB/sec. 2026.01.09 00:44:09.497276 [ 269 ] {f5f5b139-53f1-4672-a67c-5d5be10560b5} TCPHandler: Processed in 0.001542193 sec. 2026.01.09 00:44:12.033568 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:12.033741 [ 269 ] {8371d393-9bbd-4d1c-8419-b31f0ec0de93} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:12.033806 [ 269 ] {8371d393-9bbd-4d1c-8419-b31f0ec0de93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:12.034443 [ 269 ] {8371d393-9bbd-4d1c-8419-b31f0ec0de93} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:12.034490 [ 269 ] {8371d393-9bbd-4d1c-8419-b31f0ec0de93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:12.034856 [ 269 ] {8371d393-9bbd-4d1c-8419-b31f0ec0de93} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2026.01.09 00:44:12.035092 [ 269 ] {8371d393-9bbd-4d1c-8419-b31f0ec0de93} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:12.035239 [ 269 ] {8371d393-9bbd-4d1c-8419-b31f0ec0de93} executeQuery: Read 56 rows, 4.41 KiB in 0.001544 sec., 36269.43005181347 rows/sec., 2.79 MiB/sec. 2026.01.09 00:44:12.035280 [ 269 ] {8371d393-9bbd-4d1c-8419-b31f0ec0de93} TCPHandler: Processed in 0.001838072 sec. 2026.01.09 00:44:12.035395 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:12.035488 [ 269 ] {e3926c41-db9e-422e-8ceb-25192ac78a9c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:12.035527 [ 269 ] {e3926c41-db9e-422e-8ceb-25192ac78a9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:12.035947 [ 269 ] {e3926c41-db9e-422e-8ceb-25192ac78a9c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:12.035982 [ 269 ] {e3926c41-db9e-422e-8ceb-25192ac78a9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:12.036271 [ 269 ] {e3926c41-db9e-422e-8ceb-25192ac78a9c} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2026.01.09 00:44:12.036481 [ 269 ] {e3926c41-db9e-422e-8ceb-25192ac78a9c} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:12.036608 [ 269 ] {e3926c41-db9e-422e-8ceb-25192ac78a9c} executeQuery: Read 64 rows, 5.12 KiB in 0.001137 sec., 56288.47845206684 rows/sec., 4.39 MiB/sec. 2026.01.09 00:44:12.036646 [ 269 ] {e3926c41-db9e-422e-8ceb-25192ac78a9c} TCPHandler: Processed in 0.001298187 sec. 2026.01.09 00:44:12.036757 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:12.036850 [ 269 ] {5e2ebd10-93fd-4dc3-a412-39b605348d5e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:12.036892 [ 269 ] {5e2ebd10-93fd-4dc3-a412-39b605348d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:12.037256 [ 269 ] {5e2ebd10-93fd-4dc3-a412-39b605348d5e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:12.037291 [ 269 ] {5e2ebd10-93fd-4dc3-a412-39b605348d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:12.037597 [ 269 ] {5e2ebd10-93fd-4dc3-a412-39b605348d5e} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2026.01.09 00:44:12.037796 [ 269 ] {5e2ebd10-93fd-4dc3-a412-39b605348d5e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:12.037894 [ 80 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 5 parts from all_1_168_35 to all_172_172_0 2026.01.09 00:44:12.037919 [ 269 ] {5e2ebd10-93fd-4dc3-a412-39b605348d5e} executeQuery: Read 64 rows, 4.56 KiB in 0.001087 sec., 58877.644894204226 rows/sec., 4.10 MiB/sec. 2026.01.09 00:44:12.037957 [ 80 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:12.037968 [ 269 ] {5e2ebd10-93fd-4dc3-a412-39b605348d5e} TCPHandler: Processed in 0.001258036 sec. 2026.01.09 00:44:12.037983 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:12.038087 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:12.038121 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} MergeTask::PrepareStage: Merging 5 parts: from all_1_168_35 to all_172_172_0 into Compact with storage Full 2026.01.09 00:44:12.038183 [ 269 ] {8a9fb3f2-eb33-4680-ba61-f60f789f9193} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:12.038229 [ 269 ] {8a9fb3f2-eb33-4680-ba61-f60f789f9193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:12.038291 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:12.038339 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} MergeTreeSequentialSource: Reading 8 marks from part all_1_168_35, total 51458 rows starting from the beginning of the part 2026.01.09 00:44:12.038418 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 167 rows starting from the beginning of the part 2026.01.09 00:44:12.038474 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 314 rows starting from the beginning of the part 2026.01.09 00:44:12.038524 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 160 rows starting from the beginning of the part 2026.01.09 00:44:12.038545 [ 269 ] {8a9fb3f2-eb33-4680-ba61-f60f789f9193} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:12.038573 [ 190 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 935 rows starting from the beginning of the part 2026.01.09 00:44:12.038587 [ 269 ] {8a9fb3f2-eb33-4680-ba61-f60f789f9193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:12.038932 [ 269 ] {8a9fb3f2-eb33-4680-ba61-f60f789f9193} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2026.01.09 00:44:12.039141 [ 269 ] {8a9fb3f2-eb33-4680-ba61-f60f789f9193} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:12.039272 [ 269 ] {8a9fb3f2-eb33-4680-ba61-f60f789f9193} executeQuery: Read 24 rows, 1.66 KiB in 0.001108 sec., 21660.649819494585 rows/sec., 1.46 MiB/sec. 2026.01.09 00:44:12.039307 [ 269 ] {8a9fb3f2-eb33-4680-ba61-f60f789f9193} TCPHandler: Processed in 0.001267136 sec. 2026.01.09 00:44:12.039381 [ 223 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:12.039441 [ 223 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:12.043212 [ 223 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:12.049263 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} MergeTask::MergeProjectionsStage: Merge sorted 53034 rows, containing 5 columns (5 merged, 0 gathered) in 0.011204799 sec., 4733150.500959455 rows/sec., 318.28 MiB/sec. 2026.01.09 00:44:12.049914 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} MergedBlockOutputStream: filled checksums all_1_172_36 (state Temporary) 2026.01.09 00:44:12.050214 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_172_36 to all_1_172_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:12.050293 [ 200 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_172_36} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 5 parts: [all_1_168_35, all_172_172_0] -> all_1_172_36 2026.01.09 00:44:12.050401 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2026.01.09 00:44:12.505109 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 48471 2026.01.09 00:44:12.505952 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:12.506002 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:12.506496 [ 245 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.09 00:44:12.506732 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:12.506885 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48471 2026.01.09 00:44:12.506881 [ 74 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.09 00:44:12.506961 [ 74 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:12.506988 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:12.507112 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.09 00:44:12.507239 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:12.507278 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 46039 rows starting from the beginning of the part 2026.01.09 00:44:12.507338 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 512 rows starting from the beginning of the part 2026.01.09 00:44:12.507383 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 448 rows starting from the beginning of the part 2026.01.09 00:44:12.507426 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 512 rows starting from the beginning of the part 2026.01.09 00:44:12.507467 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 512 rows starting from the beginning of the part 2026.01.09 00:44:12.507509 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 448 rows starting from the beginning of the part 2026.01.09 00:44:12.510786 [ 197 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 48471 rows, containing 4 columns (4 merged, 0 gathered) in 0.003733546 sec., 12982564.028941924 rows/sec., 185.72 MiB/sec. 2026.01.09 00:44:12.511155 [ 192 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.09 00:44:12.511437 [ 192 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:12.511507 [ 192 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_101_20} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.09 00:44:12.511596 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.01.09 00:44:13.546058 [ 222 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:13.546098 [ 222 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:13.549132 [ 222 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:13.555927 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:13.555974 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:13.559060 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:13.784511 [ 225 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:13.784569 [ 225 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:13.787224 [ 225 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.01.09 00:44:15.151619 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2912 2026.01.09 00:44:15.151717 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2026.01.09 00:44:15.154239 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:15.154280 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:15.155495 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:44:15.155766 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:15.156047 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2912 2026.01.09 00:44:15.170276 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:15.170332 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:15.176619 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.09 00:44:15.177315 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:15.177663 [ 73 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.09 00:44:15.177730 [ 73 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:15.177764 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:15.177882 [ 197 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.09 00:44:15.180652 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2026.01.09 00:44:15.181525 [ 197 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:15.183122 [ 197 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 723 rows starting from the beginning of the part 2026.01.09 00:44:15.188299 [ 197 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part 2026.01.09 00:44:15.193504 [ 197 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part 2026.01.09 00:44:15.198771 [ 197 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part 2026.01.09 00:44:15.203827 [ 197 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part 2026.01.09 00:44:15.208379 [ 197 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part 2026.01.09 00:44:15.270634 [ 201 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.092799802 sec., 8200.448531129408 rows/sec., 42.40 MiB/sec. 2026.01.09 00:44:15.274024 [ 198 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.09 00:44:15.276082 [ 198 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:15.276157 [ 198 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_101_20} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.09 00:44:15.278651 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.09 00:44:16.000262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 397.22 MiB, peak 414.64 MiB, free memory in arenas 0.00 B, will set to 396.14 MiB (RSS), difference: -1.09 MiB 2026.01.09 00:44:17.041882 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:17.042071 [ 269 ] {a8ac30a3-c288-4e35-b4b4-6bbfa517d954} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:17.042140 [ 269 ] {a8ac30a3-c288-4e35-b4b4-6bbfa517d954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:17.042985 [ 269 ] {a8ac30a3-c288-4e35-b4b4-6bbfa517d954} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.043032 [ 269 ] {a8ac30a3-c288-4e35-b4b4-6bbfa517d954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.043430 [ 269 ] {a8ac30a3-c288-4e35-b4b4-6bbfa517d954} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2026.01.09 00:44:17.043649 [ 269 ] {a8ac30a3-c288-4e35-b4b4-6bbfa517d954} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.043813 [ 269 ] {a8ac30a3-c288-4e35-b4b4-6bbfa517d954} executeQuery: Read 177 rows, 15.96 KiB in 0.001791 sec., 98827.47068676716 rows/sec., 8.70 MiB/sec. 2026.01.09 00:44:17.043877 [ 269 ] {a8ac30a3-c288-4e35-b4b4-6bbfa517d954} TCPHandler: Processed in 0.002125751 sec. 2026.01.09 00:44:17.044024 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:17.044143 [ 269 ] {e74a9af7-7468-4118-bdbf-065b36b62903} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:17.044191 [ 269 ] {e74a9af7-7468-4118-bdbf-065b36b62903} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:17.044632 [ 269 ] {e74a9af7-7468-4118-bdbf-065b36b62903} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.044666 [ 269 ] {e74a9af7-7468-4118-bdbf-065b36b62903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.044959 [ 269 ] {e74a9af7-7468-4118-bdbf-065b36b62903} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.09 00:44:17.045157 [ 269 ] {e74a9af7-7468-4118-bdbf-065b36b62903} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.045288 [ 269 ] {e74a9af7-7468-4118-bdbf-065b36b62903} executeQuery: Read 60 rows, 4.51 KiB in 0.001176 sec., 51020.40816326531 rows/sec., 3.75 MiB/sec. 2026.01.09 00:44:17.045325 [ 269 ] {e74a9af7-7468-4118-bdbf-065b36b62903} TCPHandler: Processed in 0.001364629 sec. 2026.01.09 00:44:17.045355 [ 226 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:44:17.045404 [ 226 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:44:17.045431 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:17.045531 [ 269 ] {a3c31538-f675-417c-9269-42460c8f7c2c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:44:17.045571 [ 269 ] {a3c31538-f675-417c-9269-42460c8f7c2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:44:17.045953 [ 269 ] {a3c31538-f675-417c-9269-42460c8f7c2c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.045990 [ 269 ] {a3c31538-f675-417c-9269-42460c8f7c2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.046285 [ 269 ] {a3c31538-f675-417c-9269-42460c8f7c2c} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.09 00:44:17.046484 [ 269 ] {a3c31538-f675-417c-9269-42460c8f7c2c} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.046582 [ 69 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.09 00:44:17.046609 [ 269 ] {a3c31538-f675-417c-9269-42460c8f7c2c} executeQuery: Read 1 rows, 68.00 B in 0.001098 sec., 910.7468123861566 rows/sec., 60.48 KiB/sec. 2026.01.09 00:44:17.046618 [ 69 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.046643 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.046647 [ 269 ] {a3c31538-f675-417c-9269-42460c8f7c2c} TCPHandler: Processed in 0.001264206 sec. 2026.01.09 00:44:17.046773 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:17.046771 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.09 00:44:17.046900 [ 269 ] {02dbeea2-c92e-45b1-8ef5-f9acccb36b23} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:17.046949 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:17.046953 [ 269 ] {02dbeea2-c92e-45b1-8ef5-f9acccb36b23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:17.046995 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 466 rows starting from the beginning of the part 2026.01.09 00:44:17.047075 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 440 rows starting from the beginning of the part 2026.01.09 00:44:17.047123 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 212 rows starting from the beginning of the part 2026.01.09 00:44:17.047171 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 212 rows starting from the beginning of the part 2026.01.09 00:44:17.047214 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 440 rows starting from the beginning of the part 2026.01.09 00:44:17.047258 [ 191 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1 rows starting from the beginning of the part 2026.01.09 00:44:17.047544 [ 269 ] {02dbeea2-c92e-45b1-8ef5-f9acccb36b23} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.047592 [ 269 ] {02dbeea2-c92e-45b1-8ef5-f9acccb36b23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.047982 [ 269 ] {02dbeea2-c92e-45b1-8ef5-f9acccb36b23} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2026.01.09 00:44:17.048187 [ 226 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.01.09 00:44:17.048252 [ 269 ] {02dbeea2-c92e-45b1-8ef5-f9acccb36b23} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.048385 [ 269 ] {02dbeea2-c92e-45b1-8ef5-f9acccb36b23} executeQuery: Read 133 rows, 10.64 KiB in 0.00151 sec., 88079.4701986755 rows/sec., 6.88 MiB/sec. 2026.01.09 00:44:17.048407 [ 201 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1771 rows, containing 5 columns (5 merged, 0 gathered) in 0.001701299 sec., 1040969.2828832556 rows/sec., 72.66 MiB/sec. 2026.01.09 00:44:17.048423 [ 269 ] {02dbeea2-c92e-45b1-8ef5-f9acccb36b23} TCPHandler: Processed in 0.001709358 sec. 2026.01.09 00:44:17.048549 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:17.048587 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.09 00:44:17.048642 [ 269 ] {677fb646-9e80-442f-8ad3-dca95e83c1e3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:17.048689 [ 269 ] {677fb646-9e80-442f-8ad3-dca95e83c1e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:17.048903 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.048991 [ 199 ] {5942c5d7-009e-42d6-8d24-b49984e8f061::all_1_81_16} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.09 00:44:17.049068 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.09 00:44:17.049126 [ 269 ] {677fb646-9e80-442f-8ad3-dca95e83c1e3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.049166 [ 269 ] {677fb646-9e80-442f-8ad3-dca95e83c1e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.049491 [ 269 ] {677fb646-9e80-442f-8ad3-dca95e83c1e3} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2026.01.09 00:44:17.049695 [ 269 ] {677fb646-9e80-442f-8ad3-dca95e83c1e3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.049823 [ 269 ] {677fb646-9e80-442f-8ad3-dca95e83c1e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.01.09 00:44:17.049859 [ 269 ] {677fb646-9e80-442f-8ad3-dca95e83c1e3} TCPHandler: Processed in 0.001357248 sec. 2026.01.09 00:44:17.049969 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:17.050062 [ 269 ] {15a6e366-bf8d-43c3-9a31-4a80fb43f9c3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:44:17.050104 [ 269 ] {15a6e366-bf8d-43c3-9a31-4a80fb43f9c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:44:17.050409 [ 269 ] {15a6e366-bf8d-43c3-9a31-4a80fb43f9c3} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.050443 [ 269 ] {15a6e366-bf8d-43c3-9a31-4a80fb43f9c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.050732 [ 269 ] {15a6e366-bf8d-43c3-9a31-4a80fb43f9c3} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:44:17.050937 [ 269 ] {15a6e366-bf8d-43c3-9a31-4a80fb43f9c3} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.051047 [ 72 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Selected 6 parts from all_1_71_15 to all_76_76_0 2026.01.09 00:44:17.051063 [ 269 ] {15a6e366-bf8d-43c3-9a31-4a80fb43f9c3} executeQuery: Read 1 rows, 65.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 62.29 KiB/sec. 2026.01.09 00:44:17.051106 [ 72 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.051116 [ 269 ] {15a6e366-bf8d-43c3-9a31-4a80fb43f9c3} TCPHandler: Processed in 0.001197874 sec. 2026.01.09 00:44:17.051135 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.051216 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_15 to all_76_76_0 into Compact with storage Full 2026.01.09 00:44:17.051230 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:17.051329 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:17.051338 [ 269 ] {a1e2ffe4-1c9e-4086-9229-5f557fead0a8} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:17.051370 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_15, total 71 rows starting from the beginning of the part 2026.01.09 00:44:17.051406 [ 269 ] {a1e2ffe4-1c9e-4086-9229-5f557fead0a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:44:17.051428 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part 2026.01.09 00:44:17.051478 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part 2026.01.09 00:44:17.051516 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1 rows starting from the beginning of the part 2026.01.09 00:44:17.051556 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1 rows starting from the beginning of the part 2026.01.09 00:44:17.051599 [ 191 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1 rows starting from the beginning of the part 2026.01.09 00:44:17.052386 [ 269 ] {a1e2ffe4-1c9e-4086-9229-5f557fead0a8} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.052396 [ 189 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} MergeTask::MergeProjectionsStage: Merge sorted 76 rows, containing 4 columns (4 merged, 0 gathered) in 0.001211194 sec., 62747.999081897695 rows/sec., 4.11 MiB/sec. 2026.01.09 00:44:17.052427 [ 269 ] {a1e2ffe4-1c9e-4086-9229-5f557fead0a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.052544 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} MergedBlockOutputStream: filled checksums all_1_76_16 (state Temporary) 2026.01.09 00:44:17.052841 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_merge_all_1_76_16 to all_1_76_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.052907 [ 187 ] {4420ad08-ad2a-4694-b1da-1852e6745e62::all_1_76_16} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62) (MergerMutator): Merged 6 parts: [all_1_71_15, all_76_76_0] -> all_1_76_16 2026.01.09 00:44:17.052977 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.01.09 00:44:17.053044 [ 269 ] {a1e2ffe4-1c9e-4086-9229-5f557fead0a8} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:44:17.053265 [ 269 ] {a1e2ffe4-1c9e-4086-9229-5f557fead0a8} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.053403 [ 269 ] {a1e2ffe4-1c9e-4086-9229-5f557fead0a8} executeQuery: Read 60 rows, 110.10 KiB in 0.002083 sec., 28804.60873739798 rows/sec., 51.62 MiB/sec. 2026.01.09 00:44:17.053470 [ 269 ] {a1e2ffe4-1c9e-4086-9229-5f557fead0a8} TCPHandler: Processed in 0.002287035 sec. 2026.01.09 00:44:17.053590 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:17.053682 [ 269 ] {3380eb3d-d9c4-4d72-8ca4-46bc8de23b78} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.09 00:44:17.053723 [ 269 ] {3380eb3d-d9c4-4d72-8ca4-46bc8de23b78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.09 00:44:17.054046 [ 269 ] {3380eb3d-d9c4-4d72-8ca4-46bc8de23b78} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.054081 [ 269 ] {3380eb3d-d9c4-4d72-8ca4-46bc8de23b78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.054380 [ 269 ] {3380eb3d-d9c4-4d72-8ca4-46bc8de23b78} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.09 00:44:17.054579 [ 269 ] {3380eb3d-d9c4-4d72-8ca4-46bc8de23b78} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.054705 [ 269 ] {3380eb3d-d9c4-4d72-8ca4-46bc8de23b78} executeQuery: Read 9 rows, 651.00 B in 0.001041 sec., 8645.533141210375 rows/sec., 610.70 KiB/sec. 2026.01.09 00:44:17.054742 [ 269 ] {3380eb3d-d9c4-4d72-8ca4-46bc8de23b78} TCPHandler: Processed in 0.001198724 sec. 2026.01.09 00:44:17.054851 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:17.054942 [ 269 ] {adb7d07f-81a7-424f-b235-47c9efc91159} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:17.055008 [ 269 ] {adb7d07f-81a7-424f-b235-47c9efc91159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:17.055338 [ 269 ] {adb7d07f-81a7-424f-b235-47c9efc91159} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:17.055372 [ 269 ] {adb7d07f-81a7-424f-b235-47c9efc91159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:17.055662 [ 269 ] {adb7d07f-81a7-424f-b235-47c9efc91159} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2026.01.09 00:44:17.055863 [ 269 ] {adb7d07f-81a7-424f-b235-47c9efc91159} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:17.055985 [ 269 ] {adb7d07f-81a7-424f-b235-47c9efc91159} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.01.09 00:44:17.056021 [ 269 ] {adb7d07f-81a7-424f-b235-47c9efc91159} TCPHandler: Processed in 0.001217115 sec. 2026.01.09 00:44:19.743556 [ 58 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:44:19.743639 [ 58 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:44:20.007957 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48983 2026.01.09 00:44:20.008480 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:20.008520 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:20.008989 [ 245 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.09 00:44:20.009212 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:20.009354 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48983 2026.01.09 00:44:22.049117 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:22.049307 [ 269 ] {bb7dfd4b-a258-41c5-92ae-8a85bf4c69c6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:44:22.049378 [ 269 ] {bb7dfd4b-a258-41c5-92ae-8a85bf4c69c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:44:22.050334 [ 269 ] {bb7dfd4b-a258-41c5-92ae-8a85bf4c69c6} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.050380 [ 269 ] {bb7dfd4b-a258-41c5-92ae-8a85bf4c69c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.050765 [ 269 ] {bb7dfd4b-a258-41c5-92ae-8a85bf4c69c6} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:44:22.050983 [ 269 ] {bb7dfd4b-a258-41c5-92ae-8a85bf4c69c6} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.051137 [ 269 ] {bb7dfd4b-a258-41c5-92ae-8a85bf4c69c6} executeQuery: Read 410 rows, 26.63 KiB in 0.001882 sec., 217853.34750265675 rows/sec., 13.82 MiB/sec. 2026.01.09 00:44:22.051178 [ 269 ] {bb7dfd4b-a258-41c5-92ae-8a85bf4c69c6} TCPHandler: Processed in 0.002197683 sec. 2026.01.09 00:44:22.051288 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:22.051380 [ 269 ] {57572d88-9acc-4f4a-bf3d-659a808c6f25} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:22.051419 [ 269 ] {57572d88-9acc-4f4a-bf3d-659a808c6f25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:22.052392 [ 269 ] {57572d88-9acc-4f4a-bf3d-659a808c6f25} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.052428 [ 269 ] {57572d88-9acc-4f4a-bf3d-659a808c6f25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.052779 [ 269 ] {57572d88-9acc-4f4a-bf3d-659a808c6f25} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2026.01.09 00:44:22.052977 [ 269 ] {57572d88-9acc-4f4a-bf3d-659a808c6f25} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.053102 [ 269 ] {57572d88-9acc-4f4a-bf3d-659a808c6f25} executeQuery: Read 1112 rows, 89.84 KiB in 0.00174 sec., 639080.459770115 rows/sec., 50.42 MiB/sec. 2026.01.09 00:44:22.053139 [ 269 ] {57572d88-9acc-4f4a-bf3d-659a808c6f25} TCPHandler: Processed in 0.001898384 sec. 2026.01.09 00:44:22.053249 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:22.053340 [ 269 ] {6fe2657d-bd23-49b9-a3bd-b3d71ffb4bf3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:22.053379 [ 269 ] {6fe2657d-bd23-49b9-a3bd-b3d71ffb4bf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:22.053855 [ 269 ] {6fe2657d-bd23-49b9-a3bd-b3d71ffb4bf3} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.053891 [ 269 ] {6fe2657d-bd23-49b9-a3bd-b3d71ffb4bf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.054185 [ 269 ] {6fe2657d-bd23-49b9-a3bd-b3d71ffb4bf3} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.09 00:44:22.054393 [ 269 ] {6fe2657d-bd23-49b9-a3bd-b3d71ffb4bf3} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.054518 [ 269 ] {6fe2657d-bd23-49b9-a3bd-b3d71ffb4bf3} executeQuery: Read 205 rows, 12.32 KiB in 0.001195 sec., 171548.1171548117 rows/sec., 10.06 MiB/sec. 2026.01.09 00:44:22.054555 [ 269 ] {6fe2657d-bd23-49b9-a3bd-b3d71ffb4bf3} TCPHandler: Processed in 0.001352788 sec. 2026.01.09 00:44:22.054652 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:22.054743 [ 269 ] {5068062a-035f-4572-9fb8-141f742da268} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:44:22.054781 [ 269 ] {5068062a-035f-4572-9fb8-141f742da268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:44:22.055245 [ 269 ] {5068062a-035f-4572-9fb8-141f742da268} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.055280 [ 269 ] {5068062a-035f-4572-9fb8-141f742da268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.055568 [ 269 ] {5068062a-035f-4572-9fb8-141f742da268} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.09 00:44:22.055765 [ 269 ] {5068062a-035f-4572-9fb8-141f742da268} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.055892 [ 269 ] {5068062a-035f-4572-9fb8-141f742da268} executeQuery: Read 212 rows, 14.00 KiB in 0.001166 sec., 181818.18181818182 rows/sec., 11.73 MiB/sec. 2026.01.09 00:44:22.055929 [ 269 ] {5068062a-035f-4572-9fb8-141f742da268} TCPHandler: Processed in 0.001324158 sec. 2026.01.09 00:44:22.056027 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:22.056119 [ 269 ] {bc473843-b60a-421b-9fc7-989392bb6cae} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:44:22.056157 [ 269 ] {bc473843-b60a-421b-9fc7-989392bb6cae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:44:22.056618 [ 269 ] {bc473843-b60a-421b-9fc7-989392bb6cae} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.056652 [ 269 ] {bc473843-b60a-421b-9fc7-989392bb6cae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.056943 [ 269 ] {bc473843-b60a-421b-9fc7-989392bb6cae} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.09 00:44:22.057137 [ 269 ] {bc473843-b60a-421b-9fc7-989392bb6cae} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.057262 [ 269 ] {bc473843-b60a-421b-9fc7-989392bb6cae} executeQuery: Read 211 rows, 12.27 KiB in 0.001162 sec., 181583.47676419964 rows/sec., 10.31 MiB/sec. 2026.01.09 00:44:22.057299 [ 269 ] {bc473843-b60a-421b-9fc7-989392bb6cae} TCPHandler: Processed in 0.001318727 sec. 2026.01.09 00:44:22.057403 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:22.057495 [ 269 ] {fb51c1bc-b8c4-486c-bb90-568501dce909} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:22.057533 [ 269 ] {fb51c1bc-b8c4-486c-bb90-568501dce909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:22.058184 [ 269 ] {fb51c1bc-b8c4-486c-bb90-568501dce909} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.058219 [ 269 ] {fb51c1bc-b8c4-486c-bb90-568501dce909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.058530 [ 269 ] {fb51c1bc-b8c4-486c-bb90-568501dce909} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2026.01.09 00:44:22.058731 [ 269 ] {fb51c1bc-b8c4-486c-bb90-568501dce909} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.058854 [ 269 ] {fb51c1bc-b8c4-486c-bb90-568501dce909} executeQuery: Read 679 rows, 48.47 KiB in 0.001376 sec., 493459.3023255814 rows/sec., 34.40 MiB/sec. 2026.01.09 00:44:22.058890 [ 269 ] {fb51c1bc-b8c4-486c-bb90-568501dce909} TCPHandler: Processed in 0.001534593 sec. 2026.01.09 00:44:22.059009 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:22.059130 [ 269 ] {ef76f1e3-e946-4f54-8019-b56120778c31} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:44:22.059181 [ 269 ] {ef76f1e3-e946-4f54-8019-b56120778c31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:44:22.059563 [ 269 ] {ef76f1e3-e946-4f54-8019-b56120778c31} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.059607 [ 269 ] {ef76f1e3-e946-4f54-8019-b56120778c31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.059971 [ 269 ] {ef76f1e3-e946-4f54-8019-b56120778c31} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.09 00:44:22.060194 [ 269 ] {ef76f1e3-e946-4f54-8019-b56120778c31} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.060323 [ 269 ] {ef76f1e3-e946-4f54-8019-b56120778c31} executeQuery: Read 6 rows, 321.00 B in 0.001218 sec., 4926.108374384236 rows/sec., 257.37 KiB/sec. 2026.01.09 00:44:22.060360 [ 269 ] {ef76f1e3-e946-4f54-8019-b56120778c31} TCPHandler: Processed in 0.00141183 sec. 2026.01.09 00:44:22.060459 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:22.060553 [ 269 ] {72792283-1ea2-4a3c-a92f-eff696dff84f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:22.060594 [ 269 ] {72792283-1ea2-4a3c-a92f-eff696dff84f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:22.061024 [ 269 ] {72792283-1ea2-4a3c-a92f-eff696dff84f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.061059 [ 269 ] {72792283-1ea2-4a3c-a92f-eff696dff84f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.061382 [ 269 ] {72792283-1ea2-4a3c-a92f-eff696dff84f} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2026.01.09 00:44:22.061587 [ 269 ] {72792283-1ea2-4a3c-a92f-eff696dff84f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.061722 [ 269 ] {72792283-1ea2-4a3c-a92f-eff696dff84f} executeQuery: Read 314 rows, 21.12 KiB in 0.001188 sec., 264309.7643097643 rows/sec., 17.36 MiB/sec. 2026.01.09 00:44:22.061759 [ 269 ] {72792283-1ea2-4a3c-a92f-eff696dff84f} TCPHandler: Processed in 0.001347438 sec. 2026.01.09 00:44:22.061857 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:22.061950 [ 269 ] {a0557e4a-070e-4b03-870d-bf31e0945045} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:44:22.061990 [ 269 ] {a0557e4a-070e-4b03-870d-bf31e0945045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:44:22.062295 [ 269 ] {a0557e4a-070e-4b03-870d-bf31e0945045} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.062327 [ 269 ] {a0557e4a-070e-4b03-870d-bf31e0945045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.062603 [ 269 ] {a0557e4a-070e-4b03-870d-bf31e0945045} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:44:22.062798 [ 269 ] {a0557e4a-070e-4b03-870d-bf31e0945045} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.062925 [ 269 ] {a0557e4a-070e-4b03-870d-bf31e0945045} executeQuery: Read 1 rows, 69.00 B in 0.000993 sec., 1007.0493454179256 rows/sec., 67.86 KiB/sec. 2026.01.09 00:44:22.062960 [ 269 ] {a0557e4a-070e-4b03-870d-bf31e0945045} TCPHandler: Processed in 0.001150252 sec. 2026.01.09 00:44:22.063057 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:22.063149 [ 269 ] {5a7ed270-0f30-4ae1-8361-1d79639097da} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:22.063188 [ 269 ] {5a7ed270-0f30-4ae1-8361-1d79639097da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:22.063512 [ 269 ] {5a7ed270-0f30-4ae1-8361-1d79639097da} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.063545 [ 269 ] {5a7ed270-0f30-4ae1-8361-1d79639097da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.063834 [ 269 ] {5a7ed270-0f30-4ae1-8361-1d79639097da} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2026.01.09 00:44:22.064034 [ 269 ] {5a7ed270-0f30-4ae1-8361-1d79639097da} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.064156 [ 269 ] {5a7ed270-0f30-4ae1-8361-1d79639097da} executeQuery: Read 104 rows, 6.53 KiB in 0.001025 sec., 101463.41463414633 rows/sec., 6.22 MiB/sec. 2026.01.09 00:44:22.064190 [ 269 ] {5a7ed270-0f30-4ae1-8361-1d79639097da} TCPHandler: Processed in 0.001180003 sec. 2026.01.09 00:44:22.681613 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2026.01.09 00:44:22.699981 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:22.700040 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:22.706409 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.09 00:44:22.707113 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:22.710503 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2026.01.09 00:44:23.001174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 397.35 MiB, peak 414.64 MiB, free memory in arenas 0.00 B, will set to 396.14 MiB (RSS), difference: -1.21 MiB 2026.01.09 00:44:25.156317 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2950 2026.01.09 00:44:25.159006 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:25.159053 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:25.160207 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:44:25.160461 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:25.160669 [ 54 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.09 00:44:25.160724 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2950 2026.01.09 00:44:25.160768 [ 54 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:25.160813 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:25.160949 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.09 00:44:25.161465 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:25.161599 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2754 rows starting from the beginning of the part 2026.01.09 00:44:25.161925 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 46 rows starting from the beginning of the part 2026.01.09 00:44:25.162262 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 34 rows starting from the beginning of the part 2026.01.09 00:44:25.162579 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 36 rows starting from the beginning of the part 2026.01.09 00:44:25.162897 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 42 rows starting from the beginning of the part 2026.01.09 00:44:25.163221 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 38 rows starting from the beginning of the part 2026.01.09 00:44:25.171437 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2950 rows, containing 72 columns (72 merged, 0 gathered) in 0.010541 sec., 279859.59586377005 rows/sec., 210.60 MiB/sec. 2026.01.09 00:44:25.173510 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.09 00:44:25.173999 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:25.174064 [ 201 ] {4190f87e-caa1-4611-aa9d-5707a927e9aa::all_1_76_15} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.09 00:44:25.174232 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.23 MiB. 2026.01.09 00:44:27.049576 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:27.049765 [ 269 ] {1da784f4-0403-4a3e-8b80-a2bdcfffbff7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:44:27.049836 [ 269 ] {1da784f4-0403-4a3e-8b80-a2bdcfffbff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:44:27.050531 [ 269 ] {1da784f4-0403-4a3e-8b80-a2bdcfffbff7} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.050573 [ 269 ] {1da784f4-0403-4a3e-8b80-a2bdcfffbff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:27.050948 [ 269 ] {1da784f4-0403-4a3e-8b80-a2bdcfffbff7} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:44:27.051173 [ 269 ] {1da784f4-0403-4a3e-8b80-a2bdcfffbff7} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.051327 [ 269 ] {1da784f4-0403-4a3e-8b80-a2bdcfffbff7} executeQuery: Read 24 rows, 2.04 KiB in 0.001613 sec., 14879.107253564785 rows/sec., 1.23 MiB/sec. 2026.01.09 00:44:27.051375 [ 269 ] {1da784f4-0403-4a3e-8b80-a2bdcfffbff7} TCPHandler: Processed in 0.001929635 sec. 2026.01.09 00:44:27.051544 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:27.051637 [ 269 ] {6ecc4bc5-f729-4c3c-89e5-728b5349c184} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:44:27.051678 [ 269 ] {6ecc4bc5-f729-4c3c-89e5-728b5349c184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:44:27.052070 [ 269 ] {6ecc4bc5-f729-4c3c-89e5-728b5349c184} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.052105 [ 269 ] {6ecc4bc5-f729-4c3c-89e5-728b5349c184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:27.052443 [ 269 ] {6ecc4bc5-f729-4c3c-89e5-728b5349c184} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.09 00:44:27.052658 [ 269 ] {6ecc4bc5-f729-4c3c-89e5-728b5349c184} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.052786 [ 269 ] {6ecc4bc5-f729-4c3c-89e5-728b5349c184} executeQuery: Read 2 rows, 167.00 B in 0.001167 sec., 1713.796058269066 rows/sec., 139.75 KiB/sec. 2026.01.09 00:44:27.052823 [ 269 ] {6ecc4bc5-f729-4c3c-89e5-728b5349c184} TCPHandler: Processed in 0.001328207 sec. 2026.01.09 00:44:27.052921 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:27.053014 [ 269 ] {6e854894-d34a-4fbe-a7ef-fc592af55691} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:27.053053 [ 269 ] {6e854894-d34a-4fbe-a7ef-fc592af55691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:27.053640 [ 269 ] {6e854894-d34a-4fbe-a7ef-fc592af55691} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.053676 [ 269 ] {6e854894-d34a-4fbe-a7ef-fc592af55691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:27.053997 [ 269 ] {6e854894-d34a-4fbe-a7ef-fc592af55691} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2026.01.09 00:44:27.054196 [ 269 ] {6e854894-d34a-4fbe-a7ef-fc592af55691} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.054324 [ 269 ] {6e854894-d34a-4fbe-a7ef-fc592af55691} executeQuery: Read 297 rows, 27.39 KiB in 0.001329 sec., 223476.29796839727 rows/sec., 20.13 MiB/sec. 2026.01.09 00:44:27.054323 [ 50 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 2026.01.09 00:44:27.054364 [ 269 ] {6e854894-d34a-4fbe-a7ef-fc592af55691} TCPHandler: Processed in 0.001490082 sec. 2026.01.09 00:44:27.054396 [ 50 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.054429 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:27.054491 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:27.054547 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full 2026.01.09 00:44:27.054626 [ 269 ] {4e2b17c1-1844-40fe-90f6-b60a0ed0e47c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:27.054655 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:27.054675 [ 269 ] {4e2b17c1-1844-40fe-90f6-b60a0ed0e47c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:27.054688 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 2498 rows starting from the beginning of the part 2026.01.09 00:44:27.054752 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 2253 rows starting from the beginning of the part 2026.01.09 00:44:27.054806 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 56 rows starting from the beginning of the part 2026.01.09 00:44:27.054852 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 177 rows starting from the beginning of the part 2026.01.09 00:44:27.054896 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 1112 rows starting from the beginning of the part 2026.01.09 00:44:27.054942 [ 193 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 297 rows starting from the beginning of the part 2026.01.09 00:44:27.055183 [ 269 ] {4e2b17c1-1844-40fe-90f6-b60a0ed0e47c} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.055224 [ 269 ] {4e2b17c1-1844-40fe-90f6-b60a0ed0e47c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:27.055581 [ 269 ] {4e2b17c1-1844-40fe-90f6-b60a0ed0e47c} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.09 00:44:27.055783 [ 269 ] {4e2b17c1-1844-40fe-90f6-b60a0ed0e47c} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.055897 [ 50 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.09 00:44:27.055915 [ 269 ] {4e2b17c1-1844-40fe-90f6-b60a0ed0e47c} executeQuery: Read 74 rows, 5.61 KiB in 0.001315 sec., 56273.76425855514 rows/sec., 4.17 MiB/sec. 2026.01.09 00:44:27.055935 [ 50 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.055958 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:27.055961 [ 269 ] {4e2b17c1-1844-40fe-90f6-b60a0ed0e47c} TCPHandler: Processed in 0.001532914 sec. 2026.01.09 00:44:27.056053 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.01.09 00:44:27.056086 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:27.056141 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:27.056167 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 292 rows starting from the beginning of the part 2026.01.09 00:44:27.056181 [ 269 ] {5d93f33b-1d22-4d85-8e0a-79c615ee2f54} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:44:27.056216 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 57 rows starting from the beginning of the part 2026.01.09 00:44:27.056221 [ 269 ] {5d93f33b-1d22-4d85-8e0a-79c615ee2f54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:44:27.056260 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 207 rows starting from the beginning of the part 2026.01.09 00:44:27.056299 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:27.056337 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 205 rows starting from the beginning of the part 2026.01.09 00:44:27.056374 [ 189 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 74 rows starting from the beginning of the part 2026.01.09 00:44:27.056624 [ 269 ] {5d93f33b-1d22-4d85-8e0a-79c615ee2f54} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.056659 [ 269 ] {5d93f33b-1d22-4d85-8e0a-79c615ee2f54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:27.056950 [ 269 ] {5d93f33b-1d22-4d85-8e0a-79c615ee2f54} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.09 00:44:27.056976 [ 202 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} MergeTask::MergeProjectionsStage: Merge sorted 6393 rows, containing 5 columns (5 merged, 0 gathered) in 0.00247303 sec., 2585087.92857345 rows/sec., 220.63 MiB/sec. 2026.01.09 00:44:27.057137 [ 202 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 895 rows, containing 5 columns (5 merged, 0 gathered) in 0.001121312 sec., 798172.1412060158 rows/sec., 53.55 MiB/sec. 2026.01.09 00:44:27.057156 [ 269 ] {5d93f33b-1d22-4d85-8e0a-79c615ee2f54} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.057298 [ 269 ] {5d93f33b-1d22-4d85-8e0a-79c615ee2f54} executeQuery: Read 24 rows, 2.04 KiB in 0.001132 sec., 21201.413427561838 rows/sec., 1.76 MiB/sec. 2026.01.09 00:44:27.057299 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) 2026.01.09 00:44:27.057315 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.09 00:44:27.057346 [ 269 ] {5d93f33b-1d22-4d85-8e0a-79c615ee2f54} TCPHandler: Processed in 0.001310347 sec. 2026.01.09 00:44:27.057486 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:27.057590 [ 269 ] {1e4dd6a6-cbdb-4408-b5e2-8f0d68b036ed} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:44:27.057634 [ 269 ] {1e4dd6a6-cbdb-4408-b5e2-8f0d68b036ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:44:27.057692 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.057714 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.057783 [ 195 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_176_35} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 2026.01.09 00:44:27.057804 [ 200 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_146_29} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.09 00:44:27.057887 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2026.01.09 00:44:27.057941 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.01.09 00:44:27.058036 [ 269 ] {1e4dd6a6-cbdb-4408-b5e2-8f0d68b036ed} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.058076 [ 269 ] {1e4dd6a6-cbdb-4408-b5e2-8f0d68b036ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:27.058381 [ 269 ] {1e4dd6a6-cbdb-4408-b5e2-8f0d68b036ed} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:44:27.058582 [ 269 ] {1e4dd6a6-cbdb-4408-b5e2-8f0d68b036ed} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.058713 [ 269 ] {1e4dd6a6-cbdb-4408-b5e2-8f0d68b036ed} executeQuery: Read 12 rows, 960.00 B in 0.001141 sec., 10517.090271691497 rows/sec., 821.65 KiB/sec. 2026.01.09 00:44:27.058752 [ 269 ] {1e4dd6a6-cbdb-4408-b5e2-8f0d68b036ed} TCPHandler: Processed in 0.001314917 sec. 2026.01.09 00:44:27.058869 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:27.058969 [ 269 ] {4622b48f-26dc-4035-83a3-ff4d4865a414} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:27.059012 [ 269 ] {4622b48f-26dc-4035-83a3-ff4d4865a414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:27.059513 [ 269 ] {4622b48f-26dc-4035-83a3-ff4d4865a414} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.059550 [ 269 ] {4622b48f-26dc-4035-83a3-ff4d4865a414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:27.059870 [ 269 ] {4622b48f-26dc-4035-83a3-ff4d4865a414} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2026.01.09 00:44:27.060093 [ 269 ] {4622b48f-26dc-4035-83a3-ff4d4865a414} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.060210 [ 50 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 2026.01.09 00:44:27.060227 [ 269 ] {4622b48f-26dc-4035-83a3-ff4d4865a414} executeQuery: Read 162 rows, 13.34 KiB in 0.001275 sec., 127058.82352941176 rows/sec., 10.22 MiB/sec. 2026.01.09 00:44:27.060242 [ 50 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.060269 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:27.060276 [ 269 ] {4622b48f-26dc-4035-83a3-ff4d4865a414} TCPHandler: Processed in 0.001467421 sec. 2026.01.09 00:44:27.060351 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full 2026.01.09 00:44:27.060385 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:27.060474 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:27.060487 [ 269 ] {ccdffe42-794f-439f-9c27-4d45776fe643} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:27.060518 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1269 rows starting from the beginning of the part 2026.01.09 00:44:27.060538 [ 269 ] {ccdffe42-794f-439f-9c27-4d45776fe643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:27.060599 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 1137 rows starting from the beginning of the part 2026.01.09 00:44:27.060656 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 64 rows starting from the beginning of the part 2026.01.09 00:44:27.060705 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 133 rows starting from the beginning of the part 2026.01.09 00:44:27.060751 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 679 rows starting from the beginning of the part 2026.01.09 00:44:27.060797 [ 202 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 162 rows starting from the beginning of the part 2026.01.09 00:44:27.061018 [ 269 ] {ccdffe42-794f-439f-9c27-4d45776fe643} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.061060 [ 269 ] {ccdffe42-794f-439f-9c27-4d45776fe643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:27.061425 [ 269 ] {ccdffe42-794f-439f-9c27-4d45776fe643} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2026.01.09 00:44:27.061675 [ 269 ] {ccdffe42-794f-439f-9c27-4d45776fe643} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.061813 [ 269 ] {ccdffe42-794f-439f-9c27-4d45776fe643} executeQuery: Read 341 rows, 26.42 KiB in 0.001342 sec., 254098.3606557377 rows/sec., 19.23 MiB/sec. 2026.01.09 00:44:27.061853 [ 269 ] {ccdffe42-794f-439f-9c27-4d45776fe643} TCPHandler: Processed in 0.001516743 sec. 2026.01.09 00:44:27.061970 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:27.062071 [ 269 ] {8007b7dd-f56c-4eff-9d75-fed4910b3730} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:27.062126 [ 269 ] {8007b7dd-f56c-4eff-9d75-fed4910b3730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:44:27.062198 [ 194 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} MergeTask::MergeProjectionsStage: Merge sorted 3444 rows, containing 5 columns (5 merged, 0 gathered) in 0.001888744 sec., 1823433.985759849 rows/sec., 138.48 MiB/sec. 2026.01.09 00:44:27.062381 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) 2026.01.09 00:44:27.062632 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.062702 [ 195 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_176_35} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 2026.01.09 00:44:27.062811 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.09 00:44:27.063085 [ 269 ] {8007b7dd-f56c-4eff-9d75-fed4910b3730} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.063127 [ 269 ] {8007b7dd-f56c-4eff-9d75-fed4910b3730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:27.063720 [ 269 ] {8007b7dd-f56c-4eff-9d75-fed4910b3730} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.09 00:44:27.063949 [ 269 ] {8007b7dd-f56c-4eff-9d75-fed4910b3730} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.064071 [ 50 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.09 00:44:27.064096 [ 269 ] {8007b7dd-f56c-4eff-9d75-fed4910b3730} executeQuery: Read 60 rows, 110.10 KiB in 0.002042 sec., 29382.957884427033 rows/sec., 52.65 MiB/sec. 2026.01.09 00:44:27.064101 [ 50 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.064139 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.01.09 00:44:27.064171 [ 269 ] {8007b7dd-f56c-4eff-9d75-fed4910b3730} TCPHandler: Processed in 0.002249954 sec. 2026.01.09 00:44:27.064222 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.09 00:44:27.064290 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:27.064392 [ 269 ] {b874a6b9-3a08-4602-9f7d-3a5b0f487f65} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:27.064434 [ 269 ] {b874a6b9-3a08-4602-9f7d-3a5b0f487f65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:27.064459 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:27.064524 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2787 rows starting from the beginning of the part 2026.01.09 00:44:27.064661 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 52 rows starting from the beginning of the part 2026.01.09 00:44:27.064780 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 55 rows starting from the beginning of the part 2026.01.09 00:44:27.064787 [ 269 ] {b874a6b9-3a08-4602-9f7d-3a5b0f487f65} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.064833 [ 269 ] {b874a6b9-3a08-4602-9f7d-3a5b0f487f65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:27.064897 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 57 rows starting from the beginning of the part 2026.01.09 00:44:27.065015 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:27.065126 [ 194 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:27.065165 [ 269 ] {b874a6b9-3a08-4602-9f7d-3a5b0f487f65} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2026.01.09 00:44:27.065395 [ 269 ] {b874a6b9-3a08-4602-9f7d-3a5b0f487f65} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.065512 [ 50 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 2026.01.09 00:44:27.065535 [ 269 ] {b874a6b9-3a08-4602-9f7d-3a5b0f487f65} executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. 2026.01.09 00:44:27.065542 [ 50 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.065577 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:27.065581 [ 269 ] {b874a6b9-3a08-4602-9f7d-3a5b0f487f65} TCPHandler: Processed in 0.001342398 sec. 2026.01.09 00:44:27.065673 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full 2026.01.09 00:44:27.065835 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:27.065886 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 11812 rows starting from the beginning of the part 2026.01.09 00:44:27.065981 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 80 rows starting from the beginning of the part 2026.01.09 00:44:27.066056 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 24 rows starting from the beginning of the part 2026.01.09 00:44:27.066123 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:27.066188 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 104 rows starting from the beginning of the part 2026.01.09 00:44:27.066267 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:27.069105 [ 192 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} MergeTask::MergeProjectionsStage: Merge sorted 12140 rows, containing 4 columns (4 merged, 0 gathered) in 0.003479899 sec., 3488606.9969272097 rows/sec., 222.31 MiB/sec. 2026.01.09 00:44:27.069349 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) 2026.01.09 00:44:27.069603 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.069669 [ 200 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_176_35} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 2026.01.09 00:44:27.069743 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2026.01.09 00:44:27.075189 [ 195 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3071 rows, containing 19 columns (19 merged, 0 gathered) in 0.011008534 sec., 278965.3917587937 rows/sec., 499.89 MiB/sec. 2026.01.09 00:44:27.078202 [ 192 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.09 00:44:27.078595 [ 192 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.078674 [ 192 ] {bd4c63fc-b003-4ecd-b690-049cba1c4e53::all_1_76_15} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.09 00:44:27.078825 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.15 MiB. 2026.01.09 00:44:27.509584 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 49431 2026.01.09 00:44:27.510163 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:27.510213 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:27.510698 [ 245 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.09 00:44:27.510927 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:27.511066 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49431 2026.01.09 00:44:28.599483 [ 46 ] {} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.09 00:44:28.599545 [ 46 ] {} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:28.599566 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:28.599673 [ 190 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.09 00:44:28.599808 [ 190 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:28.599845 [ 190 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part 2026.01.09 00:44:28.599913 [ 190 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.01.09 00:44:28.599961 [ 190 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2026.01.09 00:44:28.600004 [ 190 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.01.09 00:44:28.600046 [ 190 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2026.01.09 00:44:28.601736 [ 192 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.00210357 sec., 24244.498638029636 rows/sec., 1.73 MiB/sec. 2026.01.09 00:44:28.601888 [ 190 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.09 00:44:28.602165 [ 190 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:28.602234 [ 190 ] {8de239ba-0182-4216-858e-1bf507887ca1::all_1_5_1} oximeter.measurements_i64 (8de239ba-0182-4216-858e-1bf507887ca1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.09 00:44:28.602298 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.09 00:44:29.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 401.93 MiB, peak 415.09 MiB, free memory in arenas 0.00 B, will set to 397.90 MiB (RSS), difference: -4.03 MiB 2026.01.09 00:44:30.210688 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2026.01.09 00:44:30.229772 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:30.229829 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:30.236150 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.09 00:44:30.236856 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:30.240244 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776 2026.01.09 00:44:32.038338 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:32.038532 [ 269 ] {50ac15c8-5fa6-4472-b341-b588c55621f7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:32.038602 [ 269 ] {50ac15c8-5fa6-4472-b341-b588c55621f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:32.039311 [ 269 ] {50ac15c8-5fa6-4472-b341-b588c55621f7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:32.039357 [ 269 ] {50ac15c8-5fa6-4472-b341-b588c55621f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:32.039760 [ 269 ] {50ac15c8-5fa6-4472-b341-b588c55621f7} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2026.01.09 00:44:32.039989 [ 269 ] {50ac15c8-5fa6-4472-b341-b588c55621f7} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:32.040134 [ 269 ] {50ac15c8-5fa6-4472-b341-b588c55621f7} executeQuery: Read 56 rows, 4.41 KiB in 0.001656 sec., 33816.42512077295 rows/sec., 2.60 MiB/sec. 2026.01.09 00:44:32.040176 [ 269 ] {50ac15c8-5fa6-4472-b341-b588c55621f7} TCPHandler: Processed in 0.001971286 sec. 2026.01.09 00:44:32.040289 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:32.040383 [ 269 ] {53c07f3b-d1d0-40b8-a611-4d26b09f49e9} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:32.040422 [ 269 ] {53c07f3b-d1d0-40b8-a611-4d26b09f49e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:32.040918 [ 269 ] {53c07f3b-d1d0-40b8-a611-4d26b09f49e9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:32.040969 [ 269 ] {53c07f3b-d1d0-40b8-a611-4d26b09f49e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:32.041266 [ 269 ] {53c07f3b-d1d0-40b8-a611-4d26b09f49e9} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2026.01.09 00:44:32.041463 [ 269 ] {53c07f3b-d1d0-40b8-a611-4d26b09f49e9} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:32.041588 [ 269 ] {53c07f3b-d1d0-40b8-a611-4d26b09f49e9} executeQuery: Read 64 rows, 5.12 KiB in 0.001224 sec., 52287.5816993464 rows/sec., 4.08 MiB/sec. 2026.01.09 00:44:32.041626 [ 269 ] {53c07f3b-d1d0-40b8-a611-4d26b09f49e9} TCPHandler: Processed in 0.001384649 sec. 2026.01.09 00:44:32.041737 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:32.041831 [ 269 ] {84efc63f-24a0-44f5-a30a-6cdaaa20dde3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:32.041875 [ 269 ] {84efc63f-24a0-44f5-a30a-6cdaaa20dde3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:32.042295 [ 269 ] {84efc63f-24a0-44f5-a30a-6cdaaa20dde3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:32.042330 [ 269 ] {84efc63f-24a0-44f5-a30a-6cdaaa20dde3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:32.042640 [ 269 ] {84efc63f-24a0-44f5-a30a-6cdaaa20dde3} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2026.01.09 00:44:32.042835 [ 269 ] {84efc63f-24a0-44f5-a30a-6cdaaa20dde3} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:32.042952 [ 40 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 4 parts from all_1_172_36 to all_175_175_0 2026.01.09 00:44:32.042960 [ 269 ] {84efc63f-24a0-44f5-a30a-6cdaaa20dde3} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.01.09 00:44:32.043022 [ 40 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:32.043039 [ 269 ] {84efc63f-24a0-44f5-a30a-6cdaaa20dde3} TCPHandler: Processed in 0.001348618 sec. 2026.01.09 00:44:32.043047 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:32.043154 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:32.043156 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_175_37} MergeTask::PrepareStage: Merging 4 parts: from all_1_172_36 to all_175_175_0 into Compact with storage Full 2026.01.09 00:44:32.043251 [ 269 ] {2dcbd3e0-c1ad-4440-b38a-bd2040205407} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:32.043295 [ 269 ] {2dcbd3e0-c1ad-4440-b38a-bd2040205407} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:32.043312 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_175_37} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:32.043358 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_175_37} MergeTreeSequentialSource: Reading 8 marks from part all_1_172_36, total 53034 rows starting from the beginning of the part 2026.01.09 00:44:32.043433 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_175_37} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 64 rows starting from the beginning of the part 2026.01.09 00:44:32.043487 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_175_37} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 160 rows starting from the beginning of the part 2026.01.09 00:44:32.043534 [ 196 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_175_37} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 314 rows starting from the beginning of the part 2026.01.09 00:44:32.043622 [ 269 ] {2dcbd3e0-c1ad-4440-b38a-bd2040205407} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:32.043662 [ 269 ] {2dcbd3e0-c1ad-4440-b38a-bd2040205407} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:32.043975 [ 269 ] {2dcbd3e0-c1ad-4440-b38a-bd2040205407} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2026.01.09 00:44:32.044181 [ 269 ] {2dcbd3e0-c1ad-4440-b38a-bd2040205407} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:32.044306 [ 269 ] {2dcbd3e0-c1ad-4440-b38a-bd2040205407} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.01.09 00:44:32.044342 [ 269 ] {2dcbd3e0-c1ad-4440-b38a-bd2040205407} TCPHandler: Processed in 0.001235135 sec. 2026.01.09 00:44:32.052321 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_175_37} MergeTask::MergeProjectionsStage: Merge sorted 53572 rows, containing 5 columns (5 merged, 0 gathered) in 0.009210892 sec., 5816157.65335214 rows/sec., 391.11 MiB/sec. 2026.01.09 00:44:32.052806 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_175_37} MergedBlockOutputStream: filled checksums all_1_175_37 (state Temporary) 2026.01.09 00:44:32.053126 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_175_37} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_175_37 to all_1_175_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:32.053205 [ 197 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_175_37} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 4 parts: [all_1_172_36, all_175_175_0] -> all_1_175_37 2026.01.09 00:44:32.053308 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. 2026.01.09 00:44:32.110249 [ 224 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Found 6 old parts to remove. Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] 2026.01.09 00:44:32.110290 [ 224 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 6 parts from filesystem (serially): Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] 2026.01.09 00:44:32.112342 [ 224 ] {} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Removing 6 parts from memory: Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] 2026.01.09 00:44:33.085522 [ 224 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Found 6 old parts to remove. Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] 2026.01.09 00:44:33.085583 [ 224 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 6 parts from filesystem (serially): Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] 2026.01.09 00:44:33.088544 [ 224 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Removing 6 parts from memory: Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] 2026.01.09 00:44:33.448831 [ 226 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Found 6 old parts to remove. Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] 2026.01.09 00:44:33.448913 [ 226 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 6 parts from filesystem (serially): Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] 2026.01.09 00:44:33.452887 [ 226 ] {} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Removing 6 parts from memory: Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] 2026.01.09 00:44:34.743721 [ 29 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:44:34.743781 [ 29 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:44:35.012161 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 49943 2026.01.09 00:44:35.012672 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:35.012705 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:35.013169 [ 245 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.09 00:44:35.013391 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:35.013515 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49943 2026.01.09 00:44:35.160929 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2978 2026.01.09 00:44:35.163375 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:35.163410 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:35.164553 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:44:35.164807 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:35.165078 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2978 2026.01.09 00:44:36.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 393.91 MiB, peak 415.09 MiB, free memory in arenas 0.00 B, will set to 397.90 MiB (RSS), difference: 3.99 MiB 2026.01.09 00:44:37.041080 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:37.041262 [ 269 ] {3bc10a96-8c64-4bc2-8722-5bb5594c45d1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:37.041330 [ 269 ] {3bc10a96-8c64-4bc2-8722-5bb5594c45d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:37.042162 [ 269 ] {3bc10a96-8c64-4bc2-8722-5bb5594c45d1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:37.042219 [ 269 ] {3bc10a96-8c64-4bc2-8722-5bb5594c45d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:37.042639 [ 269 ] {3bc10a96-8c64-4bc2-8722-5bb5594c45d1} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2026.01.09 00:44:37.042891 [ 269 ] {3bc10a96-8c64-4bc2-8722-5bb5594c45d1} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:37.043066 [ 269 ] {3bc10a96-8c64-4bc2-8722-5bb5594c45d1} executeQuery: Read 176 rows, 15.86 KiB in 0.001848 sec., 95238.09523809524 rows/sec., 8.38 MiB/sec. 2026.01.09 00:44:37.043122 [ 269 ] {3bc10a96-8c64-4bc2-8722-5bb5594c45d1} TCPHandler: Processed in 0.002174552 sec. 2026.01.09 00:44:37.043277 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:37.043428 [ 269 ] {67f7ff77-a6ed-4bf8-92b4-bc5b074cba54} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:37.043483 [ 269 ] {67f7ff77-a6ed-4bf8-92b4-bc5b074cba54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:37.043990 [ 269 ] {67f7ff77-a6ed-4bf8-92b4-bc5b074cba54} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:37.044029 [ 269 ] {67f7ff77-a6ed-4bf8-92b4-bc5b074cba54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:37.044349 [ 269 ] {67f7ff77-a6ed-4bf8-92b4-bc5b074cba54} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.09 00:44:37.044563 [ 269 ] {67f7ff77-a6ed-4bf8-92b4-bc5b074cba54} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:37.044698 [ 269 ] {67f7ff77-a6ed-4bf8-92b4-bc5b074cba54} executeQuery: Read 60 rows, 4.51 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.38 MiB/sec. 2026.01.09 00:44:37.044738 [ 269 ] {67f7ff77-a6ed-4bf8-92b4-bc5b074cba54} TCPHandler: Processed in 0.001531694 sec. 2026.01.09 00:44:37.044840 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:37.044934 [ 269 ] {113e564b-dece-4f66-b27c-7c945dd0988a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:37.044975 [ 269 ] {113e564b-dece-4f66-b27c-7c945dd0988a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:37.045452 [ 269 ] {113e564b-dece-4f66-b27c-7c945dd0988a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:37.045489 [ 269 ] {113e564b-dece-4f66-b27c-7c945dd0988a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:37.045794 [ 269 ] {113e564b-dece-4f66-b27c-7c945dd0988a} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2026.01.09 00:44:37.046007 [ 269 ] {113e564b-dece-4f66-b27c-7c945dd0988a} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:37.046134 [ 269 ] {113e564b-dece-4f66-b27c-7c945dd0988a} executeQuery: Read 124 rows, 9.92 KiB in 0.001217 sec., 101889.8931799507 rows/sec., 7.96 MiB/sec. 2026.01.09 00:44:37.046173 [ 269 ] {113e564b-dece-4f66-b27c-7c945dd0988a} TCPHandler: Processed in 0.00138242 sec. 2026.01.09 00:44:37.046281 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:37.046376 [ 269 ] {eac5d6b7-0085-45ee-90f0-f3ba6492b978} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:37.046419 [ 269 ] {eac5d6b7-0085-45ee-90f0-f3ba6492b978} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:37.046848 [ 269 ] {eac5d6b7-0085-45ee-90f0-f3ba6492b978} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:37.046884 [ 269 ] {eac5d6b7-0085-45ee-90f0-f3ba6492b978} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:37.047208 [ 269 ] {eac5d6b7-0085-45ee-90f0-f3ba6492b978} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2026.01.09 00:44:37.047425 [ 269 ] {eac5d6b7-0085-45ee-90f0-f3ba6492b978} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:37.047554 [ 269 ] {eac5d6b7-0085-45ee-90f0-f3ba6492b978} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.01.09 00:44:37.047592 [ 269 ] {eac5d6b7-0085-45ee-90f0-f3ba6492b978} TCPHandler: Processed in 0.001360349 sec. 2026.01.09 00:44:37.047695 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:37.047792 [ 269 ] {4ded7a72-f6ad-49b7-8c10-a7c38671804a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:37.047850 [ 269 ] {4ded7a72-f6ad-49b7-8c10-a7c38671804a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:44:37.048866 [ 269 ] {4ded7a72-f6ad-49b7-8c10-a7c38671804a} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:37.048903 [ 269 ] {4ded7a72-f6ad-49b7-8c10-a7c38671804a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:37.049507 [ 269 ] {4ded7a72-f6ad-49b7-8c10-a7c38671804a} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:44:37.049738 [ 269 ] {4ded7a72-f6ad-49b7-8c10-a7c38671804a} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:37.049884 [ 269 ] {4ded7a72-f6ad-49b7-8c10-a7c38671804a} executeQuery: Read 60 rows, 110.10 KiB in 0.002108 sec., 28462.998102466794 rows/sec., 51.00 MiB/sec. 2026.01.09 00:44:37.049964 [ 269 ] {4ded7a72-f6ad-49b7-8c10-a7c38671804a} TCPHandler: Processed in 0.002318066 sec. 2026.01.09 00:44:37.050078 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:37.050174 [ 269 ] {82223dd4-7b0f-4c73-8628-2983b30d249b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:37.050217 [ 269 ] {82223dd4-7b0f-4c73-8628-2983b30d249b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:37.050557 [ 269 ] {82223dd4-7b0f-4c73-8628-2983b30d249b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:37.050592 [ 269 ] {82223dd4-7b0f-4c73-8628-2983b30d249b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:37.050894 [ 269 ] {82223dd4-7b0f-4c73-8628-2983b30d249b} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2026.01.09 00:44:37.051109 [ 269 ] {82223dd4-7b0f-4c73-8628-2983b30d249b} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:37.051244 [ 269 ] {82223dd4-7b0f-4c73-8628-2983b30d249b} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.01.09 00:44:37.051281 [ 269 ] {82223dd4-7b0f-4c73-8628-2983b30d249b} TCPHandler: Processed in 0.001253235 sec. 2026.01.09 00:44:37.310516 [ 223 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.310584 [ 223 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.313785 [ 223 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.679469 [ 219 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.679527 [ 219 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.683010 [ 219 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.741266 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 783 2026.01.09 00:44:37.747271 [ 225 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.747322 [ 225 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.749886 [ 225 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.759785 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:37.759843 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:37.766214 [ 244 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.09 00:44:37.766969 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:37.770161 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 783 2026.01.09 00:44:37.856715 [ 219 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.856766 [ 219 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:37.860461 [ 219 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.01.09 00:44:39.503620 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:39.503867 [ 269 ] {29832af1-9c82-43d8-9ec6-d975750e948d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:44:39.503963 [ 269 ] {29832af1-9c82-43d8-9ec6-d975750e948d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:44:39.505312 [ 269 ] {29832af1-9c82-43d8-9ec6-d975750e948d} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:39.505388 [ 269 ] {29832af1-9c82-43d8-9ec6-d975750e948d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:39.506194 [ 269 ] {29832af1-9c82-43d8-9ec6-d975750e948d} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:44:39.506956 [ 269 ] {29832af1-9c82-43d8-9ec6-d975750e948d} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:39.507243 [ 269 ] {29832af1-9c82-43d8-9ec6-d975750e948d} executeQuery: Read 410 rows, 26.63 KiB in 0.003439 sec., 119220.70369293398 rows/sec., 7.56 MiB/sec. 2026.01.09 00:44:39.507337 [ 269 ] {29832af1-9c82-43d8-9ec6-d975750e948d} TCPHandler: Processed in 0.003918451 sec. 2026.01.09 00:44:39.507550 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:39.507687 [ 269 ] {105659b8-062d-4f2b-a08c-17f9015fdaaf} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:39.507751 [ 269 ] {105659b8-062d-4f2b-a08c-17f9015fdaaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:39.511344 [ 269 ] {105659b8-062d-4f2b-a08c-17f9015fdaaf} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:39.511395 [ 269 ] {105659b8-062d-4f2b-a08c-17f9015fdaaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:39.512347 [ 269 ] {105659b8-062d-4f2b-a08c-17f9015fdaaf} MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) 2026.01.09 00:44:39.513153 [ 269 ] {105659b8-062d-4f2b-a08c-17f9015fdaaf} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:39.513362 [ 269 ] {105659b8-062d-4f2b-a08c-17f9015fdaaf} executeQuery: Read 2252 rows, 186.40 KiB in 0.005711 sec., 394326.7378742777 rows/sec., 31.87 MiB/sec. 2026.01.09 00:44:39.513427 [ 269 ] {105659b8-062d-4f2b-a08c-17f9015fdaaf} MemoryTracker: Peak memory usage (for query): 4.03 MiB. 2026.01.09 00:44:39.513445 [ 269 ] {105659b8-062d-4f2b-a08c-17f9015fdaaf} TCPHandler: Processed in 0.00596235 sec. 2026.01.09 00:44:39.513636 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:39.513767 [ 269 ] {ac769d04-fb98-47c6-96aa-2d9e19d3570f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:39.513826 [ 269 ] {ac769d04-fb98-47c6-96aa-2d9e19d3570f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:39.514648 [ 269 ] {ac769d04-fb98-47c6-96aa-2d9e19d3570f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:39.514696 [ 269 ] {ac769d04-fb98-47c6-96aa-2d9e19d3570f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:39.515380 [ 269 ] {ac769d04-fb98-47c6-96aa-2d9e19d3570f} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.09 00:44:39.516069 [ 269 ] {ac769d04-fb98-47c6-96aa-2d9e19d3570f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:39.516281 [ 269 ] {ac769d04-fb98-47c6-96aa-2d9e19d3570f} executeQuery: Read 205 rows, 12.32 KiB in 0.002548 sec., 80455.2590266876 rows/sec., 4.72 MiB/sec. 2026.01.09 00:44:39.516366 [ 269 ] {ac769d04-fb98-47c6-96aa-2d9e19d3570f} TCPHandler: Processed in 0.002800119 sec. 2026.01.09 00:44:39.516377 [ 224 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:44:39.516449 [ 224 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:44:39.516561 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:39.516691 [ 269 ] {25b3f0d2-56b5-48ed-9f9a-09de684c4ee1} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:44:39.516754 [ 269 ] {25b3f0d2-56b5-48ed-9f9a-09de684c4ee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:44:39.517694 [ 269 ] {25b3f0d2-56b5-48ed-9f9a-09de684c4ee1} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:39.517746 [ 269 ] {25b3f0d2-56b5-48ed-9f9a-09de684c4ee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:39.518489 [ 269 ] {25b3f0d2-56b5-48ed-9f9a-09de684c4ee1} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.09 00:44:39.519553 [ 269 ] {25b3f0d2-56b5-48ed-9f9a-09de684c4ee1} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:39.519781 [ 269 ] {25b3f0d2-56b5-48ed-9f9a-09de684c4ee1} executeQuery: Read 440 rows, 29.81 KiB in 0.00312 sec., 141025.64102564103 rows/sec., 9.33 MiB/sec. 2026.01.09 00:44:39.519846 [ 269 ] {25b3f0d2-56b5-48ed-9f9a-09de684c4ee1} TCPHandler: Processed in 0.003351966 sec. 2026.01.09 00:44:39.520042 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:39.520176 [ 269 ] {af533232-a325-4315-b060-51322b6c2bc6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:44:39.520237 [ 269 ] {af533232-a325-4315-b060-51322b6c2bc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:44:39.521029 [ 269 ] {af533232-a325-4315-b060-51322b6c2bc6} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:39.521082 [ 269 ] {af533232-a325-4315-b060-51322b6c2bc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:39.521099 [ 224 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.01.09 00:44:39.521779 [ 269 ] {af533232-a325-4315-b060-51322b6c2bc6} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.09 00:44:39.522472 [ 269 ] {af533232-a325-4315-b060-51322b6c2bc6} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:39.522666 [ 269 ] {af533232-a325-4315-b060-51322b6c2bc6} executeQuery: Read 211 rows, 12.27 KiB in 0.002523 sec., 83630.59849385652 rows/sec., 4.75 MiB/sec. 2026.01.09 00:44:39.522726 [ 269 ] {af533232-a325-4315-b060-51322b6c2bc6} TCPHandler: Processed in 0.002758529 sec. 2026.01.09 00:44:39.522917 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:39.523062 [ 269 ] {efdbf7f3-5ec5-43b7-9c96-e95b83a84261} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:39.523127 [ 269 ] {efdbf7f3-5ec5-43b7-9c96-e95b83a84261} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:39.525027 [ 269 ] {efdbf7f3-5ec5-43b7-9c96-e95b83a84261} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:39.525078 [ 269 ] {efdbf7f3-5ec5-43b7-9c96-e95b83a84261} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:39.525789 [ 269 ] {efdbf7f3-5ec5-43b7-9c96-e95b83a84261} MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) 2026.01.09 00:44:39.526963 [ 269 ] {efdbf7f3-5ec5-43b7-9c96-e95b83a84261} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:39.527165 [ 269 ] {efdbf7f3-5ec5-43b7-9c96-e95b83a84261} executeQuery: Read 1135 rows, 82.76 KiB in 0.004135 sec., 274486.09431680775 rows/sec., 19.54 MiB/sec. 2026.01.09 00:44:39.527226 [ 269 ] {efdbf7f3-5ec5-43b7-9c96-e95b83a84261} TCPHandler: Processed in 0.004383345 sec. 2026.01.09 00:44:39.527453 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:39.527578 [ 269 ] {84c2bca5-69fe-4858-8a1c-60f464ae6bc7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:44:39.527635 [ 269 ] {84c2bca5-69fe-4858-8a1c-60f464ae6bc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:44:39.528125 [ 269 ] {84c2bca5-69fe-4858-8a1c-60f464ae6bc7} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:39.528169 [ 269 ] {84c2bca5-69fe-4858-8a1c-60f464ae6bc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:39.528852 [ 269 ] {84c2bca5-69fe-4858-8a1c-60f464ae6bc7} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.09 00:44:39.529609 [ 269 ] {84c2bca5-69fe-4858-8a1c-60f464ae6bc7} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:39.529798 [ 269 ] {84c2bca5-69fe-4858-8a1c-60f464ae6bc7} executeQuery: Read 6 rows, 321.00 B in 0.002252 sec., 2664.298401420959 rows/sec., 139.20 KiB/sec. 2026.01.09 00:44:39.529850 [ 269 ] {84c2bca5-69fe-4858-8a1c-60f464ae6bc7} TCPHandler: Processed in 0.002468001 sec. 2026.01.09 00:44:39.530014 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:39.530418 [ 269 ] {28a5091b-4b75-44a9-be89-858458a1e60e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:39.530492 [ 269 ] {28a5091b-4b75-44a9-be89-858458a1e60e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:39.531768 [ 269 ] {28a5091b-4b75-44a9-be89-858458a1e60e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:39.531812 [ 269 ] {28a5091b-4b75-44a9-be89-858458a1e60e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:39.532654 [ 269 ] {28a5091b-4b75-44a9-be89-858458a1e60e} MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) 2026.01.09 00:44:39.534245 [ 269 ] {28a5091b-4b75-44a9-be89-858458a1e60e} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:39.534477 [ 269 ] {28a5091b-4b75-44a9-be89-858458a1e60e} executeQuery: Read 934 rows, 63.32 KiB in 0.004086 sec., 228585.41360744002 rows/sec., 15.13 MiB/sec. 2026.01.09 00:44:39.534549 [ 269 ] {28a5091b-4b75-44a9-be89-858458a1e60e} TCPHandler: Processed in 0.004597141 sec. 2026.01.09 00:44:39.535005 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:39.535156 [ 269 ] {7b222576-7a11-4160-8459-7bf45a9eb27b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:44:39.535703 [ 269 ] {7b222576-7a11-4160-8459-7bf45a9eb27b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:44:39.537534 [ 269 ] {7b222576-7a11-4160-8459-7bf45a9eb27b} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:39.537587 [ 269 ] {7b222576-7a11-4160-8459-7bf45a9eb27b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:39.540644 [ 269 ] {7b222576-7a11-4160-8459-7bf45a9eb27b} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:44:39.543199 [ 269 ] {7b222576-7a11-4160-8459-7bf45a9eb27b} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:39.543497 [ 269 ] {7b222576-7a11-4160-8459-7bf45a9eb27b} executeQuery: Read 1 rows, 69.00 B in 0.008373 sec., 119.43150603129105 rows/sec., 8.05 KiB/sec. 2026.01.09 00:44:39.543594 [ 269 ] {7b222576-7a11-4160-8459-7bf45a9eb27b} TCPHandler: Processed in 0.008689628 sec. 2026.01.09 00:44:39.543890 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:39.544051 [ 269 ] {47cb11ab-8de7-40d0-a04f-e944a99235f0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:39.544127 [ 269 ] {47cb11ab-8de7-40d0-a04f-e944a99235f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:39.544757 [ 269 ] {47cb11ab-8de7-40d0-a04f-e944a99235f0} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:39.544801 [ 269 ] {47cb11ab-8de7-40d0-a04f-e944a99235f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:39.547287 [ 269 ] {47cb11ab-8de7-40d0-a04f-e944a99235f0} MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) 2026.01.09 00:44:39.550180 [ 269 ] {47cb11ab-8de7-40d0-a04f-e944a99235f0} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:39.550395 [ 269 ] {47cb11ab-8de7-40d0-a04f-e944a99235f0} executeQuery: Read 80 rows, 4.87 KiB in 0.006395 sec., 12509.773260359656 rows/sec., 761.40 KiB/sec. 2026.01.09 00:44:39.550454 [ 269 ] {47cb11ab-8de7-40d0-a04f-e944a99235f0} TCPHandler: Processed in 0.006718451 sec. 2026.01.09 00:44:40.269439 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62380 2026.01.09 00:44:40.269539 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.269565 [ 357 ] {} TCP-Session: 7051160b-67ef-4a73-ae2b-82172f84c327 Authenticating user 'default' from [fd00:1122:3344:101::e]:62380 2026.01.09 00:44:40.269585 [ 357 ] {} TCP-Session: 7051160b-67ef-4a73-ae2b-82172f84c327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.269598 [ 357 ] {} TCP-Session: 7051160b-67ef-4a73-ae2b-82172f84c327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.269783 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51594 2026.01.09 00:44:40.269828 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53400 2026.01.09 00:44:40.269846 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61142 2026.01.09 00:44:40.269891 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45255 2026.01.09 00:44:40.269906 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.269940 [ 357 ] {} TCP-Session: 7051160b-67ef-4a73-ae2b-82172f84c327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:40.269952 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.269974 [ 358 ] {} TCP-Session: 5922cb8e-fd6f-4c51-9297-4362def54213 Authenticating user 'default' from [fd00:1122:3344:101::e]:51594 2026.01.09 00:44:40.269998 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.270008 [ 359 ] {} TCP-Session: 6055ddc6-c311-49b3-8fa8-383e495bb3e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:53400 2026.01.09 00:44:40.270023 [ 358 ] {} TCP-Session: 5922cb8e-fd6f-4c51-9297-4362def54213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270034 [ 351 ] {} TCP-Session: 3fa2365c-a731-4ce1-be01-40fc4996c95f Authenticating user 'default' from [fd00:1122:3344:101::e]:45255 2026.01.09 00:44:40.270046 [ 359 ] {} TCP-Session: 6055ddc6-c311-49b3-8fa8-383e495bb3e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270052 [ 358 ] {} TCP-Session: 5922cb8e-fd6f-4c51-9297-4362def54213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270067 [ 351 ] {} TCP-Session: 3fa2365c-a731-4ce1-be01-40fc4996c95f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270087 [ 359 ] {} TCP-Session: 6055ddc6-c311-49b3-8fa8-383e495bb3e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270101 [ 351 ] {} TCP-Session: 3fa2365c-a731-4ce1-be01-40fc4996c95f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.269984 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.270131 [ 357 ] {e53dfe6a-d598-4e0c-b008-23248ad2a1f2} executeQuery: (from [fd00:1122:3344:101::e]:62380) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:44:40.270166 [ 360 ] {} TCP-Session: 21b33701-ec26-4bb2-b14f-b67adf4cf161 Authenticating user 'default' from [fd00:1122:3344:101::e]:61142 2026.01.09 00:44:40.269902 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43122 2026.01.09 00:44:40.270204 [ 360 ] {} TCP-Session: 21b33701-ec26-4bb2-b14f-b67adf4cf161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.269880 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51957 2026.01.09 00:44:40.270241 [ 360 ] {} TCP-Session: 21b33701-ec26-4bb2-b14f-b67adf4cf161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270268 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.269860 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46193 2026.01.09 00:44:40.270304 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.270302 [ 356 ] {} TCP-Session: 7cbd924d-0770-4b0c-9da9-51637698a8ec Authenticating user 'default' from [fd00:1122:3344:101::e]:43122 2026.01.09 00:44:40.270342 [ 290 ] {} TCP-Session: 9064f2c3-c9aa-40eb-aa01-3667cdd82bc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:51957 2026.01.09 00:44:40.270356 [ 356 ] {} TCP-Session: 7cbd924d-0770-4b0c-9da9-51637698a8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270365 [ 290 ] {} TCP-Session: 9064f2c3-c9aa-40eb-aa01-3667cdd82bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270371 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.270383 [ 290 ] {} TCP-Session: 9064f2c3-c9aa-40eb-aa01-3667cdd82bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270375 [ 356 ] {} TCP-Session: 7cbd924d-0770-4b0c-9da9-51637698a8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270411 [ 357 ] {e53dfe6a-d598-4e0c-b008-23248ad2a1f2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:44:40.270406 [ 363 ] {} TCP-Session: 4672c0cf-abbb-46a2-941f-5c0ef47e67a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:46193 2026.01.09 00:44:40.269868 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37029 2026.01.09 00:44:40.270479 [ 363 ] {} TCP-Session: 4672c0cf-abbb-46a2-941f-5c0ef47e67a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270486 [ 357 ] {e53dfe6a-d598-4e0c-b008-23248ad2a1f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:44:40.270511 [ 363 ] {} TCP-Session: 4672c0cf-abbb-46a2-941f-5c0ef47e67a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270696 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.270726 [ 364 ] {} TCP-Session: 88a779f2-da36-4436-9d1e-367e2f5e5965 Authenticating user 'default' from [fd00:1122:3344:101::e]:37029 2026.01.09 00:44:40.270743 [ 364 ] {} TCP-Session: 88a779f2-da36-4436-9d1e-367e2f5e5965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270756 [ 364 ] {} TCP-Session: 88a779f2-da36-4436-9d1e-367e2f5e5965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.270809 [ 357 ] {e53dfe6a-d598-4e0c-b008-23248ad2a1f2} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:44:40.271800 [ 309 ] {e53dfe6a-d598-4e0c-b008-23248ad2a1f2} AggregatingTransform: Aggregating 2026.01.09 00:44:40.271853 [ 309 ] {e53dfe6a-d598-4e0c-b008-23248ad2a1f2} Aggregator: Aggregation method: without_key 2026.01.09 00:44:40.271888 [ 309 ] {e53dfe6a-d598-4e0c-b008-23248ad2a1f2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000973058 sec. (1027.688 rows/sec., 40.14 KiB/sec.) 2026.01.09 00:44:40.271909 [ 309 ] {e53dfe6a-d598-4e0c-b008-23248ad2a1f2} Aggregator: Merging aggregated data 2026.01.09 00:44:40.273275 [ 357 ] {e53dfe6a-d598-4e0c-b008-23248ad2a1f2} executeQuery: Read 1 rows, 40.00 B in 0.003201 sec., 312.4023742580444 rows/sec., 12.20 KiB/sec. 2026.01.09 00:44:40.273443 [ 357 ] {e53dfe6a-d598-4e0c-b008-23248ad2a1f2} TCPHandler: Processed in 0.003624343 sec. 2026.01.09 00:44:40.273576 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.273607 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.273611 [ 357 ] {} TCP-Session: 7051160b-67ef-4a73-ae2b-82172f84c327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.273630 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.273656 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.273676 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.273686 [ 356 ] {} TCP-Session: 7cbd924d-0770-4b0c-9da9-51637698a8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.273702 [ 359 ] {} TCP-Session: 6055ddc6-c311-49b3-8fa8-383e495bb3e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.273712 [ 364 ] {} TCP-Session: 88a779f2-da36-4436-9d1e-367e2f5e5965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.273719 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.273738 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.273758 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.273778 [ 360 ] {} TCP-Session: 21b33701-ec26-4bb2-b14f-b67adf4cf161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.273789 [ 290 ] {} TCP-Session: 9064f2c3-c9aa-40eb-aa01-3667cdd82bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.273810 [ 351 ] {} TCP-Session: 3fa2365c-a731-4ce1-be01-40fc4996c95f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.273698 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.273660 [ 358 ] {} TCP-Session: 5922cb8e-fd6f-4c51-9297-4362def54213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.273875 [ 363 ] {} TCP-Session: 4672c0cf-abbb-46a2-941f-5c0ef47e67a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.437858 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57463 2026.01.09 00:44:40.437962 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.437988 [ 357 ] {} TCP-Session: a52ac401-5403-4971-bbf7-558b5155c389 Authenticating user 'default' from [fd00:1122:3344:101::e]:57463 2026.01.09 00:44:40.438010 [ 357 ] {} TCP-Session: a52ac401-5403-4971-bbf7-558b5155c389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438023 [ 357 ] {} TCP-Session: a52ac401-5403-4971-bbf7-558b5155c389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438216 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42416 2026.01.09 00:44:40.438250 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58251 2026.01.09 00:44:40.438271 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54341 2026.01.09 00:44:40.438292 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37972 2026.01.09 00:44:40.438337 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.438329 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47295 2026.01.09 00:44:40.438391 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.438407 [ 358 ] {} TCP-Session: c93bd43c-aa24-4b98-a0d0-0377eeb1e2a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:42416 2026.01.09 00:44:40.438421 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.438447 [ 359 ] {} TCP-Session: b7bb0c08-3cb5-47fb-ae83-bfe45f508681 Authenticating user 'default' from [fd00:1122:3344:101::e]:58251 2026.01.09 00:44:40.438469 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.438477 [ 360 ] {} TCP-Session: 3c65073a-491a-41ac-a62c-447041490ceb Authenticating user 'default' from [fd00:1122:3344:101::e]:54341 2026.01.09 00:44:40.438498 [ 359 ] {} TCP-Session: b7bb0c08-3cb5-47fb-ae83-bfe45f508681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438507 [ 356 ] {} TCP-Session: b7f1b142-fceb-47f5-ab6d-6e485ad31c38 Authenticating user 'default' from [fd00:1122:3344:101::e]:47295 2026.01.09 00:44:40.438521 [ 360 ] {} TCP-Session: 3c65073a-491a-41ac-a62c-447041490ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438529 [ 359 ] {} TCP-Session: b7bb0c08-3cb5-47fb-ae83-bfe45f508681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438543 [ 356 ] {} TCP-Session: b7f1b142-fceb-47f5-ab6d-6e485ad31c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438550 [ 360 ] {} TCP-Session: 3c65073a-491a-41ac-a62c-447041490ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438579 [ 356 ] {} TCP-Session: b7f1b142-fceb-47f5-ab6d-6e485ad31c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438428 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.438287 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57614 2026.01.09 00:44:40.438665 [ 351 ] {} TCP-Session: 9a7c8bee-894c-4b26-a758-3486b5a29a70 Authenticating user 'default' from [fd00:1122:3344:101::e]:37972 2026.01.09 00:44:40.438288 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64107 2026.01.09 00:44:40.438701 [ 351 ] {} TCP-Session: 9a7c8bee-894c-4b26-a758-3486b5a29a70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438736 [ 351 ] {} TCP-Session: 9a7c8bee-894c-4b26-a758-3486b5a29a70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438736 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.438763 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.438778 [ 290 ] {} TCP-Session: b587fb5b-481a-4750-b86d-135346121d9e Authenticating user 'default' from [fd00:1122:3344:101::e]:57614 2026.01.09 00:44:40.438789 [ 364 ] {} TCP-Session: 7299a215-14ad-43db-9ed8-ba8a204aef47 Authenticating user 'default' from [fd00:1122:3344:101::e]:64107 2026.01.09 00:44:40.438271 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36643 2026.01.09 00:44:40.438810 [ 364 ] {} TCP-Session: 7299a215-14ad-43db-9ed8-ba8a204aef47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438804 [ 290 ] {} TCP-Session: b587fb5b-481a-4750-b86d-135346121d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438863 [ 364 ] {} TCP-Session: 7299a215-14ad-43db-9ed8-ba8a204aef47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438879 [ 290 ] {} TCP-Session: b587fb5b-481a-4750-b86d-135346121d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438436 [ 357 ] {} TCP-Session: a52ac401-5403-4971-bbf7-558b5155c389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:40.438914 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.09 00:44:40.438464 [ 358 ] {} TCP-Session: c93bd43c-aa24-4b98-a0d0-0377eeb1e2a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.438981 [ 363 ] {} TCP-Session: 2c04275b-2b95-4104-bf31-77dab32ced41 Authenticating user 'default' from [fd00:1122:3344:101::e]:36643 2026.01.09 00:44:40.439016 [ 358 ] {} TCP-Session: c93bd43c-aa24-4b98-a0d0-0377eeb1e2a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.439025 [ 363 ] {} TCP-Session: 2c04275b-2b95-4104-bf31-77dab32ced41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.439059 [ 363 ] {} TCP-Session: 2c04275b-2b95-4104-bf31-77dab32ced41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.439114 [ 357 ] {82f9ccad-6bec-494f-8b0c-44069c4c2305} executeQuery: (from [fd00:1122:3344:101::e]:57463) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.09 00:44:40.439459 [ 357 ] {82f9ccad-6bec-494f-8b0c-44069c4c2305} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.09 00:44:40.439520 [ 357 ] {82f9ccad-6bec-494f-8b0c-44069c4c2305} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.09 00:44:40.439816 [ 357 ] {82f9ccad-6bec-494f-8b0c-44069c4c2305} oximeter.version (d96e0398-2c6c-4ca7-a7f1-49ea58ac3124) (SelectExecutor): Key condition: unknown 2026.01.09 00:44:40.440940 [ 330 ] {82f9ccad-6bec-494f-8b0c-44069c4c2305} AggregatingTransform: Aggregating 2026.01.09 00:44:40.440986 [ 330 ] {82f9ccad-6bec-494f-8b0c-44069c4c2305} Aggregator: Aggregation method: without_key 2026.01.09 00:44:40.441025 [ 330 ] {82f9ccad-6bec-494f-8b0c-44069c4c2305} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001104872 sec. (905.082 rows/sec., 35.35 KiB/sec.) 2026.01.09 00:44:40.441045 [ 330 ] {82f9ccad-6bec-494f-8b0c-44069c4c2305} Aggregator: Merging aggregated data 2026.01.09 00:44:40.442569 [ 357 ] {82f9ccad-6bec-494f-8b0c-44069c4c2305} executeQuery: Read 1 rows, 40.00 B in 0.003514 sec., 284.57598178713715 rows/sec., 11.12 KiB/sec. 2026.01.09 00:44:40.442847 [ 357 ] {82f9ccad-6bec-494f-8b0c-44069c4c2305} TCPHandler: Processed in 0.00454862 sec. 2026.01.09 00:44:40.443112 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.443140 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.443145 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.443168 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.443212 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.443230 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.443248 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.443265 [ 290 ] {} TCP-Session: b587fb5b-481a-4750-b86d-135346121d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.443291 [ 364 ] {} TCP-Session: 7299a215-14ad-43db-9ed8-ba8a204aef47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.443283 [ 359 ] {} TCP-Session: b7bb0c08-3cb5-47fb-ae83-bfe45f508681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.443266 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.443605 [ 351 ] {} TCP-Session: 9a7c8bee-894c-4b26-a758-3486b5a29a70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.443199 [ 363 ] {} TCP-Session: 2c04275b-2b95-4104-bf31-77dab32ced41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.443195 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.09 00:44:40.443164 [ 358 ] {} TCP-Session: c93bd43c-aa24-4b98-a0d0-0377eeb1e2a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.443704 [ 360 ] {} TCP-Session: 3c65073a-491a-41ac-a62c-447041490ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.443261 [ 356 ] {} TCP-Session: b7f1b142-fceb-47f5-ab6d-6e485ad31c38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.443251 [ 357 ] {} TCP-Session: a52ac401-5403-4971-bbf7-558b5155c389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.09 00:44:40.565128 [ 220 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:44:40.565307 [ 220 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:44:40.568151 [ 220 ] {} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:44:42.033485 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:42.033680 [ 269 ] {448fc0f7-28ba-4309-bbd4-f6af7a4ce8dc} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:42.033754 [ 269 ] {448fc0f7-28ba-4309-bbd4-f6af7a4ce8dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:42.034476 [ 269 ] {448fc0f7-28ba-4309-bbd4-f6af7a4ce8dc} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:42.034528 [ 269 ] {448fc0f7-28ba-4309-bbd4-f6af7a4ce8dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:42.035028 [ 269 ] {448fc0f7-28ba-4309-bbd4-f6af7a4ce8dc} MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) 2026.01.09 00:44:42.035508 [ 269 ] {448fc0f7-28ba-4309-bbd4-f6af7a4ce8dc} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:42.035673 [ 269 ] {448fc0f7-28ba-4309-bbd4-f6af7a4ce8dc} executeQuery: Read 56 rows, 4.41 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 2.10 MiB/sec. 2026.01.09 00:44:42.035726 [ 269 ] {448fc0f7-28ba-4309-bbd4-f6af7a4ce8dc} TCPHandler: Processed in 0.002376468 sec. 2026.01.09 00:44:42.035846 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:42.035948 [ 269 ] {ff53a1d5-a2cc-4c33-a7fc-9d375273b6aa} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:42.035992 [ 269 ] {ff53a1d5-a2cc-4c33-a7fc-9d375273b6aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:42.036485 [ 269 ] {ff53a1d5-a2cc-4c33-a7fc-9d375273b6aa} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:42.036522 [ 269 ] {ff53a1d5-a2cc-4c33-a7fc-9d375273b6aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:42.036921 [ 269 ] {ff53a1d5-a2cc-4c33-a7fc-9d375273b6aa} MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) 2026.01.09 00:44:42.037425 [ 269 ] {ff53a1d5-a2cc-4c33-a7fc-9d375273b6aa} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:42.037557 [ 269 ] {ff53a1d5-a2cc-4c33-a7fc-9d375273b6aa} executeQuery: Read 64 rows, 5.12 KiB in 0.001633 sec., 39191.67176974893 rows/sec., 3.06 MiB/sec. 2026.01.09 00:44:42.037596 [ 269 ] {ff53a1d5-a2cc-4c33-a7fc-9d375273b6aa} TCPHandler: Processed in 0.001799821 sec. 2026.01.09 00:44:42.037720 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:42.037815 [ 269 ] {506ca5ad-cbf9-4e13-bb8a-f096f81df28f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:42.037858 [ 269 ] {506ca5ad-cbf9-4e13-bb8a-f096f81df28f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:42.038230 [ 269 ] {506ca5ad-cbf9-4e13-bb8a-f096f81df28f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:42.038265 [ 269 ] {506ca5ad-cbf9-4e13-bb8a-f096f81df28f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:42.038672 [ 269 ] {506ca5ad-cbf9-4e13-bb8a-f096f81df28f} MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) 2026.01.09 00:44:42.039143 [ 269 ] {506ca5ad-cbf9-4e13-bb8a-f096f81df28f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:42.039283 [ 35 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Selected 5 parts from all_1_175_37 to all_179_179_0 2026.01.09 00:44:42.039308 [ 269 ] {506ca5ad-cbf9-4e13-bb8a-f096f81df28f} executeQuery: Read 64 rows, 4.56 KiB in 0.001512 sec., 42328.04232804233 rows/sec., 2.95 MiB/sec. 2026.01.09 00:44:42.039362 [ 35 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:42.039370 [ 269 ] {506ca5ad-cbf9-4e13-bb8a-f096f81df28f} TCPHandler: Processed in 0.001697969 sec. 2026.01.09 00:44:42.039397 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:42.039505 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:42.039532 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} MergeTask::PrepareStage: Merging 5 parts: from all_1_175_37 to all_179_179_0 into Compact with storage Full 2026.01.09 00:44:42.039605 [ 269 ] {5fcca31b-4d4e-4716-a750-0cf0e4e42b5d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:42.039653 [ 269 ] {5fcca31b-4d4e-4716-a750-0cf0e4e42b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:42.039699 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:42.039747 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} MergeTreeSequentialSource: Reading 8 marks from part all_1_175_37, total 53572 rows starting from the beginning of the part 2026.01.09 00:44:42.039834 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 341 rows starting from the beginning of the part 2026.01.09 00:44:42.039890 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 160 rows starting from the beginning of the part 2026.01.09 00:44:42.039936 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 160 rows starting from the beginning of the part 2026.01.09 00:44:42.039978 [ 198 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 934 rows starting from the beginning of the part 2026.01.09 00:44:42.040044 [ 269 ] {5fcca31b-4d4e-4716-a750-0cf0e4e42b5d} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:42.040089 [ 269 ] {5fcca31b-4d4e-4716-a750-0cf0e4e42b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:42.040570 [ 269 ] {5fcca31b-4d4e-4716-a750-0cf0e4e42b5d} MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) 2026.01.09 00:44:42.041008 [ 269 ] {5fcca31b-4d4e-4716-a750-0cf0e4e42b5d} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:42.041153 [ 269 ] {5fcca31b-4d4e-4716-a750-0cf0e4e42b5d} executeQuery: Read 24 rows, 1.66 KiB in 0.001566 sec., 15325.670498084291 rows/sec., 1.03 MiB/sec. 2026.01.09 00:44:42.041192 [ 269 ] {5fcca31b-4d4e-4716-a750-0cf0e4e42b5d} TCPHandler: Processed in 0.00173527 sec. 2026.01.09 00:44:42.049573 [ 192 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} MergeTask::MergeProjectionsStage: Merge sorted 55167 rows, containing 5 columns (5 merged, 0 gathered) in 0.010093788 sec., 5465440.724532752 rows/sec., 367.79 MiB/sec. 2026.01.09 00:44:42.050612 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} MergedBlockOutputStream: filled checksums all_1_179_38 (state Temporary) 2026.01.09 00:44:42.051131 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_merge_all_1_179_38 to all_1_179_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:42.051210 [ 199 ] {932a566d-fbdc-4b2b-9486-18b365c28387::all_1_179_38} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387) (MergerMutator): Merged 5 parts: [all_1_175_37, all_179_179_0] -> all_1_179_38 2026.01.09 00:44:42.051317 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. 2026.01.09 00:44:42.094543 [ 222 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:44:42.094610 [ 222 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:44:42.097323 [ 222 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:44:42.514613 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 50391 2026.01.09 00:44:42.515151 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:42.515203 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:42.515833 [ 245 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.09 00:44:42.516378 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:42.516536 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50391 2026.01.09 00:44:43.360607 [ 223 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:44:43.360666 [ 223 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:44:43.364397 [ 223 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.01.09 00:44:44.000280 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 393.91 MiB, peak 415.09 MiB, free memory in arenas 0.00 B, will set to 397.91 MiB (RSS), difference: 4.00 MiB 2026.01.09 00:44:45.166206 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 3022 2026.01.09 00:44:45.168802 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:45.168850 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:45.170199 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:44:45.170697 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:45.170986 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 3022 2026.01.09 00:44:45.270203 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 791 2026.01.09 00:44:45.287974 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:45.288022 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:45.295069 [ 244 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.09 00:44:45.296256 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:45.300389 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 791 2026.01.09 00:44:47.041053 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:47.041222 [ 269 ] {b452f9fa-3983-45ca-b590-e84c7f98cf0a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:47.041283 [ 269 ] {b452f9fa-3983-45ca-b590-e84c7f98cf0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:47.042181 [ 269 ] {b452f9fa-3983-45ca-b590-e84c7f98cf0a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:47.042225 [ 269 ] {b452f9fa-3983-45ca-b590-e84c7f98cf0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:47.043133 [ 269 ] {b452f9fa-3983-45ca-b590-e84c7f98cf0a} MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) 2026.01.09 00:44:47.043573 [ 269 ] {b452f9fa-3983-45ca-b590-e84c7f98cf0a} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:47.043708 [ 42 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 2026.01.09 00:44:47.043723 [ 269 ] {b452f9fa-3983-45ca-b590-e84c7f98cf0a} executeQuery: Read 176 rows, 15.86 KiB in 0.002546 sec., 69128.04399057345 rows/sec., 6.08 MiB/sec. 2026.01.09 00:44:47.043772 [ 42 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:47.043787 [ 269 ] {b452f9fa-3983-45ca-b590-e84c7f98cf0a} TCPHandler: Processed in 0.002855332 sec. 2026.01.09 00:44:47.043800 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:47.043915 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:47.043956 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full 2026.01.09 00:44:47.044016 [ 269 ] {3644c284-59f8-4931-8eb9-978122fc8aa4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:47.044060 [ 269 ] {3644c284-59f8-4931-8eb9-978122fc8aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:47.044127 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:47.044164 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 2505 rows starting from the beginning of the part 2026.01.09 00:44:47.044232 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 56 rows starting from the beginning of the part 2026.01.09 00:44:47.044279 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 176 rows starting from the beginning of the part 2026.01.09 00:44:47.044323 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 2252 rows starting from the beginning of the part 2026.01.09 00:44:47.044366 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 56 rows starting from the beginning of the part 2026.01.09 00:44:47.044406 [ 191 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 176 rows starting from the beginning of the part 2026.01.09 00:44:47.044506 [ 269 ] {3644c284-59f8-4931-8eb9-978122fc8aa4} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:47.044548 [ 269 ] {3644c284-59f8-4931-8eb9-978122fc8aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:47.044971 [ 269 ] {3644c284-59f8-4931-8eb9-978122fc8aa4} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.09 00:44:47.045416 [ 269 ] {3644c284-59f8-4931-8eb9-978122fc8aa4} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:47.045548 [ 269 ] {3644c284-59f8-4931-8eb9-978122fc8aa4} executeQuery: Read 60 rows, 4.51 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.84 MiB/sec. 2026.01.09 00:44:47.045585 [ 269 ] {3644c284-59f8-4931-8eb9-978122fc8aa4} TCPHandler: Processed in 0.001719139 sec. 2026.01.09 00:44:47.045703 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:47.045795 [ 269 ] {37f6314f-25fc-49e9-89d1-e24d12c98718} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:47.045832 [ 269 ] {37f6314f-25fc-49e9-89d1-e24d12c98718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:47.046303 [ 269 ] {37f6314f-25fc-49e9-89d1-e24d12c98718} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:47.046336 [ 269 ] {37f6314f-25fc-49e9-89d1-e24d12c98718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:47.046463 [ 199 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} MergeTask::MergeProjectionsStage: Merge sorted 5221 rows, containing 5 columns (5 merged, 0 gathered) in 0.002576394 sec., 2026475.7641882414 rows/sec., 173.47 MiB/sec. 2026.01.09 00:44:47.046798 [ 269 ] {37f6314f-25fc-49e9-89d1-e24d12c98718} MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) 2026.01.09 00:44:47.046852 [ 187 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) 2026.01.09 00:44:47.047278 [ 269 ] {37f6314f-25fc-49e9-89d1-e24d12c98718} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:47.047415 [ 269 ] {37f6314f-25fc-49e9-89d1-e24d12c98718} executeQuery: Read 124 rows, 9.92 KiB in 0.001637 sec., 75748.32009773976 rows/sec., 5.92 MiB/sec. 2026.01.09 00:44:47.047432 [ 65 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 2026.01.09 00:44:47.047451 [ 269 ] {37f6314f-25fc-49e9-89d1-e24d12c98718} TCPHandler: Processed in 0.001803231 sec. 2026.01.09 00:44:47.047453 [ 187 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:47.047475 [ 65 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:47.047507 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:47.047550 [ 187 ] {2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3::all_1_181_36} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 2026.01.09 00:44:47.047568 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:47.047610 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full 2026.01.09 00:44:47.047647 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.09 00:44:47.047667 [ 269 ] {4751f208-338a-44a8-a8cc-981b17433c08} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:47.047720 [ 269 ] {4751f208-338a-44a8-a8cc-981b17433c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:47.047741 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:47.047777 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 1272 rows starting from the beginning of the part 2026.01.09 00:44:47.047843 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 64 rows starting from the beginning of the part 2026.01.09 00:44:47.047892 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 124 rows starting from the beginning of the part 2026.01.09 00:44:47.047936 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 1135 rows starting from the beginning of the part 2026.01.09 00:44:47.047978 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 64 rows starting from the beginning of the part 2026.01.09 00:44:47.048019 [ 192 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 124 rows starting from the beginning of the part 2026.01.09 00:44:47.048173 [ 269 ] {4751f208-338a-44a8-a8cc-981b17433c08} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:47.048212 [ 269 ] {4751f208-338a-44a8-a8cc-981b17433c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:47.048661 [ 269 ] {4751f208-338a-44a8-a8cc-981b17433c08} MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) 2026.01.09 00:44:47.049089 [ 269 ] {4751f208-338a-44a8-a8cc-981b17433c08} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:47.049218 [ 269 ] {4751f208-338a-44a8-a8cc-981b17433c08} executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. 2026.01.09 00:44:47.049253 [ 269 ] {4751f208-338a-44a8-a8cc-981b17433c08} TCPHandler: Processed in 0.001732739 sec. 2026.01.09 00:44:47.049303 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} MergeTask::MergeProjectionsStage: Merge sorted 2783 rows, containing 5 columns (5 merged, 0 gathered) in 0.001742529 sec., 1597103.9793311905 rows/sec., 122.08 MiB/sec. 2026.01.09 00:44:47.049360 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:47.049459 [ 269 ] {6b6bb815-aef6-439e-9d7d-d1c8a2c3684b} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:47.049512 [ 269 ] {6b6bb815-aef6-439e-9d7d-d1c8a2c3684b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:44:47.049572 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) 2026.01.09 00:44:47.050149 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:47.050218 [ 201 ] {868b5579-f4fa-4e19-8cf7-43271e63ef6f::all_1_181_36} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 2026.01.09 00:44:47.050307 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.09 00:44:47.050506 [ 269 ] {6b6bb815-aef6-439e-9d7d-d1c8a2c3684b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:47.050539 [ 269 ] {6b6bb815-aef6-439e-9d7d-d1c8a2c3684b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:47.051337 [ 269 ] {6b6bb815-aef6-439e-9d7d-d1c8a2c3684b} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:44:47.051771 [ 269 ] {6b6bb815-aef6-439e-9d7d-d1c8a2c3684b} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:47.051905 [ 269 ] {6b6bb815-aef6-439e-9d7d-d1c8a2c3684b} executeQuery: Read 60 rows, 110.10 KiB in 0.002463 sec., 24360.5359317905 rows/sec., 43.65 MiB/sec. 2026.01.09 00:44:47.051958 [ 269 ] {6b6bb815-aef6-439e-9d7d-d1c8a2c3684b} TCPHandler: Processed in 0.002644445 sec. 2026.01.09 00:44:47.052067 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:47.052160 [ 269 ] {dfccde88-6086-40b7-9f7e-e6953039af1a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:47.052200 [ 269 ] {dfccde88-6086-40b7-9f7e-e6953039af1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:47.052538 [ 269 ] {dfccde88-6086-40b7-9f7e-e6953039af1a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:47.052570 [ 269 ] {dfccde88-6086-40b7-9f7e-e6953039af1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:47.052984 [ 269 ] {dfccde88-6086-40b7-9f7e-e6953039af1a} MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) 2026.01.09 00:44:47.053469 [ 269 ] {dfccde88-6086-40b7-9f7e-e6953039af1a} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:47.053579 [ 65 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 2026.01.09 00:44:47.053594 [ 269 ] {dfccde88-6086-40b7-9f7e-e6953039af1a} executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec. 2026.01.09 00:44:47.053613 [ 65 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:47.053630 [ 269 ] {dfccde88-6086-40b7-9f7e-e6953039af1a} TCPHandler: Processed in 0.001610086 sec. 2026.01.09 00:44:47.053631 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:47.053721 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full 2026.01.09 00:44:47.053837 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:47.053869 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} MergeTreeSequentialSource: Reading 3 marks from part all_1_176_35, total 12140 rows starting from the beginning of the part 2026.01.09 00:44:47.053928 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:47.053978 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:47.054023 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 80 rows starting from the beginning of the part 2026.01.09 00:44:47.054064 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 24 rows starting from the beginning of the part 2026.01.09 00:44:47.054107 [ 199 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:47.056643 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} MergeTask::MergeProjectionsStage: Merge sorted 12424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002966064 sec., 4188716.0897404775 rows/sec., 267.06 MiB/sec. 2026.01.09 00:44:47.057113 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) 2026.01.09 00:44:47.057570 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:47.057636 [ 201 ] {5f1f617b-f797-42df-9443-1a97482ad99a::all_1_181_36} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 2026.01.09 00:44:47.057720 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2026.01.09 00:44:49.743827 [ 114 ] {} DNSResolver: Updating DNS cache 2026.01.09 00:44:49.743898 [ 114 ] {} DNSResolver: Updated DNS cache 2026.01.09 00:44:50.017562 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 50903 2026.01.09 00:44:50.018077 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:50.018120 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:50.018741 [ 245 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.09 00:44:50.019214 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:50.019361 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50903 2026.01.09 00:44:50.019370 [ 114 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.09 00:44:50.019459 [ 114 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:50.019496 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:50.019636 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.09 00:44:50.019788 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:50.019838 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 48471 rows starting from the beginning of the part 2026.01.09 00:44:50.019911 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 512 rows starting from the beginning of the part 2026.01.09 00:44:50.019965 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 448 rows starting from the beginning of the part 2026.01.09 00:44:50.020012 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 512 rows starting from the beginning of the part 2026.01.09 00:44:50.020060 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 448 rows starting from the beginning of the part 2026.01.09 00:44:50.020107 [ 201 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 512 rows starting from the beginning of the part 2026.01.09 00:44:50.023216 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 50903 rows, containing 4 columns (4 merged, 0 gathered) in 0.003637464 sec., 13994090.388248516 rows/sec., 200.19 MiB/sec. 2026.01.09 00:44:50.023543 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.09 00:44:50.024316 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:50.024383 [ 200 ] {a669bb53-0fd3-4984-a3ca-34981099574c::all_1_106_21} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.09 00:44:50.024489 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2026.01.09 00:44:50.988887 [ 115 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Selected 5 parts from all_1_73_16 to all_77_77_0 2026.01.09 00:44:50.988983 [ 115 ] {} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:50.989022 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:50.989223 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_73_16 to all_77_77_0 into Compact with storage Full 2026.01.09 00:44:50.989456 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:50.989520 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_73_16, total 223 rows starting from the beginning of the part 2026.01.09 00:44:50.989647 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 211 rows starting from the beginning of the part 2026.01.09 00:44:50.989739 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 211 rows starting from the beginning of the part 2026.01.09 00:44:50.989853 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 12 rows starting from the beginning of the part 2026.01.09 00:44:50.989902 [ 202 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 211 rows starting from the beginning of the part 2026.01.09 00:44:50.990782 [ 200 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001640137 sec., 529224.0831101304 rows/sec., 32.36 MiB/sec. 2026.01.09 00:44:50.991043 [ 200 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} MergedBlockOutputStream: filled checksums all_1_77_17 (state Temporary) 2026.01.09 00:44:50.991585 [ 200 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_merge_all_1_77_17 to all_1_77_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:50.991668 [ 200 ] {1ab633ee-d1b2-4692-90c4-44bdf9f876b6::all_1_77_17} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6) (MergerMutator): Merged 5 parts: [all_1_73_16, all_77_77_0] -> all_1_77_17 2026.01.09 00:44:50.991775 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.09 00:44:52.049948 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:52.050118 [ 269 ] {83cda7d2-a94a-4f9f-a2e8-95ba61a86169} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.09 00:44:52.050181 [ 269 ] {83cda7d2-a94a-4f9f-a2e8-95ba61a86169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.09 00:44:52.051064 [ 269 ] {83cda7d2-a94a-4f9f-a2e8-95ba61a86169} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.051105 [ 269 ] {83cda7d2-a94a-4f9f-a2e8-95ba61a86169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:52.051654 [ 269 ] {83cda7d2-a94a-4f9f-a2e8-95ba61a86169} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:44:52.052066 [ 269 ] {83cda7d2-a94a-4f9f-a2e8-95ba61a86169} oximeter.fields_i16 (18df3d19-06e1-4753-afb6-ffcd185ac84c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.052216 [ 269 ] {83cda7d2-a94a-4f9f-a2e8-95ba61a86169} executeQuery: Read 410 rows, 26.63 KiB in 0.002144 sec., 191231.34328358207 rows/sec., 12.13 MiB/sec. 2026.01.09 00:44:52.052257 [ 269 ] {83cda7d2-a94a-4f9f-a2e8-95ba61a86169} TCPHandler: Processed in 0.002430939 sec. 2026.01.09 00:44:52.052371 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:52.052465 [ 269 ] {5c7e388d-c415-4c89-a916-3c0fa5202212} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:52.052504 [ 269 ] {5c7e388d-c415-4c89-a916-3c0fa5202212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:52.053784 [ 269 ] {5c7e388d-c415-4c89-a916-3c0fa5202212} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.053819 [ 269 ] {5c7e388d-c415-4c89-a916-3c0fa5202212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:52.054267 [ 269 ] {5c7e388d-c415-4c89-a916-3c0fa5202212} MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) 2026.01.09 00:44:52.054662 [ 269 ] {5c7e388d-c415-4c89-a916-3c0fa5202212} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.054790 [ 269 ] {5c7e388d-c415-4c89-a916-3c0fa5202212} executeQuery: Read 1112 rows, 89.84 KiB in 0.002344 sec., 474402.7303754266 rows/sec., 37.43 MiB/sec. 2026.01.09 00:44:52.054827 [ 269 ] {5c7e388d-c415-4c89-a916-3c0fa5202212} TCPHandler: Processed in 0.002503131 sec. 2026.01.09 00:44:52.054934 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:52.055028 [ 269 ] {8bc2ca16-2cf0-4add-959b-254758d9dd5f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:52.055067 [ 269 ] {8bc2ca16-2cf0-4add-959b-254758d9dd5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:52.055594 [ 269 ] {8bc2ca16-2cf0-4add-959b-254758d9dd5f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.055629 [ 269 ] {8bc2ca16-2cf0-4add-959b-254758d9dd5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:52.056023 [ 269 ] {8bc2ca16-2cf0-4add-959b-254758d9dd5f} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.09 00:44:52.056450 [ 269 ] {8bc2ca16-2cf0-4add-959b-254758d9dd5f} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.056579 [ 269 ] {8bc2ca16-2cf0-4add-959b-254758d9dd5f} executeQuery: Read 205 rows, 12.32 KiB in 0.00157 sec., 130573.24840764332 rows/sec., 7.66 MiB/sec. 2026.01.09 00:44:52.056616 [ 269 ] {8bc2ca16-2cf0-4add-959b-254758d9dd5f} TCPHandler: Processed in 0.001729679 sec. 2026.01.09 00:44:52.056713 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:52.056805 [ 269 ] {86c046f2-1c80-4eac-bbad-44e993061825} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.09 00:44:52.056843 [ 269 ] {86c046f2-1c80-4eac-bbad-44e993061825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.09 00:44:52.057360 [ 269 ] {86c046f2-1c80-4eac-bbad-44e993061825} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.057394 [ 269 ] {86c046f2-1c80-4eac-bbad-44e993061825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:52.057783 [ 269 ] {86c046f2-1c80-4eac-bbad-44e993061825} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.09 00:44:52.058178 [ 269 ] {86c046f2-1c80-4eac-bbad-44e993061825} oximeter.fields_u32 (5942c5d7-009e-42d6-8d24-b49984e8f061): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.058307 [ 269 ] {86c046f2-1c80-4eac-bbad-44e993061825} executeQuery: Read 212 rows, 14.00 KiB in 0.00152 sec., 139473.68421052632 rows/sec., 8.99 MiB/sec. 2026.01.09 00:44:52.058344 [ 269 ] {86c046f2-1c80-4eac-bbad-44e993061825} TCPHandler: Processed in 0.001677268 sec. 2026.01.09 00:44:52.058448 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:52.058540 [ 269 ] {17f716b2-9b44-4001-ba72-95b0000404b0} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.09 00:44:52.058578 [ 269 ] {17f716b2-9b44-4001-ba72-95b0000404b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.09 00:44:52.059104 [ 269 ] {17f716b2-9b44-4001-ba72-95b0000404b0} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.059138 [ 269 ] {17f716b2-9b44-4001-ba72-95b0000404b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:52.059521 [ 269 ] {17f716b2-9b44-4001-ba72-95b0000404b0} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.09 00:44:52.059919 [ 269 ] {17f716b2-9b44-4001-ba72-95b0000404b0} oximeter.fields_u8 (1ab633ee-d1b2-4692-90c4-44bdf9f876b6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.060049 [ 269 ] {17f716b2-9b44-4001-ba72-95b0000404b0} executeQuery: Read 211 rows, 12.27 KiB in 0.001527 sec., 138179.43680419124 rows/sec., 7.85 MiB/sec. 2026.01.09 00:44:52.060087 [ 269 ] {17f716b2-9b44-4001-ba72-95b0000404b0} TCPHandler: Processed in 0.001685878 sec. 2026.01.09 00:44:52.060198 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:52.060291 [ 269 ] {7931ff1c-a519-4a70-8555-81facb12c38d} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:52.060329 [ 269 ] {7931ff1c-a519-4a70-8555-81facb12c38d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:52.061099 [ 269 ] {7931ff1c-a519-4a70-8555-81facb12c38d} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.061133 [ 269 ] {7931ff1c-a519-4a70-8555-81facb12c38d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:52.061553 [ 269 ] {7931ff1c-a519-4a70-8555-81facb12c38d} MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) 2026.01.09 00:44:52.061973 [ 269 ] {7931ff1c-a519-4a70-8555-81facb12c38d} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.062091 [ 269 ] {7931ff1c-a519-4a70-8555-81facb12c38d} executeQuery: Read 679 rows, 48.47 KiB in 0.001839 sec., 369222.40348015225 rows/sec., 25.74 MiB/sec. 2026.01.09 00:44:52.062127 [ 269 ] {7931ff1c-a519-4a70-8555-81facb12c38d} TCPHandler: Processed in 0.002007677 sec. 2026.01.09 00:44:52.062217 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:52.062302 [ 269 ] {d2ffb256-b01c-4d45-ba3a-8c91910fc44a} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.09 00:44:52.062339 [ 269 ] {d2ffb256-b01c-4d45-ba3a-8c91910fc44a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.09 00:44:52.062640 [ 269 ] {d2ffb256-b01c-4d45-ba3a-8c91910fc44a} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.062672 [ 269 ] {d2ffb256-b01c-4d45-ba3a-8c91910fc44a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:52.063147 [ 269 ] {d2ffb256-b01c-4d45-ba3a-8c91910fc44a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.09 00:44:52.063592 [ 269 ] {d2ffb256-b01c-4d45-ba3a-8c91910fc44a} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.063721 [ 269 ] {d2ffb256-b01c-4d45-ba3a-8c91910fc44a} executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec. 2026.01.09 00:44:52.063756 [ 269 ] {d2ffb256-b01c-4d45-ba3a-8c91910fc44a} TCPHandler: Processed in 0.001555474 sec. 2026.01.09 00:44:52.063790 [ 225 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Found 5 old parts to remove. Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] 2026.01.09 00:44:52.063825 [ 225 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Removing 5 parts from filesystem (serially): Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] 2026.01.09 00:44:52.063852 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:52.063944 [ 269 ] {68c0de61-b7d2-486d-b3cb-5fc9947cef1f} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:52.063984 [ 269 ] {68c0de61-b7d2-486d-b3cb-5fc9947cef1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:52.064452 [ 269 ] {68c0de61-b7d2-486d-b3cb-5fc9947cef1f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.064486 [ 269 ] {68c0de61-b7d2-486d-b3cb-5fc9947cef1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:52.064924 [ 269 ] {68c0de61-b7d2-486d-b3cb-5fc9947cef1f} MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) 2026.01.09 00:44:52.065383 [ 269 ] {68c0de61-b7d2-486d-b3cb-5fc9947cef1f} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.065510 [ 269 ] {68c0de61-b7d2-486d-b3cb-5fc9947cef1f} executeQuery: Read 314 rows, 21.12 KiB in 0.001584 sec., 198232.32323232325 rows/sec., 13.02 MiB/sec. 2026.01.09 00:44:52.065546 [ 269 ] {68c0de61-b7d2-486d-b3cb-5fc9947cef1f} TCPHandler: Processed in 0.00174058 sec. 2026.01.09 00:44:52.065651 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:52.065744 [ 269 ] {d842e173-9151-41af-8f1c-e2af2dd7c8f6} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.09 00:44:52.065785 [ 269 ] {d842e173-9151-41af-8f1c-e2af2dd7c8f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.09 00:44:52.065926 [ 225 ] {} oximeter.measurements_bool (56465c85-076a-4ffc-bf4f-0d63cd418f97): Removing 5 parts from memory: Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] 2026.01.09 00:44:52.066089 [ 269 ] {d842e173-9151-41af-8f1c-e2af2dd7c8f6} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.066128 [ 269 ] {d842e173-9151-41af-8f1c-e2af2dd7c8f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:52.066523 [ 269 ] {d842e173-9151-41af-8f1c-e2af2dd7c8f6} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:44:52.066941 [ 269 ] {d842e173-9151-41af-8f1c-e2af2dd7c8f6} oximeter.measurements_f64 (4420ad08-ad2a-4694-b1da-1852e6745e62): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.067066 [ 269 ] {d842e173-9151-41af-8f1c-e2af2dd7c8f6} executeQuery: Read 1 rows, 69.00 B in 0.00134 sec., 746.2686567164179 rows/sec., 50.29 KiB/sec. 2026.01.09 00:44:52.067101 [ 269 ] {d842e173-9151-41af-8f1c-e2af2dd7c8f6} TCPHandler: Processed in 0.001496623 sec. 2026.01.09 00:44:52.067205 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:52.067297 [ 269 ] {4ab6dbdc-1df9-4f44-89d4-5f05aaf3fb6e} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:52.067343 [ 269 ] {4ab6dbdc-1df9-4f44-89d4-5f05aaf3fb6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:52.067665 [ 269 ] {4ab6dbdc-1df9-4f44-89d4-5f05aaf3fb6e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.067700 [ 269 ] {4ab6dbdc-1df9-4f44-89d4-5f05aaf3fb6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.01.09 00:44:52.068133 [ 269 ] {4ab6dbdc-1df9-4f44-89d4-5f05aaf3fb6e} MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) 2026.01.09 00:44:52.068547 [ 269 ] {4ab6dbdc-1df9-4f44-89d4-5f05aaf3fb6e} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.068674 [ 269 ] {4ab6dbdc-1df9-4f44-89d4-5f05aaf3fb6e} executeQuery: Read 104 rows, 6.53 KiB in 0.001395 sec., 74551.97132616487 rows/sec., 4.57 MiB/sec. 2026.01.09 00:44:52.068708 [ 269 ] {4ab6dbdc-1df9-4f44-89d4-5f05aaf3fb6e} TCPHandler: Processed in 0.001550564 sec. 2026.01.09 00:44:52.801381 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 799 2026.01.09 00:44:52.819619 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.819666 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:52.826042 [ 244 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.09 00:44:52.827155 [ 244 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.827456 [ 138 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.09 00:44:52.827500 [ 138 ] {} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:52.827521 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:52.827632 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.09 00:44:52.830385 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 799 2026.01.09 00:44:52.830715 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:52.831447 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 761 rows starting from the beginning of the part 2026.01.09 00:44:52.834811 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part 2026.01.09 00:44:52.838271 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part 2026.01.09 00:44:52.842285 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 7 rows starting from the beginning of the part 2026.01.09 00:44:52.847003 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part 2026.01.09 00:44:52.851696 [ 194 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part 2026.01.09 00:44:52.910530 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.082930331 sec., 9634.593162301499 rows/sec., 49.82 MiB/sec. 2026.01.09 00:44:52.914264 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.09 00:44:52.916782 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:52.916889 [ 200 ] {cc6c6ffe-a2be-47c5-a1c5-b821baf622cb::all_1_106_21} system.metric_log (cc6c6ffe-a2be-47c5-a1c5-b821baf622cb) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.09 00:44:52.919820 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.01.09 00:44:53.000249 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 399.69 MiB, peak 417.11 MiB, free memory in arenas 0.00 B, will set to 397.92 MiB (RSS), difference: -1.77 MiB 2026.01.09 00:44:54.400344 [ 222 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:44:54.400398 [ 222 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:44:54.402903 [ 222 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:44:55.171198 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 3054 2026.01.09 00:44:55.173616 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:55.173667 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:55.175077 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:44:55.175610 [ 243 ] {} system.query_log (4190f87e-caa1-4611-aa9d-5707a927e9aa): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:55.176017 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 3054 2026.01.09 00:44:57.041657 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:57.041842 [ 269 ] {5fbf1d14-3c34-456e-a874-1dc758ed2f49} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.09 00:44:57.041912 [ 269 ] {5fbf1d14-3c34-456e-a874-1dc758ed2f49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.09 00:44:57.042729 [ 269 ] {5fbf1d14-3c34-456e-a874-1dc758ed2f49} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:57.042774 [ 269 ] {5fbf1d14-3c34-456e-a874-1dc758ed2f49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:57.043341 [ 269 ] {5fbf1d14-3c34-456e-a874-1dc758ed2f49} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.09 00:44:57.043840 [ 269 ] {5fbf1d14-3c34-456e-a874-1dc758ed2f49} oximeter.fields_ipaddr (3b403d95-0fe6-47b3-8528-614d7206b51a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:57.043988 [ 269 ] {5fbf1d14-3c34-456e-a874-1dc758ed2f49} executeQuery: Read 14 rows, 1.14 KiB in 0.002196 sec., 6375.227686703097 rows/sec., 519.85 KiB/sec. 2026.01.09 00:44:57.044029 [ 269 ] {5fbf1d14-3c34-456e-a874-1dc758ed2f49} TCPHandler: Processed in 0.002499801 sec. 2026.01.09 00:44:57.044153 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:57.044248 [ 269 ] {3e2367a4-0080-4826-b872-08620a722d8c} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.09 00:44:57.044286 [ 269 ] {3e2367a4-0080-4826-b872-08620a722d8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.09 00:44:57.044904 [ 269 ] {3e2367a4-0080-4826-b872-08620a722d8c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:57.044943 [ 269 ] {3e2367a4-0080-4826-b872-08620a722d8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:57.045373 [ 269 ] {3e2367a4-0080-4826-b872-08620a722d8c} MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) 2026.01.09 00:44:57.045868 [ 269 ] {3e2367a4-0080-4826-b872-08620a722d8c} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:57.046001 [ 269 ] {3e2367a4-0080-4826-b872-08620a722d8c} executeQuery: Read 183 rows, 16.37 KiB in 0.001772 sec., 103273.13769751694 rows/sec., 9.02 MiB/sec. 2026.01.09 00:44:57.046039 [ 269 ] {3e2367a4-0080-4826-b872-08620a722d8c} TCPHandler: Processed in 0.001933946 sec. 2026.01.09 00:44:57.046156 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:57.046248 [ 269 ] {d0b73402-ae7d-4530-aef2-1723bc662c66} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.09 00:44:57.046288 [ 269 ] {d0b73402-ae7d-4530-aef2-1723bc662c66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.09 00:44:57.046736 [ 269 ] {d0b73402-ae7d-4530-aef2-1723bc662c66} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:57.046771 [ 269 ] {d0b73402-ae7d-4530-aef2-1723bc662c66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:57.047222 [ 269 ] {d0b73402-ae7d-4530-aef2-1723bc662c66} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.09 00:44:57.047654 [ 269 ] {d0b73402-ae7d-4530-aef2-1723bc662c66} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:57.047780 [ 269 ] {d0b73402-ae7d-4530-aef2-1723bc662c66} executeQuery: Read 74 rows, 5.49 KiB in 0.00155 sec., 47741.93548387097 rows/sec., 3.46 MiB/sec. 2026.01.09 00:44:57.047817 [ 269 ] {d0b73402-ae7d-4530-aef2-1723bc662c66} TCPHandler: Processed in 0.001708529 sec. 2026.01.09 00:44:57.047820 [ 151 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.09 00:44:57.047891 [ 151 ] {} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:57.047917 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:57.047932 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:57.048029 [ 269 ] {0d99b8ea-e32e-47be-acd7-80ffa97088e3} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.09 00:44:57.048059 [ 190 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.01.09 00:44:57.048068 [ 269 ] {0d99b8ea-e32e-47be-acd7-80ffa97088e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.09 00:44:57.048225 [ 190 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.09 00:44:57.048276 [ 190 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 297 rows starting from the beginning of the part 2026.01.09 00:44:57.048351 [ 190 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:57.048403 [ 190 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 205 rows starting from the beginning of the part 2026.01.09 00:44:57.048452 [ 190 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part 2026.01.09 00:44:57.048498 [ 190 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 205 rows starting from the beginning of the part 2026.01.09 00:44:57.048542 [ 190 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 74 rows starting from the beginning of the part 2026.01.09 00:44:57.048671 [ 269 ] {0d99b8ea-e32e-47be-acd7-80ffa97088e3} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:57.048712 [ 269 ] {0d99b8ea-e32e-47be-acd7-80ffa97088e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:57.049162 [ 269 ] {0d99b8ea-e32e-47be-acd7-80ffa97088e3} MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) 2026.01.09 00:44:57.049457 [ 197 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 901 rows, containing 5 columns (5 merged, 0 gathered) in 0.001459522 sec., 617325.3983153389 rows/sec., 41.38 MiB/sec. 2026.01.09 00:44:57.049603 [ 269 ] {0d99b8ea-e32e-47be-acd7-80ffa97088e3} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:57.049739 [ 269 ] {0d99b8ea-e32e-47be-acd7-80ffa97088e3} executeQuery: Read 138 rows, 11.06 KiB in 0.001728 sec., 79861.11111111111 rows/sec., 6.25 MiB/sec. 2026.01.09 00:44:57.049740 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.09 00:44:57.049783 [ 269 ] {0d99b8ea-e32e-47be-acd7-80ffa97088e3} TCPHandler: Processed in 0.001898144 sec. 2026.01.09 00:44:57.049871 [ 226 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:57.049902 [ 226 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:57.049923 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:57.050023 [ 269 ] {ca1d7510-c006-48a9-aadd-6e70a39c36d2} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:57.050064 [ 269 ] {ca1d7510-c006-48a9-aadd-6e70a39c36d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.09 00:44:57.050403 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:57.050480 [ 198 ] {8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8::all_1_151_30} oximeter.fields_u16 (8e19be0d-8f19-451f-8e5f-c8bcbdbc58d8) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.09 00:44:57.050539 [ 269 ] {ca1d7510-c006-48a9-aadd-6e70a39c36d2} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:57.050558 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.09 00:44:57.050585 [ 269 ] {ca1d7510-c006-48a9-aadd-6e70a39c36d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:57.051069 [ 269 ] {ca1d7510-c006-48a9-aadd-6e70a39c36d2} MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) 2026.01.09 00:44:57.051581 [ 269 ] {ca1d7510-c006-48a9-aadd-6e70a39c36d2} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:57.051723 [ 269 ] {ca1d7510-c006-48a9-aadd-6e70a39c36d2} executeQuery: Read 167 rows, 11.90 KiB in 0.001718 sec., 97206.05355064028 rows/sec., 6.77 MiB/sec. 2026.01.09 00:44:57.051760 [ 269 ] {ca1d7510-c006-48a9-aadd-6e70a39c36d2} TCPHandler: Processed in 0.001883553 sec. 2026.01.09 00:44:57.051845 [ 219 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:57.051867 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:57.051888 [ 219 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:57.051988 [ 269 ] {a7b1a670-5001-4238-b50f-8a753aa3ecc7} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.09 00:44:57.052047 [ 269 ] {a7b1a670-5001-4238-b50f-8a753aa3ecc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.09 00:44:57.053030 [ 269 ] {a7b1a670-5001-4238-b50f-8a753aa3ecc7} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:57.053070 [ 269 ] {a7b1a670-5001-4238-b50f-8a753aa3ecc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:57.053288 [ 226 ] {} oximeter.fields_uuid (868b5579-f4fa-4e19-8cf7-43271e63ef6f): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:57.053794 [ 269 ] {a7b1a670-5001-4238-b50f-8a753aa3ecc7} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.09 00:44:57.054315 [ 269 ] {a7b1a670-5001-4238-b50f-8a753aa3ecc7} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:57.054455 [ 269 ] {a7b1a670-5001-4238-b50f-8a753aa3ecc7} executeQuery: Read 60 rows, 110.10 KiB in 0.002485 sec., 24144.869215291754 rows/sec., 43.27 MiB/sec. 2026.01.09 00:44:57.054506 [ 222 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:44:57.054512 [ 269 ] {a7b1a670-5001-4238-b50f-8a753aa3ecc7} TCPHandler: Processed in 0.002692507 sec. 2026.01.09 00:44:57.054538 [ 222 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:44:57.054650 [ 269 ] {} TCP-Session: c3754956-e47e-430b-bec3-956bde295389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.09 00:44:57.054747 [ 269 ] {e4559060-cd45-4b80-9471-499931b5b9b4} executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.09 00:44:57.054790 [ 269 ] {e4559060-cd45-4b80-9471-499931b5b9b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.09 00:44:57.055134 [ 269 ] {e4559060-cd45-4b80-9471-499931b5b9b4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:57.055172 [ 269 ] {e4559060-cd45-4b80-9471-499931b5b9b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:57.055435 [ 219 ] {} oximeter.measurements_cumulativeu64 (932a566d-fbdc-4b2b-9486-18b365c28387): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:57.055661 [ 269 ] {e4559060-cd45-4b80-9471-499931b5b9b4} MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) 2026.01.09 00:44:57.056174 [ 269 ] {e4559060-cd45-4b80-9471-499931b5b9b4} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:57.056313 [ 269 ] {e4559060-cd45-4b80-9471-499931b5b9b4} executeQuery: Read 60 rows, 4.14 KiB in 0.001584 sec., 37878.78787878788 rows/sec., 2.55 MiB/sec. 2026.01.09 00:44:57.056349 [ 269 ] {e4559060-cd45-4b80-9471-499931b5b9b4} TCPHandler: Processed in 0.00174662 sec. 2026.01.09 00:44:57.056816 [ 222 ] {} oximeter.measurements_histogramu64 (bd4c63fc-b003-4ecd-b690-049cba1c4e53): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.01.09 00:44:57.519601 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 51351 2026.01.09 00:44:57.520128 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.09 00:44:57.520176 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.01.09 00:44:57.520792 [ 245 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.09 00:44:57.521275 [ 245 ] {} system.asynchronous_metric_log (a669bb53-0fd3-4984-a3ca-34981099574c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.09 00:44:57.521426 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51351 2026.01.09 00:44:57.972713 [ 220 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:57.987212 [ 220 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:57.990359 [ 220 ] {} oximeter.measurements_u64 (5f1f617b-f797-42df-9443-1a97482ad99a): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:58.300326 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:58.300373 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.01.09 00:44:58.303597 [ 224 ] {} oximeter.fields_string (2d61f2a6-ae42-4fd1-95c0-d3b7ffa67bb3): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]